
.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-17b6834/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-modal .bdt-modal-dialog {
	position: relative;
	z-index: 1;
	isolation: isolate;
}

.bdt-modal .bdt-modal-body a[href] {
	position: relative;
	z-index: 2;
	pointer-events: 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;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
}

.dashicons-admin-appearance:before {
	content: "";
}

.dashicons-admin-collapse:before {
	content: "";
}

.dashicons-admin-comments:before {
	content: "";
}

.dashicons-admin-customizer:before {
	content: "";
}

.dashicons-admin-generic:before {
	content: "";
}

.dashicons-admin-home:before {
	content: "";
}

.dashicons-admin-links:before {
	content: "";
}

.dashicons-admin-media:before {
	content: "";
}

.dashicons-admin-multisite:before {
	content: "";
}

.dashicons-admin-network:before {
	content: "";
}

.dashicons-admin-page:before {
	content: "";
}

.dashicons-admin-plugins:before {
	content: "";
}

.dashicons-admin-post:before {
	content: "";
}

.dashicons-admin-settings:before {
	content: "";
}

.dashicons-admin-site-alt:before {
	content: "";
}

.dashicons-admin-site-alt2:before {
	content: "";
}

.dashicons-admin-site-alt3:before {
	content: "";
}

.dashicons-admin-site:before {
	content: "";
}

.dashicons-admin-tools:before {
	content: "";
}

.dashicons-admin-users:before {
	content: "";
}

.dashicons-airplane:before {
	content: "";
}

.dashicons-album:before {
	content: "";
}

.dashicons-align-center:before {
	content: "";
}

.dashicons-align-full-width:before {
	content: "";
}

.dashicons-align-left:before {
	content: "";
}

.dashicons-align-none:before {
	content: "";
}

.dashicons-align-pull-left:before {
	content: "";
}

.dashicons-align-pull-right:before {
	content: "";
}

.dashicons-align-right:before {
	content: "";
}

.dashicons-align-wide:before {
	content: "";
}

.dashicons-amazon:before {
	content: "";
}

.dashicons-analytics:before {
	content: "";
}

.dashicons-archive:before {
	content: "";
}

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

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

.dashicons-arrow-down:before {
	content: "";
}

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

.dashicons-arrow-left-alt2:before {
	content: "";
}

.dashicons-arrow-left:before {
	content: "";
}

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

.dashicons-arrow-right-alt2:before {
	content: "";
}

.dashicons-arrow-right:before {
	content: "";
}

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

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

.dashicons-arrow-up-duplicate:before {
	content: "";
}

.dashicons-arrow-up:before {
	content: "";
}

.dashicons-art:before {
	content: "";
}

.dashicons-awards:before {
	content: "";
}

.dashicons-backup:before {
	content: "";
}

.dashicons-bank:before {
	content: "";
}

.dashicons-beer:before {
	content: "";
}

.dashicons-bell:before {
	content: "";
}

.dashicons-block-default:before {
	content: "";
}

.dashicons-book-alt:before {
	content: "";
}

.dashicons-book:before {
	content: "";
}

.dashicons-buddicons-activity:before {
	content: "";
}

.dashicons-buddicons-bbpress-logo:before {
	content: "";
}

.dashicons-buddicons-buddypress-logo:before {
	content: "";
}

.dashicons-buddicons-community:before {
	content: "";
}

.dashicons-buddicons-forums:before {
	content: "";
}

.dashicons-buddicons-friends:before {
	content: "";
}

.dashicons-buddicons-groups:before {
	content: "";
}

.dashicons-buddicons-pm:before {
	content: "";
}

.dashicons-buddicons-replies:before {
	content: "";
}

.dashicons-buddicons-topics:before {
	content: "";
}

.dashicons-buddicons-tracking:before {
	content: "";
}

.dashicons-building:before {
	content: "";
}

.dashicons-businessman:before {
	content: "";
}

.dashicons-businessperson:before {
	content: "";
}

.dashicons-businesswoman:before {
	content: "";
}

.dashicons-button:before {
	content: "";
}

.dashicons-calculator:before {
	content: "";
}

.dashicons-calendar-alt:before {
	content: "";
}

