:root {
	--bdt-breakpoint-s: 640px;
	--bdt-breakpoint-m: 960px;
	--bdt-breakpoint-l: 1200px;
	--bdt-breakpoint-xl: 1600px
}

.bdt-list {
	padding: 0;
	list-style: none
}

.bdt-list>* {
	break-inside: avoid-column
}

.bdt-list>*>:last-child {
	margin-bottom: 0
}

.bdt-list>*>ul,
.bdt-list>:nth-child(n+2) {
	margin-top: 10px
}

.bdt-icon {
	margin: 0;
	border: none;
	border-radius: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	fill: currentcolor;
	line-height: 0
}

button.bdt-icon:not(:disabled) {
	cursor: pointer
}

.bdt-icon::-moz-focus-inner {
	border: 0;
	padding: 0
}

.bdt-icon:not(.bdt-preserve) [fill*='#']:not(.bdt-preserve) {
	fill: currentcolor
}

.bdt-icon:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve) {
	stroke: currentcolor
}

.bdt-icon>* {
	transform: translate(0, 0)
}

.bdt-input {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit
}

.bdt-input {
	overflow: visible
}

.bdt-input[type=search]::-webkit-search-cancel-button,
.bdt-input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

.bdt-input[type=number]::-webkit-inner-spin-button,
.bdt-input[type=number]::-webkit-outer-spin-button {
	height: auto
}

.bdt-input::-moz-placeholder {
	opacity: 1
}

.bdt-input {
	-webkit-appearance: none
}

.bdt-input {
	max-width: 100%;
	width: 100%;
	border: 0;
	padding: 0 10px;
	background: #f8f8f8;
	color: #666;
	border-radius: 3px
}

.bdt-input {
	height: 40px;
	vertical-align: middle;
	display: inline-block
}

.bdt-input:not(input) {
	line-height: 40px
}

.bdt-input:focus {
	outline: 0;
	background-color: #ebebeb;
	color: #666
}

.bdt-input:disabled {
	background-color: #f8f8f8;
	color: #999
}

.bdt-input::placeholder {
	color: #999
}

.bdt-input[list] {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 50%
}

.bdt-input[list]:focus,
.bdt-input[list]:hover {
	background-image: url("")
}

.bdt-input[list]::-webkit-calendar-picker-indicator {
	display: none !important
}

.bdt-button {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px
}

.bdt-button:not(:disabled) {
	cursor: pointer
}

.bdt-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.bdt-button:hover {
	text-decoration: none
}

.bdt-button-default {
	background-color: #f8f8f8;
	color: #333
}

.bdt-button-default:hover {
	background-color: #ebebeb;
	color: #333
}

.bdt-button-default.bdt-active,
.bdt-button-default:active {
	background-color: #dfdfdf;
	color: #333
}

.bdt-button-primary {
	background-color: #1e87f0;
	color: #fff
}

.bdt-button-primary:hover {
	background-color: #0f7ae5;
	color: #fff
}

.bdt-button-primary.bdt-active,
.bdt-button-primary:active {
	background-color: #0e6dcd;
	color: #fff
}

.bdt-button-default:disabled,
.bdt-button-primary:disabled {
	background-color: #f8f8f8;
	color: #999
}

.bdt-alert-close {
	position: absolute;
	top: 20px;
	right: 15px
}

.bdt-alert-close:first-child+* {
	margin-top: 0
}

.bdt-search-navbar {
	width: 400px
}

.bdt-search-navbar .bdt-search-icon {
	width: 40px
}

.bdt-search-large {
	width: 500px
}

.bdt-search-large .bdt-search-icon {
	width: 80px
}

.bdt-accordion {
	padding: 0;
	list-style: none
}

.bdt-accordion>:nth-child(n+2) {
	margin-top: 20px
}

.bdt-accordion-title {
	display: block;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #333
}

.bdt-accordion-title:hover {
	color: #666;
	text-decoration: none
}

.bdt-accordion-content {
	display: flow-root;
	margin-top: 20px
}

.bdt-accordion-content>:last-child {
	margin-bottom: 0
}

.bdt-dropbar {
	--bdt-position-offset: 0;
	--bdt-position-shift-offset: 0;
	--bdt-position-viewport-offset: 0;
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	padding: 15px;
	background: #f8f8f8;
	color: #666
}

.bdt-dropbar.bdt-open {
	display: block
}

.bdt-dropbar>:last-child {
	margin-bottom: 0
}

@media (min-width:640px) {
	.bdt-dropbar {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (min-width:960px) {
	.bdt-dropbar {
		padding-left: 40px;
		padding-right: 40px
	}
}

.bdt-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 15px;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: opacity .15s linear
}

@media (min-width:640px) {
	.bdt-modal {
		padding: 50px 30px
	}
}

@media (min-width:960px) {
	.bdt-modal {
		padding-left: 40px;
		padding-right: 40px
	}
}

.bdt-modal.bdt-open {
	opacity: 1
}

.bdt-modal-page {
	overflow: hidden
}

.bdt-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	max-width: 100% !important;
	background: #fff;
	opacity: 0;
	transform: translateY(-100px);
	transition: .3s linear;
	transition-property: opacity, transform;
	border-radius: 3px
}

.bdt-open>.bdt-modal-dialog {
	opacity: 1;
	transform: translateY(0)
}

.bdt-modal-body {
	display: flow-root;
	padding: 20px
}

.bdt-modal-footer {
	display: flow-root;
	padding: 10px 20px;
	background: #f8f8f8
}

@media (min-width:640px) {
	.bdt-modal-body {
		padding: 30px
	}

	.bdt-modal-footer {
		padding: 15px 30px
	}
}

.bdt-modal-body>:last-child,
.bdt-modal-footer>:last-child {
	margin-bottom: 0
}

[class*=bdt-modal-close-] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px
}

[class*=bdt-modal-close-]:first-child+* {
	margin-top: 0
}

.bdt-slideshow-items {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-webkit-touch-callout: none;
	touch-action: pan-y
}

.bdt-slideshow-items>* {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	will-change: transform, opacity
}

.bdt-slideshow-items>:not(.bdt-active) {
	display: none
}

.bdt-slider-container {
	overflow: hidden
}

.bdt-slider-items {
	will-change: transform;
	position: relative;
	touch-action: pan-y
}

.bdt-slider-items:not(.bdt-grid) {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-touch-callout: none
}

.bdt-slider-items>* {
	flex: none;
	max-width: 100%;
	position: relative
}

.bdt-sticky-fixed {
	z-index: 980;
	margin: 0 !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.bdt-sticky-placeholder {
	pointer-events: none
}

.bdt-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000
}

.bdt-offcanvas-flip .bdt-offcanvas {
	right: 0;
	left: auto
}

.bdt-offcanvas-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -270px;
	box-sizing: border-box;
	width: 270px;
	padding: 20px;
	background: #222;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.bdt-offcanvas-flip .bdt-offcanvas-bar {
	left: auto;
	right: -270px
}

@media (min-width:640px) {
	.bdt-offcanvas-bar {
		left: -350px;
		width: 350px;
		padding: 30px
	}

	.bdt-offcanvas-flip .bdt-offcanvas-bar {
		right: -350px
	}
}

.bdt-open>.bdt-offcanvas-bar {
	left: 0
}

.bdt-offcanvas-flip .bdt-open>.bdt-offcanvas-bar {
	left: auto;
	right: 0
}

.bdt-offcanvas-bar-animation {
	transition: left .3s ease-out
}

.bdt-offcanvas-flip .bdt-offcanvas-bar-animation {
	transition-property: right
}

.bdt-offcanvas-close {
	position: absolute;
	z-index: 1000;
	top: 5px;
	right: 5px;
	padding: 5px
}

.bdt-offcanvas-close:first-child+* {
	margin-top: 0
}

.bdt-offcanvas-overlay {
	width: 100vw;
	touch-action: none
}

.bdt-offcanvas-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	opacity: 0;
	transition: opacity .15s linear
}

.bdt-offcanvas-overlay.bdt-open::before {
	opacity: 1
}

.bdt-offcanvas-container,
.bdt-offcanvas-page {
	overflow-x: hidden
}

.bdt-offcanvas-container {
	position: relative;
	left: 0;
	transition: left .3s ease-out;
	box-sizing: border-box;
	width: 100%
}

:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
	left: 270px
}

.bdt-offcanvas-flip.bdt-offcanvas-container-animation {
	left: -270px
}

@media (min-width:640px) {
	.bdt-offcanvas-close {
		top: 10px;
		right: 10px
	}

	:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
		left: 350px
	}

	.bdt-offcanvas-flip.bdt-offcanvas-container-animation {
		left: -350px
	}
}

.bdt-leader-fill::after {
	display: inline-block;
	margin-left: 15px;
	width: 0;
	content: attr(data-fill);
	white-space: nowrap
}

.bdt-leader-fill.bdt-leader-hide::after {
	display: none
}

:root {
	--bdt-leader-fill-content: .
}

.bdt-notification {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	box-sizing: border-box;
	width: 450px
}

@media (max-width:639px) {
	.bdt-notification {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0
	}
}

.bdt-notification-message {
	position: relative;
	padding: 15px;
	background: #f8f8f8;
	color: #666;
	font-size: 1.25rem;
	line-height: 1.4;
	cursor: pointer
}

*+.bdt-notification-message {
	margin-top: 10px
}

.bdt-notification-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 15px
}

.bdt-notification-message:hover .bdt-notification-close {
	display: block
}

.bdt-sortable {
	position: relative
}

.bdt-sortable>:last-child {
	margin-bottom: 0
}

.bdt-sortable-drag {
	position: fixed !important;
	z-index: 1050 !important;
	pointer-events: none
}

.bdt-sortable-placeholder {
	opacity: 0;
	pointer-events: none
}

.bdt-sortable-empty {
	min-height: 50px
}

*+.bdt-grid-margin {
	margin-top: 30px
}

@media (min-width:1200px) {
	*+.bdt-grid-margin {
		margin-top: 40px
	}
}

.bdt-nav-primary {
	font-size: 1.5rem;
	line-height: 1.5
}

.bdt-nav-primary>li>a {
	color: #999
}

.bdt-nav-primary>li>a:hover {
	color: #666
}

.bdt-nav-primary>li.bdt-active>a {
	color: #333
}

.bdt-navbar-right {
	display: flex;
	gap: 0;
	align-items: center
}

.bdt-navbar-right {
	margin-left: auto
}

.bdt-navbar-nav {
	display: flex;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none
}

.bdt-navbar-right {
	flex-wrap: wrap
}

.bdt-navbar-nav>li>a,
.bdt-navbar-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .25em;
	box-sizing: border-box;
	min-height: 80px;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-decoration: none
}

.bdt-navbar-nav>li>a {
	padding: 0 15px;
	color: #999
}

.bdt-navbar-nav>li:hover>a,
.bdt-navbar-nav>li>a[aria-expanded=true] {
	color: #666
}

.bdt-navbar-nav>li>a:active {
	color: #333
}

.bdt-navbar-nav>li.bdt-active>a {
	color: #333
}

.bdt-navbar-toggle {
	padding: 0 15px;
	color: #999
}

.bdt-navbar-toggle:hover,
.bdt-navbar-toggle[aria-expanded=true] {
	color: #666;
	text-decoration: none
}

.bdt-navbar-justify .bdt-navbar-nav,
.bdt-navbar-justify .bdt-navbar-nav>li,
.bdt-navbar-justify .bdt-navbar-right,
.bdt-navbar-justify .bdt-navbar-toggle {
	flex-grow: 1
}

.bdt-navbar-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	--bdt-position-offset: 0;
	--bdt-position-shift-offset: 0;
	--bdt-position-viewport-offset: 15px;
	box-sizing: border-box;
	width: 200px;
	padding: 15px;
	background: #f8f8f8;
	color: #666
}

.bdt-navbar-dropdown.bdt-open {
	display: block
}

.bdt-navbar-dropdown>:last-child {
	margin-bottom: 0
}

.bdt-navbar-dropbar {
	display: block !important;
	z-index: 980;
	padding: 0;
	left: 0;
	right: 0
}

.bdt-tab-left,
.bdt-tab-right {
	flex-direction: column;
	margin-left: 0
}

.bdt-tab-left>*,
.bdt-tab-right>* {
	padding-left: 0
}

.bdt-tab-left>*>a {
	justify-content: left
}

.bdt-tab-right>*>a {
	justify-content: left
}

.bdt-slidenav {
	padding: 5px 10px;
	color: rgba(102, 102, 102, .5)
}

.bdt-slidenav:hover {
	color: rgba(102, 102, 102, .9)
}

.bdt-slidenav:active {
	color: rgba(102, 102, 102, .5)
}

.bdt-slidenav-large {
	padding: 10px
}

.bdt-lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: #000;
	opacity: 0;
	transition: opacity .15s linear;
	touch-action: pinch-zoom
}

.bdt-lightbox.bdt-open {
	display: block;
	opacity: 1
}

.bdt-lightbox :focus {
	outline-color: rgba(255, 255, 255, .7)
}

.bdt-lightbox :focus-visible {
	outline-color: rgba(255, 255, 255, .7)
}

.bdt-lightbox-page {
	overflow: hidden
}

.bdt-lightbox-items>* {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, .7);
	will-change: transform, opacity
}

.bdt-lightbox-items>*>* {
	max-width: 100vw;
	max-height: 100vh
}

.bdt-lightbox-items>*>:not(iframe) {
	width: auto;
	height: auto
}

.bdt-lightbox-items>.bdt-active {
	display: flex
}

.bdt-lightbox-toolbar {
	padding: 10px;
	background: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .7)
}

.bdt-lightbox-toolbar>* {
	color: rgba(255, 255, 255, .7)
}

.bdt-lightbox-toolbar-icon {
	padding: 5px;
	color: rgba(255, 255, 255, .7)
}

.bdt-lightbox-toolbar-icon:hover {
	color: #fff
}

.bdt-lightbox-button {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .7);
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.bdt-lightbox-button:hover {
	color: #fff
}

.bdt-lightbox-caption:empty {
	display: none
}

.bdt-lightbox-iframe {
	width: 80%;
	height: 80%
}

[class*=bdt-animation-] {
	animation: .5s ease-out both
}

.bdt-animation-fade {
	animation-name: bdt-fade;
	animation-duration: .8s;
	animation-timing-function: linear
}

.bdt-animation-scale-up {
	animation-name: bdt-fade, bdt-scale-up
}

@keyframes bdt-fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes bdt-scale-up {
	0% {
		transform: scale(.9)
	}

	100% {
		transform: scale(1)
	}
}

.bdt-text-right {
	text-align: right !important
}

.bdt-text-center {
	text-align: center !important
}

.bdt-svg,
.bdt-svg:not(.bdt-preserve) [fill*='#']:not(.bdt-preserve) {
	fill: currentcolor
}

.bdt-svg:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve) {
	stroke: currentcolor
}

.bdt-svg {
	transform: translate(0, 0)
}

.bdt-overflow-hidden {
	overflow: hidden
}

.bdt-responsive-width {
	box-sizing: border-box
}

.bdt-responsive-width {
	max-width: 100% !important;
	height: auto
}

[bdt-responsive] {
	max-width: 100%
}

:where(.bdt-logo) {
	display: inline-block;
	vertical-align: middle
}

.bdt-disabled {
	pointer-events: none
}

.bdt-drag,
.bdt-drag * {
	cursor: move
}

.bdt-drag iframe {
	pointer-events: none
}

.bdt-dragover {
	box-shadow: 0 0 20px rgba(100, 100, 100, .3)
}

.bdt-flex {
	display: flex
}

.bdt-flex-between {
	justify-content: space-between
}

.bdt-flex-top {
	align-items: flex-start
}

.bdt-flex-middle {
	align-items: center
}

.bdt-flex-wrap-top {
	align-content: flex-start
}

.bdt-margin-small-top {
	margin-top: 10px !important
}

.bdt-margin-auto-vertical {
	margin-top: auto !important;
	margin-bottom: auto !important
}

:root {
	--bdt-position-margin-offset: 0.0001px
}

[class*=bdt-position-bottom],
[class*=bdt-position-center],
[class*=bdt-position-top] {
	position: absolute !important;
	max-width: calc(100% - (var(--bdt-position-margin-offset) * 2));
	box-sizing: border-box
}

