
.glossary-tooltip-content-mobile {
	background: #bbb;
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
	margin: 14px 0 10px;
	display: none;
	width: 100%;
}

.glossary-mobile .glossary-show-tooltip {
	display: block !important;
	visibility: visible !important;
	top: unset;
}

.glossary-tooltip-content-mobile.glossary-show-tooltip .close {
	width: 30px;
	height: 30px;
	float: right;
	font-weight: bold;
	top: -8px;
	right: -24px;
	position: relative;
	font-size: 20px;
	cursor: pointer;
}

.glossary-mobile .glossary-more-mobile {
	display: none;
}

.rtl .glossary-tooltip-content-mobile {
	text-align: right;
}

.rtl .glossary-tooltip-content-mobile .close {
	right: 0;
	top: 0;
	float: left;
}

.glossary-more-mobile {
	display: block !important;
}

.bdt-particle-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bdt-particle-container canvas {
	display: block;
	vertical-align: bottom;
}

.bdt-particle-container .particles-js-canvas-el {
	position: absolute;
	top: 0;
	transform: scale(1);
	opacity: 1;
	animation: appear 1.4s 1;
	animation-fill-mode: forwards;
}

@keyframes appear {
	from {
		transform: scale(0);
		opacity: 0;
	}
	
	to {
		transform: scale(1);
		opacity: 1;
	}
}

[class*=" elementor-widget-bdt-"] .swiper-pagination-fraction, [class*=" elementor-widget-bdt-"] .swiper-pagination-custom, [class*=" elementor-widget-bdt-"] .swiper-horizontal>.swiper-pagination-bullets, [class*=" elementor-widget-bdt-"] .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: auto;
}

[class*=" elementor-widget-bdt-"] svg.e-font-icon-svg {
	height: 1em;
	width: 1em;
}

.elementor-control.elementor-control-type-heading {
	margin-top: -1px;
}

.elementor-lightbox .dialog-close-button .ep-icon-close {
	transition: transform .3s;
}

.elementor-lightbox .dialog-close-button:hover .ep-icon-close {
	transform: rotate(90deg);
}

.elementor-lightbox .elementor-swiper-button-next .ep-icon-chevron-right, .elementor-lightbox .elementor-swiper-button-prev .ep-icon-chevron-left {
	transition: transform .3s;
}

.elementor-lightbox .elementor-swiper-button-prev:hover .ep-icon-chevron-left {
	transform: scale(1.2);
}

.elementor-lightbox .elementor-swiper-button-next:hover .ep-icon-chevron-right {
	transform: scale(1.2);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination {
	position: relative;
	display: flex;
	align-items: var(--ep-swiper-dots-align, center);
	justify-content: center;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination .swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	outline: none;
	transition: all .3s ease;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: var(--ep-swiper-dots-space-between, 5px);
	outline: none;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination.swiper-pagination-fraction, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination.swiper-pagination-fraction, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination.swiper-pagination-fraction {
	bottom: auto;
	z-index: 1;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets {
	min-height: var(--ep-swiper-dots-active-height, 10px);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets .swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets .swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets .swiper-pagination-bullet:after, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
	content: "";
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.bdt-arrows-align-center .bdt-position-center, .bdt-arrows-dots-align-center .bdt-position-center {
	width: 100%;
}

.bdt-arrows-align-center .bdt-navigation-prev, .bdt-arrows-dots-align-center .bdt-navigation-prev {
	left: 0;
	position: absolute;
	transform: translateY(-50%);
}

.bdt-arrows-align-center .bdt-navigation-next, .bdt-arrows-dots-align-center .bdt-navigation-next {
	right: 0;
	position: absolute;
	transform: translateY(-50%);
}

.rtl .bdt-arrows-align-center .bdt-navigation-prev, .rtl .bdt-arrows-dots-align-center .bdt-navigation-prev {
	right: 0;
	left: inherit;
}

.rtl .bdt-arrows-align-center .bdt-navigation-next, .rtl .bdt-arrows-dots-align-center .bdt-navigation-next {
	left: 0;
	right: inherit;
}

.bdt-arrows-dots-align-center .bdt-dots-container .swiper-pagination, .bdt-arrows-dots-align-center .bdt-arrows-dots-container .swiper-pagination {
	position: absolute;
	width: 100% !important;
}

.bdt-navigation-type-progress .swiper-pagination-progress {
	transform: translateY(15px);
	height: 5px;
	width: 100%;
}

.elementor-section.bdt-sticky {
	transition: background-color 250ms ease-out, padding 300ms ease-out;
}

.elementor-section.bdt-motion-effect-wrapper {
	overflow: var(--ep-effect-section-overflow, visible) !important;
}

.elementor-column.bdt-motion-effect-wrapper {
	overflow: var(--ep-effect-column-overflow, visible) !important;
}

.bdt-motion-effect-yes {
	transition: transform var(--ep-effect-transition-duration, 300ms) var(--ep-effect-transition-easing, ease-out);
}

.elementor-widget.bdt-motion-effect-yes {
	transform: translate(var(--ep-effect-trans-x-normal, 0), var(--ep-effect-trans-y-normal, 0)) rotateX(var(--ep-effect-rotate-x-normal, 0)) rotateY(var(--ep-effect-rotate-y-normal, 0)) rotateZ(var(--ep-effect-rotate-z-normal, 0)) scaleX(var(--ep-effect-scale-x-normal, 1)) scaleY(var(--ep-effect-scale-y-normal, 1)) skewX(var(--ep-effect-skew-x-normal, 0)) skewY(var(--ep-effect-skew-y-normal, 0));
}

.elementor-widget.bdt-motion-effect-yes:hover, .bdt-motion-effect-wrapper:hover .elementor-widget.bdt-motion-effect-yes {
	transform: translate(var(--ep-effect-trans-x-hover, var(--ep-effect-trans-x-normal, 0)), var(--ep-effect-trans-y-hover, var(--ep-effect-trans-y-normal, 0))) rotateX(var(--ep-effect-rotate-x-hover, var(--ep-effect-rotate-x-normal, 0))) rotateY(var(--ep-effect-rotate-y-hover, var(--ep-effect-rotate-y-normal, 0))) rotateZ(var(--ep-effect-rotate-z-hover, var(--ep-effect-rotate-z-normal, 0))) scaleX(var(--ep-effect-scale-x-hover, var(--ep-effect-scale-x-normal, 1))) scaleY(var(--ep-effect-scale-y-hover, var(--ep-effect-scale-y-normal, 1))) skewX(var(--ep-effect-skew-x-hover, var(--ep-effect-skew-x-normal, 0))) skewY(var(--ep-effect-skew-y-hover, var(--ep-effect-skew-y-normal, 0)));
	transition-delay: var(--ep-effect-transition-delay, 0ms);
}

.bdt-backdrop-filter-yes.bdt-filter-liquid_glass>* {
	position: relative;
	z-index: 1;
}

.bdt-backdrop-filter-yes.bdt-filter-liquid_glass {
	overflow: hidden;
	backdrop-filter: blur(var(--ep-liquid-glass-effects-blur, 1px)) url("#bdt-frosted");
}

.elementor-widget.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass)>.elementor-widget, .e-con-inner>.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass).elementor-element, .e-con-inner>.e-con>.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass).elementor-element, .e-con-inner>.e-con .bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass).elementor-element, .e-con-inner.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass) .e-container__inner, .elementor-column.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass)>.elementor-element-populated, .elementor-column .elementor-element-populated>.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass) {
	-webkit-backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0));
	backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0));
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
	width: 100% !important;
	left: 0 !important;
	transform: translateX(0) !important;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, [class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, [class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

[class*="elementor-widget-bdt-"] .bdt-arrows-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 40));
	transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 40));
}

[class*="elementor-widget-bdt-"] .bdt-dots-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 30));
	transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 30));
}

[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 40));
	transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 40));
}

[class*="elementor-widget-bdt-"] .bdt-arrows-fraction-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 40));
	transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 40));
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-arrows-container, [class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-arrows-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 0)) rotate(90deg);
	transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 0)) rotate(90deg);
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-dots-container, [class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-dots-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 0)) rotate(90deg);
	transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 0)) rotate(90deg);
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-arrows-dots-container, [class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-arrows-dots-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 0)) rotate(90deg);
	transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 0)) rotate(90deg);
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-arrows-fraction-container, [class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-arrows-fraction-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
	transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
}

[class*="elementor-widget-bdt-"] .swiper-coverflow {
	padding-top: 15px;
}

[class*="elementor-widget-bdt-"] .swiper-coverflow .swiper-slide {
	transition-property: transform, border, background;
}

[class*="elementor-widget-bdt-"] .swiper-horizontal>.swiper-pagination-progress {
	top: auto;
	bottom: 0;
}

@media (min-width:768px) and (max-width:1023px) {
	.bdt-tablet {
		display: none;
	}
}

@media (min-width:1024px) {
	.bdt-desktop {
		display: none;
	}
}

@media (max-width:767px) {
	.bdt-mobile {
		display: none;
	}
}

[class*="bdt-"] *, [class*="bdt-"] *::before, [class*="bdt-"] *::after {
	box-sizing: border-box;
}

.bdt-advanced-divider>img {
	display: none;
}

.bdt-reveal-effects-yes>*:not([class*="block-revealer"]) {
	opacity: 0;
}

.bdt-ep-button {
	font-size: 14px;
	color: #666;
	font-weight: 700;
	display: inline-block !important;
}

.bdt-ep-button.bdt-ep-button-size-xs {
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 400;
}

.bdt-ep-button.bdt-ep-button-size-sm {
	padding: 10px 20px;
	font-size: 12px;
}

.bdt-ep-button.bdt-ep-button-size-md {
	padding: 15px 30px;
}

.bdt-ep-button.bdt-ep-button-size-lg {
	padding: 20px 30px;
	font-size: 16px;
}

.bdt-ep-button.bdt-ep-button-size-xl {
	padding: 25px 30px;
	font-size: 18px;
}

.elementor-align-center .bdt-ep-button {
	width: auto;
}

.elementor-align-right .bdt-ep-button {
	width: auto;
}

.elementor-align-left .bdt-ep-button {
	width: auto;
}

.elementor-align-justify .bdt-ep-button {
	width: 100%;
}

@media (max-width:1024px) {
	.elementor-tablet-align-center .bdt-ep-button {
		width: auto;
	}
	
	.elementor-tablet-align-right .bdt-ep-button {
		width: auto;
	}
	
	.elementor-tablet-align-left .bdt-ep-button {
		width: auto;
	}
	
	.elementor-tablet-align-justify .bdt-ep-button {
		width: 100%;
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center .bdt-ep-button {
		width: auto;
	}
	
	.elementor-mobile-align-right .bdt-ep-button {
		width: auto;
	}
	
	.elementor-mobile-align-left .bdt-ep-button {
		width: auto;
	}
	
	.elementor-mobile-align-justify .bdt-ep-button {
		width: 100%;
	}
}

.bdt-ep-shadow-mode-yes .bdt-ep-carousel .swiper-carousel, .bdt-ep-shadow-mode-yes .bdt-custom-carousel .swiper-carousel, .bdt-ep-shadow-mode-yes .bdt-wc-carousel .swiper-carousel, .bdt-ep-shadow-mode-yes .bdt-testimonial-carousel .swiper-carousel, .bdt-ep-shadow-mode-yes .bdt-event-carousel-skin-fable .swiper-carousel, .bdt-ep-shadow-mode-yes .bdt-event-carousel .swiper-carousel, .bdt-ep-shadow-mode-yes .bdt-portfolio-carousel .swiper-carousel, .bdt-ep-shadow-mode-yes .bdt-panel-slider .swiper-carousel, .bdt-ep-shadow-mode-yes .bdt-learnpress-carousel .swiper-carousel, .bdt-ep-shadow-mode-yes .ep-edd-product-review-carousel .swiper-carousel, .bdt-ep-shadow-mode-yes .bdt-tutor-lms-course-carousel .swiper-carousel {
	padding: 10px;
	margin: 0 -10px;
}

.bdt-show-hidden-item--yes .swiper-carousel {
	overflow: visible;
}

[class*="elementor-widget-bdt-"] .swiper-pagination-fraction, [class*="elementor-widget-bdt-"] .swiper-pagination-custom, [class*="elementor-widget-bdt-"] .swiper-horizontal .swiper-pagination-bullets, [class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-bullets {
	bottom: -50px;
	width: 100%;
}

[class*="elementor-widget-bdt-"] .swiper-pagination-fraction .swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .swiper-pagination-custom .swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet, [class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.bdt-navigation-type-arrows-fraction .swiper-pagination {
	position: initial;
}

.bdt-arrows-fraction-container .bdt-navigation-prev, .bdt-arrows-dots-container .bdt-navigation-prev, .bdt-arrows-container .bdt-navigation-prev, .bdt-arrows-fraction-container .bdt-navigation-next, .bdt-arrows-dots-container .bdt-navigation-next, .bdt-arrows-container .bdt-navigation-next {
	transition: all .3s ease;
}

.bdt-arrows-fraction-container .bdt-navigation-prev i, .bdt-arrows-dots-container .bdt-navigation-prev i, .bdt-arrows-container .bdt-navigation-prev i, .bdt-arrows-fraction-container .bdt-navigation-next i, .bdt-arrows-dots-container .bdt-navigation-next i, .bdt-arrows-container .bdt-navigation-next i {
	display: inline-flex;
	transition: all .3s ease;
}

.rtl .bdt-arrows-container, .rtl .bdt-arrows-fraction-container, .rtl .bdt-arrows-dots-container {
	direction: rtl;
}

.rtl .bdt-arrows-container .swiper-pagination, .rtl .bdt-arrows-fraction-container .swiper-pagination, .rtl .bdt-arrows-dots-container .swiper-pagination {
	direction: ltr;
}

.rtl .bdt-news-ticker-controls {
	display: flex;
	flex-direction: row-reverse;
}

.bdt-pagination-dot-dot {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bdt-pagination-dot-dot span {
	line-height: 1px;
	height: 13px;
	color: #bbb !important;
}

.elementor-widget .bdt-subnav {
	margin-bottom: 10px;
	margin-top: 0;
	color: #999;
}

.elementor-widget .bdt-subnav * {
	font-size: 13px;
	font-weight: 400;
}

.elementor-widget .bdt-subnav span {
	color: inherit;
}

.elementor-widget .bdt-subnav span span {
	display: inline-block;
}

.elementor-widget .bdt-subnav span a {
	display: inline-block;
	transition: color .5s cubic-bezier(.4, .7, .04, .88);
}

.elementor-widget .bdt-subnav span a:hover {
	color: #666;
}

.elementor-widget .bdt-subnav span a+a {
	margin-right: 5px;
	color: #999;
}

.elementor-widget .bdt-subnav span:after {
	content: "";
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #adb5bd;
	margin-right: -10px;
	margin-left: 10px;
	display: inline-block;
	line-height: 4px;
	vertical-align: middle;
}

.elementor-widget .bdt-subnav span:last-child::after {
	content: none;
}

.bdt-button-icon-align-left {
	float: left;
}

.bdt-button-icon-align-right {
	float: right;
}

.bdt-flex-align-left {
	order: -1;
}

.bdt-flex-align-right {
	order: 99;
}

.bdt-masonry-grid .bdt-gallery-item {
	float: left;
	height: auto;
}

.bdt-masonry-grid .bdt-gallery-item .bdt-gallery-thumbnail img {
	height: auto;
}

.bdt-crypto-loader-wrap {
	width: 100%;
	height: 100%;
}

.bdt-crypto-currency-chart, .bdt-crypto-currency-grid, .bdt-crypto-currency-list {
	position: relative;
}

.bdt-crypto-currency-chart .bdt-crypto-loader-wrap, .bdt-crypto-currency-grid .bdt-crypto-loader-wrap, .bdt-crypto-currency-list .bdt-crypto-loader-wrap {
	position: absolute;
}

.elementor-widget-bdt-crypto-currency-chart-carousel .swiper:not(.swiper-initialized), .elementor-widget-bdt-crypto-currency-carousel .swiper:not(.swiper-initialized), .elementor-widget-bdt-fancy-slider .swiper:not(.swiper-initialized) {
	opacity: 1 !important;
	visibility: visible !important;
}

[class*=" elementor-widget-bdt-"] .swiper:not(.swiper-initialized) {
	opacity: 0;
	visibility: hidden;
}

[class*="elementor-widget-bdt-"] .bdt-navigation-next, [class*="elementor-widget-bdt-"] .bdt-navigation-prev {
	cursor: pointer;
}

[class*="elementor-widget-bdt-"] .swiper-carousel .elementor-lightbox-content-source {
	display: none;
}

[class*="elementor-widget-bdt-"] .swiper-slide {
	border-style: solid;
	border-width: 0;
	overflow: hidden;
}

[class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-progressbar, [class*="elementor-widget-bdt-"] .swiper-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
}

[class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-progressbar, [class*="elementor-widget-bdt-"] .swiper-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
}

[class*="elementor-widget-bdt-"] .swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

[class*="elementor-widget-bdt-"] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

[class*="elementor-widget-bdt-"] .bdt-position-bottom.swiper-pagination-progressbar {
	top: auto;
}

.bdt-animated-slow>span {
	animation-duration: 2s;
}

.bdt-animated-fast>span {
	animation-duration: .75s;
}

.bdt-scrollnav-fixed-yes .bdt-scrollnav {
	position: fixed !important;
}

.bdt-scrollnav-fixed-yes .bdt-scrollnav [class*="bdt-navbar"] {
	margin: 30px;
}

.bdt-comment-container .fb_iframe_widget, .bdt-comment-container .fb_iframe_widget span, .bdt-comment-container .fb_iframe_widget iframe {
	width: 100% !important;
}

.bdt-ep-grid-filters-wrapper {
	margin-bottom: 30px;
}

.bdt-ep-grid-filters-wrapper ul li {
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters {
	padding: 0;
	margin: 0;
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter {
	display: inline-block;
	font-weight: 700;
	border-bottom: 2px solid transparent;
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter.bdt-active {
	border-bottom-color: #444;
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:first-child) {
	margin-left: calc(30px / 2);
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:last-child) {
	margin-right: calc(30px / 2);
}

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter .bdt-dropdown ul li.bdt-ep-grid-filter {
	margin: 0;
}

@media (min-width:1024px) {
	.bdt-ep-grid-filter-container {
		transition: height .5s ease-out;
	}
}

.bdt-document-viewer iframe {
	border: none;
}

.bdt-lazy-loading {
	background: rgba(152, 152, 152, .07);
	background-image: url("https://cdn-ildlgdn.nitrocdn.com/BKQGjYIeJFLsTyUNiiQzflNuGvMuIPWs/assets/images/optimized/rev-8bb74a7/www.symmetry-systems.com/wp-content/plugins/bdthemes-element-pack/assets/images/loading.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.bdt-lazy-loading.nitro-lazy {
	background-image: none !important;
}

.bdt-dummy-loader {
	height: 250px;
	background: rgba(152, 152, 152, .05);
	background-repeat: no-repeat;
	background-position: center;
	animation-name: dummy-loader-animation;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
}

@keyframes dummy-loader-animation {
	0% {
		background: rgba(152, 152, 152, .05);
	}
	
	50% {
		background: rgba(152, 152, 152, .2);
	}
	
	100% {
		background: rgba(152, 152, 152, .05);
	}
}

.bdt-modal-link {
	cursor: pointer;
}

.bdt-modal-link * {
	cursor: pointer;
}

.bdt-ep-shadow-mode-yes:before, .bdt-ep-shadow-mode-yes:after {
	content: "";
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0;
	z-index: 2 !important;
	pointer-events: none;
}

.bdt-ep-shadow-mode-yes:before {
	background: linear-gradient(to right, #fff 5%, rgba(255, 255, 255, 0) 100%);
	left: 0;
}

.bdt-ep-shadow-mode-yes:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 95%);
	right: 0;
}

@media (max-width:767px) {
	.bdt-ep-shadow-mode-yes:before, .bdt-ep-shadow-mode-yes:after {
		content: none;
	}
}

.elementor-widget-bdt-easy-digital-download .edd_downloads_list .edd_download {
	margin: 0;
	padding: 0;
}

@keyframes attentionAnimation {
	0% {
		left: 0;
	}
	
	1% {
		left: -3px;
	}
	
	2% {
		left: 5px;
	}
	
	3% {
		left: -8px;
	}
	
	4% {
		left: 8px;
	}
	
	5% {
		left: -5px;
	}
	
	6% {
		left: 3px;
	}
	
	7% {
		left: 0;
	}
}

.bdt-ep-attention-button {
	animation-name: attentionAnimation;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
	position: relative;
}

.elementor-widget-wrap [data-tilt] {
	transition: box-shadow 400ms cubic-bezier(.25, .9, .58, 1);
}

.elementor-widget-wrap [data-tilt]:hover {
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .45), 0 50px 90px 0 rgba(51, 51, 51, .15);
}

.bdt-post-grid-tab dl {
	margin: 0;
	opacity: 0;
	transition: opacity 450ms cubic-bezier(.3, .91, .58, 1);
}

.bdt-post-grid-tab .gridtab[class*="gridtab--"] {
	opacity: 1;
}

.bdt-hide-recaptcha-badge-yes .grecaptcha-badge {
	display: none;
}

.elementor-widget-bdt-testimonial-slider .bdt-rating-item, .elementor-widget-bdt-testimonial-carousel .bdt-rating-item, .elementor-widget-bdt-testimonial-grid .bdt-rating-item {
	color: #e7e7e7;
}

.elementor-widget-bdt-testimonial-slider .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget-bdt-testimonial-carousel .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget-bdt-testimonial-grid .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget-bdt-testimonial-slider .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget-bdt-testimonial-carousel .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget-bdt-testimonial-grid .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget-bdt-testimonial-slider .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget-bdt-testimonial-carousel .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget-bdt-testimonial-grid .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget-bdt-testimonial-slider .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget-bdt-testimonial-carousel .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget-bdt-testimonial-grid .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget-bdt-testimonial-slider .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5), .elementor-widget-bdt-testimonial-carousel .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5), .elementor-widget-bdt-testimonial-grid .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #fc0;
}

.elementor-widget .bdt-rating .bdt-rating-item {
	font-size: 14px;
	margin-right: 2px;
}

.elementor-widget .bdt-review-platform {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px;
	background: #fff;
	font-size: 13px;
	transition: all .3s ease;
}

.elementor-widget .bdt-review-platform i {
	height: 1em;
	width: 1em;
}

.elementor-widget .bdt-review-google .bdt-platform-icon, .elementor-widget .bdt-review-google .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-google .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-google .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-google .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-google .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #4285f4;
}

.elementor-widget .bdt-review-facebook .bdt-platform-icon, .elementor-widget .bdt-review-facebook .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-facebook .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-facebook .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-facebook .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-facebook .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #3c5b9b;
}

.elementor-widget .bdt-review-yelp .bdt-platform-icon, .elementor-widget .bdt-review-yelp .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-yelp .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-yelp .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-yelp .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-yelp .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #d80027;
}