.dashicons-calendar:before {
	content: "";
}

.dashicons-camera-alt:before {
	content: "";
}

.dashicons-camera:before {
	content: "";
}

.dashicons-car:before {
	content: "";
}

.dashicons-carrot:before {
	content: "";
}

.dashicons-cart:before {
	content: "";
}

.dashicons-category:before {
	content: "";
}

.dashicons-chart-area:before {
	content: "";
}

.dashicons-chart-bar:before {
	content: "";
}

.dashicons-chart-line:before {
	content: "";
}

.dashicons-chart-pie:before {
	content: "";
}

.dashicons-clipboard:before {
	content: "";
}

.dashicons-clock:before {
	content: "";
}

.dashicons-cloud-saved:before {
	content: "";
}

.dashicons-cloud-upload:before {
	content: "";
}

.dashicons-cloud:before {
	content: "";
}

.dashicons-code-standards:before {
	content: "";
}

.dashicons-coffee:before {
	content: "";
}

.dashicons-color-picker:before {
	content: "";
}

.dashicons-columns:before {
	content: "";
}

.dashicons-controls-back:before {
	content: "";
}

.dashicons-controls-forward:before {
	content: "";
}

.dashicons-controls-pause:before {
	content: "";
}

.dashicons-controls-play:before {
	content: "";
}

.dashicons-controls-repeat:before {
	content: "";
}

.dashicons-controls-skipback:before {
	content: "";
}

.dashicons-controls-skipforward:before {
	content: "";
}

.dashicons-controls-volumeoff:before {
	content: "";
}

.dashicons-controls-volumeon:before {
	content: "";
}

.dashicons-cover-image:before {
	content: "";
}

.dashicons-dashboard:before {
	content: "";
}

.dashicons-database-add:before {
	content: "";
}

.dashicons-database-export:before {
	content: "";
}

.dashicons-database-import:before {
	content: "";
}

.dashicons-database-remove:before {
	content: "";
}

.dashicons-database-view:before {
	content: "";
}

.dashicons-database:before {
	content: "";
}

.dashicons-desktop:before {
	content: "";
}

.dashicons-dismiss:before {
	content: "";
}

.dashicons-download:before {
	content: "";
}

.dashicons-drumstick:before {
	content: "";
}

.dashicons-edit-large:before {
	content: "";
}

.dashicons-edit-page:before {
	content: "";
}

.dashicons-edit:before {
	content: "";
}

.dashicons-editor-aligncenter:before {
	content: "";
}

.dashicons-editor-alignleft:before {
	content: "";
}

.dashicons-editor-alignright:before {
	content: "";
}

.dashicons-editor-bold:before {
	content: "";
}

.dashicons-editor-break:before {
	content: "";
}

.dashicons-editor-code-duplicate:before {
	content: "";
}

.dashicons-editor-code:before {
	content: "";
}

.dashicons-editor-contract:before {
	content: "";
}

.dashicons-editor-customchar:before {
	content: "";
}

.dashicons-editor-expand:before {
	content: "";
}

.dashicons-editor-help:before {
	content: "";
}

.dashicons-editor-indent:before {
	content: "";
}

.dashicons-editor-insertmore:before {
	content: "";
}

.dashicons-editor-italic:before {
	content: "";
}

.dashicons-editor-justify:before {
	content: "";
}

.dashicons-editor-kitchensink:before {
	content: "";
}

.dashicons-editor-ltr:before {
	content: "";
}

.dashicons-editor-ol-rtl:before {
	content: "";
}

.dashicons-editor-ol:before {
	content: "";
}

.dashicons-editor-outdent:before {
	content: "";
}

.dashicons-editor-paragraph:before {
	content: "";
}

.dashicons-editor-paste-text:before {
	content: "";
}

.dashicons-editor-paste-word:before {
	content: "";
}

.dashicons-editor-quote:before {
	content: "";
}

.dashicons-editor-removeformatting:before {
	content: "";
}

.dashicons-editor-rtl:before {
	content: "";
}

.dashicons-editor-spellcheck:before {
	content: "";
}

.dashicons-editor-strikethrough:before {
	content: "";
}