.bdt-position-top {
	top: 0;
	left: 0;
	right: 0
}

.bdt-position-bottom {
	bottom: 0;
	left: 0;
	right: 0
}

[class*=bdt-position-center-left],
[class*=bdt-position-center-right] {
	top: calc(50% - var(--bdt-position-margin-offset));
	--bdt-position-translate-y: -50%;
	transform: translate(0, var(--bdt-position-translate-y))
}

.bdt-position-center-left {
	left: 0
}

.bdt-position-center-right {
	right: 0
}

.bdt-position-medium {
	margin: 30px;
	--bdt-position-margin-offset: 30px
}

:where(.bdt-transition-fade),
:where([class*=bdt-transition-scale]),
:where([class*=bdt-transition-slide]) {
	--bdt-position-translate-x: 0;
	--bdt-position-translate-y: 0
}

.bdt-transition-fade,
[class*=bdt-transition-slide] {
	--bdt-translate-x: 0;
	--bdt-translate-y: 0;
	--bdt-scale-x: 1;
	--bdt-scale-y: 1;
	transform: translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y)) translate(var(--bdt-translate-x), var(--bdt-translate-y)) scale(var(--bdt-scale-x), var(--bdt-scale-y));
	transition: .3s ease-out;
	transition-property: opacity, transform, filter;
	opacity: 0
}

.bdt-transition-active.bdt-active .bdt-transition-fade,
.bdt-transition-toggle .bdt-transition-fade:focus-within,
.bdt-transition-toggle:focus .bdt-transition-fade,
.bdt-transition-toggle:hover .bdt-transition-fade {
	opacity: 1
}

.bdt-transition-slide-top {
	--bdt-translate-y: -100%
}

.bdt-transition-slide-bottom {
	--bdt-translate-y: 100%
}

.bdt-transition-active.bdt-active [class*=bdt-transition-slide],
.bdt-transition-toggle [class*=bdt-transition-slide]:focus-within,
.bdt-transition-toggle:focus [class*=bdt-transition-slide],
.bdt-transition-toggle:hover [class*=bdt-transition-slide] {
	--bdt-translate-x: 0;
	--bdt-translate-y: 0;
	opacity: 1
}

.bdt-transition-opaque {
	opacity: 1
}

[hidden] {
	display: none !important
}

.bdt-invisible {
	visibility: hidden !important
}

@media print {

	*,
	::after,
	::before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: .5cm
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

.elementor-align-justify .bdt-button {
	width: 100%
}

.bdt-notification .bdt-icon {
	margin-right: 10px;
	vertical-align: middle;
	line-height: normal
}

.bdt-notification .bdt-notification-message {
	padding: 20px 40px 20px 20px;
	background: #fff;
	font-size: 1rem;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	border-radius: 3px
}

[class*=elementor-widget-bdt-] a:hover {
	text-decoration: none
}

.elementor-lightbox .dialog-close-button .eicon-close {
	transition: transform .3s
}

.elementor-lightbox .dialog-close-button:hover .eicon-close {
	transform: rotate(90deg)
}

[class*=elementor-widget-bdt-] .swiper-container:not(.swiper-container-horizontal) {
	opacity: 0
}

[class*=elementor-widget-bdt-] .swiper-container:not(.swiper-container-horizontal) div>div {
	max-width: 350px
}

.bdt-flex-align-right {
	order: 99
}

[class*=elementor-widget-bdt-] .swiper-slide {
	border-style: solid;
	border-width: 0;
	overflow: hidden
}

iframe[data-src]:not(.lazy-loaded) {
	background: rgba(152, 152, 152, .07);
	background-image: url('../assets/loading.svg');
	background-repeat: no-repeat;
	background-position: center
}

.elementor-button svg {
	width: 1.2em
}

.bdt-lightbox .bdt-lightbox-button {
	transition: all .3s ease
}

.bdt-lightbox .bdt-lightbox-button svg {
	width: 1em
}

:where(.wp-block-button__link) {
	box-shadow: none;
	text-decoration: none;
	border-radius: 9999px;
	padding: calc(.667em + 2px) calc(1.333em + 2px)
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

ul {
	box-sizing: border-box
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: .375em .625em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	padding: 4px;
	border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: .125em .5em
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

figure {
	margin: 0 0 1em
}

body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
	--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
	--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
	--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
	--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
	--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
	--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
	--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem
}

:where(.is-layout-flex) {
	gap: .5em
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em
}

.lazyloaded:not(.elementor-motion-effects-element-type-background),
body.e-lazyload .lazyloaded,
body.e-lazyload .lazyloaded .elementor-background-overlay {
	--e-bg-lazyload-loaded: var(--e-bg-lazyload)
}

.dialog-widget-content {
	background-color: #fff;
	position: absolute;
	border-radius: 3px;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	overflow: hidden
}

.dialog-message {
	font-size: 12px;
	line-height: 1.5;
	box-sizing: border-box
}

.dialog-type-lightbox {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
	margin: auto;
	width: 375px
}

.dialog-type-lightbox .dialog-header {
	font-size: 15px;
	color: #495157;
	padding: 30px 0 10px;
	font-weight: 500
}

.dialog-type-lightbox .dialog-message {
	padding: 0 30px 30px;
	min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
	text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
	border-top: 1px solid #e6e9ec;
	text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	width: 50%;
	border: none;
	background: 0 0;
	color: #6d7882;
	font-size: 15px;
	cursor: pointer;
	padding: 13px 0;
	outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
	background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
	color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
	color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
	background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
	border: 0
}

.dialog-close-button {
	cursor: pointer;
	position: absolute;
	margin-top: 15px;
	right: 15px;
	font-size: 15px;
	line-height: 1
}

.dialog-close-button:not(:hover) {
	opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
	width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
	border-right: 1px solid #e6e9ec
}

#elementor-change-exit-preference-dialog .dialog-message a {
	cursor: pointer
}

#elementor-change-exit-preference-dialog .dialog-message>div {
	margin-bottom: 10px
}

#elementor-change-exit-preference-dialog .dialog-ok {
	color: #39b54a
}

#e-experiments-dependency-dialog .dialog-confirm-header {
	font-weight: 600
}

#e-experiments-dependency-dialog .dialog-ok,
#e-kit-elements-defaults-create-dialog .dialog-ok {
	color: #39b54a
}

.dialog-prevent-scroll {
	overflow: hidden;
	max-height: 100vh
}

@media (min-width:1024px) {
	body.admin-bar .dialog-lightbox-widget {
		height: calc(100vh - 32px)
	}
}

.elementor-templates-modal .dialog-widget-content {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	background-color: #f1f3f5;
	width: 100%
}

@media (max-width:1439px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 990px
	}
}

@media (min-width:1440px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 1200px
	}
}

.elementor-templates-modal .dialog-header {
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper {
	background-color: #fff;
	border: none;
	display: none;
	justify-content: flex-end;
	padding: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
	height: 40px;
	margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
	padding: 12px 36px;
	color: #fff;
	width: auto;
	font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
	background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
	height: 750px;
	max-height: 85vh;
	overflow-y: scroll;
	padding-top: 25px
}

.elementor-templates-modal .dialog-content {
	height: 100%
}

.elementor-templates-modal .dialog-loading {
	display: none
}

.elementor-screen-only {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
	color: #39b54a
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
	color: #b01b1b
}

.elementor {
	-webkit-hyphens: manual;
	hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
	box-sizing: border-box
}

.elementor a {
	box-shadow: none;
	text-decoration: none
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: 0
}

.elementor iframe,
.elementor object,
.elementor video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none
}

.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr
}

.elementor .elementor-background-video-container {
	transition: opacity 1s;
	pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0
}

.elementor .elementor-background-video-embed {
	max-width: none
}

.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.elementor .elementor-background-slideshow {
	z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%
}

.elementor-element {
	--flex-direction: initial;
	--flex-wrap: initial;
	--justify-content: initial;
	--align-items: initial;
	--align-content: initial;
	--gap: initial;
	--flex-basis: initial;
	--flex-grow: initial;
	--flex-shrink: initial;
	--order: initial;
	--align-self: initial;
	flex-basis: var(--flex-basis);
	flex-grow: var(--flex-grow);
	flex-shrink: var(--flex-shrink);
	order: var(--order);
	align-self: var(--align-self)
}

.elementor-element:where(.e-con-full, .elementor-widget) {
	flex-direction: var(--flex-direction);
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
	align-items: var(--align-items);
	align-content: var(--align-content);
	gap: var(--gap)
}

.elementor-invisible {
	visibility: hidden
}

.elementor-align-center {
	text-align: center
}

.elementor-align-center .elementor-button {
	width: auto
}

.elementor-align-left {
	text-align: left
}

.elementor-align-left .elementor-button {
	width: auto
}

.elementor-align-justify .elementor-button {
	width: 100%
}

.elementor-ken-burns {
	transition-property: transform;
	transition-duration: 10s;
	transition-timing-function: linear
}

.elementor-ken-burns--out {
	transform: scale(1.3)
}

.elementor-ken-burns--active {
	transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	transform: scale(1.3)
}

:root {
	--page-title-display: block
}

.elementor-section .elementor-container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

@media (max-width:1024px) {
	body.admin-bar .dialog-type-lightbox {
		position: sticky;
		height: 100vh
	}

	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%
	}

	.elementor-section .elementor-container {
		flex-wrap: wrap
	}
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: flex
}

.elementor-widget-wrap>.elementor-element {
	width: 100%
}

.elementor-widget-wrap.e-swiper-container {
	width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
	position: relative
}

.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0
}

.elementor-column {
	position: relative;
	min-height: 1px;
	display: flex
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
	padding: 15px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0
}

@media (min-width:768px) {
	.elementor-column.elementor-col-20 {
		width: 20%
	}

	.elementor-column.elementor-col-25 {
		width: 25%
	}

	.elementor-column.elementor-col-33 {
		width: 33.333%
	}

	.elementor-column.elementor-col-50 {
		width: 50%
	}

	.elementor-column.elementor-col-100 {
		width: 100%
	}
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
	min-width: 0
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	width: 100%;
	word-spacing: var(--grid-column-gap);
	margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop"
	}
}

@media (min-width:-1px) {
	#elementor-device-mode:after {
		content: "widescreen"
	}
}

@media (max-width:-1px) {
	#elementor-device-mode:after {
		content: "laptop";
		content: "tablet_extra"
	}
}

@media (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet"
	}
}

@media (max-width:-1px) {
	#elementor-device-mode:after {
		content: "mobile_extra"
	}
}

@media (max-width:767px) {
	.elementor-column {
		width: 100%
	}

	#elementor-device-mode:after {
		content: "mobile"
	}
}

.elementor-form .elementor-button {
	padding-top: 0;
	padding-bottom: 0;
	border: none
}

.elementor-form .elementor-button>span {
	display: flex;
	justify-content: center
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px
}

.elementor-element .elementor-widget-container {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
	color: #fff
}

.elementor-button-content-wrapper {
	display: flex;
	justify-content: center
}

.elementor-button-icon {
	flex-grow: 0;
	order: 5
}

.elementor-button-icon svg {
	width: 1em;
	height: auto
}

.elementor-button-text {
	flex-grow: 1;
	order: 10;
	display: inline-block
}

.elementor-button .elementor-align-icon-left {
	margin-right: 5px;
	order: 5
}

.elementor-button span {
	text-decoration: inherit
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	transition: all .3s;
	color: #818a91;
	font-size: 50px;
	text-align: center
}

.elementor-icon:hover {
	color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.e-transform .elementor-widget-container {
	transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container .swiper-slide figure {
	line-height: 0
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: 1s steps(12) infinite swiper-preloader-spin
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-size: 100%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") 50% no-repeat
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.elementor-lightbox .dialog-header {
	display: none
}

.elementor-lightbox .dialog-widget-content {
	background: 0 0;
	box-shadow: none;
	width: 100%;
	height: 100%
}

.elementor-lightbox .dialog-message {
	animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
	height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
	padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
	cursor: pointer;
	position: absolute;
	font-size: var(--lightbox-header-icons-size);
	right: .75em;
	margin-top: 13px;
	padding: .25em;
	z-index: 2;
	line-height: 1;
	display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
	height: 1em;
	width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button {
	color: var(--lightbox-ui-color);
	transition: all .3s;
	opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg {
	fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg {
	fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .elementor-video-container {
	box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
	border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
	.elementor-lightbox .elementor-video-container {
		width: 75%
	}
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
	width: 100%
}

.animated {
	animation-duration: 1.25s
}

.animated.animated-fast {
	animation-duration: .75s
}

.animated.reverse {
	animation-direction: reverse;
	animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		animation: none
	}
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr
}

.elementor-shape-top {
	top: -1px
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0)
}

#wpadminbar * {
	font-style: normal
}

.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
	padding: 0
}

@media (max-width:767px) {
	.elementor .elementor-hidden-mobile {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
		width: 70%
	}

	.elementor .elementor-hidden-tablet {
		display: none
	}
}

.elementor-37 .elementor-element.elementor-element-b05b921 {
	padding: 80px 0
}

.elementor-37 .elementor-element.elementor-element-50dca7e>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 16px
}

.elementor-37 .elementor-element.elementor-element-2ae8a2c {
	text-align: left
}

.elementor-37 .elementor-element.elementor-element-2ae8a2c img {
	width: 167px
}

.elementor-37 .elementor-element.elementor-element-dbecfb7 {
	text-align: left
}

.elementor-37 .elementor-element.elementor-element-dbecfb7 img {
	width: 239px
}

.elementor-37 .elementor-element.elementor-element-5b6f76a {
	font-size: 16px
}

.elementor-37 .elementor-element.elementor-element-5b6f76a>.elementor-widget-container {
	padding: 0 20px 0 0
}

.elementor-37 .elementor-element.elementor-element-d824d49 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(11px/2)
}

.elementor-37 .elementor-element.elementor-element-d824d49 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(11px/2)
}

.elementor-37 .elementor-element.elementor-element-d824d49 {
	--e-icon-list-icon-size: 14px
}

.elementor-37 .elementor-element.elementor-element-d824d49 .elementor-icon-list-text {
	color: var(--e-global-color-uicore_body)
}

.elementor-37 .elementor-element.elementor-element-d824d49 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-d824d49 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-37 .elementor-element.elementor-element-d824d49 .elementor-icon-list-item>a {
	font-size: 16px
}

.elementor-37 .elementor-element.elementor-element-a85d3db .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(10px/2)
}

.elementor-37 .elementor-element.elementor-element-a85d3db .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(10px/2)
}

.elementor-37 .elementor-element.elementor-element-a85d3db {
	--e-icon-list-icon-size: 14px
}

.elementor-37 .elementor-element.elementor-element-a85d3db .elementor-icon-list-text {
	color: var(--e-global-color-uicore_body)
}

.elementor-37 .elementor-element.elementor-element-a85d3db .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-a85d3db .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-37 .elementor-element.elementor-element-a85d3db .elementor-icon-list-item>a {
	font-size: 16px
}

.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(11px/2)
}

.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(11px/2)
}

