body {
	margin: 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	line-height: 1.5;
}

.elementor-11 .elementor-element.elementor-element-dced144 .ekit_navsearch-button {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

input,
textarea {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;

}

.header {
	min-width: 100%;
}

* {
	outline: none !important;
}

a {
	color: var(--e-global-color-accent);
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
}

.elementor-sticky--effects {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

p:empty,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.2;
}

a {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

img {
	display: block;
}

img.size-full {
	width: 100%;
}

.open-menu .elementor-icon-wrapper {
	display: flex;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 45px;
	height: 45px;
	background: var(--e-global-color-secondary);
	color: #fff;
	line-height: 45px !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	font-size: 20px !important;
	opacity: 0;
	transition: all 0.4s;
}

.back-to-top.show {
	opacity: 0.8;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 321px;
	transition: all 0.4s ease-out 0s;
}

.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 160px;
}

span.elementor-button-icon {
	background: #fff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

span.elementor-button-icon svg {
	fill: var(--e-global-color-accent);
}

span.elementor-button-content-wrapper {
	gap: 14px;
	align-items: center;
}

.btn-green span.elementor-button-icon svg {
	fill: #fff;
}

.btn-green span.elementor-button-icon {
	background-color: var(--e-global-color-accent);
}

@media (max-width: 767px) {
	.phone-mb {
		position: fixed !important;
		right: 14px;
		bottom: calc(92px + env(safe-area-inset-bottom, 0px));
		width: 56px;
		height: 56px;
		border-radius: 50%;
		z-index: 10003;
		animation: phone-mobile-slide-in 0.45s ease-out both;
	}

	.phone-mb::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 50%;
		background: var(--e-global-color-accent);
		animation: phone-mobile-pulse 1.8s ease-in-out 0.45s infinite;
		pointer-events: none;
	}

	.phone-mb,
	.phone-mb a,
	.phone-mb .elementor-button,
	.phone-mb .elementor-icon {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.phone-mb a,
	.phone-mb .elementor-button,
	.phone-mb .elementor-icon {
		position: relative;
		width: 56px !important;
		height: 56px !important;
		min-width: 56px;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 50% !important;
		background: var(--e-global-color-accent, #178a5e) !important;
		background-color: var(--e-global-color-accent, #178a5e) !important;
		color: #fff !important;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
		box-sizing: border-box;
		text-decoration: none;
	}

	.phone-mb svg,
	.phone-mb .elementor-icon svg,
	.phone-mb.elementor-widget-icon.elementor-view-framed .elementor-icon svg,
	.phone-mb i {
		width: 24px;
		height: 24px;
		color: #fff !important;
		fill: #fff !important;
	}
}

@keyframes phone-mobile-slide-in {
	from {
		opacity: 0;
		transform: translateX(24px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes phone-mobile-pulse {
	0% {
		opacity: 0.45;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1.55);
	}
}