.dashicons-editor-table:before {
	content: "";
}

.dashicons-editor-textcolor:before {
	content: "";
}

.dashicons-editor-ul:before {
	content: "";
}

.dashicons-editor-underline:before {
	content: "";
}

.dashicons-editor-unlink:before {
	content: "";
}

.dashicons-editor-video:before {
	content: "";
}

.dashicons-ellipsis:before {
	content: "";
}

.dashicons-email-alt:before {
	content: "";
}

.dashicons-email-alt2:before {
	content: "";
}

.dashicons-email:before {
	content: "";
}

.dashicons-embed-audio:before {
	content: "";
}

.dashicons-embed-generic:before {
	content: "";
}

.dashicons-embed-photo:before {
	content: "";
}

.dashicons-embed-post:before {
	content: "";
}

.dashicons-embed-video:before {
	content: "";
}

.dashicons-excerpt-view:before {
	content: "";
}

.dashicons-exit:before {
	content: "";
}

.dashicons-external:before {
	content: "";
}

.dashicons-facebook-alt:before {
	content: "";
}

.dashicons-facebook:before {
	content: "";
}

.dashicons-feedback:before {
	content: "";
}

.dashicons-filter:before {
	content: "";
}

.dashicons-flag:before {
	content: "";
}

.dashicons-food:before {
	content: "";
}

.dashicons-format-aside:before {
	content: "";
}

.dashicons-format-audio:before {
	content: "";
}

.dashicons-format-chat:before {
	content: "";
}

.dashicons-format-gallery:before {
	content: "";
}

.dashicons-format-image:before {
	content: "";
}

.dashicons-format-quote:before {
	content: "";
}

.dashicons-format-status:before {
	content: "";
}

.dashicons-format-video:before {
	content: "";
}

.dashicons-forms:before {
	content: "";
}

.dashicons-fullscreen-alt:before {
	content: "";
}

.dashicons-fullscreen-exit-alt:before {
	content: "";
}

.dashicons-games:before {
	content: "";
}

.dashicons-google:before {
	content: "";
}

.dashicons-googleplus:before {
	content: "";
}

.dashicons-grid-view:before {
	content: "";
}

.dashicons-groups:before {
	content: "";
}

.dashicons-hammer:before {
	content: "";
}

.dashicons-heading:before {
	content: "";
}

.dashicons-heart:before {
	content: "";
}

.dashicons-hidden:before {
	content: "";
}

.dashicons-hourglass:before {
	content: "";
}

.dashicons-html:before {
	content: "";
}

.dashicons-id-alt:before {
	content: "";
}

.dashicons-id:before {
	content: "";
}

.dashicons-image-crop:before {
	content: "";
}

.dashicons-image-filter:before {
	content: "";
}

.dashicons-image-flip-horizontal:before {
	content: "";
}

.dashicons-image-flip-vertical:before {
	content: "";
}

.dashicons-image-rotate-left:before {
	content: "";
}

.dashicons-image-rotate-right:before {
	content: "";
}

.dashicons-image-rotate:before {
	content: "";
}

.dashicons-images-alt:before {
	content: "";
}

.dashicons-images-alt2:before {
	content: "";
}

.dashicons-index-card:before {
	content: "";
}

.dashicons-info-outline:before {
	content: "";
}

.dashicons-info:before {
	content: "";
}

.dashicons-insert-after:before {
	content: "";
}

.dashicons-insert-before:before {
	content: "";
}

.dashicons-insert:before {
	content: "";
}

.dashicons-instagram:before {
	content: "";
}

.dashicons-laptop:before {
	content: "";
}

.dashicons-layout:before {
	content: "";
}

.dashicons-leftright:before {
	content: "";
}

.dashicons-lightbulb:before {
	content: "";
}

.dashicons-linkedin:before {
	content: "";
}

.dashicons-list-view:before {
	content: "";
}

.dashicons-location-alt:before {
	content: "";
}

.dashicons-location:before {
	content: "";
}

.dashicons-lock-duplicate:before {
	content: "";
}

.dashicons-lock:before {
	content: "";
}

.dashicons-marker:before {
	content: "";
}

