
.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;
	inline-size: 100%;
	block-size: 100%;
	top: 0;
	left: 0;
}

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

.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;
	}
}

/* swipper container css override */
[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;
}

/* Inline font feature fixing */
[class*=" elementor-widget-bdt-"] svg.e-font-icon-svg {
	block-size: 1em;
	inline-size: 1em;
}

/* elementor control override */
.elementor-control.elementor-control-type-heading {
	margin-block-start: -1px;
}

/* elementor lightbox override */
.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 {
	inline-size: 10px;
	block-size: 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-inline-start: 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-block-size: 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: "";
	inline-size: calc(100% + 6px);
	block-size: 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 {
	inline-size: 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: auto;
}

.rtl .bdt-arrows-align-center .bdt-navigation-prev i, .rtl .bdt-arrows-dots-align-center .bdt-navigation-prev i {
	transform: rotate(180deg);
}

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

.rtl .bdt-arrows-align-center .bdt-navigation-next i, .rtl .bdt-arrows-dots-align-center .bdt-navigation-next i {
	transform: rotate(180deg);
}

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

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

/* Sticky options style */
.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);
}

/**
 * Backdrop filter css
 */

/**
 * Liquid Glass Effects css (integrated with backdrop filter)
 */
.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;
	inline-size: 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);
}

/* swiper pagination common */
[class*="elementor-widget-bdt-"] .swiper-coverflow {
	padding-block-start: 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;
}