.elementor-widget .bdt-review-g2 .bdt-platform-icon, .elementor-widget .bdt-review-g2 .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-g2 .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-g2 .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-g2 .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-g2 .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #ff492c;
}

.elementor-widget .bdt-review-trustpilot .bdt-platform-icon, .elementor-widget .bdt-review-trustpilot .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-trustpilot .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-trustpilot .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-trustpilot .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-trustpilot .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #04da8d;
}

.elementor-widget .bdt-review-trustradius .bdt-platform-icon, .elementor-widget .bdt-review-trustradius .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-trustradius .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-trustradius .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-trustradius .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-trustradius .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #1e50e5;
}

.elementor-widget .bdt-review-tripadvisor .bdt-platform-icon, .elementor-widget .bdt-review-tripadvisor .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-tripadvisor .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-tripadvisor .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-tripadvisor .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-tripadvisor .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #34e0a1;
}

.elementor-widget .bdt-review-foursquare .bdt-platform-icon, .elementor-widget .bdt-review-foursquare .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-foursquare .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-foursquare .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-foursquare .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-foursquare .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #de3160;
}

.elementor-widget .bdt-review-glassdoor .bdt-platform-icon, .elementor-widget .bdt-review-glassdoor .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-glassdoor .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-glassdoor .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-glassdoor .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-glassdoor .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #0caa41;
}

.elementor-widget .bdt-review-capterra .bdt-platform-icon, .elementor-widget .bdt-review-capterra .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget .bdt-review-capterra .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget .bdt-review-capterra .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget .bdt-review-capterra .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget .bdt-review-capterra .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5) {
	color: #044d80;
}

.elementor-button svg {
	width: 1.2em;
}

.ep-pagination .bdt-pagination {
	margin: 20px 0;
}

.ep-pagination .bdt-pagination li {
	list-style-type: none;
	padding-left: 5px;
}

.ep-pagination .bdt-pagination li:hover a, .ep-pagination .bdt-pagination li.bdt-active a {
	color: #fff;
	background: #1e87f0;
}

.ep-pagination .bdt-pagination li a {
	font-size: 12px;
	padding: 5px 25px;
	background: #fff;
	color: #1e87f0;
	border-radius: 3px;
}

.ep-pagination .bdt-pagination li:nth-child(1) {
	padding-left: 0 !important;
}

.bdt-honeycombs:not(.honeycombs-loaded) {
	opacity: 0;
}

.bdt-background-overlay-yes:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - var(--ep-overlay-margin-right, 0px) - var(--ep-overlay-margin-left, 0px));
	height: calc(100% - var(--ep-overlay-margin-top, 0px) - var(--ep-overlay-margin-bottom, 0px));
	margin: var(--ep-overlay-margin-top, 0) var(--ep-overlay-margin-right, 0) var(--ep-overlay-margin-bottom, 0) var(--ep-overlay-margin-left, 0);
	pointer-events: none;
}

.bdt-background-overlay-yes.bdt-bg-o-t-zoom:before {
	transform: scale(0);
	opacity: 0;
	transition: transform 300ms, opacity 300ms;
}

.bdt-background-overlay-yes.bdt-bg-o-t-zoom:hover:before {
	transform: scale(1);
	opacity: 1;
}

.bdt-background-overlay-yes.bdt-bg-o-t-rotate:before {
	transform: scale(0) rotate(-30deg);
	opacity: 0;
	transition: transform 300ms, opacity 300ms;
}