.dashicons-media-archive:before {
	content: "";
}

.dashicons-media-audio:before {
	content: "";
}

.dashicons-media-code:before {
	content: "";
}

.dashicons-media-default:before {
	content: "";
}

.dashicons-media-document:before {
	content: "";
}

.dashicons-media-interactive:before {
	content: "";
}

.dashicons-media-spreadsheet:before {
	content: "";
}

.dashicons-media-text:before {
	content: "";
}

.dashicons-media-video:before {
	content: "";
}

.dashicons-megaphone:before {
	content: "";
}

.dashicons-menu-alt:before {
	content: "";
}

.dashicons-menu-alt2:before {
	content: "";
}

.dashicons-menu-alt3:before {
	content: "";
}

.dashicons-menu:before {
	content: "";
}

.dashicons-microphone:before {
	content: "";
}

.dashicons-migrate:before {
	content: "";
}

.dashicons-minus:before {
	content: "";
}

.dashicons-money-alt:before {
	content: "";
}

.dashicons-money:before {
	content: "";
}

.dashicons-move:before {
	content: "";
}

.dashicons-nametag:before {
	content: "";
}

.dashicons-networking:before {
	content: "";
}

.dashicons-no-alt:before {
	content: "";
}

.dashicons-no:before {
	content: "";
}

.dashicons-open-folder:before {
	content: "";
}

.dashicons-palmtree:before {
	content: "";
}

.dashicons-paperclip:before {
	content: "";
}

.dashicons-pdf:before {
	content: "";
}

.dashicons-performance:before {
	content: "";
}

.dashicons-pets:before {
	content: "";
}

.dashicons-phone:before {
	content: "";
}

.dashicons-pinterest:before {
	content: "";
}

.dashicons-playlist-audio:before {
	content: "";
}

.dashicons-playlist-video:before {
	content: "";
}

.dashicons-plugins-checked:before {
	content: "";
}

.dashicons-plus-alt:before {
	content: "";
}

.dashicons-plus-alt2:before {
	content: "";
}

.dashicons-plus:before {
	content: "";
}

.dashicons-podio:before {
	content: "";
}

.dashicons-portfolio:before {
	content: "";
}

.dashicons-post-status:before {
	content: "";
}

.dashicons-pressthis:before {
	content: "";
}

.dashicons-printer:before {
	content: "";
}

.dashicons-privacy:before {
	content: "";
}

.dashicons-products:before {
	content: "";
}

.dashicons-randomize:before {
	content: "";
}

.dashicons-reddit:before {
	content: "";
}

.dashicons-redo:before {
	content: "";
}

.dashicons-remove:before {
	content: "";
}

.dashicons-rest-api:before {
	content: "";
}

.dashicons-rss:before {
	content: "";
}

.dashicons-saved:before {
	content: "";
}

.dashicons-schedule:before {
	content: "";
}

.dashicons-screenoptions:before {
	content: "";
}

.dashicons-search:before {
	content: "";
}

.dashicons-share-alt:before {
	content: "";
}

.dashicons-share-alt2:before {
	content: "";
}

.dashicons-share:before {
	content: "";
}

.dashicons-shield-alt:before {
	content: "";
}

.dashicons-shield:before {
	content: "";
}

.dashicons-shortcode:before {
	content: "";
}

.dashicons-slides:before {
	content: "";
}

.dashicons-smartphone:before {
	content: "";
}

.dashicons-smiley:before {
	content: "";
}

.dashicons-sort:before {
	content: "";
}

.dashicons-sos:before {
	content: "";
}

.dashicons-spotify:before {
	content: "";
}

.dashicons-star-empty:before {
	content: "";
}

.dashicons-star-filled:before {
	content: "";
}

.dashicons-star-half:before {
	content: "";
}

.dashicons-sticky:before {
	content: "";
}

.dashicons-store:before {
	content: "";
}

.dashicons-superhero-alt:before {
	content: "";
}

.dashicons-superhero:before {
	content: "";
}

.dashicons-table-col-after:before {
	content: "";
}

.dashicons-table-col-before:before {
	content: "";
}

.dashicons-table-col-delete:before {
	content: "";
}