.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-icon i {
	color: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-icon svg {
	fill: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-item:hover .elementor-icon-list-icon i {
	color: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
	fill: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-426553a {
	--e-icon-list-icon-size: 14px
}

.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-text {
	color: var(--e-global-color-uicore_body)
}

.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-37 .elementor-element.elementor-element-426553a .elementor-icon-list-item>a {
	font-size: 16px
}

.elementor-37 .elementor-element.elementor-element-72bab4e {
	--grid-template-columns: repeat(0, auto);
	--icon-size: 18px;
	--grid-column-gap: 5px;
	--grid-row-gap: 0px
}

.elementor-37 .elementor-element.elementor-element-72bab4e .elementor-widget-container {
	text-align: left
}

.elementor-37 .elementor-element.elementor-element-72bab4e .elementor-social-icon {
	background-color: #02010100;
	--icon-padding: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #7f7F7F33
}

.elementor-37 .elementor-element.elementor-element-72bab4e .elementor-social-icon i {
	color: var(--e-global-color-uicore_headline)
}

.elementor-37 .elementor-element.elementor-element-72bab4e .elementor-social-icon svg {
	fill: var(--e-global-color-uicore_headline)
}

.elementor-37 .elementor-element.elementor-element-72bab4e .elementor-social-icon:hover {
	background-color: var(--e-global-color-uicore_primary);
	border-color: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-72bab4e .elementor-social-icon:hover i {
	color: #fff
}

.elementor-37 .elementor-element.elementor-element-72bab4e .elementor-social-icon:hover svg {
	fill: #FFFFFF
}

.elementor-37 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-icon i {
	color: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-icon svg {
	fill: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-item:hover .elementor-icon-list-icon i {
	color: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
	fill: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-df0cb47 {
	--e-icon-list-icon-size: 14px
}

.elementor-37 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-text {
	color: var(--e-global-color-uicore_body)
}

.elementor-37 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-uicore_primary)
}

.elementor-37 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-37 .elementor-element.elementor-element-df0cb47 .elementor-icon-list-item>a {
	font-size: 16px
}

.elementor-37 .elementor-element.elementor-element-2078aa9>.elementor-element-populated {
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #e7e7f3;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0 10px;
	--e-column-margin-right: 10px;
	--e-column-margin-left: 10px;
	padding: 25px 0
}

.elementor-37 .elementor-element.elementor-element-2078aa9>.elementor-element-populated>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-37 .elementor-element.elementor-element-6eedf17 {
	font-size: 16px
}

@media(max-width:1024px) {
	.elementor-37 .elementor-element.elementor-element-69b6ba4>.elementor-element-populated {
		margin: 40px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-37 .elementor-element.elementor-element-78b5199>.elementor-element-populated {
		margin: 40px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-37 .elementor-element.elementor-element-d1b25e6>.elementor-element-populated {
		margin: 40px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}
}

@media(max-width:767px) {
	.elementor-37 .elementor-element.elementor-element-b05b921 {
		padding: 50px 0
	}

	.elementor-37 .elementor-element.elementor-element-5b6f76a>.elementor-widget-container {
		padding: 0
	}

	.elementor-37 .elementor-element.elementor-element-06b17a5>.elementor-element-populated {
		margin: 30px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-37 .elementor-element.elementor-element-69b6ba4>.elementor-element-populated {
		margin: 30px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-37 .elementor-element.elementor-element-78b5199>.elementor-element-populated {
		margin: 30px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-37 .elementor-element.elementor-element-d1b25e6>.elementor-element-populated {
		margin: 30px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-37 .elementor-element.elementor-element-50dca7e {
		width: 50%
	}

	.elementor-37 .elementor-element.elementor-element-06b17a5 {
		width: 50%
	}

	.elementor-37 .elementor-element.elementor-element-69b6ba4 {
		width: 50%
	}

	.elementor-37 .elementor-element.elementor-element-78b5199 {
		width: 50%
	}

	.elementor-37 .elementor-element.elementor-element-d1b25e6 {
		width: 50%
	}
}

.elementor-5993 .elementor-element.elementor-element-36cf5994:not(.elementor-motion-effects-element-type-background) {
	background-image: var(--e-bg-lazyload-loaded);
	--e-bg-lazyload: url("../assets/dotted-bg.PNG");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 50% auto
}

.elementor-5993 .elementor-element.elementor-element-36cf5994>.elementor-background-overlay {
	background-color: transparent;
	background-image: radial-gradient(at center center, #fffFFF00 0%, var(--e-global-color-uicore_white) 100%);
	opacity: 1;
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-5993 .elementor-element.elementor-element-36cf5994 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 130px 0 0
}

.elementor-5993 .elementor-element.elementor-element-2a6c14cc.elementor-column>.elementor-widget-wrap {
	justify-content: center
}

.elementor-5993 .elementor-element.elementor-element-27e6a7d>.elementor-container {
	max-width: 300px
}

.elementor-5993 .elementor-element.elementor-element-6bf3acd>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 10px
}

.elementor-5993 .elementor-element.elementor-element-6bf3acd>.elementor-element-populated {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list ul.custom-list-group {
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 0px
}

.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list .flex-wrap {
	background-color: var(--e-global-color-uicore_white)
}

.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list .custom-list-group li .flex-wrap {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0A054;
	border-radius: 100px 100px 100px 100px !important;
	padding: 8px;
	box-shadow: 0 1px 2px 0 rgba(42, 59, 81, .1607843137254902)
}

.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list .list-text .bdt-list-title {
	font-size: 14px;
	font-weight: 600
}

.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list .image-area {
	margin: 0 8px 0 0
}

.elementor-5993 .elementor-element.elementor-element-7fff8c4>.elementor-widget-container {
	margin: 0 0 31px;
	padding: 0;
	--e-transform-translateX: 11px
}

.elementor-5993 .elementor-element.elementor-element-7fff8c4 {
	width: auto;
	max-width: auto
}

.elementor-5993 .elementor-element.elementor-element-7dd7e9c6 {
	text-align: center;
	width: var(--container-widget-width, 855px);
	max-width: 855px;
	--container-widget-width: 855px;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-7dd7e9c6 .ui-e-headline-text path {
	stroke-width: 40
}

.elementor-5993 .elementor-element.elementor-element-7dd7e9c6 .ui-e-headline-text svg {
	bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-7dd7e9c6 .ui-e-headline-highlighted {
	color: #f06831;
	font-size: 80px
}

.elementor-5993 .elementor-element.elementor-element-4689e1aa {
	--spacer-size: 4px
}

.elementor-5993 .elementor-element.elementor-element-ae40345 {
	text-align: center;
	width: var(--container-widget-width, 831px);
	max-width: 831px;
	--container-widget-width: 831px;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-ae40345>.elementor-widget-container {
	padding: 0 0 10px
}

.elementor-5993 .elementor-element.elementor-element-4bca8b95>.elementor-container {
	max-width: 300px
}

.elementor-5993 .elementor-element.elementor-element-16ad170>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 10px
}

.elementor-5993 .elementor-element.elementor-element-16ad170>.elementor-element-populated {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-1f6c9fab .elementor-button .elementor-align-icon-left {
	margin-right: 8px
}

.elementor-5993 .elementor-element.elementor-element-1f6c9fab .elementor-button {
	border-style: solid;
	border-width: 5px;
	border-color: #f5f5f5
}

.elementor-5993 .elementor-element.elementor-element-5bc8c8f5:not(.elementor-motion-effects-element-type-background) {
	background-image: var(--e-bg-lazyload-loaded);
	--e-bg-lazyload: url("../assets/Marketing-Automation-Hero-BG.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.elementor-5993 .elementor-element.elementor-element-5bc8c8f5 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 40px 0 100px
}

.elementor-5993 .elementor-element.elementor-element-5bc8c8f5>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-5993 .elementor-element.elementor-element-a213548>.elementor-element-populated {
	margin: 0 20px 0 0;
	--e-column-margin-right: 20px;
	--e-column-margin-left: 0px
}

.elementor-5993 .elementor-element.elementor-element-7b137790 img {
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0 30px 59px -12px rgba(16, 24, 40, .12)
}

.elementor-5993 .elementor-element.elementor-element-521355e4>.elementor-element-populated {
	margin: 0 10px;
	--e-column-margin-right: 10px;
	--e-column-margin-left: 10px
}

.elementor-5993 .elementor-element.elementor-element-3f18a139 img {
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0 30px 59px -12px rgba(16, 24, 40, .12)
}

.elementor-5993 .elementor-element.elementor-element-2007c848>.elementor-element-populated {
	margin: 0 0 0 20px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 20px
}

.elementor-5993 .elementor-element.elementor-element-51a59dd1 img {
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0 30px 59px -12px rgba(16, 24, 40, .12)
}

.elementor-5993 .elementor-element.elementor-element-31081d5>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center
}

.elementor-5993 .elementor-element.elementor-element-31081d5 {
	padding: 50px 0 0
}

.elementor-5993 .elementor-element.elementor-element-e2eb647.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-5993 .elementor-element.elementor-element-e2eb647>.elementor-element-populated {
	margin: 0;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%
}

.elementor-5993 .elementor-element.elementor-element-b64536c {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-b64536c img {
	width: 148px;
	opacity: .4;
	transition-duration: .3s
}

.elementor-5993 .elementor-element.elementor-element-b64536c:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-a04271e {
	--spacer-size: 50px
}

.elementor-5993 .elementor-element.elementor-element-aea62f7.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-5993 .elementor-element.elementor-element-aea62f7>.elementor-element-populated {
	margin: 0;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%
}

.elementor-5993 .elementor-element.elementor-element-151a063 {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-151a063 img {
	width: 134px;
	opacity: .4;
	transition-duration: .3s
}

.elementor-5993 .elementor-element.elementor-element-151a063:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-6935afa {
	--spacer-size: 50px
}

.elementor-5993 .elementor-element.elementor-element-c3e6c17.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-5993 .elementor-element.elementor-element-c3e6c17>.elementor-element-populated {
	margin: 0;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%
}

.elementor-5993 .elementor-element.elementor-element-ec60ce8 {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-ec60ce8 img {
	width: 140px;
	opacity: .4;
	transition-duration: .3s
}

.elementor-5993 .elementor-element.elementor-element-ec60ce8:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-6932208 {
	--spacer-size: 50px
}

.elementor-5993 .elementor-element.elementor-element-722209e.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-5993 .elementor-element.elementor-element-722209e>.elementor-element-populated {
	margin: 0;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%
}

.elementor-5993 .elementor-element.elementor-element-f13105d {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-f13105d img {
	width: 160px;
	opacity: .4;
	transition-duration: .3s
}

.elementor-5993 .elementor-element.elementor-element-f13105d:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-cf908a9 {
	--spacer-size: 50px
}

.elementor-5993 .elementor-element.elementor-element-57b5ecd.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center
}

.elementor-5993 .elementor-element.elementor-element-57b5ecd>.elementor-element-populated {
	margin: 0;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%
}

.elementor-5993 .elementor-element.elementor-element-0cceff2 {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-0cceff2 img {
	width: 138px;
	opacity: .4;
	transition-duration: .3s
}

.elementor-5993 .elementor-element.elementor-element-0cceff2:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-edd6996 {
	--spacer-size: 50px
}

.elementor-5993 .elementor-element.elementor-element-f3409e4:not(.elementor-motion-effects-element-type-background) {
	background-color: transparent;
	background-image: linear-gradient(180deg, #f4f5FA00 55%, #d2dBED00 45%)
}

.elementor-5993 .elementor-element.elementor-element-f3409e4 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-f3409e4>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-5993 .elementor-element.elementor-element-db7f36d.elementor-column>.elementor-widget-wrap {
	justify-content: center
}

.elementor-5993 .elementor-element.elementor-element-e775499 {
	text-align: center;
	width: var(--container-widget-width, 750px);
	max-width: 750px;
	--container-widget-width: 750px;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-e775499 .ui-e-headline-text path {
	stroke-width: 46
}

.elementor-5993 .elementor-element.elementor-element-e775499 .ui-e-headline-text svg {
	bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-e775499 .ui-e-headline-highlighted {
	color: var(--e-global-color-uicore_primary)
}

.elementor-5993 .elementor-element.elementor-element-6c280a52 {
	padding: 64px 0
}

.elementor-5993 .elementor-element.elementor-element-45db9cb2 {
	--e-image-carousel-slides-to-show: 5
}

.elementor-5993 .elementor-element.elementor-element-45db9cb2 .swiper-wrapper {
	display: flex;
	align-items: center
}

.elementor-5993 .elementor-element.elementor-element-45db9cb2>.elementor-widget-container {
	margin: 0
}

.elementor-5993 .elementor-element.elementor-element-3985333 {
	padding: 20px 0 90px
}

.elementor-5993 .elementor-element.elementor-element-26451e02.elementor-column>.elementor-widget-wrap {
	justify-content: center
}

.elementor-5993 .elementor-element.elementor-element-26451e02>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 8px
}

.elementor-5993 .elementor-element.elementor-element-5eedd78e {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-25034917 {
	text-align: center;
	width: var(--container-widget-width, 500px);
	max-width: 500px;
	--container-widget-width: 500px;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-25034917>.elementor-widget-container {
	padding: 0 0 48px
}

.elementor-5993 .elementor-element.elementor-element-1c340d9d .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-1c340d9d .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-1c340d9d .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-1c340d9d .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-1c340d9d .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-1c340d9d .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-1c340d9d .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-1c340d9d>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-bd03374 .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-bd03374 .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-bd03374 .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-bd03374 .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-bd03374 .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-bd03374 .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-bd03374 .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-bd03374>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-33508cf2 .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-33508cf2 .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-33508cf2 .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-33508cf2 .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-33508cf2 .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-33508cf2 .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-33508cf2 .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-33508cf2>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-6f29ba06 .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-6f29ba06 .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-6f29ba06 .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-6f29ba06 .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-6f29ba06 .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-6f29ba06 .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-6f29ba06 .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-6f29ba06>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-8dac4a9 .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-8dac4a9 .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-8dac4a9 .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-8dac4a9 .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-8dac4a9 .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-8dac4a9 .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-8dac4a9 .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-8dac4a9>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-39c9534 .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-39c9534 .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-39c9534 .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-39c9534 .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-39c9534 .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-39c9534 .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-39c9534 .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-39c9534>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-34f9df5 .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-34f9df5 .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-34f9df5 .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-34f9df5 .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-34f9df5 .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-34f9df5 .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-34f9df5 .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-34f9df5>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-5aa703f .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-5aa703f .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-5aa703f .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-5aa703f .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-5aa703f .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-5aa703f .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-5aa703f .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-5aa703f>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-c895934 .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-c895934 .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-c895934 .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-c895934 .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-c895934 .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-c895934 .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-c895934 .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-c895934>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-82c1038 .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-82c1038 .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-82c1038 .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-82c1038 .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-82c1038 .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-82c1038 .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-82c1038 .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-82c1038>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-7000004 .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-7000004 .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-7000004 .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-7000004 .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-7000004 .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-7000004 .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-7000004 .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-7000004>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-fe0bfbf .bdt-member {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-fe0bfbf .bdt-member .bdt-member-description {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-fe0bfbf .bdt-member .bdt-member-photo {
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-fe0bfbf .bdt-member .bdt-member-photo img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-fe0bfbf .bdt-member .bdt-member-photo:hover img {
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-fe0bfbf .bdt-member .bdt-member-name {
	font-size: 24px
}

.elementor-5993 .elementor-element.elementor-element-fe0bfbf .bdt-member-name {
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-fe0bfbf>.elementor-widget-container {
	background-color: #fffFFF00
}

.elementor-5993 .elementor-element.elementor-element-a0d8aa0>.elementor-container {
	max-width: 300px
}

.elementor-5993 .elementor-element.elementor-element-a0d8aa0 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 50px 0 0
}

.elementor-5993 .elementor-element.elementor-element-cb04a31>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 10px
}

.elementor-5993 .elementor-element.elementor-element-cb04a31>.elementor-element-populated {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-26d5529 .elementor-button .elementor-align-icon-left {
	margin-right: 8px
}

.elementor-5993 .elementor-element.elementor-element-26d5529 .elementor-button {
	border-style: solid;
	border-width: 5px;
	border-color: #f5f5f5
}

.elementor-5993 .elementor-element.elementor-element-8593310:not(.elementor-motion-effects-element-type-background) {
	background-color: transparent;
	background-image: linear-gradient(180deg, #f4f5FA00 55%, #d2dBED00 45%)
}

.elementor-5993 .elementor-element.elementor-element-8593310 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-8593310>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-5993 .elementor-element.elementor-element-9731255.elementor-column>.elementor-widget-wrap {
	justify-content: center
}

.elementor-5993 .elementor-element.elementor-element-64ecfee {
	text-align: center;
	width: var(--container-widget-width, 750px);
	max-width: 750px;
	--container-widget-width: 750px;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-64ecfee .ui-e-headline-text path {
	stroke-width: 46
}

.elementor-5993 .elementor-element.elementor-element-64ecfee .ui-e-headline-text svg {
	bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-64ecfee .ui-e-headline-highlighted {
	color: var(--e-global-color-uicore_primary)
}

.elementor-5993 .elementor-element.elementor-element-eeb4e72 {
	padding: 1px 0 100px
}

.elementor-5993 .elementor-element.elementor-element-77414be {
	margin-top: 50px;
	margin-bottom: 0
}

.elementor-5993 .elementor-element.elementor-element-5d44937 {
	width: var(--container-widget-width, 60%);
	max-width: 60%;
	--container-widget-width: 60%;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-e450c8f {
	color: #183b56
}

.elementor-5993 .elementor-element.elementor-element-e450c8f>.elementor-widget-container {
	margin: 19px 0 0
}

.elementor-5993 .elementor-element.elementor-element-40aef0f {
	width: var(--container-widget-width, 60%);
	max-width: 60%;
	--container-widget-width: 60%;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-8c758a7 {
	color: #183b56
}

.elementor-5993 .elementor-element.elementor-element-8c758a7>.elementor-widget-container {
	margin: 19px 0 0
}

.elementor-5993 .elementor-element.elementor-element-65a40e5 {
	width: var(--container-widget-width, 62%);
	max-width: 62%;
	--container-widget-width: 62%;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-983612d {
	color: #183b56
}

.elementor-5993 .elementor-element.elementor-element-983612d>.elementor-widget-container {
	margin: 23px 0 0
}

.elementor-5993 .elementor-element.elementor-element-bf51a66 {
	width: var(--container-widget-width, 70%);
	max-width: 70%;
	--container-widget-width: 70%;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-b575b57 {
	color: #183b56
}

.elementor-5993 .elementor-element.elementor-element-b575b57>.elementor-widget-container {
	margin: 23px 0 0
}

.elementor-5993 .elementor-element.elementor-element-4ab3490 {
	padding: 55px 0 100px
}

.elementor-5993 .elementor-element.elementor-element-25048e03.elementor-column>.elementor-widget-wrap {
	justify-content: center
}

.elementor-5993 .elementor-element.elementor-element-25048e03>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 8px
}

.elementor-5993 .elementor-element.elementor-element-63adfb8e {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-63adfb8e>.elementor-widget-container {
	margin: 0
}

.elementor-5993 .elementor-element.elementor-element-1792325f {
	text-align: center;
	width: var(--container-widget-width, 580px);
	max-width: 580px;
	--container-widget-width: 580px;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-1792325f>.elementor-widget-container {
	padding: 13px 0 35px
}

.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-6ef0547b:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap {
	background-color: var(--e-global-color-uicore_light)
}

.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-background-slideshow,
.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated,
.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated>.elementor-background-overlay {
	border-radius: 16px 16px 16px 16px
}

.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0 16px 0 0;
	--e-column-margin-right: 16px;
	--e-column-margin-left: 0px;
	padding: 40px
}

.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-5993 .elementor-element.elementor-element-4f0202dc .elementor-heading-title {
	font-size: 32px
}

.elementor-5993 .elementor-element.elementor-element-620ab595 .elementor-heading-title {
	font-size: 32px
}

.elementor-5993 .elementor-element.elementor-element-620ab595 {
	width: auto;
	max-width: auto
}

.elementor-5993 .elementor-element.elementor-element-79bfab71>.elementor-widget-container {
	padding: 16px 0 8px
}

.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(12px/2)
}

.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(12px/2)
}

.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-icon i {
	color: var(--e-global-color-uicore_headline)
}

.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-icon svg {
	fill: var(--e-global-color-uicore_headline)
}

.elementor-5993 .elementor-element.elementor-element-5160d354 {
	--e-icon-list-icon-size: 20px
}

.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-text {
	color: var(--e-global-color-uicore_headline)
}

.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-item>a {
	font-family: var(--e-global-typography-uicore_secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-uicore_secondary-font-weight)
}

.elementor-5993 .elementor-element.elementor-element-5160d354>.elementor-widget-container {
	margin: 0 0 16px;
	padding: 0 0 32px;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #9090906B
}

.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-38b993f:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap {
	background-color: #ff4802
}

.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-background-slideshow,
.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated,
.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated>.elementor-background-overlay {
	border-radius: 16px 16px 16px 16px
}

.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0 8px;
	--e-column-margin-right: 8px;
	--e-column-margin-left: 8px;
	padding: 40px
}

.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-5993 .elementor-element.elementor-element-6ca189ab .elementor-heading-title {
	color: #fff;
	font-size: 32px
}

.elementor-5993 .elementor-element.elementor-element-6ca189ab {
	width: auto;
	max-width: auto
}

.elementor-5993 .elementor-element.elementor-element-106e1d90 {
	text-align: center;
	color: #0c231f;
	font-family: var(--e-global-typography-uicore_secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-uicore_secondary-font-weight);
	width: auto;
	max-width: auto;
	align-self: center
}

.elementor-5993 .elementor-element.elementor-element-106e1d90>.elementor-widget-container {
	margin: 0 0 0 12px;
	padding: 5px 16px;
	background-color: #fff;
	border-radius: 100px 100px 100px 100px
}

.elementor-5993 .elementor-element.elementor-element-29d972a8 {
	--spacer-size: 0px
}

.elementor-5993 .elementor-element.elementor-element-19e7cc95 .elementor-heading-title {
	color: #fff;
	font-size: 32px
}

.elementor-5993 .elementor-element.elementor-element-19e7cc95 {
	width: auto;
	max-width: auto
}

.elementor-5993 .elementor-element.elementor-element-16255f41 {
	color: #fffFFF99
}

.elementor-5993 .elementor-element.elementor-element-16255f41>.elementor-widget-container {
	padding: 16px 0 8px
}

.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(12px/2)
}

.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(12px/2)
}

.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-icon i {
	color: #fff
}

.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-icon svg {
	fill: #FFFFFF
}

.elementor-5993 .elementor-element.elementor-element-3df3174a {
	--e-icon-list-icon-size: 20px
}

.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-text {
	color: #fff
}

.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-item>a {
	font-family: var(--e-global-typography-uicore_secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-uicore_secondary-font-weight)
}

.elementor-5993 .elementor-element.elementor-element-3df3174a>.elementor-widget-container {
	margin: 0 0 16px;
	padding: 0 0 32px;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #9090906B
}

.elementor-5993 .elementor-element.elementor-element-4799819a .elementor-button {
	background-color: #233253
}

.elementor-5993 .elementor-element.elementor-element-4799819a .elementor-button:focus,
.elementor-5993 .elementor-element.elementor-element-4799819a .elementor-button:hover {
	color: var(--e-global-color-uicore_headline);
	background-color: var(--e-global-color-uicore_light)
}

.elementor-5993 .elementor-element.elementor-element-4799819a .elementor-button:focus svg,
.elementor-5993 .elementor-element.elementor-element-4799819a .elementor-button:hover svg {
	fill: var(--e-global-color-uicore_headline)
}

.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 16px
}

.elementor-5993 .elementor-element.elementor-element-53b0be0f:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap {
	background-color: #f4f5fa
}

.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-background-slideshow,
.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated,
.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated>.elementor-background-overlay {
	border-radius: 16px 16px 16px 16px
}

.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0 0 0 16px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 16px;
	padding: 40px
}

.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-5993 .elementor-element.elementor-element-386dcf .elementor-heading-title {
	color: #0c231f;
	font-size: 32px
}

.elementor-5993 .elementor-element.elementor-element-2a42e0f3 .elementor-heading-title {
	color: #0c231f;
	font-size: 32px
}

.elementor-5993 .elementor-element.elementor-element-2a42e0f3 {
	width: auto;
	max-width: auto
}

.elementor-5993 .elementor-element.elementor-element-721128ba {
	color: #0c231F99
}

.elementor-5993 .elementor-element.elementor-element-721128ba>.elementor-widget-container {
	padding: 16px 0 8px
}

.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(12px/2)
}

.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(12px/2)
}

.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-icon i {
	color: #0c231f
}

.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-icon svg {
	fill: #0C231F
}

.elementor-5993 .elementor-element.elementor-element-4a4aeb53 {
	--e-icon-list-icon-size: 20px
}

.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-text {
	color: #0c231f
}

.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-item>a {
	font-family: var(--e-global-typography-uicore_secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-uicore_secondary-font-weight)
}

.elementor-5993 .elementor-element.elementor-element-4a4aeb53>.elementor-widget-container {
	margin: 0 0 16px;
	padding: 0 0 32px;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #9090906B
}

.elementor-5993 .elementor-element.elementor-element-15713a53 .elementor-button {
	fill: #FFFFFF;
	color: #fff;
	background-color: #ff4802
}

.elementor-5993 .elementor-element.elementor-element-15713a53 .elementor-button:focus,
.elementor-5993 .elementor-element.elementor-element-15713a53 .elementor-button:hover {
	color: var(--e-global-color-uicore_headline);
	background-color: var(--e-global-color-uicore_light)
}

.elementor-5993 .elementor-element.elementor-element-15713a53 .elementor-button:focus svg,
.elementor-5993 .elementor-element.elementor-element-15713a53 .elementor-button:hover svg {
	fill: var(--e-global-color-uicore_headline)
}

.elementor-5993 .elementor-element.elementor-element-aaf358b:not(.elementor-motion-effects-element-type-background) {
	background-color: var(--e-global-color-uicore_light)
}

.elementor-5993 .elementor-element.elementor-element-aaf358b {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 100px 0
}

.elementor-5993 .elementor-element.elementor-element-aaf358b>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-5993 .elementor-element.elementor-element-5051dab0.elementor-column>.elementor-widget-wrap {
	justify-content: center
}

.elementor-5993 .elementor-element.elementor-element-5051dab0>.elementor-element-populated {
	padding: 0
}

.elementor-5993 .elementor-element.elementor-element-f72d727 {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-5a20964a {
	text-align: center;
	width: var(--container-widget-width, 600px);
	max-width: 600px;
	--container-widget-width: 600px;
	--container-widget-flex-grow: 0
}

.elementor-5993 .elementor-element.elementor-element-5a20964a>.elementor-widget-container {
	padding: 0 0 30px
}

.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-item+.bdt-ep-accordion-item {
	margin-top: 24px
}

.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-title-text {
	justify-content: flex-start
}

.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-title {
	background-color: var(--e-global-color-uicore_white);
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	padding: 22px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em
}

.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-item:hover .bdt-ep-accordion-title {
	color: var(--e-global-color-uicore_primary)
}

.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-item.bdt-open .bdt-ep-accordion-title {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-icon.bdt-flex-align-right {
	margin-left: 10px
}

.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-title .bdt-ep-accordion-icon {
	font-size: 16px
}

.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-content {
	background-color: var(--e-global-color-uicore_white);
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	padding: 0 22px 22px;
	font-size: 16px
}

.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-item+.bdt-ep-accordion-item {
	margin-top: 24px
}

.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-title-text {
	justify-content: flex-start
}

.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-title {
	background-color: var(--e-global-color-uicore_white);
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	padding: 22px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em
}

.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-item:hover .bdt-ep-accordion-title {
	color: var(--e-global-color-uicore_primary)
}

.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-item.bdt-open .bdt-ep-accordion-title {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-icon.bdt-flex-align-right {
	margin-left: 10px
}

.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-title .bdt-ep-accordion-icon {
	font-size: 16px
}

.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-content {
	background-color: var(--e-global-color-uicore_white);
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	padding: 0 22px 22px;
	font-size: 16px
}

.elementor-5993 .elementor-element.elementor-element-ae3eeb2 {
	padding: 55px 0
}

.elementor-5993 .elementor-element.elementor-element-4ddaeb7:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap {
	background-color: var(--e-global-color-uicore_light)
}

.elementor-5993 .elementor-element.elementor-element-4ddaeb7>.elementor-element-populated>.elementor-background-overlay {
	background-image: var(--e-bg-lazyload-loaded);
	--e-bg-lazyload: url("../assets/insurance-cta-bg.png");
	background-position: center left;
	background-size: cover;
	opacity: 1
}

.elementor-5993 .elementor-element.elementor-element-4ddaeb7>.elementor-background-slideshow,
.elementor-5993 .elementor-element.elementor-element-4ddaeb7>.elementor-element-populated,
.elementor-5993 .elementor-element.elementor-element-4ddaeb7>.elementor-element-populated>.elementor-background-overlay {
	border-radius: 12px 12px 12px 12px
}

.elementor-5993 .elementor-element.elementor-element-4ddaeb7>.elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 75px 10px
}

.elementor-5993 .elementor-element.elementor-element-4ddaeb7>.elementor-element-populated>.elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-5993 .elementor-element.elementor-element-1a9a6de {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-02f6890 {
	text-align: center
}

.elementor-5993 .elementor-element.elementor-element-02f6890>.elementor-widget-container {
	padding: 0 0 15px
}

@media(max-width:1024px) {
	.elementor-5993 .elementor-element.elementor-element-36cf5994 {
		padding: 150px 0 0
	}

	.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list ul.custom-list-group {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list .custom-list-group li .flex-wrap {
		padding: 6px 14px
	}

	.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list .list-text .bdt-list-title {
		font-size: 13px
	}

	.elementor-5993 .elementor-element.elementor-element-7dd7e9c6 {
		width: var(--container-widget-width, 550px);
		max-width: 550px;
		--container-widget-width: 550px;
		--container-widget-flex-grow: 0
	}

	.elementor-5993 .elementor-element.elementor-element-ae40345>.elementor-widget-container {
		padding: 0 0 32px
	}

	.elementor-5993 .elementor-element.elementor-element-ae40345 {
		width: var(--container-widget-width, 600px);
		max-width: 600px;
		--container-widget-width: 600px;
		--container-widget-flex-grow: 0
	}

	.elementor-5993 .elementor-element.elementor-element-5bc8c8f5 {
		margin-top: 10px;
		margin-bottom: 0;
		padding: 30px 0 60px
	}

	.elementor-5993 .elementor-element.elementor-element-a213548>.elementor-element-populated {
		margin: 0 16px 0 0;
		--e-column-margin-right: 16px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-7b137790 img {
		border-radius: 10px 10px 10px 10px
	}

	.elementor-5993 .elementor-element.elementor-element-521355e4>.elementor-element-populated {
		margin: 0 8px;
		--e-column-margin-right: 8px;
		--e-column-margin-left: 8px
	}

	.elementor-5993 .elementor-element.elementor-element-3f18a139 img {
		border-radius: 10px 10px 10px 10px
	}

	.elementor-5993 .elementor-element.elementor-element-2007c848>.elementor-element-populated {
		margin: 0 0 0 16px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 16px
	}

	.elementor-5993 .elementor-element.elementor-element-51a59dd1 img {
		border-radius: 10px 10px 10px 10px
	}

	.elementor-5993 .elementor-element.elementor-element-f3409e4 {
		padding: 100px 0 10px
	}

	.elementor-5993 .elementor-element.elementor-element-e775499 {
		width: var(--container-widget-width, 550px);
		max-width: 550px;
		--container-widget-width: 550px;
		--container-widget-flex-grow: 0
	}

	.elementor-5993 .elementor-element.elementor-element-6c280a52 {
		padding: 48px 0
	}

	.elementor-5993 .elementor-element.elementor-element-45db9cb2 {
		--e-image-carousel-slides-to-show: 6
	}

	.elementor-5993 .elementor-element.elementor-element-45db9cb2>.elementor-widget-container {
		margin: 0 -75px
	}

	.elementor-5993 .elementor-element.elementor-element-3985333 {
		padding: 90px 0
	}

	.elementor-5993 .elementor-element.elementor-element-25034917>.elementor-widget-container {
		padding: 0 0 32px
	}

	.elementor-5993 .elementor-element.elementor-element-25034917 {
		--container-widget-width: 450px;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 450px);
		max-width: 450px
	}

	.elementor-5993 .elementor-element.elementor-element-1c340d9d .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-bd03374 .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-33508cf2 .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-6f29ba06 .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-8dac4a9 .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-39c9534 .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-34f9df5 .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-5aa703f .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-c895934 .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-82c1038 .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-7000004 .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-fe0bfbf .bdt-member .bdt-member-name {
		font-size: 21px
	}

	.elementor-5993 .elementor-element.elementor-element-8593310 {
		padding: 100px 0 10px
	}

	.elementor-5993 .elementor-element.elementor-element-64ecfee {
		width: var(--container-widget-width, 550px);
		max-width: 550px;
		--container-widget-width: 550px;
		--container-widget-flex-grow: 0
	}

	.elementor-5993 .elementor-element.elementor-element-eeb4e72 {
		padding: 75px 0 0
	}

	.elementor-5993 .elementor-element.elementor-element-4ab3490 {
		padding: 75px 0
	}

	.elementor-5993 .elementor-element.elementor-element-1792325f>.elementor-widget-container {
		padding: 0 0 40px
	}

	.elementor-5993 .elementor-element.elementor-element-1792325f {
		--container-widget-width: 500px;
		--container-widget-flex-grow: 0;
		width: var(--container-widget-width, 500px);
		max-width: 500px
	}

	.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
		margin-bottom: 12px
	}

	.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-background-slideshow,
	.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated,
	.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated>.elementor-background-overlay {
		border-radius: 14px 14px 14px 14px
	}

	.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated {
		margin: 0 8px 0 0;
		--e-column-margin-right: 8px;
		--e-column-margin-left: 0px;
		padding: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-4f0202dc .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-620ab595 .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
		padding-bottom: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
		margin-top: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-5160d354 {
		--e-icon-list-icon-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
		margin-bottom: 12px
	}

	.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-background-slideshow,
	.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated,
	.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated>.elementor-background-overlay {
		border-radius: 14px 14px 14px 14px
	}

	.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated {
		margin: 0 4px;
		--e-column-margin-right: 4px;
		--e-column-margin-left: 4px;
		padding: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-6ca189ab .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-106e1d90>.elementor-widget-container {
		margin: 0 0 0 10px;
		padding: 3px 13px
	}

	.elementor-5993 .elementor-element.elementor-element-19e7cc95 .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
		padding-bottom: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
		margin-top: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-3df3174a {
		--e-icon-list-icon-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
		margin-bottom: 12px
	}

	.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-background-slideshow,
	.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated,
	.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated>.elementor-background-overlay {
		border-radius: 14px 14px 14px 14px
	}

	.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated {
		margin: 0 0 0 8px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 8px;
		padding: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-386dcf .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-2a42e0f3 .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
		padding-bottom: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
		margin-top: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-4a4aeb53 {
		--e-icon-list-icon-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-aaf358b {
		padding: 70px 0
	}

	.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-title {
		border-radius: 5px 5px 5px 5px;
		overflow: hidden;
		padding: 20px;
		font-size: 20px
	}

	.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-item.bdt-open .bdt-ep-accordion-title {
		border-radius: 5px 5px 0 0;
		overflow: hidden
	}

	.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-title .bdt-ep-accordion-icon {
		font-size: 15px
	}

	.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-content {
		padding: 0 20px 20px;
		font-size: 15px
	}

	.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-title {
		border-radius: 5px 5px 5px 5px;
		overflow: hidden;
		padding: 20px;
		font-size: 20px
	}

	.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-item.bdt-open .bdt-ep-accordion-title {
		border-radius: 5px 5px 0 0;
		overflow: hidden
	}

	.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-title .bdt-ep-accordion-icon {
		font-size: 15px
	}

	.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-content {
		padding: 0 20px 20px;
		font-size: 15px
	}

	.elementor-5993 .elementor-element.elementor-element-4ddaeb7>.elementor-element-populated {
		padding: 50px
	}
}

@media(max-width:767px) {
	.elementor-5993 .elementor-element.elementor-element-36cf5994 {
		padding: 75px 0 0
	}

	.elementor-5993 .elementor-element.elementor-element-2a6c14cc>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
		margin-bottom: 16px
	}

	.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list ul.custom-list-group {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list .custom-list-group li .flex-wrap {
		padding: 6px 12px
	}

	.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list .list-text .bdt-list-title {
		font-size: 12px
	}

	.elementor-5993 .elementor-element.elementor-element-7fff8c4 .bdt-fancy-list .image-area {
		margin: 0 6px 0 0
	}

	.elementor-5993 .elementor-element.elementor-element-7fff8c4>.elementor-widget-container {
		margin: 0 0 12px
	}

	.elementor-5993 .elementor-element.elementor-element-7dd7e9c6 .ui-e-headline-text {
		font-size: 48px
	}

	.elementor-5993 .elementor-element.elementor-element-7dd7e9c6>.elementor-widget-container {
		margin: 4px 0 0;
		padding: 0
	}

	.elementor-5993 .elementor-element.elementor-element-7dd7e9c6 {
		width: 100%;
		max-width: 100%
	}

	.elementor-5993 .elementor-element.elementor-element-ae40345>.elementor-widget-container {
		padding: 0 0 24px
	}

	.elementor-5993 .elementor-element.elementor-element-ae40345 {
		width: 100%;
		max-width: 100%
	}

	.elementor-5993 .elementor-element.elementor-element-5bc8c8f5 {
		margin-top: 10px;
		margin-bottom: 0;
		padding: 15px 0 30px
	}

	.elementor-5993 .elementor-element.elementor-element-a213548 {
		width: 33.33%
	}

	.elementor-5993 .elementor-element.elementor-element-a213548>.elementor-element-populated {
		margin: 0 8px 0 0;
		--e-column-margin-right: 8px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-7b137790 img {
		border-radius: 6px 6px 6px 6px
	}

	.elementor-5993 .elementor-element.elementor-element-521355e4 {
		width: 33.33%
	}

	.elementor-5993 .elementor-element.elementor-element-521355e4>.elementor-element-populated {
		margin: 0 4px;
		--e-column-margin-right: 4px;
		--e-column-margin-left: 4px
	}

	.elementor-5993 .elementor-element.elementor-element-3f18a139 img {
		border-radius: 6px 6px 6px 6px
	}

	.elementor-5993 .elementor-element.elementor-element-2007c848 {
		width: 33.33%
	}

	.elementor-5993 .elementor-element.elementor-element-2007c848>.elementor-element-populated {
		margin: 0 0 0 8px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 8px
	}

	.elementor-5993 .elementor-element.elementor-element-51a59dd1 img {
		border-radius: 6px 6px 6px 6px
	}

	.elementor-5993 .elementor-element.elementor-element-31081d5 {
		margin-top: 0;
		margin-bottom: 0;
		padding: 30px 0 0
	}

	.elementor-5993 .elementor-element.elementor-element-e2eb647 {
		width: 50%
	}

	.elementor-5993 .elementor-element.elementor-element-e2eb647>.elementor-element-populated {
		padding: 10px
	}

	.elementor-5993 .elementor-element.elementor-element-b64536c img {
		width: 115px
	}

	.elementor-5993 .elementor-element.elementor-element-aea62f7 {
		width: 50%
	}

	.elementor-5993 .elementor-element.elementor-element-aea62f7>.elementor-element-populated {
		padding: 10px
	}

	.elementor-5993 .elementor-element.elementor-element-151a063 img {
		width: 75%
	}

	.elementor-5993 .elementor-element.elementor-element-c3e6c17 {
		width: 50%
	}

	.elementor-5993 .elementor-element.elementor-element-c3e6c17>.elementor-element-populated {
		padding: 10px
	}

	.elementor-5993 .elementor-element.elementor-element-ec60ce8 img {
		width: 85%
	}

	.elementor-5993 .elementor-element.elementor-element-722209e {
		width: 50%
	}

	.elementor-5993 .elementor-element.elementor-element-722209e>.elementor-element-populated {
		padding: 10px
	}

	.elementor-5993 .elementor-element.elementor-element-f13105d img {
		width: 80%
	}

	.elementor-5993 .elementor-element.elementor-element-57b5ecd>.elementor-element-populated {
		padding: 10px
	}

	.elementor-5993 .elementor-element.elementor-element-0cceff2 img {
		width: 119px
	}

	.elementor-5993 .elementor-element.elementor-element-f3409e4 {
		padding: 25px 0 30px
	}

	.elementor-5993 .elementor-element.elementor-element-e775499 {
		width: 100%;
		max-width: 100%
	}

	.elementor-5993 .elementor-element.elementor-element-6c280a52 {
		padding: 24px 0
	}

	.elementor-5993 .elementor-element.elementor-element-45db9cb2 {
		--e-image-carousel-slides-to-show: 3
	}

	.elementor-5993 .elementor-element.elementor-element-3985333 {
		padding: 25px 0 60px
	}

	.elementor-5993 .elementor-element.elementor-element-5eedd78e>.elementor-widget-container {
		padding: 0 10px
	}

	.elementor-5993 .elementor-element.elementor-element-25034917>.elementor-widget-container {
		padding: 0 10px 32px
	}

	.elementor-5993 .elementor-element.elementor-element-25034917 {
		width: 100%;
		max-width: 100%
	}

	.elementor-5993 .elementor-element.elementor-element-335ac924>.elementor-element-populated {
		margin: 0 0 40px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-1c340d9d .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-c21cca0>.elementor-element-populated {
		margin: 0 0 40px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-bd03374 .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-24f42472>.elementor-element-populated {
		margin: 0 0 40px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-33508cf2 .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-6f29ba06 .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-a3f4cdf>.elementor-element-populated {
		margin: 0 0 40px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-8dac4a9 .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-16b3107>.elementor-element-populated {
		margin: 0 0 40px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-39c9534 .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-a376db1>.elementor-element-populated {
		margin: 0 0 40px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-34f9df5 .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-5aa703f .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-70f9042>.elementor-element-populated {
		margin: 0 0 40px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-c895934 .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-8dfdce6>.elementor-element-populated {
		margin: 0 0 40px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-82c1038 .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-d5ebc5b>.elementor-element-populated {
		margin: 0 0 40px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-7000004 .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-fe0bfbf .bdt-member .bdt-member-name {
		font-size: 19px
	}

	.elementor-5993 .elementor-element.elementor-element-8593310 {
		padding: 25px 0 0
	}

	.elementor-5993 .elementor-element.elementor-element-64ecfee {
		width: 100%;
		max-width: 100%
	}

	.elementor-5993 .elementor-element.elementor-element-eeb4e72 {
		padding: 25px 0 0
	}

	.elementor-5993 .elementor-element.elementor-element-e450c8f {
		text-align: left
	}

	.elementor-5993 .elementor-element.elementor-element-dabe511>.elementor-element-populated {
		margin: 30px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-8c758a7 {
		text-align: left
	}

	.elementor-5993 .elementor-element.elementor-element-7d56d90>.elementor-element-populated {
		margin: 30px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-983612d {
		text-align: left
	}

	.elementor-5993 .elementor-element.elementor-element-d4ae736>.elementor-element-populated {
		margin: 30px 0 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px
	}

	.elementor-5993 .elementor-element.elementor-element-b575b57 {
		text-align: left
	}

	.elementor-5993 .elementor-element.elementor-element-4ab3490 {
		padding: 50px 0
	}

	.elementor-5993 .elementor-element.elementor-element-63adfb8e .elementor-heading-title {
		font-size: 45px
	}

	.elementor-5993 .elementor-element.elementor-element-1792325f>.elementor-widget-container {
		padding: 0 0 32px
	}

	.elementor-5993 .elementor-element.elementor-element-1792325f {
		width: 100%;
		max-width: 100%
	}

	.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-background-slideshow,
	.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated,
	.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated>.elementor-background-overlay {
		border-radius: 16px 16px 16px 16px
	}

	.elementor-5993 .elementor-element.elementor-element-6ef0547b>.elementor-element-populated {
		margin: 0 0 24px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 32px
	}

	.elementor-5993 .elementor-element.elementor-element-4f0202dc .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-620ab595 .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
		padding-bottom: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-5160d354 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
		margin-top: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-5160d354 {
		--e-icon-list-icon-size: 18px
	}

	.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-background-slideshow,
	.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated,
	.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated>.elementor-background-overlay {
		border-radius: 16px 16px 16px 16px
	}

	.elementor-5993 .elementor-element.elementor-element-38b993f>.elementor-element-populated {
		margin: 0 0 24px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 32px
	}

	.elementor-5993 .elementor-element.elementor-element-6ca189ab .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-19e7cc95 .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
		padding-bottom: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-3df3174a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
		margin-top: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-3df3174a {
		--e-icon-list-icon-size: 18px
	}

	.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-background-slideshow,
	.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated,
	.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated>.elementor-background-overlay {
		border-radius: 16px 16px 16px 16px
	}

	.elementor-5993 .elementor-element.elementor-element-53b0be0f>.elementor-element-populated {
		margin: 0;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 32px
	}

	.elementor-5993 .elementor-element.elementor-element-386dcf .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-2a42e0f3 .elementor-heading-title {
		font-size: 24px
	}

	.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
		padding-bottom: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-4a4aeb53 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
		margin-top: calc(10px/2)
	}

	.elementor-5993 .elementor-element.elementor-element-4a4aeb53 {
		--e-icon-list-icon-size: 18px
	}

	.elementor-5993 .elementor-element.elementor-element-aaf358b {
		padding: 50px 0
	}

	.elementor-5993 .elementor-element.elementor-element-f72d727>.elementor-widget-container {
		padding: 0 10px
	}

	.elementor-5993 .elementor-element.elementor-element-5a20964a>.elementor-widget-container {
		padding: 0 10px 20px
	}

	.elementor-5993 .elementor-element.elementor-element-5a20964a {
		width: 100%;
		max-width: 100%
	}

	.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-title {
		padding: 18px;
		font-size: 18px
	}

	.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-title .bdt-ep-accordion-icon {
		font-size: 14px
	}

	.elementor-5993 .elementor-element.elementor-element-77d2a1f8 .bdt-ep-accordion-content {
		padding: 0 18px 18px;
		font-size: 14px
	}

	.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-title {
		padding: 18px;
		font-size: 18px
	}

	.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-title .bdt-ep-accordion-icon {
		font-size: 14px
	}

	.elementor-5993 .elementor-element.elementor-element-68bda798 .bdt-ep-accordion-content {
		padding: 0 18px 18px;
		font-size: 14px
	}

	.elementor-5993 .elementor-element.elementor-element-ae3eeb2 {
		padding: 0
	}

	.elementor-5993 .elementor-element.elementor-element-4ddaeb7>.elementor-element-populated {
		padding: 20px
	}

	.elementor-5993 .elementor-element.elementor-element-1a9a6de .elementor-heading-title {
		font-size: 30px
	}
}

@media(min-width:768px) {
	.elementor-5993 .elementor-element.elementor-element-6bf3acd {
		width: 100%
	}

	.elementor-5993 .elementor-element.elementor-element-16ad170 {
		width: 100%
	}

	.elementor-5993 .elementor-element.elementor-element-cb04a31 {
		width: 100%
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-5993 .elementor-element.elementor-element-d4640dd {
		width: 100%
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

a {
	background-color: transparent
}

strong {
	font-weight: bolder
}

code {
	font-family: monospace, monospace;
	font-size: 1em
}

img {
	border-style: none;
	height: auto;
	vertical-align: unset
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

button {
	border: none
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

[hidden],
template {
	display: none
}

ul[class] {
	list-style: none
}

input[type=search],
input[type=text],
textarea {
	background-clip: padding-box
}

select {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzdweCIgaGVpZ2h0PSI0cHgiIHZpZXdCb3g9IjAgMCAzNyA0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2MS4yICg4OTY1MykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+QXJ0Ym9hcmQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBcnJvdy1SaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMDAwMDAwLCAwLjAwMDAwMCkiIGZpbGw9IiMzNDMzNTIiPgogICAgICAgICAgICA8cGF0aCBkPSJNMy44MDM4OTIyMiwzLjg3MiBMNi44NzQyNTE1LDAuNzU3MzMzMzMzIEM3LjA0MTkxNjE3LDAuNTc2IDcuMDQxOTE2MTcsMC4yOTg2NjY2NjcgNi44NzQyNTE1LDAuMTI4IEM2LjcwNjU4NjgzLC0wLjA0MjY2NjY2NjcgNi40MjM2NTI2OSwtMC4wNDI2NjY2NjY3IDYuMjU1OTg4MDIsMC4xMjggTDMuNSwyLjkzMzMzMzMzIEwwLjc0NDAxMTk3NiwwLjEyOCBDMC41NjU4NjgyNjMsLTAuMDQyNjY2NjY2NyAwLjI5MzQxMzE3NCwtMC4wNDI2NjY2NjY3IDAuMTI1NzQ4NTAzLDAuMTI4IEMtMC4wNDE5MTYxNjc3LDAuMjk4NjY2NjY3IC0wLjA0MTkxNjE2NzcsMC41NzYgMC4xMjU3NDg1MDMsMC43NTczMzMzMzMgTDMuMTg1NjI4NzQsMy44NzIgQzMuMzYzNzcyNDYsNC4wNDI2NjY2NyAzLjYzNjIyNzU0LDQuMDQyNjY2NjcgMy44MDM4OTIyMiwzLjg3MiBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position-x: 100%;
	background-position-y: 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent
}

form input,
form select,
form textarea {
	display: block;
	font-family: inherit;
	font-size: 14px;
	line-height: normal;
	padding: 10px 15px;
	border-radius: 3px;
	font-weight: 400;
	border: 1px solid #e6e9ec;
	transition: all .3s ease-in-out;
	width: 100%
}

form input[type=submit] {
	color: #fff;
	transition: all .3s ease-in-out;
	cursor: pointer;
	width: auto;
	padding: 10px 35px
}

input[type=checkbox] {
	margin-right: 5px;
	height: 30px;
	float: left;
	width: auto
}

.uicore-back-to-top {
	position: fixed;
	right: 2em;
	bottom: 2em;
	display: inline-block;
	z-index: 999;
	background: #fff;
	transform: rotate(180deg) scale(1);
	font-size: 15px;
	line-height: 40px !important;
	width: 40px;
	text-align: center;
	box-shadow: 1px 0 22px -9px rgba(0, 0, 0, .4);
	transition: all .3s cubic-bezier(.61, -.12, .08, 1.55);
	cursor: pointer
}

.uicore-back-to-top:hover {
	transform: rotate(180deg) scale(1.1);
	box-shadow: 0 0 20px -9px rgba(0, 0, 0, .2)
}

.uicore-back-to-top:before {
	font-size: 100%
}

.uicore-back-to-top:not(.uicore-visible) {
	opacity: 0;
	pointer-events: none;
	transform: rotate(180deg) scale(.3)
}

.uicore.elementor-section-boxed .uicore.elementor-container {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.bdt-button {
	transition: all .3s ease-out
}

.elementor-widget-text-editor p {
	font-size: inherit
}

.elementor-widget-text-editor h1:last-child,
.elementor-widget-text-editor h2:last-child,
.elementor-widget-text-editor h3:last-child,
.elementor-widget-text-editor h4:last-child,
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0
}

.elementor-widget-text-editor h1:first-child,
.elementor-widget-text-editor h2:first-child,
.elementor-widget-text-editor h3:first-child,
.elementor-widget-text-editor h4:first-child,
.elementor-widget-text-editor p:first-child {
	margin-top: 0
}

.elementor-edit-mode .elementor-section:first-child .elementor-editor-section-settings {
	transform: translate3d(-50%, 0, 0) !important;
	border-radius: 0 0 5px 5px !important
}

.ui-float-widget>*,
.ui-float-widget>.elementor-widget-wrap {
	animation: 1s infinite alternate uicoreFloat !important
}

.elementor-element-edit-mode.ui-float-widget:hover *,
.elementor-element-edit-mode.ui-float-widget:hover .elementor-widget-wrap {
	animation: none !important
}

.elementor-page:not(.elementor-editor-active) #primary {
	max-width: 100vw;
	overflow: hidden
}

.elementor-section.elementor-section-stretched {
	position: relative;
	width: 100%
}

.elementor-section {
	position: relative
}

.elementor-container {
	margin: 0 auto
}

.elementor-section .elementor-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.elementor-section.elementor-section-boxed:not(.elementor-inner-section) .uicore-header-wrapper>.elementor-container,
.elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container {
	width: 90%
}

body,
html {
	margin: 0;
	position: relative
}

html {
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: none;
	text-rendering: optimizelegibility;
	font-feature-settings: "kern";
	font-kerning: normal
}

body {
	max-width: 100vw;
	overflow-x: hidden;
	font-family: 'Segoe UI', sans-serif
}

* {
	box-sizing: border-box
}

a {
	text-decoration: none;
	transition: all .2s cubic-bezier(.68, .01, .58, .75)
}

a strong {
	color: inherit
}

p {
	margin-top: 0;
	margin-bottom: 1em
}

.uicore-body-content {
	position: relative;
	width: 100%;
	max-width: 100vw
}

body {
	--page-title-display: block
}

.elementor-widget-heading h1.elementor-heading-title,
h1 {
	font-family: var(--uicore-typography--h1-f, "Inter");
	font-weight: var(--uicore-typography--h1-w, "600");
	line-height: var(--uicore-typography--h1-h, "1.2");
	letter-spacing: var(--uicore-typography--h1-ls, "-.027em");
	text-transform: var(--uicore-typography--h1-t, "none");
	font-style: var(--uicore-typography--h1-st, "normal");
	color: var(--uicore-typography--h1-c, "#070707");
	font-size: var(--uicore-typography--h1-s, "10px")
}

.elementor-widget-heading h2.elementor-heading-title,
h2 {
	font-family: var(--uicore-typography--h2-f, "Inter");
	font-weight: var(--uicore-typography--h2-w, "600");
	line-height: var(--uicore-typography--h2-h, "1.2");
	letter-spacing: var(--uicore-typography--h2-ls, "-.027em");
	text-transform: var(--uicore-typography--h2-t, "none");
	font-style: var(--uicore-typography--h2-st, "normal");
	color: var(--uicore-typography--h2-c, "#070707");
	font-size: var(--uicore-typography--h2-s, "10px")
}

.elementor-widget-heading h3.elementor-heading-title,
h3 {
	font-family: var(--uicore-typography--h3-f, "Inter");
	font-weight: var(--uicore-typography--h3-w, "600");
	line-height: var(--uicore-typography--h3-h, "1.2");
	letter-spacing: var(--uicore-typography--h3-ls, "-.027em");
	text-transform: var(--uicore-typography--h3-t, "none");
	font-style: var(--uicore-typography--h3-st, "normal");
	color: var(--uicore-typography--h3-c, "#070707");
	font-size: var(--uicore-typography--h3-s, "10px")
}

.elementor-widget-heading h4.elementor-heading-title,
h4 {
	font-family: var(--uicore-typography--h4-f, "Inter");
	font-weight: var(--uicore-typography--h4-w, "600");
	line-height: var(--uicore-typography--h4-h, "1.2");
	letter-spacing: var(--uicore-typography--h4-ls, "-.027em");
	text-transform: var(--uicore-typography--h4-t, "none");
	font-style: var(--uicore-typography--h4-st, "normal");
	color: var(--uicore-typography--h4-c, "#070707");
	font-size: var(--uicore-typography--h4-s, "10px")
}

.uicore-body-content input,
body,
body .uicore-body-content {
	font-family: var(--uicore-typography--p-f, "Inter");
	font-weight: var(--uicore-typography--p-w, "600");
	line-height: var(--uicore-typography--p-h, "1.2");
	letter-spacing: var(--uicore-typography--p-ls, "-.027em");
	text-transform: var(--uicore-typography--p-t, "none");
	font-style: var(--uicore-typography--p-st, "normal");
	color: var(--uicore-typography--p-c, "#070707");
	font-size: var(--uicore-typography--p-s, "10px")
}

.uicore-progress-bar,
form input[type=submit] {
	background-color: var(--e-global-color-uicore_primary)
}

.bdt-navbar-nav>li>a:hover,
.uicore-body-content .bdt-fancy-list ul.custom-list-group li a:hover .list-text h4,
.uicore-body-content .elementor-icon,
.uicore-body-content .elementor-icon-list-icon i,
a {
	color: var(--e-global-color-uicore_primary)
}

form input[type=submit]:hover {
	background-color: var(--e-global-color-uicore_secondary)
}

.uicore-body-content .elementor-icon:hover,
a:hover {
	color: var(--e-global-color-uicore_secondary)
}

form input[type=submit] {
	border-color: var(--e-global-color-uicore_primary)
}

form input[type=submit]:hover {
	border-color: var(--e-global-color-uicore_secondary)
}

.elementor-widget-highlighted-text.ui-e-a-animate .uicore-svg-wrapper path {
	stroke-dasharray: 1500;
	animation: 2s cubic-bezier(.29, 1.11, .74, 1.04) forwards highlighted-line;
	animation-play-state: paused
}

.elementor-widget-highlighted-text .ui-e-headline-text {
	position: relative
}

.elementor-widget-highlighted-text .ui-e-headline-text svg {
	position: absolute;
	top: auto;
	left: 50%;
	width: 106%;
	height: 100%;
	transform: translate(-50%);
	overflow: visible
}

.elementor-widget-highlighted-text .ui-e-headline-text svg path {
	stroke: red;
	stroke-width: 9;
	fill: none
}

.elementor-widget-highlighted-text .ui-e-headline-highlighted {
	z-index: 1;
	position: relative;
	white-space: nowrap
}

.elementor-widget-highlighted-text.elementor-element-edit-mode path {
	animation-play-state: running !important
}

.ui-e--highlighted-text {
	margin: 0
}

@keyframes highlighted-line {
	0% {
		stroke-dasharray: 0 1500
	}

	to {
		stroke-dasharray: 1500 1500
	}
}

.bdt-input {
	height: auto;
	line-height: 40px !important
}

button.bdt-button {
	line-height: 1
}

.elementor-widget-bdt-member .bdt-member .bdt-member-photo,
.elementor-widget-bdt-member .bdt-member .bdt-member-photo img {
	height: auto
}

.bdt-sticky-fixed {
	z-index: 10
}

@media (max-width:1025px) {
	.uicore-navbar:not(.elementor-section-boxed) .uicore-header-wrapper {
		padding-left: 10px !important;
		padding-right: 10px !important
	}
}

@media (max-width:1024px) {
	.elementor-lightbox .elementor-video-container {
		width: 100%
	}

	.elementor-section .elementor-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:1025px) {
	.uicore-navigation-wrapper {
		display: none
	}
}

@media (max-width:768px) {
	.uicore_hide_mobile {
		display: none !important
	}
}

body button.uicore-ham,
body button.uicore-ham:focus,
body button.uicore-ham:hover {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	background: 0 0;
	box-shadow: none;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center
}

button.uicore-ham {
	padding: 0 0 0 20px !important
}

.uicore-ham .bar,
.uicore-ham .bars {
	display: flex;
	flex-flow: column nowrap;
	align-items: inherit;
	justify-content: inherit
}

.uicore-ham .bars {
	float: right;
	width: 20px;
	height: 15px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: all .45s cubic-bezier(.23, 1, .32, 1) .2s
}

.uicore-ham .bar {
	width: 20px;
	height: 2px;
	border-radius: 50em;
	margin-bottom: 4.4px;
	position: relative;
	transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.uicore-ham .bar:first-child,
.uicore-ham .bar:last-child {
	opacity: 0;
	visibility: hidden;
	transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.uicore-ham .bar:first-child {
	transform: translate3d(0, -3px, 0)
}

.uicore-ham .bar:last-child {
	margin-bottom: 0;
	transform: translate3d(0, 3px, 0)
}

.uicore-ham .bar:nth-child(2) {
	width: 22px;
	margin-right: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.uicore-ham .bar:nth-child(2):before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	transition: inherit;
	background-color: inherit;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bars {
	-webkit-transform: none;
	transform: none;
	transition-delay: 0s
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2) {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	transform: none;
	transition: all .3s ease, background-color .15s
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child:after,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child:before,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child:after,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child:before,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2):after,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2):before {
	-webkit-transform: rotate(0) translate(0);
	transform: rotate(0) translate(0)
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child,
body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child {
	transition-delay: .15s
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2) {
	width: 16px
}

body button.uicore-ham.uicore-toggle {
	display: none
}

.uicore-navigation-wrapper {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	pointer-events: none;
	height: 100%;
	max-width: 100vw;
	opacity: 0;
	z-index: 99999999
}

.uicore-navigation-wrapper .elementor-container {
	padding: 0 10px
}

.uicore-navigation-wrapper .uicore-menu-container {
	position: relative;
	padding: 0;
	height: 100%
}

.uicore-navigation-wrapper .uicore-nav {
	justify-content: flex-start !important
}

.uicore-navigation-wrapper .uicore-menu .menu-item,
.uicore-navigation-wrapper .uicore-menu .menu-item:hover {
	position: static
}

.uicore-navigation-wrapper .uicore-menu .sub-menu {
	display: none
}

.uicore-navigation-wrapper .uicore-menu .sub-menu a {
	width: 100%
}

.uicore-navigation-wrapper .uicore-menu .sub-menu.uicore-active {
	display: block;
	right: -100%
}

.uicore-navigation-wrapper .uicore-navigation-content {
	display: flex;
	flex-direction: column;
	overflow: hidden
}

.uicore-navigation-wrapper .uicore-navigation-content .uicore-extra {
	flex-direction: column;
	margin-bottom: 30px
}

.uicore-navigation-wrapper .uicore-navigation-content .uicore-extra .uicore-btn {
	width: calc(90% - 20px);
	text-align: center;
	margin: 20px auto 0
}

.uicore-navigation-wrapper .uicore-mobile.uicore-active>li {
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important;
	will-change: opacity !important;
	-webkit-transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important;
	-moz-transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important;
	-ms-transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important;
	-o-transition: opacity .4s cubic-bezier(.22, 1, .36, 1) 0 !important
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item-has-children>a:after {
	font-family: uicore-icons;
	content: "\E901";
	position: absolute;
	transform: rotate(-90deg) translate3d(50%, -50%, 0);
	font-size: 16px;
	width: 16px;
	height: 16px;
	right: 10px;
	top: 50%;
	opacity: .5;
	transition: all .5s cubic-bezier(.22, 1, .36, 1) .3s
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item .back a {
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: .2em;
	opacity: .75
}

.uicore-navigation-wrapper .uicore-menu-container ul li {
	display: block !important
}

.uicore-navigation-wrapper .uicore-menu-container ul li a {
	position: relative;
	color: inherit;
	display: block;
	margin: 0 auto
}

.uicore-navigation-wrapper .uicore-menu-container ul.uicore-animating a:after {
	transition: all .2s cubic-bezier(.22, 1, .36, 1) 0s !important;
	opacity: 0 !important;
	-webkit-transition: .2s cubic-bezier(.22, 1, .36, 1) !important;
	-moz-transition: .2s cubic-bezier(.22, 1, .36, 1) !important;
	-ms-transition: .2s cubic-bezier(.22, 1, .36, 1) !important;
	-o-transition: .2s cubic-bezier(.22, 1, .36, 1) !important
}

.uicore-overflow-hidden {
	overflow: hidden !important
}

.ui-custom-tap {
	max-width: 70% !important;
	margin-left: 0 !important;
	position: absolute !important;
	width: 70%
}

.ui-custom-tap:after {
	display: none !important
}

.uicore-branding {
	height: var(--uicore-header--logo-h)
}

.uicore-navbar .uicore-branding {
	margin: var(--uicore-header--logo-padding) 0
}

.uicore-navbar:not(.uicore-left-menu) .uicore-nav-menu ul.uicore-menu li.menu-item>a {
	padding-right: var(--uicore-header--menu-spaceing);
	padding-left: var(--uicore-header--menu-spaceing)
}

.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after {
	right: var(--uicore-header--menu-spaceing)
}

.uicore-mobile-menu-wrapper .uicore-menu .menu-item>a,
.uicore-nav-menu .uicore-nav .sub-menu:not(.uicore-megamenu)>li a,
.uicore-nav-menu .uicore-nav .uicore-menu>.menu-item>a,
.uicore-navbar .uicore-btn {
	font-family: var(--uicore-header--menu-typo-f, "Inter");
	font-weight: var(--uicore-header--menu-typo-w, "600");
	line-height: var(--uicore-header--menu-typo-h, "1.2");
	letter-spacing: var(--uicore-header--menu-typo-ls, "-.027em");
	text-transform: var(--uicore-header--menu-typo-t, "none");
	font-style: var(--uicore-header--menu-typo-st, "normal");
	font-size: var(--uicore-header--menu-typo-s, "10px");
	color: inherit
}

.uicore-nav-menu a:hover {
	color: inherit
}

.uicore-mobile-menu-wrapper .uicore-menu-container ul .menu-item-has-children:after {
	line-height: var(--uicore-header--menu-typo-h, "1.2")
}

.uicore-extra a,
.uicore-mobile-menu-wrapper .uicore-menu li.menu-item,
.uicore-nav-menu .uicore-nav .sub-menu:not(.uicore-megamenu)>li a,
.uicore-nav-menu li {
	color: var(--uicore-header--menu-typo-c, "#070707")
}

.uicore-extra a:hover,
.uicore-mobile-menu-wrapper .uicore-menu li.menu-item:hover,
.uicore-nav-menu .uicore-menu li:hover {
	color: var(--uicore-header--menu-typo-ch, "#070707")
}

.uicore-navbar .uicore-extra .uicore-search-btn {
	font-size: clamp(16px, var(--uicore-header--menu-typo-s, "10px"), 21px)
}

.uicore-navbar .uicore-extra .uicore-search-btn:before {
	font-size: 110%
}

.uicore-navigation-wrapper span.bar {
	background: var(--uicore-header--menu-typo-c, "#070707") !important
}

.uicore-navbar .uicore-ham {
	height: var(--uicore-header--logo-h);
	width: var(--uicore-header--logo-h)
}

.uicore-menu .ui-menu-item-wrapper {
	position: relative
}

.uicore-menu li:not(.ui-has-description)>a svg {
	vertical-align: middle;
	margin-right: .3em
}

.uicore-menu li:not(.ui-has-description)>a svg circle,
.uicore-menu li:not(.ui-has-description)>a svg path {
	stroke-width: 1.7
}

.uicore-menu li:not(.ui-has-description)>a span+svg {
	margin-left: .3em;
	margin-right: 0
}

.uicore-mobile-main,
.uicore-mobile-second {
	display: none
}

nav.elementor-container.uicore {
	position: unset
}

.uicore-navbar {
	z-index: 11
}

.uicore-navbar .uicore-header-wrapper {
	transition: all .4s ease;
	will-change: unset;
	background-clip: padding-box;
	position: relative;
	top: 0
}

.uicore-navbar .uicore-header-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	will-change: opacity;
	transition: opacity .3s ease-in;
	z-index: -1
}

.uicore-navbar.uicore-sticky {
	position: sticky;
	width: 100%;
	top: 0
}

.uicore-navbar.uicore-sticky:before {
	bottom: 0
}

.uicore-navbar.uicore-transparent {
	max-width: 100vw;
	width: 100%
}

.uicore-navbar.uicore-transparent .uicore-header-wrapper {
	position: absolute;
	width: 100%
}

.uicore-navbar.uicore-transparent .uicore-header-wrapper:before,
.uicore-navbar.uicore-transparent .uicore-main,
.uicore-navbar.uicore-transparent .uicore-mobile-main {
	opacity: 0
}

.uicore-navbar.uicore-transparent .uicore-mobile-second,
.uicore-navbar.uicore-transparent .uicore-second,
.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-header-wrapper:before,
.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-main,
.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-mobile-main {
	opacity: 1
}

.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-mobile-second,
.uicore-navbar.uicore-transparent.uicore-scrolled .uicore-second {
	opacity: 0
}

.uicore-navbar:not(.uicore-transparent) .uicore-mobile-second,
.uicore-navbar:not(.uicore-transparent) .uicore-second {
	display: none
}

.uicore-navbar:not(.uicore-left-menu) .uicore-branding {
	padding-right: 20px
}

.uicore-navbar .uicore-branding {
	position: relative
}

.uicore-navbar .uicore-branding a {
	height: inherit;
	transition: none
}

.uicore-navbar .uicore-branding a .uicore-logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .2s cubic-bezier(.68, .01, .58, .75);
	height: inherit;
	max-width: unset
}

.uicore-navbar .uicore-branding a .uicore-logo.uicore-main {
	position: relative
}

.uicore-navbar li a {
	transition: all .2s cubic-bezier(.68, .01, .58, .75);
	display: block
}

.uicore-navbar:not(.uicore-left-menu) li.menu-item {
	display: inline-block
}

.uicore-navbar .uicore ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.uicore-navbar .uicore ul.sub-menu:not(.uicore-megamenu) li {
	display: block
}

.uicore-navbar .uicore ul.sub-menu:not(.uicore-megamenu) li a {
	padding: 8px 25px
}

.uicore-navbar nav {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.uicore-navbar nav .uicore-menu {
	display: flex
}

.uicore-navbar .uicore-nav,
.uicore-navbar .uicore-nav-menu {
	display: flex !important;
	flex: 1;
	justify-content: flex-end
}

.uicore-navbar .uicore-nav .uicore-menu>.menu-item-has-children.uicore-edge>.sub-menu,
.uicore-navbar .uicore-nav-menu .uicore-menu>.menu-item-has-children.uicore-edge>.sub-menu {
	left: auto;
	right: 0
}

.uicore-navbar .uicore-nav .uicore,
.uicore-navbar .uicore-nav-menu .uicore {
	display: block
}

.uicore-navbar .sub-menu:hover,
.uicore-navbar nav .menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	transform: none !important;
	pointer-events: all
}

.uicore-navbar nav .menu-item-has-children>a {
	position: relative
}

.uicore-navbar nav .menu-item-has-children>a:after {
	font-family: uicore-icons;
	content: "\E901";
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0
}

.uicore-navbar nav .menu-item-has-children .menu-item-has-children {
	position: relative
}

.uicore-navbar nav .menu-item-has-children .menu-item-has-children a:after {
	transform: rotate(-90deg);
	right: 20px;
	top: calc(50% - 7px)
}

.uicore-navbar nav .menu-item-has-children .sub-menu .menu-item-has-children.uicore-edge>.sub-menu {
	left: -100%
}

.uicore-navbar nav .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
	left: 100%;
	top: -22px
}

.uicore-navbar nav .menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	display: table
}

.uicore-navbar nav.uicore ul.sub-menu {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	will-change: opacity, transform;
	z-index: 10
}

.uicore-navbar nav.uicore ul.sub-menu,
.uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu) {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 2px 35px 0 rgba(0, 0, 0, .04);
	min-width: 280px
}

.uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu) {
	padding: 22px 0
}

.uicore-navbar nav.uicore ul.sub-menu:not(.uicore-megamenu) a {
	line-height: 1.3;
	color: inherit !important
}

.uicore-navbar .uicore-extra {
	display: flex !important;
	align-items: center
}

.uicore-navbar .uicore-extra .uicore-btn {
	transition: all .2s cubic-bezier(.68, .01, .58, .75) !important
}

.uicore-navbar .uicore-extra .uicore-search-btn {
	display: inline-block;
	cursor: pointer
}

.uicore-navbar a.uicore-btn {
	align-self: center
}

.uicore-cta-wrapper {
	display: flex
}

.uicore-menu-focus .uicore-menu li a {
	transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.uicore-nav-menu .uicore-nav .uicore-menu>.menu-item-has-children>a span {
	margin-right: 10px
}

.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after {
	margin-right: -10px;
	top: 2px
}

.ui-menu-item-wrapper {
	white-space: nowrap;
	vertical-align: middle
}

@media (min-width:1025px) {
	.uicore-mobile-nav-show .uicore-mobile-menu-wrapper .uicore-navigation-content .uicore-extra>div {
		opacity: 1;
		transform: translateZ(0)
	}

	.uicore-mobile-nav-show #wrapper-navbar .uicore-ham {
		opacity: 0 !important
	}

	.uicore-navbar:not(.elementor-section-boxed) .uicore-header-wrapper nav {
		padding: 0 70px
	}

	.uicore-navbar .uicore-extra {
		gap: 25px
	}

	.uicore-nav-menu {
		flex: 1
	}

	.menu-item.back {
		display: none !important
	}

	.uicore-h-classic .uicore-cta-wrapper a {
		padding: clamp(14px, .8em, 18px) clamp(18px, 1.8em, 36px)
	}

	body:not(.elementor-editor-active) #wrapper-navbar .uicore-extra>*,
	body:not(.elementor-editor-active) .uicore-header-wrapper .uicore-branding,
	body:not(.elementor-editor-active) .uicore-header-wrapper nav .uicore-ham,
	body:not(.elementor-editor-active) .uicore-header-wrapper ul.uicore-menu>.menu-item>a {
		animation-delay: .5s;
		opacity: 0;
		animation-fill-mode: forwards;
		animation-duration: 1s;
		animation-name: uicoreFadeInUp, uicoreFadeIn;
		animation-play-state: paused;
		animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1)
	}
}

@media (max-width:1025px) {
	.uicore-btn {
		display: block
	}

	.uicore-cta-wrapper {
		width: 100%
	}

	.uicore-branding.uicore-desktop {
		display: none
	}

	.uicore-navigation-wrapper .uicore-menu-container .uicore-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%
	}

	.uicore-navigation-wrapper .uicore-menu-container ul {
		padding: 0
	}

	.uicore-navigation-wrapper .uicore-menu-container ul li.menu-item>a {
		padding: 15px 10px !important;
		max-width: 90%
	}

	.uicore-mobile-menu-wrapper .uicore-menu-container {
		overflow: hidden auto;
		flex: 0 auto
	}

	.uicore-navbar .uicore-branding a .uicore-logo.uicore-mobile-main {
		position: relative
	}

	.ui-a-dsmm-slide .uicore-navigation-wrapper .uicore-menu .sub-menu {
		top: 0;
		position: absolute;
		left: auto;
		opacity: 1;
		width: 100%;
		z-index: 9
	}

	.uicore-navbar:not(.elementor-section-boxed) .uicore-header-wrapper nav {
		max-width: 90%;
		flex-flow: row
	}

	.uicore-header-wrapper .uicore-extra,
	.uicore-navbar .uicore-nav-menu {
		display: none !important
	}

	.uicore-navbar .uicore-ham:not(.uicore-drawer-toggle) {
		display: block !important
	}

	.uicore-main,
	.uicore-second {
		display: none
	}

	.uicore-mobile-main,
	.uicore-mobile-second {
		display: block
	}
}

@media (max-width:768px) {
	.uicore-navbar.uicore-sticky {
		top: 0 !important
	}
}

@media (max-width:1300px) {
	.uicore-navbar:not(.uicore-left-menu) .uicore-nav-menu ul.uicore-menu li.menu-item>a {
		padding-right: calc(var(--uicore-header--menu-spaceing)*.75);
		padding-left: calc(var(--uicore-header--menu-spaceing)*.75)
	}

	.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after {
		right: calc(var(--uicore-header--menu-spaceing)*.75)
	}
}

@media (max-width:1200px) {
	.uicore-navbar:not(.uicore-left-menu) .uicore-nav-menu ul.uicore-menu li.menu-item>a {
		padding-right: calc(var(--uicore-header--menu-spaceing)*.6);
		padding-left: calc(var(--uicore-header--menu-spaceing)*.6)
	}

	.uicore-h-classic.uicore-navbar .uicore-menu>.menu-item-has-children>a:after {
		right: calc(var(--uicore-header--menu-spaceing)*.6)
	}
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

.fadeIn {
	animation-name: uicoreFadeIn !important;
	animation-timing-function: cubic-bezier(0, 0, .2, 1) !important
}

@keyframes uicoreFadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes uicoreFadeInUp {
	0% {
		transform: translate3d(0, 40px, 0)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes uicoreFloat {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(0, -7%, 0)
	}
}

.elementor-kit-6 {
	--e-global-color-uicore_primary: #FF4802;
	--e-global-color-uicore_secondary: #233253;
	--e-global-color-uicore_accent: #66D134;
	--e-global-color-uicore_headline: #233253;
	--e-global-color-uicore_body: #808489;
	--e-global-color-uicore_dark: #233253;
	--e-global-color-uicore_light: #F4F5FA;
	--e-global-color-uicore_white: #FFFFFF;
	--e-global-typography-uicore_primary-font-family: "Space Grotesk";
	--e-global-typography-uicore_primary-font-weight: 700;
	--e-global-typography-uicore_secondary-font-family: "DM Sans";
	--e-global-typography-uicore_secondary-font-weight: 500;
	--e-global-typography-uicore_text-font-family: "DM Sans";
	--e-global-typography-uicore_text-font-weight: normal;
	--e-global-typography-uicore_accent-font-family: "Arial";
	--e-global-typography-uicore_accent-font-weight: 500
}

.elementor-kit-6 .bdt-button-primary,
.elementor-kit-6 .elementor-button.elementor-button,
.elementor-kit-6 .elementor-button:not(.bdt-offcanvas-button),
.elementor-kit-6 [type=submit],
.elementor-kit-6 input[type=button],
.elementor-kit-6 input[type=submit],
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
.uicore-navbar a.uicore-btn {
	font-family: "DM Sans", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: None;
	line-height: 1em;
	letter-spacing: 0;
	color: #fff;
	background-color: var(--e-global-color-uicore_primary);
	border-style: none
}

.coupon input,
.elementor-kit-6 .bdt-button-primary,
.elementor-kit-6 .elementor-button.elementor-button,
.elementor-kit-6 .elementor-button:not(.bdt-offcanvas-button),
.elementor-kit-6 [type=submit],
.elementor-kit-6 input[type=button],
.elementor-kit-6 input[type=submit],
.quantity input,
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
.uicore-navbar a.uicore-btn {
	border-radius: 6px 6px 6px 6px
}

.elementor-kit-6 .bdt-button-primary:focus,
.elementor-kit-6 .bdt-button-primary:hover,
.elementor-kit-6 .elementor-button.elementor-button:focus,
.elementor-kit-6 .elementor-button.elementor-button:hover,
.elementor-kit-6 .elementor-button:not(.bdt-offcanvas-button):focus,
.elementor-kit-6 .elementor-button:not(.bdt-offcanvas-button):hover,
.elementor-kit-6 [type=submit]:focus,
.elementor-kit-6 [type=submit]:hover,
.elementor-kit-6 input[type=button]:focus,
.elementor-kit-6 input[type=button]:hover,
.elementor-kit-6 input[type=submit]:focus,
.elementor-kit-6 input[type=submit]:hover,
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a:focus,
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a:hover,
.uicore-navbar a.uicore-btn:focus,
.uicore-navbar a.uicore-btn:hover {
	color: #fff;
	background-color: var(--e-global-color-uicore_secondary)
}

.elementor-kit-6 .bdt-button-primary,
.elementor-kit-6 .elementor-button.elementor-button,
.elementor-kit-6 .elementor-button:not(.bdt-offcanvas-button),
.elementor-kit-6 [type=submit],
.elementor-kit-6 input[type=button],
.elementor-kit-6 input[type=submit],
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a {
	padding: 22px 40px
}

.elementor-section.elementor-section-boxed nav.elementor-container,
.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1380px
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}

.elementor-element {
	--widgets-spacing: 20px
}

@media(max-width:1024px) {

	.elementor-kit-6 .bdt-button-primary,
	.elementor-kit-6 .elementor-button.elementor-button,
	.elementor-kit-6 .elementor-button:not(.bdt-offcanvas-button),
	.elementor-kit-6 [type=submit],
	.elementor-kit-6 input[type=button],
	.elementor-kit-6 input[type=submit],
	.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
	.uicore-navbar a.uicore-btn {
		font-size: 17px
	}

	.elementor-kit-6 .bdt-button-primary,
	.elementor-kit-6 .elementor-button.elementor-button,
	.elementor-kit-6 .elementor-button:not(.bdt-offcanvas-button),
	.elementor-kit-6 [type=submit],
	.elementor-kit-6 input[type=button],
	.elementor-kit-6 input[type=submit],
	.uicore-mobile-menu-wrapper .uicore-cta-wrapper a {
		padding: 20px 40px
	}

	.elementor-section.elementor-section-boxed nav.elementor-container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1024px
	}
}

@media(max-width:767px) {

	.elementor-kit-6 .bdt-button-primary,
	.elementor-kit-6 .elementor-button.elementor-button,
	.elementor-kit-6 .elementor-button:not(.bdt-offcanvas-button),
	.elementor-kit-6 [type=submit],
	.elementor-kit-6 input[type=button],
	.elementor-kit-6 input[type=submit],
	.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
	.uicore-navbar a.uicore-btn {
		font-size: 16px
	}

	.elementor-kit-6 .bdt-button-primary,
	.elementor-kit-6 .elementor-button.elementor-button,
	.elementor-kit-6 .elementor-button:not(.bdt-offcanvas-button),
	.elementor-kit-6 [type=submit],
	.elementor-kit-6 input[type=button],
	.elementor-kit-6 input[type=submit],
	.uicore-mobile-menu-wrapper .uicore-cta-wrapper a {
		padding: 16px 35px
	}

	.elementor-section.elementor-section-boxed nav.elementor-container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 767px
	}
}

@font-face {
	font-family: uicore-icons;
	src: url(../assets/uicore-icons.woff?bc5uma) format('woff'), url(../assets/uicore-icons.ttf?bc5uma) format('truetype'), url('../assets/uicore-icons.svg?bc5uma#uicore-icons') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

[class*=' uicore-i-'],
[class^=uicore-i-] {
	font-family: uicore-icons !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uicore-i-arrow:before {
	content: '\e901'
}

.uicore-transparent~#content header.uicore {
	padding-top: 100px
}

.uicore-navbar.uicore-transparent:not(.uicore-scrolled) .uicore-header-wrapper {
	box-shadow: 0 1px 0 transparent
}

.uicore-navbar .uicore-header-wrapper {
	box-shadow: 0 1px 0 #eae9f2
}

#uicore-back-to-top,
.uicore-mobile-menu-wrapper:before,
.uicore-navbar .uicore-header-wrapper:before {
	background-color: #fff
}

@media only screen and (min-width:1025px) {
	.uicore-navbar .uicore-extra {
		margin-left: 25px
	}
}

.uicore-navbar {
	--uicore-header--logo-h: 55px;
	--uicore-header--logo-padding: 30px;
	--uicore-header--menu-spaceing: 25px;
	--uicore-header--menu-typo-f: var(--e-global-typography-uicore_secondary-font-family);
	--uicore-header--menu-typo-w: 500;
	--uicore-header--menu-typo-h: 115px;
	--uicore-header--menu-typo-ls: 0em;
	--uicore-header--menu-typo-t: None;
	--uicore-header--menu-typo-st: normal;
	--uicore-header--menu-typo-c: var(--e-global-color-uicore_headline);
	--uicore-header--menu-typo-ch: var(--e-global-color-uicore_headline);
	--uicore-header--menu-typo-s: 16px;
	--uicore-header--items-gap: 25px
}

.uicore-ham .bar {
	background-color: var(--uicore-header--menu-typo-c)
}

.uicore-transparent:not(.uicore-scrolled) {
	--uicore-header--menu-typo-c: var(--e-global-color-uicore_headline);
	--uicore-header--menu-typo-ch: var(--e-global-color-uicore_headline)
}

.uicore-nav-menu .sub-menu:not(.uicore-megamenu) {
	background-color: var(--e-global-color-uicore_light)
}

.uicore-nav-menu .sub-menu:not(.uicore-megamenu) a,
.uicore-nav-menu .sub-menu:not(.uicore-megamenu) li {
	color: var(--e-global-color-uicore_secondary) !important
}

.uicore-nav-menu .sub-menu:not(.uicore-megamenu) a:hover,
.uicore-nav-menu:not(.uicore-megamenu) .sub-menu li:hover {
	color: var(--e-global-color-uicore_primary) !important
}

.uicore-navigation-content {
	height: calc(100% - 84px)
}

@media only screen and (max-width:1025px) {
	.uicore-navigation-wrapper {
		background-color: #fff
	}

	.uicore-mobile-menu-wrapper {
		--uicore-header--menu-typo-f: var(--e-global-typography-uicore_primary-font-family);
		--uicore-header--menu-typo-w: 700;
		--uicore-header--menu-typo-h: 1;
		--uicore-header--menu-typo-ls: 0em;
		--uicore-header--menu-typo-t: None;
		--uicore-header--menu-typo-st: normal;
		--uicore-header--menu-typo-c: var(--e-global-color-uicore_headline);
		--uicore-header--menu-typo-ch: var(--e-global-color-uicore_primary);
		--uicore-header--menu-typo-s: 18px
	}
}

.ui-hide .uicore-header-wrapper {
	transform: translate3d(0, -25px, 0);
	opacity: 0;
	transition: all .4s ease;
	pointer-events: none
}

#uicore-back-to-top {
	color: var(--e-global-color-uicore_headline)
}

@media (min-width:1025px) {
	.uicore-navbar ul.sub-menu {
		transform: translate3d(0, 18px, 0);
		transition: opacity .3s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.1, .76, .37, 1.19)
	}
}

@media (max-width:1025px) {
	.uicore-navigation-wrapper {
		transition: opacity .3s ease
	}

	.uicore-mobile-nav-show .uicore-navigation-content {
		opacity: 1
	}

	.uicore-mobile-nav-show .uicore-extra {
		opacity: 1 !important;
		transition: all .2s cubic-bezier(.22, 1, .36, 1) .25s
	}

	.uicore-mobile-nav-show .uicore-navigation-wrapper {
		transform: translate3d(0, 0, 0);
		pointer-events: all;
		opacity: 1
	}
}

input[type=text] {
	color: var(--e-global-color-uicore_headline)
}

body {
	--uicore-typography--h1-f: var(--e-global-typography-uicore_primary-font-family);
	--uicore-typography--h1-w: 700;
	--uicore-typography--h1-h: 1.05;
	--uicore-typography--h1-ls: -.04em;
	--uicore-typography--h1-t: None;
	--uicore-typography--h1-st: normal;
	--uicore-typography--h1-c: var(--e-global-color-uicore_headline);
	--uicore-typography--h1-s: 80px;
	--uicore-typography--h2-f: var(--e-global-typography-uicore_primary-font-family);
	--uicore-typography--h2-w: 700;
	--uicore-typography--h2-h: 1.175;
	--uicore-typography--h2-ls: -.027em;
	--uicore-typography--h2-t: None;
	--uicore-typography--h2-st: normal;
	--uicore-typography--h2-c: var(--e-global-color-uicore_headline);
	--uicore-typography--h2-s: 48px;
	--uicore-typography--h3-f: var(--e-global-typography-uicore_secondary-font-family);
	--uicore-typography--h3-w: 500;
	--uicore-typography--h3-h: 1.2;
	--uicore-typography--h3-ls: -.027em;
	--uicore-typography--h3-t: None;
	--uicore-typography--h3-st: normal;
	--uicore-typography--h3-c: var(--e-global-color-uicore_headline);
	--uicore-typography--h3-s: 36px;
	--uicore-typography--h4-f: var(--e-global-typography-uicore_primary-font-family);
	--uicore-typography--h4-w: 700;
	--uicore-typography--h4-h: 1.42;
	--uicore-typography--h4-ls: -.027em;
	--uicore-typography--h4-t: None;
	--uicore-typography--h4-st: normal;
	--uicore-typography--h4-c: var(--e-global-color-uicore_headline);
	--uicore-typography--h4-s: 25px;
	--uicore-typography--h5-f: var(--e-global-typography-uicore_primary-font-family);
	--uicore-typography--h5-w: 700;
	--uicore-typography--h5-h: 1.187;
	--uicore-typography--h5-ls: 0em;
	--uicore-typography--h5-t: none;
	--uicore-typography--h5-st: normal;
	--uicore-typography--h5-c: var(--e-global-color-uicore_headline);
	--uicore-typography--h5-s: 19px;
	--uicore-typography--h6-f: var(--e-global-typography-uicore_secondary-font-family);
	--uicore-typography--h6-w: 500;
	--uicore-typography--h6-h: 1.4;
	--uicore-typography--h6-ls: 0em;
	--uicore-typography--h6-t: none;
	--uicore-typography--h6-st: normal;
	--uicore-typography--h6-c: var(--e-global-color-uicore_headline);
	--uicore-typography--h6-s: 15px;
	--uicore-typography--p-f: var(--e-global-typography-uicore_text-font-family);
	--uicore-typography--p-w: normal;
	--uicore-typography--p-h: 1.75;
	--uicore-typography--p-ls: 0em;
	--uicore-typography--p-t: None;
	--uicore-typography--p-st: normal;
	--uicore-typography--p-c: var(--e-global-color-uicore_body);
	--uicore-typography--p-s: 19px
}

@media (max-width:1024px) {
	body {
		--uicore-typography--h1-s: 60px;
		--uicore-typography--h2-s: 40px;
		--uicore-typography--h3-s: 21px;
		--uicore-typography--h4-s: 21px;
		--uicore-typography--h5-s: 15px;
		--uicore-typography--h6-s: 13px;
		--uicore-typography--p-s: 17px
	}

	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:767px) {
	.uicore-navbar {
		--uicore-header--logo-h: 24px
	}

	#wrapper-navbar nav {
		max-width: 90%
	}

	.uicore-navbar .uicore-btn {
		font-size: 18px;
		font-weight: 700;
		font-style: normal;
		font-family: var(--e-global-typography-uicore_secondary-font-family);
		letter-spacing: 0;
		text-transform: None
	}

	body {
		--uicore-typography--h1-s: 44px;
		--uicore-typography--h2-s: 32px;
		--uicore-typography--h3-s: 20px;
		--uicore-typography--h4-s: 18px;
		--uicore-typography--h5-s: 14px;
		--uicore-typography--h6-s: 12px;
		--uicore-typography--p-s: 16px
	}

	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

#uicore-page {
	opacity: 0;
	animation-name: uicoreFadeIn;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
	animation-duration: .2s
}

.content-area,
.uicore-body-content>footer {
	background-color: #fff
}

dt {
	color: var(--e-global-color-uicore_headline)
}

.uicore-body-content {
	background-color: #fff
}

.bdt-accordion-title,
.bdt-member-name,
.bdt-navbar-nav>li>a {
	color: var(--e-global-color-uicore_headline)
}

.bdt-accordion-title:focus,
.bdt-accordion-title:hover,
div.bdt-fancy-list ul.custom-list-group .list-text-des {
	color: var(--e-global-color-uicore_body)
}

.bdt-modal-dialog {
	font-family: var(--e-global-typography-uicore_text-font-family);
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0;
	text-transform: None;
	font-style: normal;
	color: var(--e-global-color-uicore_body)
}

a {
	color: var(--e-global-color-uicore_primary)
}

a:hover {
	color: var(--e-global-color-uicore_secondary)
}

body {
	--uicore-boxed-width: 1300px;
	--ui-container-size: 1380px;
	--ui-radius: 6px
}

#uicore-page {
	position: relative;
	z-index: 0
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../assets/dm-sans-normal-latin-400.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../assets/dm-sans-normal-latin-500.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../assets/dm-sans-normal-latin-700.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../assets/space-grotesk-normal-latin-600.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../assets/space-grotesk-normal-latin-700.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.fab,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-minus:before {
	content: "\f068"
}

.fa-plus:before {
	content: "\f067"
}



.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

:root {
	--swiper-theme-color: #007aff
}

:root {
	--swiper-navigation-size: 44px
}

:root {
	--jp-carousel-primary-color: #fff;
	--jp-carousel-primary-subtle-color: #999;
	--jp-carousel-bg-color: #000;
	--jp-carousel-bg-faded-color: #222;
	--jp-carousel-border-color: #3a3a3a
}

:root {
	--jetpack--contact-form--border: 1px solid #8c8f94;
	--jetpack--contact-form--border-color: #8c8f94;
	--jetpack--contact-form--border-size: 1px;
	--jetpack--contact-form--border-style: solid;
	--jetpack--contact-form--border-radius: 0px;
	--jetpack--contact-form--input-padding: 16px
}

:where(.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=url], .contact-form textarea) {
	border: 1px solid #8c8f94;
	border-radius: 0;
	box-sizing: border-box;
	font: inherit;
	padding: 16px;
	width: 100%
}

:where(.contact-form textarea) {
	height: 200px
}

#jp-relatedposts .jp-relatedposts-items {
	clear: left
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin: 0 0 1em;
	width: 33%
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4) {
	clear: both
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	-moz-opacity: 1;
	opacity: 1
}

#jp-relatedposts .jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0
}

#jp-relatedposts .jp-relatedposts-items p {
	margin-bottom: 0
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: 400;
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	height: auto;
	max-width: 100%
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: .6
}

@media only screen and (max-width:640px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left
	}
}

@media only screen and (max-width:320px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		clear: both;
		margin: 0 0 1em;
		width: 100%
	}
}

img#wpstats {
	display: none
}

.elementor-column .elementor-spacer-inner {
	height: var(--spacer-size)
}

.elementor-widget-image {
	text-align: center
}

.elementor-widget-image a {
	display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px
}

.elementor-widget-image img {
	vertical-align: middle;
	display: inline-block
}

.elementor-widget-image-carousel .swiper-container {
	position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
	text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide {
	max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

.elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative
}

.elementor-widget .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	display: flex;
	align-items: center;
	font-size: inherit
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
	display: flex
}

.elementor-widget .elementor-icon-list-icon svg {
	width: var(--e-icon-list-icon-size, 1em);
	height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em;
	font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
	justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
	justify-content: flex-start;
	text-align: left
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0
}

@media (min-width:-1px) {
	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:-1px) {
	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		right: 0
	}

	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		right: 0
	}

	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container {
	line-height: 1;
	font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
	grid-column-gap: var(--grid-column-gap, 5px);
	grid-row-gap: var(--grid-row-gap, 5px);
	grid-template-columns: var(--grid-template-columns);
	justify-content: var(--justify-content, center);
	justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size, 25px);
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))
}

.elementor-social-icon {
	--e-social-icon-icon-color: #fff;
	display: inline-flex;
	background-color: #818a91;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer
}

.elementor-social-icon i {
	color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
	fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
	margin: 0
}

.elementor-social-icon:hover {
	opacity: .9;
	color: #fff
}

.elementor-social-icon-instagram {
	background-color: #262626
}

.elementor-social-icon-linkedin {
	background-color: #0077b5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
	border-radius: 10%
}

.bdt-fancy-list ul.custom-list-group {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-gap: 5px
}

.bdt-fancy-list ul.custom-list-group li {
	margin: 0;
	list-style-type: none
}

.bdt-fancy-list ul.custom-list-group li a {
	text-decoration: none !important
}

.bdt-fancy-list ul.custom-list-group li a:hover .list-text .bdt-list-title {
	color: #3fb8fd
}

.bdt-fancy-list ul.custom-list-group .list-text {
	width: 100%
}

.bdt-fancy-list ul.custom-list-group .list-text .bdt-list-title {
	font-weight: 400;
	margin: 0;
	font-size: 16px
}

.bdt-fancy-list ul.custom-list-group .list-text-des {
	color: #999;
	font-size: 14px;
	margin: 0
}

.bdt-fancy-list .flex-wrap {
	background-color: #f5f5f5;
	flex-direction: row;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	width: 100%;
	padding: 20px
}

.bdt-fancy-list .image-area {
	margin-right: 18px
}

.bdt-fancy-list .image-area img {
	width: 40px;
	height: auto;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	box-sizing: border-box
}

.bdt-member {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	transition: all .25s ease-in-out
}

.bdt-member .bdt-member-photo {
	width: 100%;
	height: 100%
}

.bdt-member .bdt-member-photo img {
	width: 100%;
	object-fit: cover;
	height: 100%
}

.bdt-member-photo-wrapper {
	overflow: hidden
}

.bdt-member-photo>div {
	opacity: 1
}

.bdt-member-photo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	transition: all .5s ease-out
}

.bdt-member-description {
	padding: 1em 1.5em
}

.bdt-member-name {
	display: block;
	margin-bottom: .2em;
	font-size: 1.2em;
	font-weight: 700
}

.elementor-widget-bdt-member .elementor-widget-container {
	background-color: #fff;
	overflow: hidden
}

.bdt-ep-accordion {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.bdt-ep-accordion-title {
	outline: 0;
	font-size: 14px;
	margin: 0;
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	padding: 15px 20px;
	background: #f3f3f3;
	transition: all .3s cubic-bezier(0, .49, .27, .99)
}

.bdt-ep-title-text {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.bdt-ep-accordion-icon {
	display: inline-block;
	font-weight: 400;
	transition: all .3s ease
}

.bdt-ep-accordion-icon i,
.bdt-ep-accordion-icon svg {
	transition: all .3s ease
}

.bdt-ep-accordion-icon svg {
	height: 1em;
	width: 1em
}

.bdt-ep-accordion-icon-closed {
	display: flex
}

.bdt-ep-accordion-icon-opened {
	display: none
}

.bdt-ep-accordion-item.bdt-open .bdt-ep-accordion-icon-closed {
	display: none
}

.bdt-ep-accordion-item.bdt-open .bdt-ep-accordion-icon-opened {
	display: flex
}

.bdt-ep-accordion-content {
	padding: 15px 20px;
	margin-top: 0
}

.bdt-ep-accordion-content>* {
	margin: 0
}

.rtl .bdt-ep-accordion-title {
	flex-direction: row-reverse
}

@media (max-width:767px) {
	.bdt-ep-accordion-title {
		padding: 12px 15px
	}

	.bdt-ep-accordion-content {
		padding: 7px 15px
	}
}