.bdt-background-overlay-yes.bdt-bg-o-t-rotate:hover:before {
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

.bdt-mini-cart-button-icon svg {
	width: 18px;
}

.bdt-svg-image img {
	width: auto;
}

.bdt-portfolio-gallery.bdt-portfolio-gallery-skin-janes .bdt-gallery-item .bdt-portfolio-inner .bdt-portfolio-desc {
	transform: rotateY(-90deg);
}

.epsc-clipboard .epsc-copy-btn {
	opacity: 0;
	cursor: pointer;
}

.epsc-clipboard:hover .epsc-copy-btn {
	opacity: 1;
}

.epsc-rating .epsc-rating-item {
	color: #e7e7e7;
}

.epsc-rating .epsc-rating-item i {
	display: inline-flex;
	font-family: "element-pack" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.epsc-rating .epsc-rating-item i:before {
	content: "";
}

.epsc-rating[class*=" epsc-rating-0"] .epsc-rating-item:nth-child(1) i:after, .epsc-rating[class*=" epsc-rating-1"] .epsc-rating-item:nth-child(-n + 1) i:after, .epsc-rating[class*=" epsc-rating-2"] .epsc-rating-item:nth-child(-n + 2) i:after, .epsc-rating[class*=" epsc-rating-3"] .epsc-rating-item:nth-child(-n + 3) i:after, .epsc-rating[class*=" epsc-rating-4"] .epsc-rating-item:nth-child(-n + 4) i:after, .epsc-rating[class*=" epsc-rating-5"] .epsc-rating-item:nth-child(-n + 5) i:after {
	position: absolute;
	content: "";
	color: #fc0;
}

.epsc-rating.epsc-rating-0-5 .epsc-rating-item:nth-child(1) i:after, .epsc-rating.epsc-rating-1-5 .epsc-rating-item:nth-child(2) i:after, .epsc-rating.epsc-rating-2-5 .epsc-rating-item:nth-child(3) i:after, .epsc-rating.epsc-rating-3-5 .epsc-rating-item:nth-child(4) i:after, .epsc-rating.epsc-rating-4-5 .epsc-rating-item:nth-child(5) i:after {
	content: "";
	color: #fc0;
	position: absolute;
}

.bdt-floating-effect-infinite--yes>* {
	animation: fe-infinite-rotate var(--bdt-floating-effect-rotate-duration, 2000ms) linear infinite;
	animation-delay: var(--bdt-floating-effect-rotate-delay, 0);
}

@keyframes fe-infinite-rotate {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.tippy-box .tippy-content .bdt-title {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 1.1em;
}

@keyframes ep-grid-layer-animation-top-to-bottom {
	from {
		min-height: 0vh;
	}
	
	to {
		min-height: 100vh;
	}
}

.bdt-mouse-disabled {
	cursor: not-allowed;
}

.bdt-modal .bdt-modal-dialog button.bdt-close {
	width: auto;
}

.bdt-lightbox .bdt-lightbox-button {
	transition: all .3s ease;
}

.bdt-lightbox .bdt-lightbox-button svg {
	width: 1em;
}

.bdt-ep-grid-filter a {
	color: #798184;
}

.bdt-realistic-image-shadow {
	position: relative;
	overflow: inherit !important;
}

.elementor-widget-image.bdt-realistic-image-shadow img {
	display: block;
}

.bdt-realistic-image-shadow img:nth-child(1) {
	position: relative;
}

.bdt-realistic-image-shadow img:nth-last-child(1) {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	filter: blur(20px);
	transform: scaleX(.9) translateY(0);
	transition: filter .3s ease-out, opacity .3s ease-out, transform .3s ease-out;
}

.bdt-realistic-image-shadow:not(.bdt-hover) img:nth-last-child(1) {
	filter: blur(20px);
	opacity: .8;
	transform: scaleX(.9) translateY(20px);
}

.bdt-realistic-image-shadow.bdt-hover img:nth-child(1) {
	transition: transform .3s ease-out;
}

.bdt-realistic-image-shadow.bdt-hover:hover img:nth-child(1) {
	transform: translateY(-15px);
}

.bdt-realistic-image-shadow.bdt-hover img:nth-last-child(1) {
	height: 100%;
	width: 100%;
	opacity: 0;
}

.bdt-realistic-image-shadow.bdt-hover:hover img:nth-last-child(1) {
	opacity: .8;
	transform: scaleX(.9) translateY(15px);
}

.data-changed .price-int {
	background: #1e87f0;
	color: #fff;
	padding: 2px 12px;
	border-radius: 5px;
}

.bdt-image-masking-yes.elementor-widget-image-carousel .swiper-slide-inner, .bdt-image-masking-yes.elementor-widget-image, .bdt-image-masking-yes .elementor-image-box-img, .bdt-image-mask {
	position: relative;
}

.bdt-image-masking-yes.elementor-widget-image-carousel .swiper-slide-inner:before, .bdt-image-masking-yes.elementor-widget-image:before, .bdt-image-masking-yes .elementor-image-box-img:before, .bdt-image-mask:before {
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.bdt-scroll-effect-yes .elementor-heading-title, .bdt-scroll-effect-yes .bdt-heading-tag span, .bdt-scroll-effect-yes .bdt-ep-advanced-heading-main-title-inner {
	position: relative;
	display: inline !important;
	-webkit-text-fill-color: rgba(0, 0, 0, .1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(var(--bdt-adh-text-bg, #000), var(--bdt-adh-text-bg, #000));
	background-size: 0% 100%;
}

@media (min-width:768px) {
	.elementor-position-right .bdt-ep-advanced-counter, .elementor-position-left .bdt-ep-advanced-counter {
		display: flex;
	}
}

.bdt-pass-input-wrapper {
	position: relative;
}

.bdt-pass-input-wrapper .bdt-toggle-pass-wrapper {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	transform: translate(-50%, -50%);
}

.bdt-pass-input-wrapper .bdt-toggle-pass-wrapper i {
	cursor: pointer;
}

.ep-title-style-1, .ep-title-style-2, .ep-title-style-3, .ep-title-style-4 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	background-size: 0% 2px;
	-webkit-transition: background-size .3s;
	transition: background-size .3s;
	display: inline-block;
}

.ep-title-style-1:hover, .ep-title-style-2:hover, .ep-title-style-3:hover, .ep-title-style-4:hover {
	background-size: 100% 2px;
}

.ep-title-style-1:focus, .ep-title-style-2:focus, .ep-title-style-3:focus, .ep-title-style-4:focus {
	background-size: 100% 2px;
}

.ep-title-style-1 {
	background-position: 0% 100%;
}

.ep-title-style-2 {
	background-position: 0% 0;
}

.ep-title-style-4 {
	background-position: 50% 0%;
}

.ep-title-style-3 {
	background-position: 50% 100%;
}

.ep-title-style-5 {
	position: relative;
	text-decoration: none;
	display: inline-block;
}

.ep-title-style-5:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .3s;
}

.ep-title-style-5:hover:after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.elementor-widget-bdt-wc-add-to-cart .single_variation_wrap, .elementor-widget-bdt-wc-elements .single_variation_wrap {
	display: flex;
	flex-direction: column;
}

.elementor-widget-bdt-wc-add-to-cart .swatches-support table.variations, .elementor-widget-bdt-wc-elements .swatches-support table.variations {
	display: flex;
}

.elementor-widget-bdt-wc-add-to-cart table.variations, .elementor-widget-bdt-wc-elements table.variations {
	border-collapse: separate;
	border-spacing: 0 10px;
	margin-bottom: 0 !important;
}

.elementor-widget-bdt-wc-add-to-cart form.cart tr, .elementor-widget-bdt-wc-elements form.cart tr {
	position: relative;
}

.elementor-widget-bdt-wc-add-to-cart form.cart *, .elementor-widget-bdt-wc-elements form.cart * {
	text-align: left;
}

.elementor-widget-bdt-wc-add-to-cart .quantity button, .elementor-widget-bdt-wc-elements .quantity button {
	padding: 15px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ddd;
	border-radius: 3px 3px 3px 3px;
	color: #444;
	line-height: 1;
	cursor: pointer;
	background: #fff;
}

.elementor-widget-bdt-wc-add-to-cart .quantity button:hover, .elementor-widget-bdt-wc-elements .quantity button:hover {
	background: #f9f9f9;
}

.elementor-widget-bdt-wc-add-to-cart form.cart div.quantity, .elementor-widget-bdt-wc-elements form.cart div.quantity {
	display: flex !important;
	gap: 4px;
}

.elementor-widget-bdt-wc-add-to-cart form.cart div.quantity .qty, .elementor-widget-bdt-wc-elements form.cart div.quantity .qty {
	margin-right: 0 !important;
	padding: 14px;
	width: 5.631em;
	border: 1px solid #ddd;
}

.elementor-widget-bdt-wc-add-to-cart .woocommerce-variation-add-to-cart, .elementor-widget-bdt-wc-elements .woocommerce-variation-add-to-cart {
	display: flex;
}

.elementor-widget-bdt-wc-add-to-cart table th, .elementor-widget-bdt-wc-elements table th, .elementor-widget-bdt-wc-add-to-cart table td, .elementor-widget-bdt-wc-elements table td {
	padding: 0;
}

.elementor-widget-bdt-wc-add-to-cart form.cart table td, .elementor-widget-bdt-wc-elements form.cart table td, .elementor-widget-bdt-wc-add-to-cart div.product form.cart table td, .elementor-widget-bdt-wc-elements div.product form.cart table td {
	padding-left: 20px !important;
}

.elementor-widget-bdt-wc-add-to-cart table tbody tr:hover>td, .elementor-widget-bdt-wc-elements table tbody tr:hover>td, .elementor-widget-bdt-wc-add-to-cart table tbody tr:hover>th, .elementor-widget-bdt-wc-elements table tbody tr:hover>th, .elementor-widget-bdt-wc-add-to-cart table tbody>tr:nth-child(odd)>td, .elementor-widget-bdt-wc-elements table tbody>tr:nth-child(odd)>td, .elementor-widget-bdt-wc-add-to-cart table tbody>tr:nth-child(odd)>th, .elementor-widget-bdt-wc-elements table tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

.elementor-widget-bdt-wc-add-to-cart .woocommerce-variation-price, .elementor-widget-bdt-wc-elements .woocommerce-variation-price {
	margin-bottom: 15px;
}

.gem-print-icon.gem-icon-pack-material {
	display: inline-block;
	font-family: "MaterialDesignIcons";
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
}

.gem-mdi {
	font-family: "MaterialDesignIcons";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-rendering: auto;
	line-height: 1;
}

.gem-mdi.gem-mdi-label:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url("https://cdn-ildlgdn.nitrocdn.com/BKQGjYIeJFLsTyUNiiQzflNuGvMuIPWs/assets/images/source/rev-8bb74a7/www.symmetry-systems.com/wp-content/themes/thegem-elementor/css/icons-material-logo.svg") no-repeat 50% 50%;
	background-size: 20px 20px;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1439px) {
	.gem-mdi.gem-mdi-label:before {
		width: 15px;
		height: 15px;
		background-size: 15px 15px;
	}
}

.mdi-account:before {
	content: "";
}

.mdi-account-alert:before {
	content: "";
}

.mdi-account-box:before {
	content: "";
}

.mdi-account-box-outline:before {
	content: "";
}

.mdi-account-check:before {
	content: "";
}

.mdi-account-circle:before {
	content: "";
}

.mdi-account-key:before {
	content: "";
}

.mdi-account-location:before {
	content: "";
}

.mdi-account-minus:before {
	content: "";
}

.mdi-account-multiple:before {
	content: "";
}

.mdi-account-multiple-outline:before {
	content: "";
}

.mdi-account-multiple-plus:before {
	content: "";
}

.mdi-account-network:before {
	content: "";
}

.mdi-account-outline:before {
	content: "";
}

.mdi-account-plus:before {
	content: "";
}

.mdi-account-remove:before {
	content: "";
}

.mdi-account-search:before {
	content: "";
}

.mdi-account-star:before {
	content: "";
}

.mdi-account-star-variant:before {
	content: "";
}

.mdi-account-switch:before {
	content: "";
}

.mdi-airballoon:before {
	content: "";
}

.mdi-airplane:before {
	content: "";
}

.mdi-airplane-off:before {
	content: "";
}

.mdi-alarm:before {
	content: "";
}

.mdi-alarm-check:before {
	content: "";
}

.mdi-alarm-multiple:before {
	content: "";
}

.mdi-alarm-off:before {
	content: "";
}

.mdi-alarm-plus:before {
	content: "";
}

.mdi-album:before {
	content: "";
}

.mdi-alert:before {
	content: "";
}

.mdi-alert-box:before {
	content: "";
}

.mdi-alert-circle:before {
	content: "";
}

.mdi-alert-octagon:before {
	content: "";
}

.mdi-alpha:before {
	content: "";
}

.mdi-alphabetical:before {
	content: "";
}

.mdi-amazon:before {
	content: "";
}

.mdi-amazon-clouddrive:before {
	content: "";
}

.mdi-ambulance:before {
	content: "";
}

.mdi-android:before {
	content: "";
}

.mdi-android-debug-bridge:before {
	content: "";
}

.mdi-android-studio:before {
	content: "";
}

.mdi-apple:before {
	content: "";
}

.mdi-apple-finder:before {
	content: "";
}

.mdi-apple-ios:before {
	content: "";
}

.mdi-apple-mobileme:before {
	content: "";
}

.mdi-apple-safari:before {
	content: "";
}

.mdi-appnet:before {
	content: "";
}

.mdi-apps:before {
	content: "";
}

.mdi-archive: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-right:before {
	content: "";
}

.mdi-arrow-collapse:before {
	content: "";
}

.mdi-arrow-down:before {
	content: "";
}

.mdi-arrow-down-bold: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-expand:before {
	content: "";
}

.mdi-arrow-left:before {
	content: "";
}

.mdi-arrow-left-bold: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-right:before {
	content: "";
}

.mdi-arrow-right-bold: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-top-left:before {
	content: "";
}

.mdi-arrow-top-right:before {
	content: "";
}

.mdi-arrow-up:before {
	content: "";
}

.mdi-arrow-up-bold: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-at:before {
	content: "";
}

.mdi-attachment:before {
	content: "";
}

.mdi-audiobook:before {
	content: "";
}

.mdi-auto-fix:before {
	content: "";
}

.mdi-auto-upload:before {
	content: "";
}

.mdi-baby:before {
	content: "";
}

.mdi-backburger:before {
	content: "";
}

.mdi-backup-restore:before {
	content: "";
}

.mdi-bank:before {
	content: "";
}

.mdi-barcode:before {
	content: "";
}

.mdi-barley:before {
	content: "";
}

.mdi-barrel:before {
	content: "";
}

.mdi-basecamp:before {
	content: "";
}

.mdi-basket:before {
	content: "";
}

.mdi-basket-fill:before {
	content: "";
}

.mdi-basket-unfill:before {
	content: "";
}

.mdi-battery:before {
	content: "";
}

.mdi-battery-10:before {
	content: "";
}

.mdi-battery-20:before {
	content: "";
}

.mdi-battery-30:before {
	content: "";
}

.mdi-battery-40:before {
	content: "";
}

.mdi-battery-50:before {
	content: "";
}

.mdi-battery-60:before {
	content: "";
}

.mdi-battery-70:before {
	content: "";
}

.mdi-battery-80:before {
	content: "";
}

.mdi-battery-90:before {
	content: "";
}

.mdi-battery-alert: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-60:before {
	content: "";
}

.mdi-battery-charging-80:before {
	content: "";
}

.mdi-battery-charging-90:before {
	content: "";
}

.mdi-battery-minus:before {
	content: "";
}

.mdi-battery-negative:before {
	content: "";
}

.mdi-battery-outline:before {
	content: "";
}

.mdi-battery-plus:before {
	content: "";
}

.mdi-battery-positive:before {
	content: "";
}

.mdi-battery-unknown:before {
	content: "";
}

.mdi-beach:before {
	content: "";
}

.mdi-beaker:before {
	content: "";
}

.mdi-beaker-empty:before {
	content: "";
}

.mdi-beaker-empty-outline:before {
	content: "";
}

.mdi-beaker-outline:before {
	content: "";
}

.mdi-beats:before {
	content: "";
}

.mdi-beer:before {
	content: "";
}

.mdi-behance:before {
	content: "";
}

.mdi-bell:before {
	content: "";
}

.mdi-bell-off:before {
	content: "";
}

.mdi-bell-outline:before {
	content: "";
}

.mdi-bell-ring:before {
	content: "";
}

.mdi-bell-ring-outline:before {
	content: "";
}

.mdi-bell-sleep:before {
	content: "";
}

.mdi-beta:before {
	content: "";
}

.mdi-bike:before {
	content: "";
}

.mdi-bing:before {
	content: "";
}

.mdi-binoculars:before {
	content: "";
}

.mdi-bio:before {
	content: "";
}

.mdi-biohazard:before {
	content: "";
}

.mdi-bitbucket:before {
	content: "";
}

.mdi-black-mesa:before {
	content: "";
}

.mdi-blackberry:before {
	content: "";
}

.mdi-blinds:before {
	content: "";
}

.mdi-block-helper:before {
	content: "";
}

.mdi-blogger:before {
	content: "";
}

.mdi-bluetooth:before {
	content: "";
}

.mdi-bluetooth-audio:before {
	content: "";
}

.mdi-bluetooth-connect: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-bone:before {
	content: "";
}

.mdi-book:before {
	content: "";
}

.mdi-book-multiple:before {
	content: "";
}

.mdi-book-multiple-variant:before {
	content: "";
}

.mdi-book-open:before {
	content: "";
}

.mdi-book-variant:before {
	content: "";
}

.mdi-bookmark:before {
	content: "";
}

.mdi-bookmark-check:before {
	content: "";
}

.mdi-bookmark-music:before {
	content: "";
}

.mdi-bookmark-outline:before {
	content: "";
}

.mdi-bookmark-outline-plus:before {
	content: "";
}

.mdi-bookmark-plus:before {
	content: "";
}

.mdi-bookmark-remove:before {
	content: "";
}

.mdi-border-all:before {
	content: "";
}

.mdi-border-bottom:before {
	content: "";
}

.mdi-border-color:before {
	content: "";
}

.mdi-border-horizontal:before {
	content: "";
}

.mdi-border-inside:before {
	content: "";
}

.mdi-border-left:before {
	content: "";
}

.mdi-border-none:before {
	content: "";
}

.mdi-border-outside:before {
	content: "";
}

.mdi-border-right:before {
	content: "";
}

.mdi-border-top:before {
	content: "";
}

.mdi-border-vertical:before {
	content: "";
}

.mdi-bowling:before {
	content: "";
}

.mdi-box:before {
	content: "";
}

.mdi-briefcase:before {
	content: "";
}

.mdi-briefcase-check:before {
	content: "";
}

.mdi-briefcase-download:before {
	content: "";
}

.mdi-briefcase-upload: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-broom:before {
	content: "";
}

.mdi-brush:before {
	content: "";
}

.mdi-bug:before {
	content: "";
}

.mdi-bulletin-board:before {
	content: "";
}

.mdi-bullhorn:before {
	content: "";
}

.mdi-bus:before {
	content: "";
}

.mdi-cake:before {
	content: "";
}

.mdi-cake-variant:before {
	content: "";
}

.mdi-calculator:before {
	content: "";
}

.mdi-calendar:before {
	content: "";
}

.mdi-calendar-blank:before {
	content: "";
}

.mdi-calendar-check:before {
	content: "";
}

.mdi-calendar-clock:before {
	content: "";
}

.mdi-calendar-multiple:before {
	content: "";
}

.mdi-calendar-multiple-check:before {
	content: "";
}

.mdi-calendar-plus:before {
	content: "";
}

.mdi-calendar-remove:before {
	content: "";
}

.mdi-calendar-text:before {
	content: "";
}

.mdi-calendar-today:before {
	content: "";
}

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

.mdi-camcorder-box:before {
	content: "";
}

.mdi-camcorder-box-off:before {
	content: "";
}

.mdi-camcorder-off:before {
	content: "";
}

.mdi-camera:before {
	content: "";
}

.mdi-camera-front:before {
	content: "";
}

.mdi-camera-front-variant:before {
	content: "";
}

.mdi-camera-iris:before {
	content: "";
}

.mdi-camera-party-mode:before {
	content: "";
}

.mdi-camera-rear:before {
	content: "";
}

.mdi-camera-rear-variant:before {
	content: "";
}

.mdi-camera-switch:before {
	content: "";
}

.mdi-camera-timer:before {
	content: "";
}

.mdi-candycane:before {
	content: "";
}

.mdi-car:before {
	content: "";
}

.mdi-car-wash:before {
	content: "";
}

.mdi-carrot:before {
	content: "";
}

.mdi-cart:before {
	content: "";
}

.mdi-cart-outline:before {
	content: "";
}

.mdi-cash:before {
	content: "";
}

.mdi-cash-100:before {
	content: "";
}

.mdi-cash-multiple:before {
	content: "";
}

.mdi-cash-usd:before {
	content: "";
}

.mdi-cast:before {
	content: "";
}

.mdi-cast-connected:before {
	content: "";
}

.mdi-castle:before {
	content: "";
}

.mdi-cat:before {
	content: "";
}

.mdi-cellphone:before {
	content: "";
}

.mdi-cellphone-android:before {
	content: "";
}

.mdi-cellphone-dock:before {
	content: "";
}

.mdi-cellphone-iphone:before {
	content: "";
}

.mdi-cellphone-link:before {
	content: "";
}

.mdi-cellphone-link-off:before {
	content: "";
}

.mdi-cellphone-settings:before {
	content: "";
}

.mdi-chair-school:before {
	content: "";
}

.mdi-chart-arc:before {
	content: "";
}

.mdi-chart-areaspline:before {
	content: "";
}

.mdi-chart-bar:before {
	content: "";
}

.mdi-chart-histogram:before {
	content: "";
}

.mdi-chart-line:before {
	content: "";
}

.mdi-chart-pie:before {
	content: "";
}

.mdi-check:before {
	content: "";
}

.mdi-check-all:before {
	content: "";
}

.mdi-checkbox-blank:before {
	content: "";
}

.mdi-checkbox-blank-circle:before {
	content: "";
}

.mdi-checkbox-blank-circle-outline:before {
	content: "";
}

.mdi-checkbox-blank-outline: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-outline:before {
	content: "";
}

.mdi-checkbox-multiple-marked:before {
	content: "";
}

.mdi-checkbox-multiple-marked-outline:before {
	content: "";
}

.mdi-checkerboard: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-left:before {
	content: "";
}

.mdi-chevron-right:before {
	content: "";
}

.mdi-chevron-up:before {
	content: "";
}

.mdi-church:before {
	content: "";
}

.mdi-cisco-webex:before {
	content: "";
}

.mdi-city:before {
	content: "";
}

.mdi-clipboard:before {
	content: "";
}

.mdi-clipboard-account:before {
	content: "";
}

.mdi-clipboard-alert:before {
	content: "";
}

.mdi-clipboard-arrow-down:before {
	content: "";
}

.mdi-clipboard-arrow-left:before {
	content: "";
}

.mdi-clipboard-check:before {
	content: "";
}

.mdi-clipboard-outline:before {
	content: "";
}

.mdi-clipboard-text:before {
	content: "";
}

.mdi-clippy:before {
	content: "";
}

.mdi-clock:before {
	content: "";
}

.mdi-clock-fast:before {
	content: "";
}

.mdi-close:before {
	content: "";
}

.mdi-close-box:before {
	content: "";
}

.mdi-close-box-outline:before {
	content: "";
}

.mdi-close-circle:before {
	content: "";
}

.mdi-close-circle-outline:before {
	content: "";
}

.mdi-close-network:before {
	content: "";
}

.mdi-closed-caption:before {
	content: "";
}

.mdi-cloud:before {
	content: "";
}

.mdi-cloud-check:before {
	content: "";
}

.mdi-cloud-circle:before {
	content: "";
}

.mdi-cloud-download:before {
	content: "";
}

.mdi-cloud-outline:before {
	content: "";
}

.mdi-cloud-outline-off:before {
	content: "";
}

.mdi-cloud-upload:before {
	content: "";
}

.mdi-code-array:before {
	content: "";
}

.mdi-code-braces:before {
	content: "";
}

.mdi-code-equal:before {
	content: "";
}

.mdi-code-greater-than: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-string:before {
	content: "";
}

.mdi-code-tags:before {
	content: "";
}

.mdi-codepen:before {
	content: "";
}

.mdi-coffee:before {
	content: "";
}

.mdi-coffee-to-go:before {
	content: "";
}

.mdi-coin:before {
	content: "";
}

.mdi-color-helper: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-check:before {
	content: "";
}

.mdi-comment-check-outline:before {
	content: "";
}

.mdi-comment-multiple-outline:before {
	content: "";
}

.mdi-comment-outline:before {
	content: "";
}

.mdi-comment-plus-outline:before {
	content: "";
}

.mdi-comment-processing:before {
	content: "";
}

.mdi-comment-processing-outline:before {
	content: "";
}

.mdi-comment-remove-outline:before {
	content: "";
}

.mdi-comment-text:before {
	content: "";
}

.mdi-comment-text-outline:before {
	content: "";
}

.mdi-compare:before {
	content: "";
}

.mdi-compass:before {
	content: "";
}

.mdi-compass-outline:before {
	content: "";
}

.mdi-console: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-all:before {
	content: "";
}

.mdi-contrast:before {
	content: "";
}

.mdi-contrast-box:before {
	content: "";
}

.mdi-contrast-circle:before {
	content: "";
}

.mdi-cow:before {
	content: "";
}

.mdi-credit-card:before {
	content: "";
}

.mdi-credit-card-multiple:before {
	content: "";
}

.mdi-crop:before {
	content: "";
}

.mdi-crop-free:before {
	content: "";
}

.mdi-crop-landscape:before {
	content: "";
}

.mdi-crop-portrait:before {
	content: "";
}

.mdi-crop-square:before {
	content: "";
}

.mdi-crosshairs:before {
	content: "";
}

.mdi-crosshairs-gps:before {
	content: "";
}

.mdi-crown:before {
	content: "";
}

.mdi-cube:before {
	content: "";
}

.mdi-cube-outline:before {
	content: "";
}

.mdi-cube-unfolded:before {
	content: "";
}

.mdi-cup:before {
	content: "";
}

.mdi-cup-water:before {
	content: "";
}

.mdi-currency-btc:before {
	content: "";
}

.mdi-currency-eur:before {
	content: "";
}

.mdi-currency-gbp:before {
	content: "";
}

.mdi-currency-inr:before {
	content: "";
}

.mdi-currency-rub:before {
	content: "";
}

.mdi-currency-try:before {
	content: "";
}

.mdi-currency-usd:before {
	content: "";
}

.mdi-cursor-default:before {
	content: "";
}

.mdi-cursor-default-outline:before {
	content: "";
}

.mdi-cursor-move:before {
	content: "";
}

.mdi-cursor-pointer:before {
	content: "";
}

.mdi-database:before {
	content: "";
}

.mdi-database-minus:before {
	content: "";
}

.mdi-database-outline:before {
	content: "";
}

.mdi-database-plus:before {
	content: "";
}

.mdi-debug-step-into:before {
	content: "";
}

.mdi-debug-step-out:before {
	content: "";
}

.mdi-debug-step-over:before {
	content: "";
}

.mdi-decimal-decrease:before {
	content: "";
}

.mdi-decimal-increase:before {
	content: "";
}

.mdi-delete:before {
	content: "";
}

.mdi-delete-variant:before {
	content: "";
}

.mdi-deskphone:before {
	content: "";
}

.mdi-desktop-mac:before {
	content: "";
}

.mdi-desktop-tower:before {
	content: "";
}

.mdi-details:before {
	content: "";
}

.mdi-deviantart:before {
	content: "";
}

.mdi-diamond:before {
	content: "";
}

.mdi-dice:before {
	content: "";
}

.mdi-dice-1:before {
	content: "";
}

.mdi-dice-2:before {
	content: "";
}

.mdi-dice-3:before {
	content: "";
}

.mdi-dice-4:before {
	content: "";
}

.mdi-dice-5:before {
	content: "";
}

.mdi-dice-6:before {
	content: "";
}

.mdi-directions:before {
	content: "";
}

.mdi-disk-alert:before {
	content: "";
}

.mdi-disqus:before {
	content: "";
}

.mdi-disqus-outline:before {
	content: "";
}

.mdi-division:before {
	content: "";
}

.mdi-division-box:before {
	content: "";
}

.mdi-dns:before {
	content: "";
}

.mdi-domain:before {
	content: "";
}

.mdi-dots-horizontal:before {
	content: "";
}

.mdi-dots-vertical:before {
	content: "";
}

.mdi-download:before {
	content: "";
}

.mdi-drag:before {
	content: "";
}

.mdi-drag-horizontal:before {
	content: "";
}

.mdi-drag-vertical:before {
	content: "";
}

.mdi-drawing:before {
	content: "";
}

.mdi-drawing-box:before {
	content: "";
}

.mdi-dribbble:before {
	content: "";
}

.mdi-dribbble-box:before {
	content: "";
}

.mdi-drone:before {
	content: "";
}

.mdi-dropbox:before {
	content: "";
}

.mdi-drupal:before {
	content: "";
}

.mdi-duck:before {
	content: "";
}

.mdi-dumbbell:before {
	content: "";
}

.mdi-earth:before {
	content: "";
}

.mdi-earth-off:before {
	content: "";
}

.mdi-edge:before {
	content: "";
}

.mdi-eject:before {
	content: "";
}

.mdi-elevation-decline:before {
	content: "";
}

.mdi-elevation-rise:before {
	content: "";
}

.mdi-elevator:before {
	content: "";
}

.mdi-email:before {
	content: "";
}

.mdi-email-open:before {
	content: "";
}

.mdi-email-outline:before {
	content: "";
}

.mdi-email-secure:before {
	content: "";
}

.mdi-emoticon:before {
	content: "";
}

.mdi-emoticon-cool:before {
	content: "";
}

.mdi-emoticon-devil:before {
	content: "";
}

.mdi-emoticon-happy:before {
	content: "";
}

.mdi-emoticon-neutral:before {
	content: "";
}

.mdi-emoticon-poop:before {
	content: "";
}

.mdi-emoticon-sad:before {
	content: "";
}

.mdi-emoticon-tongue:before {
	content: "";
}

.mdi-engine:before {
	content: "";
}

.mdi-engine-outline:before {
	content: "";
}

.mdi-equal:before {
	content: "";
}

.mdi-equal-box:before {
	content: "";
}

.mdi-eraser:before {
	content: "";
}

.mdi-escalator:before {
	content: "";
}

.mdi-etsy:before {
	content: "";
}

.mdi-evernote:before {
	content: "";
}

.mdi-exclamation:before {
	content: "";
}

.mdi-exit-to-app:before {
	content: "";
}

.mdi-export:before {
	content: "";
}

.mdi-eye:before {
	content: "";
}

.mdi-eye-off:before {
	content: "";
}

.mdi-eyedropper:before {
	content: "";
}

.mdi-eyedropper-variant:before {
	content: "";
}

.mdi-facebook:before {
	content: "";
}

.mdi-facebook-box:before {
	content: "";
}

.mdi-facebook-messenger:before {
	content: "";
}

.mdi-factory:before {
	content: "";
}

.mdi-fan:before {
	content: "";
}

.mdi-fast-forward:before {
	content: "";
}

.mdi-ferry:before {
	content: "";
}

.mdi-file:before {
	content: "";
}

.mdi-file-cloud:before {
	content: "";
}

.mdi-file-delimited:before {
	content: "";
}

.mdi-file-document:before {
	content: "";
}

.mdi-file-document-box:before {
	content: "";
}

.mdi-file-excel:before {
	content: "";
}

.mdi-file-excel-box:before {
	content: "";
}

.mdi-file-find:before {
	content: "";
}

.mdi-file-image:before {
	content: "";
}

.mdi-file-image-box:before {
	content: "";
}

.mdi-file-multiple:before {
	content: "";
}

.mdi-file-music:before {
	content: "";
}

.mdi-file-outline:before {
	content: "";
}

.mdi-file-pdf:before {
	content: "";
}

.mdi-file-pdf-box:before {
	content: "";
}

.mdi-file-powerpoint:before {
	content: "";
}

.mdi-file-powerpoint-box:before {
	content: "";
}

.mdi-file-presentation-box:before {
	content: "";
}

.mdi-file-video:before {
	content: "";
}

.mdi-file-word:before {
	content: "";
}

.mdi-file-word-box:before {
	content: "";
}

.mdi-file-xml:before {
	content: "";
}

.mdi-film:before {
	content: "";
}

.mdi-filmstrip:before {
	content: "";
}

.mdi-filmstrip-off:before {
	content: "";
}

.mdi-filter:before {
	content: "";
}

.mdi-filter-outline:before {
	content: "";
}

.mdi-filter-remove:before {
	content: "";
}

.mdi-filter-remove-outline:before {
	content: "";
}

.mdi-filter-variant:before {
	content: "";
}

.mdi-fire:before {
	content: "";
}

.mdi-firefox:before {
	content: "";
}

.mdi-fish:before {
	content: "";
}

.mdi-flag:before {
	content: "";
}

.mdi-flag-checkered:before {
	content: "";
}

.mdi-flag-outline:before {
	content: "";
}

.mdi-flag-outline-variant:before {
	content: "";
}

.mdi-flag-triangle:before {
	content: "";
}

.mdi-flag-variant:before {
	content: "";
}

.mdi-flash:before {
	content: "";
}

.mdi-flash-auto:before {
	content: "";
}

.mdi-flash-off:before {
	content: "";
}

.mdi-flashlight:before {
	content: "";
}

.mdi-flashlight-off:before {
	content: "";
}

.mdi-flattr:before {
	content: "";
}

.mdi-flip-to-back:before {
	content: "";
}

.mdi-flip-to-front:before {
	content: "";
}

.mdi-floppy:before {
	content: "";
}

.mdi-flower:before {
	content: "";
}

.mdi-folder:before {
	content: "";
}

.mdi-folder-account:before {
	content: "";
}

.mdi-folder-download:before {
	content: "";
}

.mdi-folder-google-drive:before {
	content: "";
}

.mdi-folder-image:before {
	content: "";
}

.mdi-folder-lock:before {
	content: "";
}

.mdi-folder-lock-open:before {
	content: "";
}

.mdi-folder-move:before {
	content: "";
}

.mdi-folder-multiple:before {
	content: "";
}

.mdi-folder-multiple-image:before {
	content: "";
}

.mdi-folder-multiple-outline:before {
	content: "";
}

.mdi-folder-outline:before {
	content: "";
}

.mdi-folder-plus:before {
	content: "";
}

.mdi-folder-remove:before {
	content: "";
}

.mdi-folder-upload:before {
	content: "";
}

.mdi-food:before {
	content: "";
}

.mdi-food-apple:before {
	content: "";
}

.mdi-food-variant:before {
	content: "";
}

.mdi-football:before {
	content: "";
}

.mdi-football-helmet:before {
	content: "";
}

.mdi-format-align-center:before {
	content: "";
}

.mdi-format-align-justify:before {
	content: "";
}

.mdi-format-align-left:before {
	content: "";
}

.mdi-format-align-right:before {
	content: "";
}

.mdi-format-bold:before {
	content: "";
}

.mdi-format-clear:before {
	content: "";
}

.mdi-format-color-fill: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-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-indent-decrease:before {
	content: "";
}

.mdi-format-indent-increase:before {
	content: "";
}

.mdi-format-italic:before {
	content: "";
}

.mdi-format-line-spacing:before {
	content: "";
}

.mdi-format-list-bulleted:before {
	content: "";
}

.mdi-format-list-numbers:before {
	content: "";
}

.mdi-format-paint:before {
	content: "";
}

.mdi-format-paragraph:before {
	content: "";
}

.mdi-format-quote:before {
	content: "";
}

.mdi-format-size:before {
	content: "";
}

.mdi-format-strikethrough:before {
	content: "";
}

.mdi-format-subscript:before {
	content: "";
}

.mdi-format-superscript:before {
	content: "";
}

.mdi-format-text:before {
	content: "";
}

.mdi-format-textdirection-l-to-r:before {
	content: "";
}

.mdi-format-textdirection-r-to-l:before {
	content: "";
}

.mdi-format-underline: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-forward:before {
	content: "";
}

.mdi-foursquare:before {
	content: "";
}

.mdi-fridge:before {
	content: "";
}

.mdi-fullscreen:before {
	content: "";
}

.mdi-fullscreen-exit:before {
	content: "";
}

.mdi-function:before {
	content: "";
}

.mdi-gamepad:before {
	content: "";
}

.mdi-gamepad-variant:before {
	content: "";
}

.mdi-gas-station:before {
	content: "";
}

.mdi-gavel:before {
	content: "";
}

.mdi-gender-female:before {
	content: "";
}

.mdi-gender-male:before {
	content: "";
}

.mdi-gender-male-female:before {
	content: "";
}

.mdi-gender-transgender:before {
	content: "";
}

.mdi-gift:before {
	content: "";
}

.mdi-git:before {
	content: "";
}

.mdi-github-box:before {
	content: "";
}

.mdi-github-circle:before {
	content: "";
}

.mdi-glass-flute:before {
	content: "";
}

.mdi-glass-mug:before {
	content: "";
}

.mdi-glass-stange:before {
	content: "";
}

.mdi-glass-tulip:before {
	content: "";
}

.mdi-glasses:before {
	content: "";
}

.mdi-gmail:before {
	content: "";
}

.mdi-google: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-controller:before {
	content: "";
}

.mdi-google-controller-off:before {
	content: "";
}

.mdi-google-drive:before {
	content: "";
}

.mdi-google-earth:before {
	content: "";
}

.mdi-google-glass:before {
	content: "";
}

.mdi-google-maps:before {
	content: "";
}

.mdi-google-pages:before {
	content: "";
}

.mdi-google-play:before {
	content: "";
}

.mdi-google-plus:before {
	content: "";
}

.mdi-google-plus-box:before {
	content: "";
}

.mdi-grid:before {
	content: "";
}

.mdi-grid-off:before {
	content: "";
}

.mdi-group:before {
	content: "";
}

.mdi-guitar:before {
	content: "";
}

.mdi-guitar-pick:before {
	content: "";
}

.mdi-guitar-pick-outline:before {
	content: "";
}

.mdi-hand-pointing-right:before {
	content: "";
}

.mdi-hanger:before {
	content: "";
}

.mdi-hangouts:before {
	content: "";
}

.mdi-harddisk:before {
	content: "";
}

.mdi-headphones:before {
	content: "";
}

.mdi-headphones-box: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-outline:before {
	content: "";
}

.mdi-help:before {
	content: "";
}

.mdi-help-circle:before {
	content: "";
}

.mdi-hexagon:before {
	content: "";
}

.mdi-hexagon-outline:before {
	content: "";
}

.mdi-history:before {
	content: "";
}

.mdi-hololens:before {
	content: "";
}

.mdi-home:before {
	content: "";
}

.mdi-home-modern:before {
	content: "";
}

.mdi-home-variant:before {
	content: "";
}

.mdi-hops:before {
	content: "";
}

.mdi-hospital:before {
	content: "";
}

.mdi-hospital-building:before {
	content: "";
}

.mdi-hospital-marker:before {
	content: "";
}

.mdi-hotel:before {
	content: "";
}

.mdi-houzz:before {
	content: "";
}

.mdi-houzz-box:before {
	content: "";
}

.mdi-human:before {
	content: "";
}

.mdi-human-child:before {
	content: "";
}

.mdi-human-male-female:before {
	content: "";
}

.mdi-image-album:before {
	content: "";
}

.mdi-image-area:before {
	content: "";
}

.mdi-image-area-close:before {
	content: "";
}

.mdi-image-broken:before {
	content: "";
}

.mdi-image-filter:before {
	content: "";
}

.mdi-image-filter-black-white:before {
	content: "";
}

.mdi-image-filter-center-focus: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-import:before {
	content: "";
}

.mdi-inbox:before {
	content: "";
}

.mdi-information:before {
	content: "";
}

.mdi-information-outline:before {
	content: "";
}

.mdi-instagram:before {
	content: "";
}

.mdi-instapaper:before {
	content: "";
}

.mdi-internet-explorer:before {
	content: "";
}

.mdi-invert-colors:before {
	content: "";
}

.mdi-jira:before {
	content: "";
}

.mdi-jsfiddle:before {
	content: "";
}

.mdi-keg:before {
	content: "";
}

.mdi-key:before {
	content: "";
}

.mdi-key-change:before {
	content: "";
}

.mdi-key-minus:before {
	content: "";
}

.mdi-key-plus:before {
	content: "";
}

.mdi-key-remove:before {
	content: "";
}

.mdi-key-variant:before {
	content: "";
}

.mdi-keyboard:before {
	content: "";
}

.mdi-keyboard-backspace:before {
	content: "";
}

.mdi-keyboard-caps:before {
	content: "";
}

.mdi-keyboard-close:before {
	content: "";
}

.mdi-keyboard-off:before {
	content: "";
}

.mdi-keyboard-return:before {
	content: "";
}

.mdi-keyboard-tab:before {
	content: "";
}

.mdi-keyboard-variant:before {
	content: "";
}

.mdi-label:before {
	content: "";
}

.mdi-label-outline:before {
	content: "";
}

.mdi-language-csharp:before {
	content: "";
}

.mdi-language-css3:before {
	content: "";
}

.mdi-language-html5:before {
	content: "";
}

.mdi-language-javascript:before {
	content: "";
}

.mdi-language-python:before {
	content: "";
}

.mdi-language-python-text:before {
	content: "";
}

.mdi-laptop:before {
	content: "";
}

.mdi-laptop-chromebook:before {
	content: "";
}

.mdi-laptop-mac:before {
	content: "";
}

.mdi-laptop-windows:before {
	content: "";
}

.mdi-lastfm:before {
	content: "";
}

.mdi-launch:before {
	content: "";
}

.mdi-layers:before {
	content: "";
}

.mdi-layers-off:before {
	content: "";
}

.mdi-leaf:before {
	content: "";
}

.mdi-library:before {
	content: "";
}

.mdi-library-books:before {
	content: "";
}

.mdi-library-music:before {
	content: "";
}

.mdi-library-plus:before {
	content: "";
}

.mdi-lightbulb:before {
	content: "";
}

.mdi-lightbulb-outline:before {
	content: "";
}

.mdi-link:before {
	content: "";
}

.mdi-link-off:before {
	content: "";
}

.mdi-link-variant:before {
	content: "";
}

.mdi-link-variant-off:before {
	content: "";
}

.mdi-linkedin:before {
	content: "";
}

.mdi-linkedin-box:before {
	content: "";
}

.mdi-linux:before {
	content: "";
}

.mdi-lock:before {
	content: "";
}

.mdi-lock-open:before {
	content: "";
}

.mdi-lock-open-outline:before {
	content: "";
}

.mdi-lock-outline:before {
	content: "";
}

.mdi-login:before {
	content: "";
}

.mdi-logout:before {
	content: "";
}

.mdi-looks:before {
	content: "";
}

.mdi-loupe:before {
	content: "";
}

.mdi-lumx:before {
	content: "";
}

.mdi-magnet:before {
	content: "";
}

.mdi-magnet-on:before {
	content: "";
}

.mdi-magnify:before {
	content: "";
}

.mdi-magnify-minus:before {
	content: "";
}

.mdi-magnify-plus:before {
	content: "";
}

.mdi-mail-ru:before {
	content: "";
}

.mdi-map:before {
	content: "";
}

.mdi-map-marker:before {
	content: "";
}

.mdi-map-marker-circle:before {
	content: "";
}

.mdi-map-marker-multiple:before {
	content: "";
}

.mdi-map-marker-off:before {
	content: "";
}

.mdi-map-marker-radius:before {
	content: "";
}

.mdi-margin:before {
	content: "";
}

.mdi-markdown:before {
	content: "";
}

.mdi-marker-check:before {
	content: "";
}

.mdi-martini:before {
	content: "";
}

.mdi-material-ui:before {
	content: "";
}

.mdi-math-compass:before {
	content: "";
}

.mdi-maxcdn:before {
	content: "";
}

.mdi-medium:before {
	content: "";
}

.mdi-memory:before {
	content: "";
}

.mdi-menu:before {
	content: "";
}

.mdi-menu-down:before {
	content: "";
}

.mdi-menu-left:before {
	content: "";
}

.mdi-menu-right:before {
	content: "";
}

.mdi-menu-up:before {
	content: "";
}

.mdi-message:before {
	content: "";
}

.mdi-message-alert:before {
	content: "";
}

.mdi-message-draw:before {
	content: "";
}

.mdi-message-image:before {
	content: "";
}

.mdi-message-processing:before {
	content: "";
}

.mdi-message-reply:before {
	content: "";
}

.mdi-message-text:before {
	content: "";
}

.mdi-message-text-outline:before {
	content: "";
}

.mdi-message-video:before {
	content: "";
}

.mdi-microphone:before {
	content: "";
}

.mdi-microphone-off:before {
	content: "";
}

.mdi-microphone-outline:before {
	content: "";
}

.mdi-microphone-settings:before {
	content: "";
}

.mdi-microphone-variant:before {
	content: "";
}

.mdi-microphone-variant-off:before {
	content: "";
}

.mdi-minus:before {
	content: "";
}

.mdi-minus-box:before {
	content: "";
}

.mdi-minus-circle:before {
	content: "";
}

.mdi-minus-circle-outline:before {
	content: "";
}

.mdi-minus-network:before {
	content: "";
}

.mdi-monitor:before {
	content: "";
}

.mdi-monitor-multiple:before {
	content: "";
}

.mdi-more:before {
	content: "";
}

.mdi-motorbike:before {
	content: "";
}

.mdi-mouse:before {
	content: "";
}

.mdi-mouse-off:before {
	content: "";
}

.mdi-mouse-variant:before {
	content: "";
}

.mdi-mouse-variant-off:before {
	content: "";
}

.mdi-movie:before {
	content: "";
}

.mdi-multiplication:before {
	content: "";
}

.mdi-multiplication-box:before {
	content: "";
}

.mdi-music-box:before {
	content: "";
}

.mdi-music-box-outline:before {
	content: "";
}

.mdi-music-circle:before {
	content: "";
}

.mdi-music-note:before {
	content: "";
}

.mdi-music-note-eighth:before {
	content: "";
}

.mdi-music-note-half:before {
	content: "";
}

.mdi-music-note-off:before {
	content: "";
}

.mdi-music-note-quarter:before {
	content: "";
}

.mdi-music-note-sixteenth:before {
	content: "";
}

.mdi-music-note-whole:before {
	content: "";
}

.mdi-nature:before {
	content: "";
}

.mdi-nature-people:before {
	content: "";
}

.mdi-navigation:before {
	content: "";
}

.mdi-needle:before {
	content: "";
}

.mdi-nest-protect:before {
	content: "";
}

.mdi-nest-thermostat:before {
	content: "";
}

.mdi-newspaper:before {
	content: "";
}

.mdi-nfc:before {
	content: "";
}

.mdi-nfc-tap:before {
	content: "";
}

.mdi-nfc-variant:before {
	content: "";
}

.mdi-note:before {
	content: "";
}

.mdi-note-outline:before {
	content: "";
}

.mdi-note-text:before {
	content: "";
}

.mdi-numeric:before {
	content: "";
}

.mdi-numeric-0-box:before {
	content: "";
}

.mdi-numeric-0-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-0-box-outline:before {
	content: "";
}

.mdi-numeric-1-box:before {
	content: "";
}

.mdi-numeric-1-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-1-box-outline:before {
	content: "";
}

.mdi-numeric-2-box:before {
	content: "";
}

.mdi-numeric-2-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-2-box-outline:before {
	content: "";
}

.mdi-numeric-3-box:before {
	content: "";
}

.mdi-numeric-3-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-3-box-outline:before {
	content: "";
}

.mdi-numeric-4-box:before {
	content: "";
}

.mdi-numeric-4-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-4-box-outline:before {
	content: "";
}

.mdi-numeric-5-box:before {
	content: "";
}

.mdi-numeric-5-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-5-box-outline:before {
	content: "";
}

.mdi-numeric-6-box:before {
	content: "";
}

.mdi-numeric-6-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-6-box-outline:before {
	content: "";
}

.mdi-numeric-7-box:before {
	content: "";
}

.mdi-numeric-7-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-7-box-outline:before {
	content: "";
}

.mdi-numeric-8-box:before {
	content: "";
}

.mdi-numeric-8-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-8-box-outline:before {
	content: "";
}

.mdi-numeric-9-box:before {
	content: "";
}

.mdi-numeric-9-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-9-box-outline:before {
	content: "";
}

.mdi-numeric-9-plus-box:before {
	content: "";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-9-plus-box-outline:before {
	content: "";
}

.mdi-nutriton:before {
	content: "";
}

.mdi-odnoklassniki:before {
	content: "";
}

.mdi-office:before {
	content: "";
}

.mdi-oil:before {
	content: "";
}

.mdi-omega:before {
	content: "";
}

.mdi-onedrive:before {
	content: "";
}

.mdi-open-in-app:before {
	content: "";
}

.mdi-open-in-new:before {
	content: "";
}

.mdi-ornament:before {
	content: "";
}

.mdi-ornament-variant:before {
	content: "";
}

.mdi-outbox:before {
	content: "";
}

.mdi-owl: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-palette:before {
	content: "";
}

.mdi-palette-advanced: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-paperclip:before {
	content: "";
}

.mdi-parking: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-pen:before {
	content: "";
}

.mdi-pencil:before {
	content: "";
}

.mdi-pencil-box:before {
	content: "";
}

.mdi-pencil-box-outline:before {
	content: "";
}

.mdi-percent:before {
	content: "";
}

.mdi-pharmacy:before {
	content: "";
}

.mdi-phone:before {
	content: "";
}

.mdi-phone-bluetooth:before {
	content: "";
}

.mdi-phone-forward:before {
	content: "";
}

.mdi-phone-hangup:before {
	content: "";
}

.mdi-phone-in-talk:before {
	content: "";
}

.mdi-phone-incoming:before {
	content: "";
}

.mdi-phone-locked:before {
	content: "";
}

.mdi-phone-log:before {
	content: "";
}

.mdi-phone-missed:before {
	content: "";
}

.mdi-phone-outgoing:before {
	content: "";
}

.mdi-phone-paused:before {
	content: "";
}

.mdi-phone-settings:before {
	content: "";
}

.mdi-pig:before {
	content: "";
}

.mdi-pill:before {
	content: "";
}

.mdi-pin:before {
	content: "";
}

.mdi-pin-off:before {
	content: "";
}

.mdi-pine-tree:before {
	content: "";
}

.mdi-pine-tree-box:before {
	content: "";
}

.mdi-pinterest:before {
	content: "";
}

.mdi-pinterest-box:before {
	content: "";
}

.mdi-pizza:before {
	content: "";
}

.mdi-play:before {
	content: "";
}

.mdi-play-box-outline:before {
	content: "";
}

.mdi-play-circle:before {
	content: "";
}

.mdi-play-circle-outline:before {
	content: "";
}

.mdi-playlist-minus:before {
	content: "";
}

.mdi-playlist-plus:before {
	content: "";
}

.mdi-playstation:before {
	content: "";
}

.mdi-plus:before {
	content: "";
}

.mdi-plus-box:before {
	content: "";
}

.mdi-plus-circle:before {
	content: "";
}

.mdi-plus-circle-outline:before {
	content: "";
}

.mdi-plus-network:before {
	content: "";
}

.mdi-plus-one:before {
	content: "";
}

.mdi-pocket:before {
	content: "";
}

.mdi-poll:before {
	content: "";
}

.mdi-poll-box:before {
	content: "";
}

.mdi-polymer:before {
	content: "";
}

.mdi-popcorn:before {
	content: "";
}

.mdi-pound:before {
	content: "";
}

.mdi-pound-box:before {
	content: "";
}

.mdi-power:before {
	content: "";
}

.mdi-power-settings:before {
	content: "";
}

.mdi-power-socket:before {
	content: "";
}

.mdi-presentation:before {
	content: "";
}

.mdi-presentation-play:before {
	content: "";
}

.mdi-printer:before {
	content: "";
}

.mdi-printer-3d:before {
	content: "";
}

.mdi-pulse:before {
	content: "";
}

.mdi-puzzle:before {
	content: "";
}

.mdi-qrcode:before {
	content: "";
}

.mdi-quadcopter:before {
	content: "";
}

.mdi-quality-high:before {
	content: "";
}

.mdi-quicktime:before {
	content: "";
}

.mdi-radiator:before {
	content: "";
}

.mdi-radio:before {
	content: "";
}

.mdi-radio-tower:before {
	content: "";
}

.mdi-radioactive:before {
	content: "";
}

.mdi-radiobox-blank:before {
	content: "";
}

.mdi-radiobox-marked:before {
	content: "";
}

.mdi-raspberrypi:before {
	content: "";
}

.mdi-rdio:before {
	content: "";
}

.mdi-read:before {
	content: "";
}

.mdi-readability:before {
	content: "";
}

.mdi-receipt:before {
	content: "";
}

.mdi-recycle:before {
	content: "";
}

.mdi-redo:before {
	content: "";
}

.mdi-redo-variant:before {
	content: "";
}

.mdi-refresh:before {
	content: "";
}

.mdi-relative-scale:before {
	content: "";
}

.mdi-reload:before {
	content: "";
}

.mdi-remote:before {
	content: "";
}

.mdi-rename-box: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-reproduction:before {
	content: "";
}

.mdi-resize-bottom-right:before {
	content: "";
}

.mdi-responsive:before {
	content: "";
}

.mdi-rewind:before {
	content: "";
}

.mdi-ribbon:before {
	content: "";
}

.mdi-road:before {
	content: "";
}

.mdi-rocket:before {
	content: "";
}

.mdi-rotate-3d:before {
	content: "";
}

.mdi-rotate-left:before {
	content: "";
}

.mdi-rotate-left-variant:before {
	content: "";
}

.mdi-rotate-right:before {
	content: "";
}

.mdi-rotate-right-variant:before {
	content: "";
}

.mdi-routes:before {
	content: "";
}

.mdi-rss:before {
	content: "";
}

.mdi-rss-box:before {
	content: "";
}

.mdi-ruler:before {
	content: "";
}

.mdi-run:before {
	content: "";
}

.mdi-sale:before {
	content: "";
}

.mdi-satellite:before {
	content: "";
}

.mdi-satellite-variant:before {
	content: "";
}

.mdi-scale:before {
	content: "";
}

.mdi-scale-bathroom:before {
	content: "";
}

.mdi-school:before {
	content: "";
}

.mdi-screen-rotation:before {
	content: "";
}

.mdi-screen-rotation-lock:before {
	content: "";
}

.mdi-script:before {
	content: "";
}

.mdi-sd:before {
	content: "";
}

.mdi-security:before {
	content: "";
}

.mdi-security-network:before {
	content: "";
}

.mdi-select:before {
	content: "";
}

.mdi-select-all:before {
	content: "";
}

.mdi-select-inverse:before {
	content: "";
}

.mdi-select-off:before {
	content: "";
}

.mdi-send: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-settings:before {
	content: "";
}

.mdi-settings-box:before {
	content: "";
}

.mdi-shape-plus:before {
	content: "";
}

.mdi-share:before {
	content: "";
}

.mdi-share-variant:before {
	content: "";
}

.mdi-shield:before {
	content: "";
}

.mdi-shield-outline:before {
	content: "";
}

.mdi-shopping:before {
	content: "";
}

.mdi-shopping-music:before {
	content: "";
}

.mdi-shuffle:before {
	content: "";
}

.mdi-sigma:before {
	content: "";
}

.mdi-sign-caution:before {
	content: "";
}

.mdi-signal:before {
	content: "";
}

.mdi-silverware:before {
	content: "";
}

.mdi-silverware-fork:before {
	content: "";
}

.mdi-silverware-spoon:before {
	content: "";
}

.mdi-silverware-variant:before {
	content: "";
}

.mdi-sim-alert:before {
	content: "";
}

.mdi-sitemap:before {
	content: "";
}

.mdi-skip-next:before {
	content: "";
}

.mdi-skip-previous:before {
	content: "";
}

.mdi-skype:before {
	content: "";
}

.mdi-skype-business:before {
	content: "";
}

.mdi-sleep:before {
	content: "";
}

.mdi-sleep-off:before {
	content: "";
}

.mdi-smoking:before {
	content: "";
}

.mdi-smoking-off:before {
	content: "";
}

.mdi-snapchat:before {
	content: "";
}

.mdi-snowman:before {
	content: "";
}

.mdi-sofa:before {
	content: "";
}

.mdi-sort:before {
	content: "";
}

.mdi-sort-alphabetical:before {
	content: "";
}

.mdi-sort-ascending:before {
	content: "";
}

.mdi-sort-descending:before {
	content: "";
}

.mdi-sort-numeric:before {
	content: "";
}

.mdi-sort-variant:before {
	content: "";
}

.mdi-soundcloud:before {
	content: "";
}

.mdi-source-fork:before {
	content: "";
}

.mdi-source-pull:before {
	content: "";
}

.mdi-speaker:before {
	content: "";
}

.mdi-speaker-off:before {
	content: "";
}

.mdi-speedometer:before {
	content: "";
}

.mdi-spellcheck:before {
	content: "";
}

.mdi-spotify:before {
	content: "";
}

.mdi-spotlight:before {
	content: "";
}

.mdi-spotlight-beam:before {
	content: "";
}

.mdi-square-inc:before {
	content: "";
}

.mdi-square-inc-cash:before {
	content: "";
}

.mdi-stackoverflow:before {
	content: "";
}

.mdi-star:before {
	content: "";
}

.mdi-star-circle:before {
	content: "";
}

.mdi-star-half:before {
	content: "";
}

.mdi-star-outline:before {
	content: "";
}

.mdi-steam:before {
	content: "";
}

.mdi-stethoscope:before {
	content: "";
}

.mdi-stocking:before {
	content: "";
}

.mdi-stop:before {
	content: "";
}

.mdi-store:before {
	content: "";
}

.mdi-store-24-hour:before {
	content: "";
}

.mdi-stove:before {
	content: "";
}

.mdi-subway:before {
	content: "";
}

.mdi-sunglasses:before {
	content: "";
}

.mdi-swap-horizontal:before {
	content: "";
}

.mdi-swap-vertical:before {
	content: "";
}

.mdi-swim:before {
	content: "";
}

.mdi-sword:before {
	content: "";
}

.mdi-sync:before {
	content: "";
}

.mdi-sync-alert:before {
	content: "";
}

.mdi-sync-off:before {
	content: "";
}

.mdi-tab:before {
	content: "";
}

.mdi-tab-unselected:before {
	content: "";
}

.mdi-table: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-large: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-tablet:before {
	content: "";
}

.mdi-tablet-android:before {
	content: "";
}

.mdi-tablet-ipad:before {
	content: "";
}

.mdi-tag:before {
	content: "";
}

.mdi-tag-faces:before {
	content: "";
}

.mdi-tag-multiple:before {
	content: "";
}

.mdi-tag-outline:before {
	content: "";
}

.mdi-tag-text-outline:before {
	content: "";
}

.mdi-taxi:before {
	content: "";
}

.mdi-teamviewer:before {
	content: "";
}

.mdi-telegram:before {
	content: "";
}

.mdi-television:before {
	content: "";
}

.mdi-television-guide:before {
	content: "";
}

.mdi-temperature-celsius:before {
	content: "";
}

.mdi-temperature-fahrenheit:before {
	content: "";
}

.mdi-temperature-kelvin:before {
	content: "";
}

.mdi-tennis:before {
	content: "";
}

.mdi-tent:before {
	content: "";
}

.mdi-terrain:before {
	content: "";
}

.mdi-text-to-speech:before {
	content: "";
}

.mdi-text-to-speech-off:before {
	content: "";
}

.mdi-texture:before {
	content: "";
}

.mdi-theater:before {
	content: "";
}

.mdi-theme-light-dark:before {
	content: "";
}

.mdi-thermometer:before {
	content: "";
}

.mdi-thermometer-lines: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-tie:before {
	content: "";
}

.mdi-timelapse:before {
	content: "";
}

.mdi-timer:before {
	content: "";
}

.mdi-timer-10:before {
	content: "";
}

.mdi-timer-3:before {
	content: "";
}

.mdi-timer-off:before {
	content: "";
}

.mdi-timer-sand:before {
	content: "";
}

.mdi-timetable:before {
	content: "";
}

.mdi-toggle-switch:before {
	content: "";
}

.mdi-toggle-switch-off:before {
	content: "";
}

.mdi-tooltip:before {
	content: "";
}

.mdi-tooltip-edit:before {
	content: "";
}

.mdi-tooltip-image:before {
	content: "";
}

.mdi-tooltip-outline:before {
	content: "";
}

.mdi-tooltip-outline-plus:before {
	content: "";
}

.mdi-tooltip-text:before {
	content: "";
}

.mdi-tor:before {
	content: "";
}

.mdi-traffic-light:before {
	content: "";
}

.mdi-train:before {
	content: "";
}

.mdi-tram:before {
	content: "";
}

.mdi-transcribe:before {
	content: "";
}

.mdi-transcribe-close:before {
	content: "";
}

.mdi-transfer:before {
	content: "";
}

.mdi-tree:before {
	content: "";
}

.mdi-trello:before {
	content: "";
}

.mdi-trending-down:before {
	content: "";
}

.mdi-trending-neutral:before {
	content: "";
}

.mdi-trending-up:before {
	content: "";
}

.mdi-trophy:before {
	content: "";
}

.mdi-trophy-award:before {
	content: "";
}

.mdi-trophy-variant:before {
	content: "";
}

.mdi-truck:before {
	content: "";
}

.mdi-tshirt-crew:before {
	content: "";
}

.mdi-tshirt-v:before {
	content: "";
}

.mdi-tumblr:before {
	content: "";
}

.mdi-tumblr-reblog:before {
	content: "";
}

.mdi-twitch:before {
	content: "";
}

.mdi-twitter:before {
	content: "";
}

.mdi-twitter-box:before {
	content: "";
}

.mdi-twitter-circle:before {
	content: "";
}

.mdi-twitter-retweet:before {
	content: "";
}

.mdi-ubuntu:before {
	content: "";
}

.mdi-umbrella:before {
	content: "";
}

.mdi-umbrella-outline:before {
	content: "";
}

.mdi-undo:before {
	content: "";
}

.mdi-undo-variant:before {
	content: "";
}

.mdi-unfold-less:before {
	content: "";
}

.mdi-unfold-more:before {
	content: "";
}

.mdi-ungroup:before {
	content: "";
}

.mdi-untappd:before {
	content: "";
}

.mdi-upload:before {
	content: "";
}

.mdi-usb:before {
	content: "";
}

.mdi-vector-curve:before {
	content: "";
}

.mdi-vector-point:before {
	content: "";
}

.mdi-vector-square:before {
	content: "";
}

.mdi-verified:before {
	content: "";
}

.mdi-vibrate:before {
	content: "";
}

.mdi-video:before {
	content: "";
}

.mdi-video-off:before {
	content: "";
}

.mdi-video-switch:before {
	content: "";
}

.mdi-view-agenda:before {
	content: "";
}

.mdi-view-array:before {
	content: "";
}

.mdi-view-carousel:before {
	content: "";
}

.mdi-view-column:before {
	content: "";
}

.mdi-view-dashboard:before {
	content: "";
}

.mdi-view-day:before {
	content: "";
}

.mdi-view-grid:before {
	content: "";
}

.mdi-view-headline:before {
	content: "";
}

.mdi-view-list:before {
	content: "";
}

.mdi-view-module:before {
	content: "";
}

.mdi-view-quilt:before {
	content: "";
}

.mdi-view-stream:before {
	content: "";
}

.mdi-view-week:before {
	content: "";
}

.mdi-vimeo:before {
	content: "";
}

.mdi-vine:before {
	content: "";
}

.mdi-vk:before {
	content: "";
}

.mdi-vk-box:before {
	content: "";
}

.mdi-vk-circle:before {
	content: "";
}

.mdi-voicemail:before {
	content: "";
}

.mdi-volume-high:before {
	content: "";
}

.mdi-volume-low:before {
	content: "";
}

.mdi-volume-medium:before {
	content: "";
}

.mdi-volume-off:before {
	content: "";
}

.mdi-vpn:before {
	content: "";
}

.mdi-walk:before {
	content: "";
}

.mdi-wallet:before {
	content: "";
}

.mdi-wallet-giftcard:before {
	content: "";
}

.mdi-wallet-membership:before {
	content: "";
}

.mdi-wallet-travel:before {
	content: "";
}

.mdi-watch:before {
	content: "";
}

.mdi-watch-export:before {
	content: "";
}

.mdi-watch-import:before {
	content: "";
}

.mdi-water:before {
	content: "";
}

.mdi-water-off:before {
	content: "";
}

.mdi-water-pump:before {
	content: "";
}

.mdi-weather-cloudy:before {
	content: "";
}

.mdi-weather-fog:before {
	content: "";
}

.mdi-weather-hail:before {
	content: "";
}

.mdi-weather-lightning:before {
	content: "";
}

.mdi-weather-night:before {
	content: "";
}

.mdi-weather-partlycloudy:before {
	content: "";
}

.mdi-weather-pouring:before {
	content: "";
}

.mdi-weather-rainy:before {
	content: "";
}

.mdi-weather-snowy:before {
	content: "";
}

.mdi-weather-sunny:before {
	content: "";
}

.mdi-weather-sunset:before {
	content: "";
}

.mdi-weather-sunset-down:before {
	content: "";
}

.mdi-weather-sunset-up:before {
	content: "";
}

.mdi-weather-windy:before {
	content: "";
}

.mdi-weather-windy-variant:before {
	content: "";
}

.mdi-web:before {
	content: "";
}

.mdi-webcam:before {
	content: "";
}

.mdi-weight:before {
	content: "";
}

.mdi-weight-kilogram:before {
	content: "";
}

.mdi-whatsapp:before {
	content: "";
}

.mdi-wheelchair-accessibility:before {
	content: "";
}

.mdi-white-balance-auto:before {
	content: "";
}

.mdi-white-balance-incandescent:before {
	content: "";
}

.mdi-white-balance-irradescent:before {
	content: "";
}

.mdi-white-balance-sunny:before {
	content: "";
}

.mdi-wifi:before {
	content: "";
}

.mdi-wii:before {
	content: "";
}

.mdi-wikipedia:before {
	content: "";
}

.mdi-window-close:before {
	content: "";
}

.mdi-window-closed:before {
	content: "";
}

.mdi-window-maximize:before {
	content: "";
}

.mdi-window-minimize:before {
	content: "";
}

.mdi-window-open:before {
	content: "";
}

.mdi-window-restore:before {
	content: "";
}

.mdi-windows:before {
	content: "";
}

.mdi-wordpress:before {
	content: "";
}

.mdi-worker:before {
	content: "";
}

.mdi-wunderlist:before {
	content: "";
}

.mdi-xbox:before {
	content: "";
}

.mdi-xbox-controller:before {
	content: "";
}

.mdi-xbox-controller-off:before {
	content: "";
}

.mdi-xda:before {
	content: "";
}

.mdi-xml:before {
	content: "";
}

.mdi-yeast:before {
	content: "";
}

.mdi-yelp:before {
	content: "";
}

.mdi-youtube-play:before {
	content: "";
}

.mdi-zip-box:before {
	content: "";
}

.gem-print-icon.gem-icon-pack-material {
	display: inline-block;
	font-family: "MaterialDesignIcons";
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
}

.gem-mdi {
	font-family: "MaterialDesignIcons";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-rendering: auto;
	line-height: 1;
}

.gem-mdi.gem-mdi-label:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url("https://cdn-ildlgdn.nitrocdn.com/BKQGjYIeJFLsTyUNiiQzflNuGvMuIPWs/assets/images/source/rev-8bb74a7/www.symmetry-systems.com/wp-content/themes/thegem-elementor/css/icons-material-logo.svg") no-repeat 50% 50%;
	background-size: 20px 20px;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1439px) {
	.gem-mdi.gem-mdi-label:before {
		width: 15px;
		height: 15px;
		background-size: 15px 15px;
	}
}

.mdi-account:before {
	content: "";
}

.mdi-account-alert:before {
	content: "";
}

.mdi-account-box:before {
	content: "";
}

.mdi-account-box-outline:before {
	content: "";
}

.mdi-account-check:before {
	content: "";
}

.mdi-account-circle:before {
	content: "";
}

.mdi-account-key:before {
	content: "";
}

.mdi-account-location:before {
	content: "";
}

.mdi-account-minus:before {
	content: "";
}

.mdi-account-multiple:before {
	content: "";
}

.mdi-account-multiple-outline:before {
	content: "";
}

.mdi-account-multiple-plus:before {
	content: "";
}

.mdi-account-network:before {
	content: "";
}

.mdi-account-outline:before {
	content: "";
}

.mdi-account-plus:before {
	content: "";
}

.mdi-account-remove:before {
	content: "";
}

.mdi-account-search:before {
	content: "";
}

.mdi-account-star:before {
	content: "";
}

.mdi-account-star-variant:before {
	content: "";
}

.mdi-account-switch:before {
	content: "";
}

.mdi-airballoon:before {
	content: "";
}

.mdi-airplane:before {
	content: "";
}

.mdi-airplane-off:before {
	content: "";
}

.mdi-alarm:before {
	content: "";
}

.mdi-alarm-check:before {
	content: "";
}

.mdi-alarm-multiple:before {
	content: "";
}

.mdi-alarm-off:before {
	content: "";
}

.mdi-alarm-plus:before {
	content: "";
}

.mdi-album:before {
	content: "";
}

.mdi-alert:before {
	content: "";
}

.mdi-alert-box:before {
	content: "";
}

.mdi-alert-circle:before {
	content: "";
}

.mdi-alert-octagon:before {
	content: "";
}

.mdi-alpha:before {
	content: "";
}

.mdi-alphabetical:before {
	content: "";
}

.mdi-amazon:before {
	content: "";
}

.mdi-amazon-clouddrive:before {
	content: "";
}

.mdi-ambulance:before {
	content: "";
}

.mdi-android:before {
	content: "";
}

.mdi-android-debug-bridge:before {
	content: "";
}

.mdi-android-studio:before {
	content: "";
}

.mdi-apple:before {
	content: "";
}

.mdi-apple-finder:before {
	content: "";
}

.mdi-apple-ios:before {
	content: "";
}

.mdi-apple-mobileme:before {
	content: "";
}

.mdi-apple-safari:before {
	content: "";
}

.mdi-appnet:before {
	content: "";
}

.mdi-apps:before {
	content: "";
}

.mdi-archive: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-right:before {
	content: "";
}

.mdi-arrow-collapse:before {
	content: "";
}

.mdi-arrow-down:before {
	content: "";
}

.mdi-arrow-down-bold: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-expand:before {
	content: "";
}

.mdi-arrow-left:before {
	content: "";
}

.mdi-arrow-left-bold: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-right:before {
	content: "";
}

.mdi-arrow-right-bold: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-top-left:before {
	content: "";
}

.mdi-arrow-top-right:before {
	content: "";
}

.mdi-arrow-up:before {
	content: "";
}

.mdi-arrow-up-bold: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-at:before {
	content: "";
}

.mdi-attachment:before {
	content: "";
}

.mdi-audiobook:before {
	content: "";
}

.mdi-auto-fix:before {
	content: "";
}

.mdi-auto-upload:before {
	content: "";
}

.mdi-baby:before {
	content: "";
}

.mdi-backburger:before {
	content: "";
}

.mdi-backup-restore:before {
	content: "";
}

.mdi-bank:before {
	content: "";
}

.mdi-barcode:before {
	content: "";
}

.mdi-barley:before {
	content: "";
}

.mdi-barrel:before {
	content: "";
}

.mdi-basecamp:before {
	content: "";
}

.mdi-basket:before {
	content: "";
}

.mdi-basket-fill:before {
	content: "";
}

.mdi-basket-unfill:before {
	content: "";
}

.mdi-battery:before {
	content: "";
}

.mdi-battery-10:before {
	content: "";
}

.mdi-battery-20:before {
	content: "";
}

.mdi-battery-30:before {
	content: "";
}

.mdi-battery-40:before {
	content: "";
}

.mdi-battery-50:before {
	content: "";
}

.mdi-battery-60:before {
	content: "";
}

.mdi-battery-70:before {
	content: "";
}

.mdi-battery-80:before {
	content: "";
}

.mdi-battery-90:before {
	content: "";
}

.mdi-battery-alert: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-60:before {
	content: "";
}

.mdi-battery-charging-80:before {
	content: "";
}

.mdi-battery-charging-90:before {
	content: "";
}

.mdi-battery-minus:before {
	content: "";
}

.mdi-battery-negative:before {
	content: "";
}

.mdi-battery-outline:before {
	content: "";
}

.mdi-battery-plus:before {
	content: "";
}

.mdi-battery-positive:before {
	content: "";
}

.mdi-battery-unknown:before {
	content: "";
}

.mdi-beach:before {
	content: "";
}

.mdi-beaker:before {
	content: "";
}

.mdi-beaker-empty:before {
	content: "";
}

.mdi-beaker-empty-outline:before {
	content: "";
}

.mdi-beaker-outline:before {
	content: "";
}

.mdi-beats:before {
	content: "";
}

.mdi-beer:before {
	content: "";
}

.mdi-behance:before {
	content: "";
}

.mdi-bell:before {
	content: "";
}

.mdi-bell-off:before {
	content: "";
}

.mdi-bell-outline:before {
	content: "";
}

.mdi-bell-ring:before {
	content: "";
}

.mdi-bell-ring-outline:before {
	content: "";
}

.mdi-bell-sleep:before {
	content: "";
}

.mdi-beta:before {
	content: "";
}

.mdi-bike:before {
	content: "";
}

.mdi-bing:before {
	content: "";
}

.mdi-binoculars:before {
	content: "";
}

.mdi-bio:before {
	content: "";
}

.mdi-biohazard:before {
	content: "";
}

.mdi-bitbucket:before {
	content: "";
}

.mdi-black-mesa:before {
	content: "";
}

.mdi-blackberry:before {
	content: "";
}

.mdi-blinds:before {
	content: "";
}

.mdi-block-helper:before {
	content: "";
}

.mdi-blogger:before {
	content: "";
}

.mdi-bluetooth:before {
	content: "";
}

.mdi-bluetooth-audio:before {
	content: "";
}

.mdi-bluetooth-connect: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-bone:before {
	content: "";
}

.mdi-book:before {
	content: "";
}

.mdi-book-multiple:before {
	content: "";
}

.mdi-book-multiple-variant:before {
	content: "";
}

.mdi-book-open:before {
	content: "";
}

.mdi-book-variant:before {
	content: "";
}

.mdi-bookmark:before {
	content: "";
}

.mdi-bookmark-check:before {
	content: "";
}

.mdi-bookmark-music:before {
	content: "";
}

.mdi-bookmark-outline:before {
	content: "";
}

.mdi-bookmark-outline-plus:before {
	content: "";
}

.mdi-bookmark-plus:before {
	content: "";
}

.mdi-bookmark-remove:before {
	content: "";
}

.mdi-border-all:before {
	content: "";
}

.mdi-border-bottom:before {
	content: "";
}

.mdi-border-color:before {
	content: "";
}

.mdi-border-horizontal:before {
	content: "";
}

.mdi-border-inside:before {
	content: "";
}

.mdi-border-left:before {
	content: "";
}

.mdi-border-none:before {
	content: "";
}

.mdi-border-outside:before {
	content: "";
}

.mdi-border-right:before {
	content: "";
}

.mdi-border-top:before {
	content: "";
}

.mdi-border-vertical:before {
	content: "";
}

.mdi-bowling:before {
	content: "";
}

.mdi-box:before {
	content: "";
}

.mdi-briefcase:before {
	content: "";
}

.mdi-briefcase-check:before {
	content: "";
}

.mdi-briefcase-download:before {
	content: "";
}

.mdi-briefcase-upload: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-broom:before {
	content: "";
}

.mdi-brush:before {
	content: "";
}

.mdi-bug:before {
	content: "";
}

.mdi-bulletin-board:before {
	content: "";
}

.mdi-bullhorn:before {
	content: "";
}

.mdi-bus:before {
	content: "";
}

.mdi-cake:before {
	content: "";
}

.mdi-cake-variant:before {
	content: "";
}

.mdi-calculator:before {
	content: "";
}

.mdi-calendar:before {
	content: "";
}

.mdi-calendar-blank:before {
	content: "";
}

.mdi-calendar-check:before {
	content: "";
}

.mdi-calendar-clock:before {
	content: "";
}

.mdi-calendar-multiple:before {
	content: "";
}

.mdi-calendar-multiple-check:before {
	content: "";
}

.mdi-calendar-plus:before {
	content: "";
}

.mdi-calendar-remove:before {
	content: "";
}

.mdi-calendar-text:before {
	content: "";
}

.mdi-calendar-today:before {
	content: "";
}

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

.mdi-camcorder-box:before {
	content: "";
}

.mdi-camcorder-box-off:before {
	content: "";
}

.mdi-camcorder-off:before {
	content: "";
}

.mdi-camera:before {
	content: "";
}

.mdi-camera-front:before {
	content: "";
}

.mdi-camera-front-variant:before {
	content: "";
}

.mdi-camera-iris:before {
	content: "";
}

.mdi-camera-party-mode:before {
	content: "";
}

.mdi-camera-rear:before {
	content: "";
}

.mdi-camera-rear-variant:before {
	content: "";
}

.mdi-camera-switch:before {
	content: "";
}

.mdi-camera-timer:before {
	content: "";
}

.mdi-candycane:before {
	content: "";
}

.mdi-car:before {
	content: "";
}

.mdi-car-wash:before {
	content: "";
}

.mdi-carrot:before {
	content: "";
}

.mdi-cart:before {
	content: "";
}

.mdi-cart-outline:before {
	content: "";
}

.mdi-cash:before {
	content: "";
}

.mdi-cash-100:before {
	content: "";
}

.mdi-cash-multiple:before {
	content: "";
}

.mdi-cash-usd:before {
	content: "";
}

.mdi-cast:before {
	content: "";
}

.mdi-cast-connected:before {
	content: "";
}

.mdi-castle:before {
	content: "";
}

.mdi-cat:before {
	content: "";
}

.mdi-cellphone:before {
	content: "";
}

.mdi-cellphone-android:before {
	content: "";
}

.mdi-cellphone-dock:before {
	content: "";
}

.mdi-cellphone-iphone:before {
	content: "";
}

.mdi-cellphone-link:before {
	content: "";
}

.mdi-cellphone-link-off:before {
	content: "";
}

.mdi-cellphone-settings:before {
	content: "";
}

.mdi-chair-school:before {
	content: "";
}

.mdi-chart-arc:before {
	content: "";
}

.mdi-chart-areaspline:before {
	content: "";
}

.mdi-chart-bar:before {
	content: "";
}

.mdi-chart-histogram:before {
	content: "";
}

.mdi-chart-line:before {
	content: "";
}

.mdi-chart-pie:before {
	content: "";
}

.mdi-check:before {
	content: "";
}

.mdi-check-all:before {
	content: "";
}

.mdi-checkbox-blank:before {
	content: "";
}

.mdi-checkbox-blank-circle:before {
	content: "";
}

.mdi-checkbox-blank-circle-outline:before {
	content: "";
}

.mdi-checkbox-blank-outline: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-outline:before {
	content: "";
}

.mdi-checkbox-multiple-marked:before {
	content: "";
}

.mdi-checkbox-multiple-marked-outline:before {
	content: "";
}

.mdi-checkerboard: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-left:before {
	content: "";
}

.mdi-chevron-right:before {
	content: "";
}

.mdi-chevron-up:before {
	content: "";
}

.mdi-church:before {
	content: "";
}

.mdi-cisco-webex:before {
	content: "";
}

.mdi-city:before {
	content: "";
}

.mdi-clipboard:before {
	content: "";
}

.mdi-clipboard-account:before {
	content: "";
}

.mdi-clipboard-alert:before {
	content: "";
}

.mdi-clipboard-arrow-down:before {
	content: "";
}

.mdi-clipboard-arrow-left:before {
	content: "";
}

.mdi-clipboard-check:before {
	content: "";
}

.mdi-clipboard-outline:before {
	content: "";
}

.mdi-clipboard-text:before {
	content: "";
}

.mdi-clippy:before {
	content: "";
}

.mdi-clock:before {
	content: "";
}

.mdi-clock-fast:before {
	content: "";
}

.mdi-close:before {
	content: "";
}

.mdi-close-box:before {
	content: "";
}

.mdi-close-box-outline:before {
	content: "";
}

.mdi-close-circle:before {
	content: "";
}

.mdi-close-circle-outline:before {
	content: "";
}

.mdi-close-network:before {
	content: "";
}

.mdi-closed-caption:before {
	content: "";
}

.mdi-cloud:before {
	content: "";
}

.mdi-cloud-check:before {
	content: "";
}

.mdi-cloud-circle:before {
	content: "";
}

.mdi-cloud-download:before {
	content: "";
}

.mdi-cloud-outline:before {
	content: "";
}

.mdi-cloud-outline-off:before {
	content: "";
}

.mdi-cloud-upload:before {
	content: "";
}

.mdi-code-array:before {
	content: "";
}

.mdi-code-braces:before {
	content: "";
}

.mdi-code-equal:before {
	content: "";
}

.mdi-code-greater-than: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-string:before {
	content: "";
}

.mdi-code-tags:before {
	content: "";
}

.mdi-codepen:before {
	content: "";
}

.mdi-coffee:before {
	content: "";
}

.mdi-coffee-to-go:before {
	content: "";
}

.mdi-coin:before {
	content: "";
}

.mdi-color-helper: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-check:before {
	content: "";
}

.mdi-comment-check-outline:before {
	content: "";
}

.mdi-comment-multiple-outline:before {
	content: "";
}

.mdi-comment-outline:before {
	content: "";
}

.mdi-comment-plus-outline:before {
	content: "";
}

.mdi-comment-processing:before {
	content: "";
}

.mdi-comment-processing-outline:before {
	content: "";
}

.mdi-comment-remove-outline:before {
	content: "";
}

.mdi-comment-text:before {
	content: "";
}

.mdi-comment-text-outline:before {
	content: "";
}

.mdi-compare:before {
	content: "";
}

.mdi-compass:before {
	content: "";
}

.mdi-compass-outline:before {
	content: "";
}

.mdi-console: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-all:before {
	content: "";
}

.mdi-contrast:before {
	content: "";
}

.mdi-contrast-box:before {
	content: "";
}

.mdi-contrast-circle:before {
	content: "";
}

.mdi-cow:before {
	content: "";
}

.mdi-credit-card:before {
	content: "";
}

.mdi-credit-card-multiple:before {
	content: "";
}

.mdi-crop:before {
	content: "";
}

.mdi-crop-free:before {
	content: "";
}

.mdi-crop-landscape:before {
	content: "";
}

.mdi-crop-portrait:before {
	content: "";
}

.mdi-crop-square:before {
	content: "";
}

.mdi-crosshairs:before {
	content: "";
}

.mdi-crosshairs-gps:before {
	content: "";
}

.mdi-crown:before {
	content: "";
}

.mdi-cube:before {
	content: "";
}

.mdi-cube-outline:before {
	content: "";
}

.mdi-cube-unfolded:before {
	content: "";
}

.mdi-cup:before {
	content: "";
}

.mdi-cup-water:before {
	content: "";
}

.mdi-currency-btc:before {
	content: "";
}

.mdi-currency-eur:before {
	content: "";
}

.mdi-currency-gbp:before {
	content: "";
}

.mdi-currency-inr:before {
	content: "";
}

.mdi-currency-rub:before {
	content: "";
}

.mdi-currency-try:before {
	content: "";
}

.mdi-currency-usd:before {
	content: "";
}

.mdi-cursor-default:before {
	content: "";
}

.mdi-cursor-default-outline:before {
	content: "";
}

.mdi-cursor-move:before {
	content: "";
}

.mdi-cursor-pointer:before {
	content: "";
}

.mdi-database:before {
	content: "";
}

.mdi-database-minus:before {
	content: "";
}

.mdi-database-outline:before {
	content: "";
}

.mdi-database-plus:before {
	content: "";
}

.mdi-debug-step-into:before {
	content: "";
}

.mdi-debug-step-out:before {
	content: "";
}

.mdi-debug-step-over:before {
	content: "";
}

.mdi-decimal-decrease:before {
	content: "";
}

.mdi-decimal-increase:before {
	content: "";
}

.mdi-delete:before {
	content: "";
}

.mdi-delete-variant:before {
	content: "";
}

.mdi-deskphone:before {
	content: "";
}

.mdi-desktop-mac:before {
	content: "";
}

.mdi-desktop-tower:before {
	content: "";
}

.mdi-details:before {
	content: "";
}

.mdi-deviantart:before {
	content: "";
}

.mdi-diamond:before {
	content: "";
}

.mdi-dice:before {
	content: "";
}

.mdi-dice-1:before {
	content: "";
}

.mdi-dice-2:before {
	content: "";
}

.mdi-dice-3:before {
	content: "";
}

.mdi-dice-4:before {
	content: "";
}

.mdi-dice-5:before {
	content: "";
}

.mdi-dice-6:before {
	content: "";
}

.mdi-directions:before {
	content: "";
}

.mdi-disk-alert:before {
	content: "";
}

.mdi-disqus:before {
	content: "";
}

.mdi-disqus-outline:before {
	content: "";
}

.mdi-division:before {
	content: "";
}

.mdi-division-box:before {
	content: "";
}

.mdi-dns:before {
	content: "";
}

.mdi-domain:before {
	content: "";
}

.mdi-dots-horizontal:before {
	content: "";
}

.mdi-dots-vertical:before {
	content: "";
}

.mdi-download:before {
	content: "";
}

.mdi-drag:before {
	content: "";
}

.mdi-drag-horizontal:before {
	content: "";
}

.mdi-drag-vertical:before {
	content: "";
}

.mdi-drawing:before {
	content: "";
}

.mdi-drawing-box:before {
	content: "";
}

.mdi-dribbble:before {
	content: "";
}

.mdi-dribbble-box:before {
	content: "";
}

.mdi-drone:before {
	content: "";
}

.mdi-dropbox:before {
	content: "";
}

.mdi-drupal:before {
	content: "";
}

.mdi-duck:before {
	content: "";
}

.mdi-dumbbell:before {
	content: "";
}

.mdi-earth:before {
	content: "";
}

.mdi-earth-off:before {
	content: "";
}

.mdi-edge:before {
	content: "";
}

.mdi-eject:before {
	content: "";
}

.mdi-elevation-decline:before {
	content: "";
}

.mdi-elevation-rise:before {
	content: "";
}

.mdi-elevator:before {
	content: "";
}

.mdi-email:before {
	content: "";
}

.mdi-email-open:before {
	content: "";
}

.mdi-email-outline:before {
	content: "";
}

.mdi-email-secure:before {
	content: "";
}

.mdi-emoticon:before {
	content: "";
}

.mdi-emoticon-cool:before {
	content: "";
}

.mdi-emoticon-devil:before {
	content: "";
}

.mdi-emoticon-happy:before {
	content: "";
}

.mdi-emoticon-neutral:before {
	content: "";
}

.mdi-emoticon-poop:before {
	content: "";
}

.mdi-emoticon-sad:before {
	content: "";
}

.mdi-emoticon-tongue:before {
	content: "";
}

.mdi-engine:before {
	content: "";
}

.mdi-engine-outline:before {
	content: "";
}

.mdi-equal:before {
	content: "";
}

.mdi-equal-box:before {
	content: "";
}

.mdi-eraser:before {
	content: "";
}

.mdi-escalator:before {
	content: "";
}

.mdi-etsy:before {
	content: "";
}

.mdi-evernote:before {
	content: "";
}

.mdi-exclamation:before {
	content: "";
}

.mdi-exit-to-app:before {
	content: "";
}

.mdi-export:before {
	content: "";
}

.mdi-eye:before {
	content: "";
}

.mdi-eye-off:before {
	content: "";
}

.mdi-eyedropper:before {
	content: "";
}

.mdi-eyedropper-variant:before {
	content: "";
}

.mdi-facebook:before {
	content: "";
}

.mdi-facebook-box:before {
	content: "";
}

.mdi-facebook-messenger:before {
	content: "";
}

.mdi-factory:before {
	content: "";
}

.mdi-fan:before {
	content: "";
}

.mdi-fast-forward:before {
	content: "";
}

.mdi-ferry:before {
	content: "";
}

.mdi-file:before {
	content: "";
}

.mdi-file-cloud:before {
	content: "";
}

.mdi-file-delimited:before {
	content: "";
}

.mdi-file-document:before {
	content: "";
}

.mdi-file-document-box:before {
	content: "";
}

.mdi-file-excel:before {
	content: "";
}

.mdi-file-excel-box:before {
	content: "";
}

.mdi-file-find:before {
	content: "";
}

.mdi-file-image:before {
	content: "";
}

.mdi-file-image-box:before {
	content: "";
}

.mdi-file-multiple:before {
	content: "";
}

.mdi-file-music:before {
	content: "";
}

.mdi-file-outline:before {
	content: "";
}

.mdi-file-pdf:before {
	content: "";
}

.mdi-file-pdf-box:before {
	content: "";
}

.mdi-file-powerpoint:before {
	content: "";
}

.mdi-file-powerpoint-box:before {
	content: "";
}

.mdi-file-presentation-box:before {
	content: "";
}

.mdi-file-video:before {
	content: "";
}

.mdi-file-word:before {
	content: "";
}

.mdi-file-word-box:before {
	content: "";
}

.mdi-file-xml:before {
	content: "";
}

.mdi-film:before {
	content: "";
}

.mdi-filmstrip:before {
	content: "";
}

.mdi-filmstrip-off:before {
	content: "";
}

.mdi-filter:before {
	content: "";
}

.mdi-filter-outline:before {
	content: "";
}

.mdi-filter-remove:before {
	content: "";
}

.mdi-filter-remove-outline:before {
	content: "";
}

.mdi-filter-variant:before {
	content: "";
}

.mdi-fire:before {
	content: "";
}

.mdi-firefox:before {
	content: "";
}

.mdi-fish:before {
	content: "";
}

.mdi-flag:before {
	content: "";
}

.mdi-flag-checkered:before {
	content: "";
}

.mdi-flag-outline:before {
	content: "";
}

.mdi-flag-outline-variant:before {
	content: "";
}

.mdi-flag-triangle:before {
	content: "";
}

.mdi-flag-variant:before {
	content: "";
}

.mdi-flash:before {
	content: "";
}

.mdi-flash-auto:before {
	content: "";
}

.mdi-flash-off:before {
	content: "";
}

.mdi-flashlight:before {
	content: "";
}

.mdi-flashlight-off:before {
	content: "";
}

.mdi-flattr:before {
	content: "";
}

.mdi-flip-to-back:before {
	content: "";
}

.mdi-flip-to-front:before {
	content: "";
}

.mdi-floppy:before {
	content: "";
}

.mdi-flower:before {
	content: "";
}

.mdi-folder:before {
	content: "";
}

.mdi-folder-account:before {
	content: "";
}

.mdi-folder-download:before {
	content: "";
}

.mdi-folder-google-drive:before {
	content: "";
}

.mdi-folder-image:before {
	content: "";
}

.mdi-folder-lock:before {
	content: "";
}

.mdi-folder-lock-open:before {
	content: "";
}

.mdi-folder-move:before {
	content: "";
}

.mdi-folder-multiple:before {
	content: "";
}

.mdi-folder-multiple-image:before {
	content: "";
}

.mdi-folder-multiple-outline:before {
	content: "";
}

.mdi-folder-outline:before {
	content: "";
}

.mdi-folder-plus:before {
	content: "";
}

.mdi-folder-remove:before {
	content: "";
}

.mdi-folder-upload:before {
	content: "";
}

.mdi-food:before {
	content: "";
}

.mdi-food-apple:before {
	content: "";
}

.mdi-food-variant:before {
	content: "";
}

.mdi-football:before {
	content: "";
}

.mdi-football-helmet:before {
	content: "";
}

.mdi-format-align-center:before {
	content: "";
}

.mdi-format-align-justify:before {
	content: "";
}

.mdi-format-align-left:before {
	content: "";
}

.mdi-format-align-right:before {
	content: "";
}

.mdi-format-bold:before {
	content: "";
}

.mdi-format-clear:before {
	content: "";
}

.mdi-format-color-fill: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-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-indent-decrease:before {
	content: "";
}

.mdi-format-indent-increase:before {
	content: "";
}

.mdi-format-italic:before {
	content: "";
}

.mdi-format-line-spacing:before {
	content: "";
}

.mdi-format-list-bulleted:before {
	content: "";
}

.mdi-format-list-numbers:before {
	content: "";
}

.mdi-format-paint:before {
	content: "";
}

.mdi-format-paragraph:before {
	content: "";
}

.mdi-format-quote:before {
	content: "";
}

.mdi-format-size:before {
	content: "";
}

.mdi-format-strikethrough:before {
	content: "";
}

.mdi-format-subscript:before {
	content: "";
}

.mdi-format-superscript:before {
	content: "";
}

.mdi-format-text:before {
	content: "";
}

.mdi-format-textdirection-l-to-r:before {
	content: "";
}

.mdi-format-textdirection-r-to-l:before {
	content: "";
}

.mdi-format-underline: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-forward:before {
	content: "";
}

.mdi-foursquare:before {
	content: "";
}

.mdi-fridge:before {
	content: "";
}

.mdi-fullscreen:before {
	content: "";
}

.mdi-fullscreen-exit:before {
	content: "";
}

.mdi-function:before {
	content: "";
}

.mdi-gamepad:before {
	content: "";
}

.mdi-gamepad-variant:before {
	content: "";
}

.mdi-gas-station:before {
	content: "";
}

.mdi-gavel:before {
	content: "";
}

.mdi-gender-female:before {
	content: "";
}

.mdi-gender-male:before {
	content: "";
}

.mdi-gender-male-female:before {
	content: "";
}

.mdi-gender-transgender:before {
	content: "";
}

.mdi-gift:before {
	content: "";
}

.mdi-git:before {
	content: "";
}

.mdi-github-box:before {
	content: "";
}

.mdi-github-circle:before {
	content: "";
}

.mdi-glass-flute:before {
	content: "";
}

.mdi-glass-mug:before {
	content: "";
}

.mdi-glass-stange:before {
	content: "";
}

.mdi-glass-tulip:before {
	content: "";
}

.mdi-glasses:before {
	content: "";
}

.mdi-gmail:before {
	content: "";
}

.mdi-google: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-controller:before {
	content: "";
}

.mdi-google-controller-off:before {
	content: "";
}

.mdi-google-drive:before {
	content: "";
}

.mdi-google-earth:before {
	content: "";
}

.mdi-google-glass:before {
	content: "";
}

.mdi-google-maps:before {
	content: "";
}

.mdi-google-pages:before {
	content: "";
}

.mdi-google-play:before {
	content: "";
}

.mdi-google-plus:before {
	content: "";
}

.mdi-google-plus-box:before {
	content: "";
}

.mdi-grid:before {
	content: "";
}

.mdi-grid-off:before {
	content: "";
}

.mdi-group:before {
	content: "";
}

.mdi-guitar:before {
	content: "";
}

.mdi-guitar-pick:before {
	content: "";
}

.mdi-guitar-pick-outline:before {
	content: "";
}

.mdi-hand-pointing-right:before {
	content: "";
}

.mdi-hanger:before {
	content: "";
}

.mdi-hangouts:before {
	content: "";
}

.mdi-harddisk:before {
	content: "";
}

.mdi-headphones:before {
	content: "";
}

.mdi-headphones-box: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-outline:before {
	content: "";
}

.mdi-help:before {
	content: "";
}

.mdi-help-circle:before {
	content: "";
}

.mdi-hexagon:before {
	content: "";
}

.mdi-hexagon-outline:before {
	content: "";
}

.mdi-history:before {
	content: "";
}

.mdi-hololens:before {
	content: "";
}

.mdi-home:before {
	content: "";
}

.mdi-home-modern:before {
	content: "";
}

.mdi-home-variant:before {
	content: "";
}

.mdi-hops:before {
	content: "";
}

.mdi-hospital:before {
	content: "";
}

.mdi-hospital-building:before {
	content: "";
}

.mdi-hospital-marker:before {
	content: "";
}

.mdi-hotel:before {
	content: "";
}

.mdi-houzz:before {
	content: "";
}

.mdi-houzz-box:before {
	content: "";
}

.mdi-human:before {
	content: "";
}

.mdi-human-child:before {
	content: "";
}

.mdi-human-male-female:before {
	content: "";
}

.mdi-image-album:before {
	content: "";
}

.mdi-image-area:before {
	content: "";
}

.mdi-image-area-close:before {
	content: "";
}

.mdi-image-broken:before {
	content: "";
}

.mdi-image-filter:before {
	content: "";
}

.mdi-image-filter-black-white:before {
	content: "";
}

.mdi-image-filter-center-focus: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-import:before {
	content: "";
}

.mdi-inbox:before {
	content: "";
}

.mdi-information:before {
	content: "";
}

.mdi-information-outline:before {
	content: "";
}

.mdi-instagram:before {
	content: "";
}

.mdi-instapaper:before {
	content: "";
}

.mdi-internet-explorer:before {
	content: "";
}

.mdi-invert-colors:before {
	content: "";
}

.mdi-jira:before {
	content: "";
}

.mdi-jsfiddle:before {
	content: "";
}

.mdi-keg:before {
	content: "";
}

.mdi-key:before {
	content: "";
}

.mdi-key-change:before {
	content: "";
}

.mdi-key-minus:before {
	content: "";
}

.mdi-key-plus:before {
	content: "";
}

.mdi-key-remove:before {
	content: "";
}

.mdi-key-variant:before {
	content: "";
}

.mdi-keyboard:before {
	content: "";
}

.mdi-keyboard-backspace:before {
	content: "";
}

.mdi-keyboard-caps:before {
	content: "";
}

.mdi-keyboard-close:before {
	content: "";
}

.mdi-keyboard-off:before {
	content: "";
}

.mdi-keyboard-return:before {
	content: "";
}

.mdi-keyboard-tab:before {
	content: "";
}

.mdi-keyboard-variant:before {
	content: "";
}

.mdi-label:before {
	content: "";
}

.mdi-label-outline:before {
	content: "";
}

.mdi-language-csharp:before {
	content: "";
}

.mdi-language-css3:before {
	content: "";
}

.mdi-language-html5:before {
	content: "";
}

.mdi-language-javascript:before {
	content: "";
}

.mdi-language-python:before {
	content: "";
}

.mdi-language-python-text:before {
	content: "";
}

.mdi-laptop:before {
	content: "";
}

.mdi-laptop-chromebook:before {
	content: "";
}

.mdi-laptop-mac:before {
	content: "";
}

.mdi-laptop-windows:before {
	content: "";
}

.mdi-lastfm:before {
	content: "";
}

.mdi-launch:before {
	content: "";
}

.mdi-layers:before {
	content: "";
}

.mdi-layers-off:before {
	content: "";
}

.mdi-leaf:before {
	content: "";
}

.mdi-library:before {
	content: "";
}

.mdi-library-books:before {
	content: "";
}

.mdi-library-music:before {
	content: "";
}

.mdi-library-plus:before {
	content: "";
}

.mdi-lightbulb:before {
	content: "";
}

.mdi-lightbulb-outline:before {
	content: "";
}

.mdi-link:before {
	content: "";
}

.mdi-link-off:before {
	content: "";
}

.mdi-link-variant:before {
	content: "";
}

.mdi-link-variant-off:before {
	content: "";
}

.mdi-linkedin:before {
	content: "";
}

.mdi-linkedin-box:before {
	content: "";
}

.mdi-linux:before {
	content: "";
}

.mdi-lock:before {
	content: "";
}

.mdi-lock-open:before {
	content: "";
}

.mdi-lock-open-outline:before {
	content: "";
}

.mdi-lock-outline:before {
	content: "";
}

.mdi-login:before {
	content: "";
}

.mdi-logout:before {
	content: "";
}

.mdi-looks:before {
	content: "";
}

.mdi-loupe:before {
	content: "";
}

.mdi-lumx:before {
	content: "";
}

.mdi-magnet:before {
	content: "";
}

.mdi-magnet-on:before {
	content: "";
}

.mdi-magnify:before {
	content: "";
}

.mdi-magnify-minus:before {
	content: "";
}

.mdi-magnify-plus:before {
	content: "";
}

.mdi-mail-ru:before {
	content: "";
}

.mdi-map:before {
	content: "";
}

.mdi-map-marker:before {
	content: "";
}

.mdi-map-marker-circle:before {
	content: "";
}

.mdi-map-marker-multiple:before {
	content: "";
}

.mdi-map-marker-off:before {
	content: "";
}

.mdi-map-marker-radius:before {
	content: "";
}

.mdi-margin:before {
	content: "";
}

.mdi-markdown:before {
	content: "";
}

.mdi-marker-check:before {
	content: "";
}

.mdi-martini:before {
	content: "";
}

.mdi-material-ui:before {
	content: "";
}

.mdi-math-compass:before {
	content: "";
}

.mdi-maxcdn:before {
	content: "";
}

.mdi-medium:before {
	content: "";
}

.mdi-memory:before {
	content: "";
}

.mdi-menu:before {
	content: "";
}

.mdi-menu-down:before {
	content: "";
}

.mdi-menu-left:before {
	content: "";
}

.mdi-menu-right:before {
	content: "";
}

.mdi-menu-up:before {
	content: "";
}

.mdi-message:before {
	content: "";
}

.mdi-message-alert:before {
	content: "";
}

.mdi-message-draw:before {
	content: "";
}

.mdi-message-image:before {
	content: "";
}

.mdi-message-processing:before {
	content: "";
}

.mdi-message-reply:before {
	content: "";
}

.mdi-message-text:before {
	content: "";
}

.mdi-message-text-outline:before {
	content: "";
}

.mdi-message-video:before {
	content: "";
}

.mdi-microphone:before {
	content: "";
}

.mdi-microphone-off:before {
	content: "";
}

.mdi-microphone-outline:before {
	content: "";
}

.mdi-microphone-settings:before {
	content: "";
}

.mdi-microphone-variant:before {
	content: "";
}

.mdi-microphone-variant-off:before {
	content: "";
}

.mdi-minus:before {
	content: "";
}

.mdi-minus-box:before {
	content: "";
}

.mdi-minus-circle:before {
	content: "";
}

.mdi-minus-circle-outline:before {
	content: "";
}

.mdi-minus-network:before {
	content: "";
}

.mdi-monitor:before {
	content: "";
}

.mdi-monitor-multiple:before {
	content: "";
}

.mdi-more:before {
	content: "";
}

.mdi-motorbike:before {
	content: "";
}

.mdi-mouse:before {
	content: "";
}

.mdi-mouse-off:before {
	content: "";
}

.mdi-mouse-variant:before {
	content: "";
}

.mdi-mouse-variant-off:before {
	content: "";
}

.mdi-movie:before {
	content: "";
}

.mdi-multiplication:before {
	content: "";
}

.mdi-multiplication-box:before {
	content: "";
}

.mdi-music-box:before {
	content: "";
}

.mdi-music-box-outline:before {
	content: "";
}

.mdi-music-circle:before {
	content: "";
}

.mdi-music-note:before {
	content: "";
}

.mdi-music-note-eighth:before {
	content: "";
}

.mdi-music-note-half:before {
	content: "";
}

.mdi-music-note-off:before {
	content: "";
}

.mdi-music-note-quarter:before {
	content: "";
}

.mdi-music-note-sixteenth:before {
	content: "";
}

.mdi-music-note-whole:before {
	content: "";
}

.mdi-nature:before {
	content: "";
}

.mdi-nature-people:before {
	content: "";
}

.mdi-navigation:before {
	content: "";
}

.mdi-needle:before {
	content: "";
}

.mdi-nest-protect:before {
	content: "";
}

.mdi-nest-thermostat:before {
	content: "";
}

.mdi-newspaper:before {
	content: "";
}

.mdi-nfc:before {
	content: "";
}

.mdi-nfc-tap:before {
	content: "";
}

.mdi-nfc-variant:before {
	content: "";
}

.mdi-note:before {
	content: "";
}

.mdi-note-outline:before {
	content: "";
}

.mdi-note-text:before {
	content: "";
}

.mdi-numeric:before {
	content: "";
}

.mdi-numeric-0-box:before {
	content: "";
}

.mdi-numeric-0-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-0-box-outline:before {
	content: "";
}

.mdi-numeric-1-box:before {
	content: "";
}

.mdi-numeric-1-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-1-box-outline:before {
	content: "";
}

.mdi-numeric-2-box:before {
	content: "";
}

.mdi-numeric-2-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-2-box-outline:before {
	content: "";
}

.mdi-numeric-3-box:before {
	content: "";
}

.mdi-numeric-3-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-3-box-outline:before {
	content: "";
}

.mdi-numeric-4-box:before {
	content: "";
}

.mdi-numeric-4-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-4-box-outline:before {
	content: "";
}

.mdi-numeric-5-box:before {
	content: "";
}

.mdi-numeric-5-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-5-box-outline:before {
	content: "";
}

.mdi-numeric-6-box:before {
	content: "";
}

.mdi-numeric-6-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-6-box-outline:before {
	content: "";
}

.mdi-numeric-7-box:before {
	content: "";
}

.mdi-numeric-7-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-7-box-outline:before {
	content: "";
}

.mdi-numeric-8-box:before {
	content: "";
}

.mdi-numeric-8-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-8-box-outline:before {
	content: "";
}

.mdi-numeric-9-box:before {
	content: "";
}

.mdi-numeric-9-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-9-box-outline:before {
	content: "";
}

.mdi-numeric-9-plus-box:before {
	content: "";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
	content: "";
}

.mdi-numeric-9-plus-box-outline:before {
	content: "";
}

.mdi-nutriton:before {
	content: "";
}

.mdi-odnoklassniki:before {
	content: "";
}

.mdi-office:before {
	content: "";
}

.mdi-oil:before {
	content: "";
}

.mdi-omega:before {
	content: "";
}

.mdi-onedrive:before {
	content: "";
}

.mdi-open-in-app:before {
	content: "";
}

.mdi-open-in-new:before {
	content: "";
}

.mdi-ornament:before {
	content: "";
}

.mdi-ornament-variant:before {
	content: "";
}

.mdi-outbox:before {
	content: "";
}

.mdi-owl: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-palette:before {
	content: "";
}

.mdi-palette-advanced: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-paperclip:before {
	content: "";
}

.mdi-parking: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-pen:before {
	content: "";
}

.mdi-pencil:before {
	content: "";
}

.mdi-pencil-box:before {
	content: "";
}

.mdi-pencil-box-outline:before {
	content: "";
}

.mdi-percent:before {
	content: "";
}

.mdi-pharmacy:before {
	content: "";
}

.mdi-phone:before {
	content: "";
}

.mdi-phone-bluetooth:before {
	content: "";
}

.mdi-phone-forward:before {
	content: "";
}

.mdi-phone-hangup:before {
	content: "";
}

.mdi-phone-in-talk:before {
	content: "";
}

.mdi-phone-incoming:before {
	content: "";
}

.mdi-phone-locked:before {
	content: "";
}

.mdi-phone-log:before {
	content: "";
}

.mdi-phone-missed:before {
	content: "";
}

.mdi-phone-outgoing:before {
	content: "";
}

.mdi-phone-paused:before {
	content: "";
}

.mdi-phone-settings:before {
	content: "";
}

.mdi-pig:before {
	content: "";
}

.mdi-pill:before {
	content: "";
}

.mdi-pin:before {
	content: "";
}

.mdi-pin-off:before {
	content: "";
}

.mdi-pine-tree:before {
	content: "";
}

.mdi-pine-tree-box:before {
	content: "";
}

.mdi-pinterest:before {
	content: "";
}

.mdi-pinterest-box:before {
	content: "";
}

.mdi-pizza:before {
	content: "";
}

.mdi-play:before {
	content: "";
}

.mdi-play-box-outline:before {
	content: "";
}

.mdi-play-circle:before {
	content: "";
}

.mdi-play-circle-outline:before {
	content: "";
}

.mdi-playlist-minus:before {
	content: "";
}

.mdi-playlist-plus:before {
	content: "";
}

.mdi-playstation:before {
	content: "";
}

.mdi-plus:before {
	content: "";
}

.mdi-plus-box:before {
	content: "";
}

.mdi-plus-circle:before {
	content: "";
}

.mdi-plus-circle-outline:before {
	content: "";
}

.mdi-plus-network:before {
	content: "";
}

.mdi-plus-one:before {
	content: "";
}

.mdi-pocket:before {
	content: "";
}

.mdi-poll:before {
	content: "";
}

.mdi-poll-box:before {
	content: "";
}

.mdi-polymer:before {
	content: "";
}

.mdi-popcorn:before {
	content: "";
}

.mdi-pound:before {
	content: "";
}

.mdi-pound-box:before {
	content: "";
}

.mdi-power:before {
	content: "";
}

.mdi-power-settings:before {
	content: "";
}

.mdi-power-socket:before {
	content: "";
}

.mdi-presentation:before {
	content: "";
}

.mdi-presentation-play:before {
	content: "";
}

.mdi-printer:before {
	content: "";
}

.mdi-printer-3d:before {
	content: "";
}

.mdi-pulse:before {
	content: "";
}

.mdi-puzzle:before {
	content: "";
}

.mdi-qrcode:before {
	content: "";
}

.mdi-quadcopter:before {
	content: "";
}

.mdi-quality-high:before {
	content: "";
}

.mdi-quicktime:before {
	content: "";
}

.mdi-radiator:before {
	content: "";
}

.mdi-radio:before {
	content: "";
}

.mdi-radio-tower:before {
	content: "";
}

.mdi-radioactive:before {
	content: "";
}

.mdi-radiobox-blank:before {
	content: "";
}

.mdi-radiobox-marked:before {
	content: "";
}

.mdi-raspberrypi:before {
	content: "";
}

.mdi-rdio:before {
	content: "";
}

.mdi-read:before {
	content: "";
}

.mdi-readability:before {
	content: "";
}

.mdi-receipt:before {
	content: "";
}

.mdi-recycle:before {
	content: "";
}

.mdi-redo:before {
	content: "";
}

.mdi-redo-variant:before {
	content: "";
}

.mdi-refresh:before {
	content: "";
}

.mdi-relative-scale:before {
	content: "";
}

.mdi-reload:before {
	content: "";
}

.mdi-remote:before {
	content: "";
}

.mdi-rename-box: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-reproduction:before {
	content: "";
}

.mdi-resize-bottom-right:before {
	content: "";
}

.mdi-responsive:before {
	content: "";
}

.mdi-rewind:before {
	content: "";
}

.mdi-ribbon:before {
	content: "";
}

.mdi-road:before {
	content: "";
}

.mdi-rocket:before {
	content: "";
}

.mdi-rotate-3d:before {
	content: "";
}

.mdi-rotate-left:before {
	content: "";
}

.mdi-rotate-left-variant:before {
	content: "";
}

.mdi-rotate-right:before {
	content: "";
}

.mdi-rotate-right-variant:before {
	content: "";
}

.mdi-routes:before {
	content: "";
}

.mdi-rss:before {
	content: "";
}

.mdi-rss-box:before {
	content: "";
}

.mdi-ruler:before {
	content: "";
}

.mdi-run:before {
	content: "";
}

.mdi-sale:before {
	content: "";
}

.mdi-satellite:before {
	content: "";
}

.mdi-satellite-variant:before {
	content: "";
}

.mdi-scale:before {
	content: "";
}

.mdi-scale-bathroom:before {
	content: "";
}

.mdi-school:before {
	content: "";
}

.mdi-screen-rotation:before {
	content: "";
}

.mdi-screen-rotation-lock:before {
	content: "";
}

.mdi-script:before {
	content: "";
}

.mdi-sd:before {
	content: "";
}

.mdi-security:before {
	content: "";
}

.mdi-security-network:before {
	content: "";
}

.mdi-select:before {
	content: "";
}

.mdi-select-all:before {
	content: "";
}

.mdi-select-inverse:before {
	content: "";
}

.mdi-select-off:before {
	content: "";
}

.mdi-send: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-settings:before {
	content: "";
}

.mdi-settings-box:before {
	content: "";
}

.mdi-shape-plus:before {
	content: "";
}

.mdi-share:before {
	content: "";
}

.mdi-share-variant:before {
	content: "";
}

.mdi-shield:before {
	content: "";
}

.mdi-shield-outline:before {
	content: "";
}

.mdi-shopping:before {
	content: "";
}

.mdi-shopping-music:before {
	content: "";
}

.mdi-shuffle:before {
	content: "";
}

.mdi-sigma:before {
	content: "";
}

.mdi-sign-caution:before {
	content: "";
}

.mdi-signal:before {
	content: "";
}

.mdi-silverware:before {
	content: "";
}

.mdi-silverware-fork:before {
	content: "";
}

.mdi-silverware-spoon:before {
	content: "";
}

.mdi-silverware-variant:before {
	content: "";
}

.mdi-sim-alert:before {
	content: "";
}

.mdi-sitemap:before {
	content: "";
}

.mdi-skip-next:before {
	content: "";
}

.mdi-skip-previous:before {
	content: "";
}

.mdi-skype:before {
	content: "";
}

.mdi-skype-business:before {
	content: "";
}

.mdi-sleep:before {
	content: "";
}

.mdi-sleep-off:before {
	content: "";
}

.mdi-smoking:before {
	content: "";
}

.mdi-smoking-off:before {
	content: "";
}

.mdi-snapchat:before {
	content: "";
}

.mdi-snowman:before {
	content: "";
}

.mdi-sofa:before {
	content: "";
}

.mdi-sort:before {
	content: "";
}

.mdi-sort-alphabetical:before {
	content: "";
}

.mdi-sort-ascending:before {
	content: "";
}

.mdi-sort-descending:before {
	content: "";
}

.mdi-sort-numeric:before {
	content: "";
}

.mdi-sort-variant:before {
	content: "";
}

.mdi-soundcloud:before {
	content: "";
}

.mdi-source-fork:before {
	content: "";
}

.mdi-source-pull:before {
	content: "";
}

.mdi-speaker:before {
	content: "";
}

.mdi-speaker-off:before {
	content: "";
}

.mdi-speedometer:before {
	content: "";
}

.mdi-spellcheck:before {
	content: "";
}

.mdi-spotify:before {
	content: "";
}

.mdi-spotlight:before {
	content: "";
}

.mdi-spotlight-beam:before {
	content: "";
}

.mdi-square-inc:before {
	content: "";
}

.mdi-square-inc-cash:before {
	content: "";
}

.mdi-stackoverflow:before {
	content: "";
}

.mdi-star:before {
	content: "";
}

.mdi-star-circle:before {
	content: "";
}

.mdi-star-half:before {
	content: "";
}

.mdi-star-outline:before {
	content: "";
}

.mdi-steam:before {
	content: "";
}

.mdi-stethoscope:before {
	content: "";
}

.mdi-stocking:before {
	content: "";
}

.mdi-stop:before {
	content: "";
}

.mdi-store:before {
	content: "";
}

.mdi-store-24-hour:before {
	content: "";
}

.mdi-stove:before {
	content: "";
}

.mdi-subway:before {
	content: "";
}

.mdi-sunglasses:before {
	content: "";
}

.mdi-swap-horizontal:before {
	content: "";
}

.mdi-swap-vertical:before {
	content: "";
}

.mdi-swim:before {
	content: "";
}

.mdi-sword:before {
	content: "";
}

.mdi-sync:before {
	content: "";
}

.mdi-sync-alert:before {
	content: "";
}

.mdi-sync-off:before {
	content: "";
}

.mdi-tab:before {
	content: "";
}

.mdi-tab-unselected:before {
	content: "";
}

.mdi-table: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-large: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-tablet:before {
	content: "";
}

.mdi-tablet-android:before {
	content: "";
}

.mdi-tablet-ipad:before {
	content: "";
}

.mdi-tag:before {
	content: "";
}

.mdi-tag-faces:before {
	content: "";
}

.mdi-tag-multiple:before {
	content: "";
}

.mdi-tag-outline:before {
	content: "";
}

.mdi-tag-text-outline:before {
	content: "";
}

.mdi-taxi:before {
	content: "";
}

.mdi-teamviewer:before {
	content: "";
}

.mdi-telegram:before {
	content: "";
}

.mdi-television:before {
	content: "";
}

.mdi-television-guide:before {
	content: "";
}

.mdi-temperature-celsius:before {
	content: "";
}

.mdi-temperature-fahrenheit:before {
	content: "";
}

.mdi-temperature-kelvin:before {
	content: "";
}

.mdi-tennis:before {
	content: "";
}

.mdi-tent:before {
	content: "";
}

.mdi-terrain:before {
	content: "";
}

.mdi-text-to-speech:before {
	content: "";
}

.mdi-text-to-speech-off:before {
	content: "";
}

.mdi-texture:before {
	content: "";
}

.mdi-theater:before {
	content: "";
}

.mdi-theme-light-dark:before {
	content: "";
}

.mdi-thermometer:before {
	content: "";
}

.mdi-thermometer-lines: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-tie:before {
	content: "";
}

.mdi-timelapse:before {
	content: "";
}

.mdi-timer:before {
	content: "";
}

.mdi-timer-10:before {
	content: "";
}

.mdi-timer-3:before {
	content: "";
}

.mdi-timer-off:before {
	content: "";
}

.mdi-timer-sand:before {
	content: "";
}

.mdi-timetable:before {
	content: "";
}

.mdi-toggle-switch:before {
	content: "";
}

.mdi-toggle-switch-off:before {
	content: "";
}

.mdi-tooltip:before {
	content: "";
}

.mdi-tooltip-edit:before {
	content: "";
}

.mdi-tooltip-image:before {
	content: "";
}

.mdi-tooltip-outline:before {
	content: "";
}

.mdi-tooltip-outline-plus:before {
	content: "";
}

.mdi-tooltip-text:before {
	content: "";
}

.mdi-tor:before {
	content: "";
}

.mdi-traffic-light:before {
	content: "";
}

.mdi-train:before {
	content: "";
}

.mdi-tram:before {
	content: "";
}

.mdi-transcribe:before {
	content: "";
}

.mdi-transcribe-close:before {
	content: "";
}

.mdi-transfer:before {
	content: "";
}

.mdi-tree:before {
	content: "";
}

.mdi-trello:before {
	content: "";
}

.mdi-trending-down:before {
	content: "";
}

.mdi-trending-neutral:before {
	content: "";
}

.mdi-trending-up:before {
	content: "";
}

.mdi-trophy:before {
	content: "";
}

.mdi-trophy-award:before {
	content: "";
}

.mdi-trophy-variant:before {
	content: "";
}

.mdi-truck:before {
	content: "";
}

.mdi-tshirt-crew:before {
	content: "";
}

.mdi-tshirt-v:before {
	content: "";
}

.mdi-tumblr:before {
	content: "";
}

.mdi-tumblr-reblog:before {
	content: "";
}

.mdi-twitch:before {
	content: "";
}

.mdi-twitter:before {
	content: "";
}

.mdi-twitter-box:before {
	content: "";
}

.mdi-twitter-circle:before {
	content: "";
}

.mdi-twitter-retweet:before {
	content: "";
}

.mdi-ubuntu:before {
	content: "";
}

.mdi-umbrella:before {
	content: "";
}

.mdi-umbrella-outline:before {
	content: "";
}

.mdi-undo:before {
	content: "";
}

.mdi-undo-variant:before {
	content: "";
}

.mdi-unfold-less:before {
	content: "";
}

.mdi-unfold-more:before {
	content: "";
}

.mdi-ungroup:before {
	content: "";
}

.mdi-untappd:before {
	content: "";
}

.mdi-upload:before {
	content: "";
}

.mdi-usb:before {
	content: "";
}

.mdi-vector-curve:before {
	content: "";
}

.mdi-vector-point:before {
	content: "";
}

.mdi-vector-square:before {
	content: "";
}

.mdi-verified:before {
	content: "";
}

.mdi-vibrate:before {
	content: "";
}

.mdi-video:before {
	content: "";
}

.mdi-video-off:before {
	content: "";
}

.mdi-video-switch:before {
	content: "";
}

.mdi-view-agenda:before {
	content: "";
}

.mdi-view-array:before {
	content: "";
}

.mdi-view-carousel:before {
	content: "";
}

.mdi-view-column:before {
	content: "";
}

.mdi-view-dashboard:before {
	content: "";
}

.mdi-view-day:before {
	content: "";
}

.mdi-view-grid:before {
	content: "";
}

.mdi-view-headline:before {
	content: "";
}

.mdi-view-list:before {
	content: "";
}

.mdi-view-module:before {
	content: "";
}

.mdi-view-quilt:before {
	content: "";
}

.mdi-view-stream:before {
	content: "";
}

.mdi-view-week:before {
	content: "";
}

.mdi-vimeo:before {
	content: "";
}

.mdi-vine:before {
	content: "";
}

.mdi-vk:before {
	content: "";
}

.mdi-vk-box:before {
	content: "";
}

.mdi-vk-circle:before {
	content: "";
}

.mdi-voicemail:before {
	content: "";
}

.mdi-volume-high:before {
	content: "";
}

.mdi-volume-low:before {
	content: "";
}

.mdi-volume-medium:before {
	content: "";
}

.mdi-volume-off:before {
	content: "";
}

.mdi-vpn:before {
	content: "";
}

.mdi-walk:before {
	content: "";
}

.mdi-wallet:before {
	content: "";
}

.mdi-wallet-giftcard:before {
	content: "";
}

.mdi-wallet-membership:before {
	content: "";
}

.mdi-wallet-travel:before {
	content: "";
}

.mdi-watch:before {
	content: "";
}

.mdi-watch-export:before {
	content: "";
}

.mdi-watch-import:before {
	content: "";
}

.mdi-water:before {
	content: "";
}

.mdi-water-off:before {
	content: "";
}

.mdi-water-pump:before {
	content: "";
}

.mdi-weather-cloudy:before {
	content: "";
}

.mdi-weather-fog:before {
	content: "";
}

.mdi-weather-hail:before {
	content: "";
}

.mdi-weather-lightning:before {
	content: "";
}

.mdi-weather-night:before {
	content: "";
}

.mdi-weather-partlycloudy:before {
	content: "";
}

.mdi-weather-pouring:before {
	content: "";
}

.mdi-weather-rainy:before {
	content: "";
}

.mdi-weather-snowy:before {
	content: "";
}

.mdi-weather-sunny:before {
	content: "";
}

.mdi-weather-sunset:before {
	content: "";
}

.mdi-weather-sunset-down:before {
	content: "";
}

.mdi-weather-sunset-up:before {
	content: "";
}

.mdi-weather-windy:before {
	content: "";
}

.mdi-weather-windy-variant:before {
	content: "";
}

.mdi-web:before {
	content: "";
}

.mdi-webcam:before {
	content: "";
}

.mdi-weight:before {
	content: "";
}

.mdi-weight-kilogram:before {
	content: "";
}

.mdi-whatsapp:before {
	content: "";
}

.mdi-wheelchair-accessibility:before {
	content: "";
}

.mdi-white-balance-auto:before {
	content: "";
}

.mdi-white-balance-incandescent:before {
	content: "";
}

.mdi-white-balance-irradescent:before {
	content: "";
}

.mdi-white-balance-sunny:before {
	content: "";
}

.mdi-wifi:before {
	content: "";
}

.mdi-wii:before {
	content: "";
}

.mdi-wikipedia:before {
	content: "";
}

.mdi-window-close:before {
	content: "";
}

.mdi-window-closed:before {
	content: "";
}

.mdi-window-maximize:before {
	content: "";
}

.mdi-window-minimize:before {
	content: "";
}

.mdi-window-open:before {
	content: "";
}

.mdi-window-restore:before {
	content: "";
}

.mdi-windows:before {
	content: "";
}

.mdi-wordpress:before {
	content: "";
}

.mdi-worker:before {
	content: "";
}

.mdi-wunderlist:before {
	content: "";
}

.mdi-xbox:before {
	content: "";
}

.mdi-xbox-controller:before {
	content: "";
}

.mdi-xbox-controller-off:before {
	content: "";
}

.mdi-xda:before {
	content: "";
}

.mdi-xml:before {
	content: "";
}

.mdi-yeast:before {
	content: "";
}

.mdi-yelp:before {
	content: "";
}

.mdi-youtube-play:before {
	content: "";
}

.mdi-zip-box:before {
	content: "";
}