.dashicons-table-row-after:before {
	content: "";
}

.dashicons-table-row-before:before {
	content: "";
}

.dashicons-table-row-delete:before {
	content: "";
}

.dashicons-tablet:before {
	content: "";
}

.dashicons-tag:before {
	content: "";
}

.dashicons-tagcloud:before {
	content: "";
}

.dashicons-testimonial:before {
	content: "";
}

.dashicons-text-page:before {
	content: "";
}

.dashicons-text:before {
	content: "";
}

.dashicons-thumbs-down:before {
	content: "";
}

.dashicons-thumbs-up:before {
	content: "";
}

.dashicons-tickets-alt:before {
	content: "";
}

.dashicons-tickets:before {
	content: "";
}

.dashicons-tide:before {
	content: "";
}

.dashicons-translation:before {
	content: "";
}

.dashicons-trash:before {
	content: "";
}

.dashicons-twitch:before {
	content: "";
}

.dashicons-twitter-alt:before {
	content: "";
}

.dashicons-twitter:before {
	content: "";
}

.dashicons-undo:before {
	content: "";
}

.dashicons-universal-access-alt:before {
	content: "";
}

.dashicons-universal-access:before {
	content: "";
}

.dashicons-unlock:before {
	content: "";
}

.dashicons-update-alt:before {
	content: "";
}

.dashicons-update:before {
	content: "";
}

.dashicons-upload:before {
	content: "";
}

.dashicons-vault:before {
	content: "";
}

.dashicons-video-alt:before {
	content: "";
}

.dashicons-video-alt2:before {
	content: "";
}

.dashicons-video-alt3:before {
	content: "";
}

.dashicons-visibility:before {
	content: "";
}

.dashicons-warning:before {
	content: "";
}

.dashicons-welcome-add-page:before {
	content: "";
}

.dashicons-welcome-comments:before {
	content: "";
}

.dashicons-welcome-learn-more:before {
	content: "";
}

.dashicons-welcome-view-site:before {
	content: "";
}

.dashicons-welcome-widgets-menus:before {
	content: "";
}

.dashicons-welcome-write-blog:before {
	content: "";
}

.dashicons-whatsapp:before {
	content: "";
}

.dashicons-wordpress-alt:before {
	content: "";
}

.dashicons-wordpress:before {
	content: "";
}

.dashicons-xing:before {
	content: "";
}

.dashicons-yes-alt:before {
	content: "";
}

.dashicons-yes:before {
	content: "";
}

.dashicons-youtube:before {
	content: "";
}

.dashicons-editor-distractionfree:before {
	content: "";
}

.dashicons-exerpt-view:before {
	content: "";
}

.dashicons-format-links:before {
	content: "";
}

.dashicons-format-standard:before {
	content: "";
}

.dashicons-post-trash:before {
	content: "";
}

.dashicons-share1:before {
	content: "";
}

.dashicons-welcome-edit-page:before {
	content: "";
}

.pp-multiple-authors-boxes-wrapper .square-dot {
	display: inline-block;
}

.pp-multiple-authors-boxes-wrapper .square-dot::before {
	content: "■";
}

.pp-multiple-authors-boxes-ul {
	list-style: none;
}

.pp-multiple-authors-layout-simple_list ul, .pp-multiple-authors-layout-boxed ul {
	padding-left: 0;
	margin-left: 0;
}

.pp-multiple-authors-layout-simple_list ul li {
	list-style: none;
	position: relative;
	min-height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: .5em 0;
	margin: -1px 0 0 0;
}

.pp-multiple-authors-layout-simple_list .avatar, .pp-multiple-authors-layout-simple_list .photo {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	display: block;
	min-height: 35px;
}

.pp-multiple-authors-layout-boxed ul li, .pp-multiple-authors-layout-centered ul li {
	list-style: none;
	position: relative;
	min-height: 120px;
	border: 1px solid #999;
	padding: 1.5em;
	margin-bottom: 1em;
	margin-left: 0;
}

.pp-multiple-authors-layout-boxed .avatar, .pp-multiple-authors-layout-boxed .photo, .pp-multiple-authors-layout-centered .avatar, .pp-multiple-authors-layout-centered .photo {
	width: 80px;
	height: auto;
	border-radius: 50%;
}