/* Text Hide on Responsive Device */
@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-block: 5px;
	padding-inline: 10px;
	font-size: 10px;
	font-weight: 400;
}

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
	.elementor-mobile-align-center .bdt-ep-button {
		inline-size: auto;
	}
	
	.elementor-mobile-align-right .bdt-ep-button {
		inline-size: auto;
	}
	
	.elementor-mobile-align-left .bdt-ep-button {
		inline-size: auto;
	}
	
	.elementor-mobile-align-justify .bdt-ep-button {
		inline-size: 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-block: 0;
	margin-inline: -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 {
	inset-block-end: -50px;
	inline-size: 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 {
	inline-size: 10px;
	block-size: 10px;
	margin-block: 0;
	margin-inline: 5px;
}

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

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

.bdt-arrows-fraction-container .bdt-navigation-prev i, .bdt-arrows-fraction-container .bdt-navigation-next i, .bdt-arrows-dots-container .bdt-navigation-prev i, .bdt-arrows-dots-container .bdt-navigation-next i, .bdt-arrows-container .bdt-navigation-prev 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;
	block-size: 13px;
	color: #bbb !important;
}

.elementor-widget .bdt-subnav {
	margin-block: 0 10px;
	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-inline-end: 5px;
	color: #999;
}

.elementor-widget .bdt-subnav span:after {
	content: "";
	block-size: 4px;
	inline-size: 4px;
	border-radius: 50%;
	background: #adb5bd;
	margin-inline: 10px -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: inline-start;
}

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

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

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

.bdt-masonry-grid .bdt-gallery-item {
	float: inline-start;
	block-size: auto;
}

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

.bdt-crypto-loader-wrap {
	inline-size: 100%;
	block-size: 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 {
	inline-size: 100%;
	block-size: 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;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100%;
	block-size: 100%;
	transform: scale(0);
	transform-origin: inline-start block-start;
}

[class*="elementor-widget-bdt-"] .bdt-position-bottom.swiper-pagination-progressbar {
	inset-block-start: 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 {
	inline-size: 100% !important;
}

.bdt-ep-grid-filters-wrapper {
	margin-block-end: 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-block-end: 2px solid transparent;
}

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

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

.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:last-child) {
	margin-inline-end: 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: block-size .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-e7a6c7c/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 {
	block-size: 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-modal-wrapper .bdt-modal-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.bdt-ep-shadow-mode-yes:before, .bdt-ep-shadow-mode-yes:after {
	content: "";
	position: absolute;
	inline-size: 20%;
	block-size: 100%;
	inset-block-start: 0;
	z-index: 2 !important;
	pointer-events: none;
}

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

.bdt-ep-shadow-mode-yes:after {
	background: linear-gradient(to inline-end, rgba(255, 255, 255, 0) 0%, #fff 95%);
	inset-inline-end: 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% {
		inset-inline-start: 0;
	}
	
	1% {
		inset-inline-start: -3px;
	}
	
	2% {
		inset-inline-start: 5px;
	}
	
	3% {
		inset-inline-start: -8px;
	}
	
	4% {
		inset-inline-start: 8px;
	}
	
	5% {
		inset-inline-start: -5px;
	}
	
	6% {
		inset-inline-start: 3px;
	}
	
	7% {
		inset-inline-start: 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-slider .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-slider .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-1 .bdt-rating-item:nth-child(1), .elementor-widget-bdt-testimonial-carousel .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget-bdt-testimonial-carousel .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget-bdt-testimonial-carousel .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .elementor-widget-bdt-testimonial-carousel .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5), .elementor-widget-bdt-testimonial-grid .bdt-rating-1 .bdt-rating-item:nth-child(1), .elementor-widget-bdt-testimonial-grid .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2), .elementor-widget-bdt-testimonial-grid .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3), .elementor-widget-bdt-testimonial-grid .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4), .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-inline-end: 2px;
}

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

.elementor-widget .bdt-review-platform i {
	block-size: 1em;
	inline-size: 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 {
	inline-size: 1.2em;
}

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

.ep-pagination .bdt-pagination li {
	list-style-type: none;
	padding-inline-start: 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-block: 5px;
	padding-inline: 25px;
	background: #fff;
	color: #1e87f0;
	border-radius: 3px;
}

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

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

.bdt-background-overlay-yes:before {
	content: "";
	position: absolute;
	inset: 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 {
	inline-size: 18px;
}

.bdt-svg-image img {
	inline-size: 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-block-end: 5px;
	font-size: 1.1em;
}

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

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

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

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

.bdt-lightbox .bdt-lightbox-button svg {
	inline-size: 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;
	inset-block-start: 0;
	inset-inline-start: 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) {
	block-size: 100%;
	inline-size: 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-block: 2px;
	padding-inline: 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;
	block-size: 100%;
	inline-size: 100%;
	inset: 0;
	z-index: 1;
}

.bdt-scroll-effect-scroll_fill .elementor-heading-title, .bdt-scroll-effect-scroll_fill .bdt-heading-tag span, .bdt-scroll-effect-scroll_fill .bdt-ep-advanced-heading-main-title-inner, .bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h1, .bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h2, .bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h3, .bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h4, .bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h5, .bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h6, .bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>p, .bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>div {
	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%;
}

.bdt-scroll-effect-scaling_gradient_text .elementor-heading-title .bdt-sg-letter, .bdt-scroll-effect-scaling_gradient_text .bdt-heading-tag span .bdt-sg-letter, .bdt-scroll-effect-scaling_gradient_text .bdt-ep-advanced-heading-main-title-inner .bdt-sg-letter, .bdt-scroll-effect-scaling_gradient_text.elementor-widget-text-editor .bdt-sg-letter {
	opacity: 0;
	transform: scale(2);
}

.bdt-scroll-effect-reveal_gradient_mask .elementor-heading-title, .bdt-scroll-effect-reveal_gradient_mask .bdt-heading-tag span, .bdt-scroll-effect-reveal_gradient_mask .bdt-ep-advanced-heading-main-title-inner, .bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h1, .bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h2, .bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h3, .bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h4, .bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h5, .bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h6, .bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>p, .bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>div {
	position: relative;
	overflow: hidden;
}

.bdt-scroll-effect-reveal_gradient_mask .bdt-rgm-wrapper {
	position: relative;
	display: inline-block;
}

.bdt-scroll-effect-reveal_gradient_mask .bdt-rgm-mask {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 100%;
	inline-size: 200%;
	block-size: 100%;
	max-inline-size: none;
	pointer-events: none;
	z-index: 1;
	transform: translateX(0%);
}

@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;
	inset-block-start: 50%;
	inset-inline-start: auto;
	inset-inline-end: 10px;
	transform: translate(-50%, -50%);
}

[dir="rtl"] .bdt-pass-input-wrapper .bdt-toggle-pass-wrapper {
	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;
	inline-size: 100%;
	block-size: 2px;
	inset-block-end: 0;
	inset-inline-start: 0;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: block-end inline-end;
	transition: transform .3s;
}

.ep-title-style-5:hover:after {
	transform-origin: block-end inline-start;
	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-block-end: 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: start;
}

.elementor-widget-bdt-wc-add-to-cart .quantity button, .elementor-widget-bdt-wc-elements .quantity button {
	padding-block: 15px;
	padding-inline: 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-inline-end: 0 !important;
	padding: 14px;
	inline-size: 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-add-to-cart table td, .elementor-widget-bdt-wc-elements table th, .elementor-widget-bdt-wc-elements table td {
	padding: 0;
}

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

.elementor-widget-bdt-wc-add-to-cart table tbody tr:hover>td, .elementor-widget-bdt-wc-add-to-cart table tbody tr:hover>th, .elementor-widget-bdt-wc-add-to-cart 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:hover>td, .elementor-widget-bdt-wc-elements table tbody tr:hover>th, .elementor-widget-bdt-wc-elements table tbody>tr:nth-child(odd)>td, .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-block-end: 15px;
}

.gem-print-icon.gem-icon-pack-elegant {
	display: inline-block;
	font-family: "ElegantIcons";
	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: 16px;
}

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

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

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

.arrow-up:before {
	content: "!";
}

.arrow-down:before {
	content: "\"";
}

.arrow-left:before {
	content: "#";
}

.arrow-right:before {
	content: "$";
}

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

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

.arrow-right-down:before {
	content: "\'";
}

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

.arrow-up-down:before {
	content: ")";
}

.arrow-up-down-alt:before {
	content: "*";
}

.arrow-left-right-alt:before {
	content: "+";
}

.arrow-left-right:before {
	content: ",";
}

.arrow-expand-alt2:before {
	content: "-";
}

.arrow-expand-alt:before {
	content: ".";
}

.arrow-condense:before {
	content: "/";
}

.arrow-expand:before {
	content: "0";
}

.arrow-move:before {
	content: "1";
}

.arrow-carrot-up:before {
	content: "2";
}

.arrow-carrot-down:before {
	content: "3";
}

.arrow-carrot-left:before {
	content: "4";
}

.arrow-carrot-right:before {
	content: "5";
}

.arrow-carrot-2up:before {
	content: "6";
}

.arrow-carrot-2down:before {
	content: "7";
}

.arrow-carrot-2left:before {
	content: "8";
}

.arrow-carrot-2right:before {
	content: "9";
}

.arrow-carrot-up-alt2:before {
	content: ":";
}

.arrow-carrot-down-alt2:before {
	content: ";";
}

.arrow-carrot-left-alt2:before {
	content: "<";
}

.arrow-carrot-right-alt2:before {
	content: "=";
}

.arrow-carrot-2up-alt2:before {
	content: ">";
}

.arrow-carrot-2down-alt2:before {
	content: "?";
}

.arrow-carrot-2left-alt2:before {
	content: "@";
}

.arrow-carrot-2right-alt2:before {
	content: "A";
}

.arrow-triangle-up:before {
	content: "B";
}

.arrow-triangle-down:before {
	content: "C";
}

.arrow-triangle-left:before {
	content: "D";
}

.arrow-triangle-right:before {
	content: "E";
}

.arrow-triangle-up-alt2:before {
	content: "F";
}

.arrow-triangle-down-alt2:before {
	content: "G";
}

.arrow-triangle-left-alt2:before {
	content: "H";
}

.arrow-triangle-right-alt2:before {
	content: "I";
}

.arrow-back:before {
	content: "J";
}

.icon-minus-06:before {
	content: "K";
}

.icon-plus:before {
	content: "L";
}

.icon-close:before {
	content: "M";
}

.icon-check:before {
	content: "N";
}

.icon-minus-alt2:before {
	content: "O";
}

.icon-plus-alt2:before {
	content: "P";
}

.icon-close-alt2:before {
	content: "Q";
}

.icon-check-alt2:before {
	content: "R";
}

.icon-zoom-out-alt:before {
	content: "S";
}

.icon-zoom-in-alt:before {
	content: "T";
}

.icon-search:before {
	content: "U";
}

.icon-box-empty:before {
	content: "V";
}

.icon-box-selected:before {
	content: "W";
}

.icon-minus-box:before {
	content: "X";
}

.icon-plus-box:before {
	content: "Y";
}

.icon-box-checked:before {
	content: "Z";
}

.icon-circle-empty:before {
	content: "[";
}

.icon-circle-slelected:before {
	content: "\\";
}

.icon-stop-alt2:before {
	content: "]";
}

.icon-stop:before {
	content: "^";
}

.icon-pause-alt2:before {
	content: "_";
}

.icon-pause:before {
	content: "`";
}

.icon-menu:before {
	content: "a";
}

.icon-menu-square-alt2:before {
	content: "b";
}

.icon-menu-circle-alt2:before {
	content: "c";
}

.icon-ul:before {
	content: "d";
}

.icon-ol:before {
	content: "e";
}

.icon-adjust-horiz:before {
	content: "f";
}

.icon-adjust-vert:before {
	content: "g";
}

.icon-document-alt:before {
	content: "h";
}

.icon-documents-alt:before {
	content: "i";
}

.icon-pencil:before {
	content: "j";
}

.icon-pencil-edit-alt:before {
	content: "k";
}

.icon-pencil-edit:before {
	content: "l";
}

.icon-folder-alt:before {
	content: "m";
}

.icon-folder-open-alt:before {
	content: "n";
}

.icon-folder-add-alt:before {
	content: "o";
}

.icon-info-alt:before {
	content: "p";
}

.icon-error-oct-alt:before {
	content: "q";
}

.icon-error-circle-alt:before {
	content: "r";
}

.icon-error-triangle-alt:before {
	content: "s";
}

.icon-question-alt2:before {
	content: "t";
}

.icon-question:before {
	content: "u";
}

.icon-comment-alt:before {
	content: "v";
}

.icon-chat-alt:before {
	content: "w";
}

.icon-vol-mute-alt:before {
	content: "x";
}

.icon-volume-low-alt:before {
	content: "y";
}

.icon-volume-high-alt:before {
	content: "z";
}

.icon-quotations:before {
	content: "{";
}

.icon-quotations-alt2:before {
	content: "|";
}

.icon-clock-alt:before {
	content: "}";
}

.icon-lock-alt:before {
	content: "~";
}

.icon-lock-open-alt:before {
	content: "";
}

.icon-key-alt:before {
	content: "";
}

.icon-cloud-alt:before {
	content: "";
}

.icon-cloud-upload-alt:before {
	content: "";
}

.icon-cloud-download-alt:before {
	content: "";
}

.icon-image:before {
	content: "";
}

.icon-images:before {
	content: "";
}

.icon-lightbulb-alt:before {
	content: "";
}

.icon-gift-alt:before {
	content: "";
}

.icon-house-alt:before {
	content: "";
}

.icon-genius:before {
	content: "";
}

.icon-mobile:before {
	content: "";
}

.icon-tablet:before {
	content: "";
}

.icon-laptop:before {
	content: "";
}

.icon-desktop:before {
	content: "";
}

.icon-camera-alt:before {
	content: "";
}

.icon-mail-alt:before {
	content: "";
}

.icon-cone-alt:before {
	content: "";
}

.icon-ribbon-alt:before {
	content: "";
}

.icon-bag-alt:before {
	content: "";
}

.icon-creditcard:before {
	content: "";
}

.icon-cart-alt:before {
	content: "";
}

.icon-paperclip:before {
	content: "";
}

.icon-tag-alt:before {
	content: "";
}

.icon-tags-alt:before {
	content: "";
}

.icon-trash-alt:before {
	content: "";
}

.icon-cursor-alt:before {
	content: "";
}

.icon-mic-alt:before {
	content: "";
}

.icon-compass-alt:before {
	content: "";
}

.icon-pin-alt:before {
	content: "";
}

.icon-pushpin-alt:before {
	content: "";
}

.icon-map-alt:before {
	content: "";
}

.icon-drawer-alt:before {
	content: "";
}

.icon-toolbox-alt:before {
	content: "";
}

.icon-book-alt:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-table:before {
	content: "";
}

.icon-contacts-alt:before {
	content: "";
}

.icon-headphones:before {
	content: "";
}

.icon-lifesaver:before {
	content: "";
}

.icon-piechart:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-link-alt:before {
	content: "";
}

.icon-link:before {
	content: "";
}

.icon-loading:before {
	content: "";
}

.icon-blocked:before {
	content: "";
}

.icon-archive-alt:before {
	content: "";
}

.icon-heart-alt:before {
	content: "";
}

.icon-star-alt:before {
	content: "";
}

.icon-star-half-alt:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-star-half:before {
	content: "";
}

.icon-tools:before {
	content: "";
}

.icon-tool:before {
	content: "";
}

.icon-cog:before {
	content: "";
}

.icon-cogs:before {
	content: "";
}

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

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

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

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

.arrow-left-up-alt:before {
	content: "";
}

.arrow-right-up-alt:before {
	content: "";
}

.arrow-right-down-alt:before {
	content: "";
}

.arrow-left-down-alt:before {
	content: "";
}

.arrow-condense-alt:before {
	content: "";
}

.arrow-expand-alt3:before {
	content: "";
}

.arrow-carrot-up-alt:before {
	content: "";
}

.arrow-carrot-down-alt:before {
	content: "";
}

.arrow-carrot-left-alt:before {
	content: "";
}

.arrow-carrot-right-alt:before {
	content: "";
}

.arrow-carrot-2up-alt:before {
	content: "";
}

.arrow-carrot-2dwnn-alt:before {
	content: "";
}

.arrow-carrot-2left-alt:before {
	content: "";
}

.arrow-carrot-2right-alt:before {
	content: "";
}

.arrow-triangle-up-alt:before {
	content: "";
}

.arrow-triangle-down-alt:before {
	content: "";
}

.arrow-triangle-left-alt:before {
	content: "";
}

.arrow-triangle-right-alt:before {
	content: "";
}

.icon-minus-alt:before {
	content: "";
}

.icon-plus-alt:before {
	content: "";
}

.icon-close-alt:before {
	content: "";
}

.icon-check-alt:before {
	content: "";
}

.icon-zoom-out:before {
	content: "";
}

.icon-zoom-in:before {
	content: "";
}

.icon-stop-alt:before {
	content: "";
}

.icon-menu-square-alt:before {
	content: "";
}

.icon-menu-circle-alt:before {
	content: "";
}

.icon-document:before {
	content: "";
}

.icon-documents:before {
	content: "";
}

.icon-pencil-alt:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-folder-open:before {
	content: "";
}

.icon-folder-add:before {
	content: "";
}

.icon-folder-upload:before {
	content: "";
}

.icon-folder-download:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-error-circle:before {
	content: "";
}

.icon-error-oct:before {
	content: "";
}

.icon-error-triangle:before {
	content: "";
}

.icon-question-alt:before {
	content: "";
}

.icon-comment:before {
	content: "";
}

.icon-chat:before {
	content: "";
}

.icon-vol-mute:before {
	content: "";
}

.icon-volume-low:before {
	content: "";
}

.icon-volume-high:before {
	content: "";
}

.icon-quotations-alt:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-lock-open:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-cloud:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-lightbulb:before {
	content: "";
}

.icon-gift:before {
	content: "";
}

.icon-house:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-cone:before {
	content: "";
}

.icon-ribbon:before {
	content: "";
}

.icon-bag:before {
	content: "";
}

.icon-cart:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-tags:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-cursor:before {
	content: "";
}

.icon-mic:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-pushpin:before {
	content: "";
}

.icon-map:before {
	content: "";
}

.icon-drawer:before {
	content: "";
}

.icon-toolbox:before {
	content: "";
}

.icon-book:before {
	content: "";
}

.icon-contacts:before {
	content: "";
}

.icon-archive:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-profile:before {
	content: "";
}

.icon-group:before {
	content: "";
}

.icon-grid-2x2:before {
	content: "";
}

.icon-grid-3x3:before {
	content: "";
}

.icon-music:before {
	content: "";
}

.icon-pause-alt:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-upload:before {
	content: "";
}

.icon-download:before {
	content: "";
}

.social-facebook:before {
	content: "";
}

.social-twitter:before {
	content: "";
}

.social-pinterest:before {
	content: "";
}

.social-googleplus:before {
	content: "";
}

.social-tumblr:before {
	content: "";
}

.social-tumbleupon:before {
	content: "";
}

.social-wordpress:before {
	content: "";
}

.social-instagram:before {
	content: "";
}

.social-dribbble:before {
	content: "";
}

.social-vimeo:before {
	content: "";
}

.social-linkedin:before {
	content: "";
}

.social-rss:before {
	content: "";
}

.social-deviantart:before {
	content: "";
}

.social-share:before {
	content: "";
}

.social-myspace:before {
	content: "";
}

.social-skype:before {
	content: "";
}

.social-youtube:before {
	content: "";
}

.social-picassa:before {
	content: "";
}

.social-googledrive:before {
	content: "";
}

.social-flickr:before {
	content: "";
}

.social-blogger:before {
	content: "";
}

.social-spotify:before {
	content: "";
}

.social-delicious:before {
	content: "";
}

.social-facebook-circle:before {
	content: "";
}

.social-twitter-circle:before {
	content: "";
}

.social-pinterest-circle:before {
	content: "";
}

.social-googleplus-circle:before {
	content: "";
}

.social-tumblr-circle:before {
	content: "";
}

.social-stumbleupon-circle:before {
	content: "";
}

.social-wordpress-circle:before {
	content: "";
}

.social-instagram-circle:before {
	content: "";
}

.social-dribbble-circle:before {
	content: "";
}

.social-vimeo-circle:before {
	content: "";
}

.social-linkedin-circle:before {
	content: "";
}

.social-rss-circle:before {
	content: "";
}

.social-deviantart-circle:before {
	content: "";
}

.social-share-circle:before {
	content: "";
}

.social-myspace-circle:before {
	content: "";
}

.social-skype-circle:before {
	content: "";
}

.social-youtube-circle:before {
	content: "";
}

.social-picassa-circle:before {
	content: "";
}

.social-googledrive-alt2:before {
	content: "";
}

.social-flickr-circle:before {
	content: "";
}

.social-blogger-circle:before {
	content: "";
}

.social-spotify-circle:before {
	content: "";
}

.social-delicious-circle:before {
	content: "";
}

.social-facebook-square:before {
	content: "";
}

.social-twitter-square:before {
	content: "";
}

.social-pinterest-square:before {
	content: "";
}

.social-googleplus-square:before {
	content: "";
}

.social-tumblr-square:before {
	content: "";
}

.social-stumbleupon-square:before {
	content: "";
}

.social-wordpress-square:before {
	content: "";
}

.social-instagram-square:before {
	content: "";
}

.social-dribbble-square:before {
	content: "";
}

.social-vimeo-square:before {
	content: "";
}

.social-linkedin-square:before {
	content: "";
}

.social-rss-square:before {
	content: "";
}

.social-deviantart-square:before {
	content: "";
}

.social-share-square:before {
	content: "";
}

.social-myspace-square:before {
	content: "";
}

.social-skype-square:before {
	content: "";
}

.social-youtube-square:before {
	content: "";
}

.social-picassa-square:before {
	content: "";
}

.social-googledrive-square:before {
	content: "";
}

.social-flickr-square:before {
	content: "";
}

.social-blogger-square:before {
	content: "";
}

.social-spotify-square:before {
	content: "";
}

.social-delicious-square:before {
	content: "";
}

.icon-printer:before {
	content: "";
}

.icon-calulator:before {
	content: "";
}

.icon-building:before {
	content: "";
}

.icon-floppy:before {
	content: "";
}

.icon-drive:before {
	content: "";
}

.icon-search-2:before {
	content: "";
}

.icon-id:before {
	content: "";
}

.icon-id-2:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-like:before {
	content: "";
}

.icon-dislike:before {
	content: "";
}

.icon-mug:before {
	content: "";
}

.icon-currency:before {
	content: "";
}

.icon-wallet:before {
	content: "";
}

.icon-pens:before {
	content: "";
}

.icon-easel:before {
	content: "";
}

.icon-flowchart:before {
	content: "";
}

.icon-datareport:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-percent:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-globe-2:before {
	content: "";
}

.icon-target:before {
	content: "";
}

.icon-hourglass:before {
	content: "";
}

.icon-balance:before {
	content: "";
}

.icon-rook:before {
	content: "";
}

.icon-printer-alt:before {
	content: "";
}

.icon-calculator-alt:before {
	content: "";
}

.icon-building-alt:before {
	content: "";
}

.icon-floppy-alt:before {
	content: "";
}

.icon-drive-alt:before {
	content: "";
}

.icon-search-alt:before {
	content: "";
}

.icon-id-alt:before {
	content: "";
}

.icon-id-2-alt:before {
	content: "";
}

.icon-puzzle-alt:before {
	content: "";
}

.icon-like-alt:before {
	content: "";
}

.icon-dislike-alt:before {
	content: "";
}

.icon-mug-alt:before {
	content: "";
}

.icon-currency-alt:before {
	content: "";
}

.icon-wallet-alt:before {
	content: "";
}

.icon-pens-alt:before {
	content: "";
}

.icon-easel-alt:before {
	content: "";
}

.icon-flowchart-alt:before {
	content: "";
}

.icon-datareport-alt:before {
	content: "";
}

.icon-briefcase-alt:before {
	content: "";
}

.icon-shield-alt:before {
	content: "";
}

.icon-percent-alt:before {
	content: "";
}

.icon-globe-alt:before {
	content: "";
}

.icon-clipboard:before {
	content: "";
}

.gem-print-icon.gem-icon-pack-elegant {
	display: inline-block;
	font-family: "ElegantIcons";
	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: 16px;
}

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

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

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

.arrow-up:before {
	content: "!";
}

.arrow-down:before {
	content: "\"";
}

.arrow-left:before {
	content: "#";
}

.arrow-right:before {
	content: "$";
}

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

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

.arrow-right-down:before {
	content: "\'";
}

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

.arrow-up-down:before {
	content: ")";
}

.arrow-up-down-alt:before {
	content: "*";
}

.arrow-left-right-alt:before {
	content: "+";
}

.arrow-left-right:before {
	content: ",";
}

.arrow-expand-alt2:before {
	content: "-";
}

.arrow-expand-alt:before {
	content: ".";
}

.arrow-condense:before {
	content: "/";
}

.arrow-expand:before {
	content: "0";
}

.arrow-move:before {
	content: "1";
}

.arrow-carrot-up:before {
	content: "2";
}

.arrow-carrot-down:before {
	content: "3";
}

.arrow-carrot-left:before {
	content: "4";
}

.arrow-carrot-right:before {
	content: "5";
}

.arrow-carrot-2up:before {
	content: "6";
}

.arrow-carrot-2down:before {
	content: "7";
}

.arrow-carrot-2left:before {
	content: "8";
}

.arrow-carrot-2right:before {
	content: "9";
}

.arrow-carrot-up-alt2:before {
	content: ":";
}

.arrow-carrot-down-alt2:before {
	content: ";";
}

.arrow-carrot-left-alt2:before {
	content: "<";
}

.arrow-carrot-right-alt2:before {
	content: "=";
}

.arrow-carrot-2up-alt2:before {
	content: ">";
}

.arrow-carrot-2down-alt2:before {
	content: "?";
}

.arrow-carrot-2left-alt2:before {
	content: "@";
}

.arrow-carrot-2right-alt2:before {
	content: "A";
}

.arrow-triangle-up:before {
	content: "B";
}

.arrow-triangle-down:before {
	content: "C";
}

.arrow-triangle-left:before {
	content: "D";
}

.arrow-triangle-right:before {
	content: "E";
}

.arrow-triangle-up-alt2:before {
	content: "F";
}

.arrow-triangle-down-alt2:before {
	content: "G";
}

.arrow-triangle-left-alt2:before {
	content: "H";
}

.arrow-triangle-right-alt2:before {
	content: "I";
}

.arrow-back:before {
	content: "J";
}

.icon-minus-06:before {
	content: "K";
}

.icon-plus:before {
	content: "L";
}

.icon-close:before {
	content: "M";
}

.icon-check:before {
	content: "N";
}

.icon-minus-alt2:before {
	content: "O";
}

.icon-plus-alt2:before {
	content: "P";
}

.icon-close-alt2:before {
	content: "Q";
}

.icon-check-alt2:before {
	content: "R";
}

.icon-zoom-out-alt:before {
	content: "S";
}

.icon-zoom-in-alt:before {
	content: "T";
}

.icon-search:before {
	content: "U";
}

.icon-box-empty:before {
	content: "V";
}

.icon-box-selected:before {
	content: "W";
}

.icon-minus-box:before {
	content: "X";
}

.icon-plus-box:before {
	content: "Y";
}

.icon-box-checked:before {
	content: "Z";
}

.icon-circle-empty:before {
	content: "[";
}

.icon-circle-slelected:before {
	content: "\\";
}

.icon-stop-alt2:before {
	content: "]";
}

.icon-stop:before {
	content: "^";
}

.icon-pause-alt2:before {
	content: "_";
}

.icon-pause:before {
	content: "`";
}

.icon-menu:before {
	content: "a";
}

.icon-menu-square-alt2:before {
	content: "b";
}

.icon-menu-circle-alt2:before {
	content: "c";
}

.icon-ul:before {
	content: "d";
}

.icon-ol:before {
	content: "e";
}

.icon-adjust-horiz:before {
	content: "f";
}

.icon-adjust-vert:before {
	content: "g";
}

.icon-document-alt:before {
	content: "h";
}

.icon-documents-alt:before {
	content: "i";
}

.icon-pencil:before {
	content: "j";
}

.icon-pencil-edit-alt:before {
	content: "k";
}

.icon-pencil-edit:before {
	content: "l";
}

.icon-folder-alt:before {
	content: "m";
}

.icon-folder-open-alt:before {
	content: "n";
}

.icon-folder-add-alt:before {
	content: "o";
}

.icon-info-alt:before {
	content: "p";
}

.icon-error-oct-alt:before {
	content: "q";
}

.icon-error-circle-alt:before {
	content: "r";
}

.icon-error-triangle-alt:before {
	content: "s";
}

.icon-question-alt2:before {
	content: "t";
}

.icon-question:before {
	content: "u";
}

.icon-comment-alt:before {
	content: "v";
}

.icon-chat-alt:before {
	content: "w";
}

.icon-vol-mute-alt:before {
	content: "x";
}

.icon-volume-low-alt:before {
	content: "y";
}

.icon-volume-high-alt:before {
	content: "z";
}

.icon-quotations:before {
	content: "{";
}

.icon-quotations-alt2:before {
	content: "|";
}

.icon-clock-alt:before {
	content: "}";
}

.icon-lock-alt:before {
	content: "~";
}

.icon-lock-open-alt:before {
	content: "";
}

.icon-key-alt:before {
	content: "";
}

.icon-cloud-alt:before {
	content: "";
}

.icon-cloud-upload-alt:before {
	content: "";
}

.icon-cloud-download-alt:before {
	content: "";
}

.icon-image:before {
	content: "";
}

.icon-images:before {
	content: "";
}

.icon-lightbulb-alt:before {
	content: "";
}

.icon-gift-alt:before {
	content: "";
}

.icon-house-alt:before {
	content: "";
}

.icon-genius:before {
	content: "";
}

.icon-mobile:before {
	content: "";
}

.icon-tablet:before {
	content: "";
}

.icon-laptop:before {
	content: "";
}

.icon-desktop:before {
	content: "";
}

.icon-camera-alt:before {
	content: "";
}

.icon-mail-alt:before {
	content: "";
}

.icon-cone-alt:before {
	content: "";
}

.icon-ribbon-alt:before {
	content: "";
}

.icon-bag-alt:before {
	content: "";
}

.icon-creditcard:before {
	content: "";
}

.icon-cart-alt:before {
	content: "";
}

.icon-paperclip:before {
	content: "";
}

.icon-tag-alt:before {
	content: "";
}

.icon-tags-alt:before {
	content: "";
}

.icon-trash-alt:before {
	content: "";
}

.icon-cursor-alt:before {
	content: "";
}

.icon-mic-alt:before {
	content: "";
}

.icon-compass-alt:before {
	content: "";
}

.icon-pin-alt:before {
	content: "";
}

.icon-pushpin-alt:before {
	content: "";
}

.icon-map-alt:before {
	content: "";
}

.icon-drawer-alt:before {
	content: "";
}

.icon-toolbox-alt:before {
	content: "";
}

.icon-book-alt:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-table:before {
	content: "";
}

.icon-contacts-alt:before {
	content: "";
}

.icon-headphones:before {
	content: "";
}

.icon-lifesaver:before {
	content: "";
}

.icon-piechart:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-link-alt:before {
	content: "";
}

.icon-link:before {
	content: "";
}

.icon-loading:before {
	content: "";
}

.icon-blocked:before {
	content: "";
}

.icon-archive-alt:before {
	content: "";
}

.icon-heart-alt:before {
	content: "";
}

.icon-star-alt:before {
	content: "";
}

.icon-star-half-alt:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-star-half:before {
	content: "";
}

.icon-tools:before {
	content: "";
}

.icon-tool:before {
	content: "";
}

.icon-cog:before {
	content: "";
}

.icon-cogs:before {
	content: "";
}

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

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

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

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

.arrow-left-up-alt:before {
	content: "";
}

.arrow-right-up-alt:before {
	content: "";
}

.arrow-right-down-alt:before {
	content: "";
}

.arrow-left-down-alt:before {
	content: "";
}

.arrow-condense-alt:before {
	content: "";
}

.arrow-expand-alt3:before {
	content: "";
}

.arrow-carrot-up-alt:before {
	content: "";
}

.arrow-carrot-down-alt:before {
	content: "";
}

.arrow-carrot-left-alt:before {
	content: "";
}

.arrow-carrot-right-alt:before {
	content: "";
}

.arrow-carrot-2up-alt:before {
	content: "";
}

.arrow-carrot-2dwnn-alt:before {
	content: "";
}

.arrow-carrot-2left-alt:before {
	content: "";
}

.arrow-carrot-2right-alt:before {
	content: "";
}

.arrow-triangle-up-alt:before {
	content: "";
}

.arrow-triangle-down-alt:before {
	content: "";
}

.arrow-triangle-left-alt:before {
	content: "";
}

.arrow-triangle-right-alt:before {
	content: "";
}

.icon-minus-alt:before {
	content: "";
}

.icon-plus-alt:before {
	content: "";
}

.icon-close-alt:before {
	content: "";
}

.icon-check-alt:before {
	content: "";
}

.icon-zoom-out:before {
	content: "";
}

.icon-zoom-in:before {
	content: "";
}

.icon-stop-alt:before {
	content: "";
}

.icon-menu-square-alt:before {
	content: "";
}

.icon-menu-circle-alt:before {
	content: "";
}

.icon-document:before {
	content: "";
}

.icon-documents:before {
	content: "";
}

.icon-pencil-alt:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-folder-open:before {
	content: "";
}

.icon-folder-add:before {
	content: "";
}

.icon-folder-upload:before {
	content: "";
}

.icon-folder-download:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-error-circle:before {
	content: "";
}

.icon-error-oct:before {
	content: "";
}

.icon-error-triangle:before {
	content: "";
}

.icon-question-alt:before {
	content: "";
}

.icon-comment:before {
	content: "";
}

.icon-chat:before {
	content: "";
}

.icon-vol-mute:before {
	content: "";
}

.icon-volume-low:before {
	content: "";
}

.icon-volume-high:before {
	content: "";
}

.icon-quotations-alt:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-lock-open:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-cloud:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-lightbulb:before {
	content: "";
}

.icon-gift:before {
	content: "";
}

.icon-house:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-cone:before {
	content: "";
}

.icon-ribbon:before {
	content: "";
}

.icon-bag:before {
	content: "";
}

.icon-cart:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-tags:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-cursor:before {
	content: "";
}

.icon-mic:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-pushpin:before {
	content: "";
}

.icon-map:before {
	content: "";
}

.icon-drawer:before {
	content: "";
}

.icon-toolbox:before {
	content: "";
}

.icon-book:before {
	content: "";
}

.icon-contacts:before {
	content: "";
}

.icon-archive:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-profile:before {
	content: "";
}

.icon-group:before {
	content: "";
}

.icon-grid-2x2:before {
	content: "";
}

.icon-grid-3x3:before {
	content: "";
}

.icon-music:before {
	content: "";
}

.icon-pause-alt:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-upload:before {
	content: "";
}

.icon-download:before {
	content: "";
}

.social-facebook:before {
	content: "";
}

.social-twitter:before {
	content: "";
}

.social-pinterest:before {
	content: "";
}

.social-googleplus:before {
	content: "";
}

.social-tumblr:before {
	content: "";
}

.social-tumbleupon:before {
	content: "";
}

.social-wordpress:before {
	content: "";
}

.social-instagram:before {
	content: "";
}

.social-dribbble:before {
	content: "";
}

.social-vimeo:before {
	content: "";
}

.social-linkedin:before {
	content: "";
}

.social-rss:before {
	content: "";
}

.social-deviantart:before {
	content: "";
}

.social-share:before {
	content: "";
}

.social-myspace:before {
	content: "";
}

.social-skype:before {
	content: "";
}

.social-youtube:before {
	content: "";
}

.social-picassa:before {
	content: "";
}

.social-googledrive:before {
	content: "";
}

.social-flickr:before {
	content: "";
}

.social-blogger:before {
	content: "";
}

.social-spotify:before {
	content: "";
}

.social-delicious:before {
	content: "";
}

.social-facebook-circle:before {
	content: "";
}

.social-twitter-circle:before {
	content: "";
}

.social-pinterest-circle:before {
	content: "";
}

.social-googleplus-circle:before {
	content: "";
}

.social-tumblr-circle:before {
	content: "";
}

.social-stumbleupon-circle:before {
	content: "";
}

.social-wordpress-circle:before {
	content: "";
}

.social-instagram-circle:before {
	content: "";
}

.social-dribbble-circle:before {
	content: "";
}

.social-vimeo-circle:before {
	content: "";
}

.social-linkedin-circle:before {
	content: "";
}

.social-rss-circle:before {
	content: "";
}

.social-deviantart-circle:before {
	content: "";
}

.social-share-circle:before {
	content: "";
}

.social-myspace-circle:before {
	content: "";
}

.social-skype-circle:before {
	content: "";
}

.social-youtube-circle:before {
	content: "";
}

.social-picassa-circle:before {
	content: "";
}

.social-googledrive-alt2:before {
	content: "";
}

.social-flickr-circle:before {
	content: "";
}

.social-blogger-circle:before {
	content: "";
}

.social-spotify-circle:before {
	content: "";
}

.social-delicious-circle:before {
	content: "";
}

.social-facebook-square:before {
	content: "";
}

.social-twitter-square:before {
	content: "";
}

.social-pinterest-square:before {
	content: "";
}

.social-googleplus-square:before {
	content: "";
}

.social-tumblr-square:before {
	content: "";
}

.social-stumbleupon-square:before {
	content: "";
}

.social-wordpress-square:before {
	content: "";
}

.social-instagram-square:before {
	content: "";
}

.social-dribbble-square:before {
	content: "";
}

.social-vimeo-square:before {
	content: "";
}

.social-linkedin-square:before {
	content: "";
}

.social-rss-square:before {
	content: "";
}

.social-deviantart-square:before {
	content: "";
}

.social-share-square:before {
	content: "";
}

.social-myspace-square:before {
	content: "";
}

.social-skype-square:before {
	content: "";
}

.social-youtube-square:before {
	content: "";
}

.social-picassa-square:before {
	content: "";
}

.social-googledrive-square:before {
	content: "";
}

.social-flickr-square:before {
	content: "";
}

.social-blogger-square:before {
	content: "";
}

.social-spotify-square:before {
	content: "";
}

.social-delicious-square:before {
	content: "";
}

.icon-printer:before {
	content: "";
}

.icon-calulator:before {
	content: "";
}

.icon-building:before {
	content: "";
}

.icon-floppy:before {
	content: "";
}

.icon-drive:before {
	content: "";
}

.icon-search-2:before {
	content: "";
}

.icon-id:before {
	content: "";
}

.icon-id-2:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-like:before {
	content: "";
}

.icon-dislike:before {
	content: "";
}

.icon-mug:before {
	content: "";
}

.icon-currency:before {
	content: "";
}

.icon-wallet:before {
	content: "";
}

.icon-pens:before {
	content: "";
}

.icon-easel:before {
	content: "";
}

.icon-flowchart:before {
	content: "";
}

.icon-datareport:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-percent:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-globe-2:before {
	content: "";
}

.icon-target:before {
	content: "";
}

.icon-hourglass:before {
	content: "";
}

.icon-balance:before {
	content: "";
}

.icon-rook:before {
	content: "";
}

.icon-printer-alt:before {
	content: "";
}

.icon-calculator-alt:before {
	content: "";
}

.icon-building-alt:before {
	content: "";
}

.icon-floppy-alt:before {
	content: "";
}

.icon-drive-alt:before {
	content: "";
}

.icon-search-alt:before {
	content: "";
}

.icon-id-alt:before {
	content: "";
}

.icon-id-2-alt:before {
	content: "";
}

.icon-puzzle-alt:before {
	content: "";
}

.icon-like-alt:before {
	content: "";
}

.icon-dislike-alt:before {
	content: "";
}

.icon-mug-alt:before {
	content: "";
}

.icon-currency-alt:before {
	content: "";
}

.icon-wallet-alt:before {
	content: "";
}

.icon-pens-alt:before {
	content: "";
}

.icon-easel-alt:before {
	content: "";
}

.icon-flowchart-alt:before {
	content: "";
}

.icon-datareport-alt:before {
	content: "";
}

.icon-briefcase-alt:before {
	content: "";
}

.icon-shield-alt:before {
	content: "";
}

.icon-percent-alt:before {
	content: "";
}

.icon-globe-alt:before {
	content: "";
}

.icon-clipboard:before {
	content: "";
}