.pp-multiple-authors-layout-boxed .multiple-authors-description, .pp-multiple-authors-layout-centered .multiple-authors-description {
	margin: 10px 0 20px;
}

.pp-multiple-authors-layout-boxed .multiple-authors-name, .pp-multiple-authors-layout-centered .multiple-authors-name {
	margin-bottom: 10px;
}

.pp-multiple-authors-layout-boxed .multiple-authors-name a, .pp-multiple-authors-layout-centered .multiple-authors-name a, .pp-multiple-authors-layout-boxed .name-author-category, .pp-multiple-authors-layout-centered .name-author-category {
	margin-bottom: 10px;
	font-size: 1.2em;
}

.pp-multiple-authors-layout-boxed .multiple-authors-links, .pp-multiple-authors-layout-centered .multiple-authors-links {
	margin-bottom: 0;
}

.pp-multiple-authors-layout-boxed .multiple-authors-links a, .pp-multiple-authors-layout-centered .multiple-authors-links a, a.ppma-author-field-meta {
	border-radius: 20px;
	min-width: 30px;
	line-height: 30px;
	text-decoration: none;
	display: inline-block;
	margin-right: 3px;
}

a.ppma-author-field-meta i {
	display: inline-block;
	line-height: 1;
	font-style: normal;
	speak: never;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
}

.pp-multiple-authors-layout-boxed .multiple-authors-links a span, .pp-multiple-authors-layout-centered .multiple-authors-links a span, a.ppma-author-field-meta span, a.ppma-author-field-meta i {
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.pp-multiple-authors-layout-boxed .multiple-authors-links a span:not(.dashicons), .pp-multiple-authors-layout-centered .multiple-authors-links a span:not(.dashicons) {
	padding: 0 14px;
}

.ppma-author-field-meta {
	margin-right: 1px;
	overflow-wrap: anywhere;
}

.ppma-author-field-type-wysiwyg {
	white-space: pre-line;
}

.pp-author-boxes-recent-posts {
	margin-top: 10px;
}

.pp-author-boxes-recent-posts .pp-author-boxes-recent-posts-title {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #333;
	font-size: 18px;
	text-align: left;
}

.pp-author-boxes-recent-posts .pp-author-boxes-recent-posts-item {
	font-size: 14px;
}

.pp-author-boxes-recent-posts .pp-author-boxes-recent-posts-item span.dashicons {
	margin: 0 .2rem 0 0;
}

.pp-author-boxes-recent-posts-empty {
	font-size: 12px;
}

.pp-author-boxes-profile-field-item {
	margin-left: 4px;
	margin-right: 4px;
}

.pp-multiple-authors-layout-boxed .multiple-authors-links a:nth-child(1) {
	margin-right: 2px;
}

.pp-multiple-authors-layout-centered .multiple-authors-links a:nth-child(1) {
	margin-right: 1px;
	margin-left: 1px;
}

.pp-multiple-authors-layout-boxed .ppma-links {
	position: absolute;
	top: 10px;
	right: 10px;
}

.pp-multiple-authors-layout-centered .ppma-links a, .pp-multiple-authors-layout-boxed .ppma-links a {
	color: #999;
	text-decoration: none;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pp-multiple-authors-layout-centered ul {
	margin: 0;
	padding: 0;
}

.pp-multiple-authors-layout-centered ul li {
	text-align: center;
}

.pp-multiple-authors-layout-centered img {
	display: inline-block;
}

.pp-multiple-authors-layout-centered p {
	margin: 5px 0;
}

.pp-multiple-authors-layout-inline .avatar, .pp-multiple-authors-layout-inline .photo {
	width: 30px;
	height: 30px;
	margin: auto 2px auto auto;
	vertical-align: middle;
	display: inline-block;
}

.author-boxes-footer-navigation {
	margin-top: 20px;
	margin-bottom: 100px;
}

.author-boxes-footer-navigation .nav-links .page-numbers {
	margin-right: 10px;
}

.pp-multiple-authors-wrapper .author-index-navigation .page-item {
	cursor: pointer;
}

.pp-multiple-authors-wrapper .author-index-navigation .page-item.active {
	cursor: not-allowed;
	pointer-events: none;
}

.pp-multiple-authors-wrapper .author-index-navigation .page-item.active > a {
	color: #555;
	text-decoration: none;
}

.pp-multiple-authors-wrapper .author-index-navigation {
	margin: 0 0 1rem 0;
	padding: 0;
}

.pp-multiple-authors-wrapper .author-index-navigation li {
	padding: .5rem .75rem;
	margin: 0;
	border: 1px solid #fff;
	display: inline-block;
}

.pp-multiple-authors-index .author-index-header {
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.pp-multiple-authors-index .author-index-header:after {
	content: "";
	display: table;
	clear: both;
}

.pp-multiple-authors-index .author-index-header a {
	float: right;
}

.pp-multiple-authors-index .author-list-head {
	font-size: 24px;
	font-weight: 700;
	color: black;
	float: left;
	margin: 10px 0;
}

.pp-multiple-authors-index .author-index-authors:after {
	content: "";
	display: table;
	clear: both;
}

.pp-multiple-authors-index .tease-author {
	margin-right: 50px;
	float: left;
}

.pp-multiple-authors-index .author-index-authors ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pp-multiple-authors-index .author-index-authors ul li {
	margin: 0 0 20px 0;
	padding: 0;
}

body:not(.theme-twentytwenty):not(.theme-twentytwentyone) .pp-multiple-authors-index.alignwide, body:not(.theme-twentytwenty):not(.theme-twentytwentyone) .pp-multiple-authors-recent.alignwide {
	margin: 0 !important;
	max-width: 100% !important;
}

.pp-multiple-authors-recent .ppma-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	gap: 12px;
}

.pp-multiple-authors-recent .name-row {
	min-width: 100%;
	margin-bottom: 0;
	display: flex;
}

.pp-multiple-authors-recent .name-row a {
	min-width: 100%;
}

.pp-multiple-authors-recent .ppma-row img {
	max-width: 100%;
}

.pp-multiple-authors-recent .name-row h4, .pp-multiple-authors-recent .name-row img {
	display: inline-block;
	vertical-align: middle;
}

.pp-multiple-authors-recent .name-row h4 {
	max-width: 90%;
	min-width: 80%;
	margin-bottom: 0;
	padding: 15px;
	font-size: 13px;
	text-transform: uppercase;
	color: #1b1b1b;
	border: 1px solid #999;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.pp-multiple-authors-recent .name-row img {
	width: 20%;
	height: auto;
	border-radius: 50%;
	margin-left: -11%;
}

.preview-shortcode-wrap .pp-multiple-authors-recent .name-row img {
	margin-top: 11px;
	width: 40px !important;
}

.pp-multiple-authors-recent .ppma-row-article-block.main-block {
	border: 1px solid #999;
}

.pp-multiple-authors-recent .post-column .ppma-row-article-block.secondary {
	border-top: 1px solid #999;
}

.pp-multiple-authors-recent .ppma-row-article-block {
	margin-top: -10px;
	padding: 15px;
}

.pp-multiple-authors-recent .ppma-col-12, .pp-multiple-authors-recent .ppma-col-5, .pp-multiple-authors-recent .ppma-col-7, .pp-multiple-authors-recent .ppma-col-md-3, .pp-multiple-authors-recent .ppma-col-sm-4, .pp-multiple-authors-recent .ppma-col-sm-12 {
	position: relative;
	width: 100%;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 15px;
}

.preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-12, .preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-5, .preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-7, .preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-md-3, .preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-sm-4, .preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-sm-12 {
	margin-right: unset;
}

.pp-multiple-authors-recent .ppma-col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.pp-multiple-authors-recent .ppma-col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.pp-multiple-authors-recent .ppma-row-article-block .ppma-col-5 {
	padding-right: 0;
}

.pp-multiple-authors-recent .ppma-row-article-block .ppma-col-5 a {
	display: block;
	background-size: cover;
	background-position: center center;
}

.pp-multiple-authors-recent .ppma-col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.pp-multiple-authors-recent .ppma-row-article-block .ppma-col-7 {
	padding-left: 10px;
}

.pp-multiple-authors-recent .featured-image-col {
	margin-bottom: 20px;
}

.pp-multiple-authors-recent .ppma-row-article-block a.headline {
	font-size: 15px;
	line-height: 130% !important;
	display: block;
	text-decoration: none;
}

.pp-multiple-authors-recent .ppma-row-article-block.secondary .text {
	padding-top: 10px;
	padding-bottom: 15px;
}

.pp-multiple-authors-recent .ppma-row-article-block.secondary .text .no-post {
	font-size: 11px;
}

.pp-multiple-authors-recent .all-author-post-link a {
	text-decoration: none;
}

.pp-multiple-authors-recent .ppma-row-article-block .ppma-col-7 a.headline {
	font-size: 16px;
}

.pp-multiple-authors-recent .ppma-row-article-block {
	margin-top: -10px;
	padding: 15px;
}

.pp-multiple-authors-recent .ppma-row-article-block.secondary, .pp-multiple-authors-recent .ppma-row-article-block.secondary .ppma-col-12 {
	padding: 0;
}

.pp-multiple-authors-recent .article-cta {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0;
}

.pp-multiple-authors-recent .article-cta p {
	font-size: 11px;
	text-transform: uppercase;
	color: #1b1b1b;
	letter-spacing: 1.5px;
	font-weight: 300;
	border-bottom: 1px double #446c76;
	border-top: 1px double #446c76;
	margin-bottom: 0;
	padding: 12px 0;
}

.pp-multiple-authors-recent .article-cta p span {
	font-weight: 400;
}

.pp-multiple-authors-searchbox {
	margin-bottom: 20px;
	display: flex;
}

.pp-multiple-authors-searchbox form {
	display: flex;
}

.pp-multiple-authors-layout-inline .pp-author-boxes-name::after {
	display: none !important;
}

.editor-styles-wrapper .wp-block .pp-multiple-authors-boxes-wrapper a {
	text-decoration: none;
}

@media (min-width: 576px) {
	.pp-multiple-authors-recent .ppma-col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (min-width: 768px) {
	.pp-multiple-authors-recent .ppma-col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.pp-multiple-authors-recent.multiple-authors-col-1 .name-row img {
		width: 5%;
		margin-left: -20px;
	}
	
	.pp-multiple-authors-recent .name-row img, .pp-multiple-authors-recent.multiple-authors-col-2 .name-row img {
		width: 13%;
	}
	
	.pp-multiple-authors-recent .name-row h4 {
		min-width: 90%;
	}
	
	.pp-multiple-authors-recent.multiple-authors-col-1 .name-row h4, .pp-multiple-authors-recent.multiple-authors-col-2 .name-row h4 {
		min-width: 90%;
	}
	
	.pp-multiple-authors-recent.multiple-authors-col-3 .name-row h4 {
		min-width: 80%;
	}
	
	.pp-multiple-authors-recent.multiple-authors-col-4.name-row h4 {
		min-width: 70%;
	}
	
	.pp-multiple-authors-recent .ppma-author-entry, .pp-multiple-authors-recent .ppma-author-entry {
		margin-bottom: 20px;
	}
}

@media (min-width:769px) {
	.pp-multiple-authors-layout-boxed ul li {
		display: flex;
		flex-wrap: wrap;
	}
	
	.pp-multiple-authors-layout-boxed ul li > div:nth-child(1) {
		flex: 0 0 110px;
	}
	
	.pp-multiple-authors-layout-boxed ul li > div:nth-child(2) {
		flex: 1;
	}
}

@media (max-width: 600px) {
	.pp-multiple-authors-index .author-index-authors ul:after {
		content: "";
		display: table;
		clear: both;
	}
}

@media (min-width: 601px) and (max-width: 899px) {
	.pp-multiple-authors-index .author-index-authors ul:after {
		content: "";
		display: table;
		clear: both;
	}
}

@media (min-width: 900px) {
	.pp-multiple-authors-index .author-index-authors ul:after {
		content: "";
		display: table;
		clear: both;
	}
}
