
.floating-labels-wrap {
	position: relative !important;
	padding: 0;
}

.floating-labels-wrap .floating-labels {
	width: 500px;
	height: 500px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}

.floating-labels-wrap .elementor-icon-list-items {
	display: block !important;
	margin: 0 auto !important;
	padding: 0 !important;
	list-style: none;
	pointer-events: none;
	z-index: 2;
}

.floating-labels-wrap .elementor-icon-list-item {
	--dot: #6cbf3f;
	--float-y: 6px;
	--float-r: .5deg;
	--float-duration: 5s;
	--enter-delay: 0s;
	position: absolute !important;
	pointer-events: auto;
	display: inline-flex !important;
	align-items: center;
	flex-direction: row-reverse;
	gap: .6rem;
	margin: 0 !important;
	padding: .55rem 1.1rem;
	white-space: nowrap;
	background: #fff;
	color: #1f2328;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	border-radius: 999px;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08);
	opacity: 0;
	will-change: transform, opacity;
	border: 0 !important;
}

.floating-labels-wrap .elementor-icon-list-item::after {
	content: none !important;
	display: none !important;
}

.floating-labels-wrap .elementor-icon-list-item > a {
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: .6rem;
	color: inherit;
	text-decoration: none;
}

.floating-labels-wrap .elementor-icon-list-icon {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	padding: 0;
	border-radius: 50%;
	background: var(--dot);
}

.floating-labels-wrap .elementor-icon-list-icon i, .floating-labels-wrap .elementor-icon-list-icon svg {
	display: none;
}

.floating-labels-wrap .elementor-icon-list-text {
	padding: 0;
}

.floating-labels-wrap .elementor-icon-list-item:nth-child(5n + 1) {
	--dot: #6cbf3f;
}

.floating-labels-wrap .elementor-icon-list-item:nth-child(5n + 2) {
	--dot: #e7d3ab;
}

.floating-labels-wrap .elementor-icon-list-item:nth-child(5n + 3) {
	--dot: #e7d3ab;
}

.floating-labels-wrap .elementor-icon-list-item:nth-child(5n + 4) {
	--dot: #f0561d;
}

.floating-labels-wrap .elementor-icon-list-item:nth-child(5n + 5) {
	--dot: #6cbf3f;
}

@media (prefers-reduced-motion:no-preference) {
	.floating-labels-wrap .elementor-icon-list-item {
		animation: labelEnter .6s cubic-bezier(.22, 1, .36, 1) both;
		animation-play-state: paused;
	}
}

.floating-labels-wrap .floating-labels.is-in-view .elementor-icon-list-item {
	animation: labelEnter .6s cubic-bezier(.22, 1, .36, 1) var(--enter-delay) both, labelFloat var(--float-duration) ease-in-out calc(var(--enter-delay) + .6s) infinite;
	animation-play-state: running;
}

@keyframes labelEnter {
	0% {
		opacity: 0;
		transform: translateY(14px) scale(.96);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes labelFloat {
	0%, 100% {
		transform: translateY(0) rotate(0);
	}
	
	25% {
		transform: translateY(calc(var(--float-y) * -1)) rotate(calc(var(--float-r) * -1));
	}
	
	50% {
		transform: translateY(0) rotate(0);
	}
	
	75% {
		transform: translateY(var(--float-y)) rotate(var(--float-r));
	}
}

@media (prefers-reduced-motion:reduce) {
	.floating-labels-wrap .elementor-icon-list-item {
		opacity: 1 !important;
	}
	
	.floating-labels.is-in-view .elementor-icon-list-item {
		animation: none;
	}
}

.fl-pos {
	position: absolute;
}

.fl-t-0 {
	top: 0;
	bottom: auto;
}

.fl-b-0 {
	bottom: 0;
	top: auto;
}

.fl-l-0 {
	left: 0;
	right: auto;
}

.fl-r-0 {
	right: 0;
	left: auto;
}

.fl-t-10 {
	top: 10%;
	bottom: auto;
}

.fl-b-10 {
	bottom: 10%;
	top: auto;
}

.fl-l-10 {
	left: 10%;
	right: auto;
}

.fl-r-10 {
	right: 10%;
	left: auto;
}

.fl-t-20 {
	top: 20%;
	bottom: auto;
}

.fl-b-20 {
	bottom: 20%;
	top: auto;
}

.fl-l-20 {
	left: 20%;
	right: auto;
}

.fl-r-20 {
	right: 20%;
	left: auto;
}

.fl-t-30 {
	top: 30%;
	bottom: auto;
}

.fl-b-30 {
	bottom: 30%;
	top: auto;
}

.fl-l-30 {
	left: 30%;
	right: auto;
}

.fl-r-30 {
	right: 30%;
	left: auto;
}

.fl-t-40 {
	top: 40%;
	bottom: auto;
}

.fl-b-40 {
	bottom: 40%;
	top: auto;
}

.fl-l-40 {
	left: 40%;
	right: auto;
}

.fl-r-40 {
	right: 40%;
	left: auto;
}

.fl-t-50 {
	top: 50%;
	bottom: auto;
}

.fl-b-50 {
	bottom: 50%;
	top: auto;
}

.fl-l-50 {
	left: 50%;
	right: auto;
}

.fl-r-50 {
	right: 50%;
	left: auto;
}

.fl-t-60 {
	top: 60%;
	bottom: auto;
}

.fl-b-60 {
	bottom: 60%;
	top: auto;
}

.fl-l-60 {
	left: 60%;
	right: auto;
}

.fl-r-60 {
	right: 60%;
	left: auto;
}

.fl-t-70 {
	top: 70%;
	bottom: auto;
}

.fl-b-70 {
	bottom: 70%;
	top: auto;
}

.fl-l-70 {
	left: 70%;
	right: auto;
}

.fl-r-70 {
	right: 70%;
	left: auto;
}

.fl-t-80 {
	top: 80%;
	bottom: auto;
}

.fl-b-80 {
	bottom: 80%;
	top: auto;
}

.fl-l-80 {
	left: 80%;
	right: auto;
}

.fl-r-80 {
	right: 80%;
	left: auto;
}

.fl-t-90 {
	top: 90%;
	bottom: auto;
}

.fl-b-90 {
	bottom: 90%;
	top: auto;
}

.fl-l-90 {
	left: 90%;
	right: auto;
}

.fl-r-90 {
	right: 90%;
	left: auto;
}

.fl-t-100 {
	top: 100%;
	bottom: auto;
}

.fl-b-100 {
	bottom: 100%;
	top: auto;
}

.fl-l-100 {
	left: 100%;
	right: auto;
}

.fl-r-100 {
	right: 100%;
	left: auto;
}

.floating-labels-wrap.fl-1-t-0 .elementor-icon-list-item:nth-child(1) {
	top: 0 !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-0 .elementor-icon-list-item:nth-child(1) {
	bottom: 0 !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-0 .elementor-icon-list-item:nth-child(1) {
	left: 0 !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-0 .elementor-icon-list-item:nth-child(1) {
	right: 0 !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-10 .elementor-icon-list-item:nth-child(1) {
	top: 10% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-10 .elementor-icon-list-item:nth-child(1) {
	bottom: 10% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-10 .elementor-icon-list-item:nth-child(1) {
	left: 10% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-10 .elementor-icon-list-item:nth-child(1) {
	right: 10% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-20 .elementor-icon-list-item:nth-child(1) {
	top: 20% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-20 .elementor-icon-list-item:nth-child(1) {
	bottom: 20% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-20 .elementor-icon-list-item:nth-child(1) {
	left: 20% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-20 .elementor-icon-list-item:nth-child(1) {
	right: 20% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-30 .elementor-icon-list-item:nth-child(1) {
	top: 30% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-30 .elementor-icon-list-item:nth-child(1) {
	bottom: 30% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-30 .elementor-icon-list-item:nth-child(1) {
	left: 30% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-30 .elementor-icon-list-item:nth-child(1) {
	right: 30% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-40 .elementor-icon-list-item:nth-child(1) {
	top: 40% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-40 .elementor-icon-list-item:nth-child(1) {
	bottom: 40% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-40 .elementor-icon-list-item:nth-child(1) {
	left: 40% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-40 .elementor-icon-list-item:nth-child(1) {
	right: 40% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-50 .elementor-icon-list-item:nth-child(1) {
	top: 50% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-50 .elementor-icon-list-item:nth-child(1) {
	bottom: 50% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-50 .elementor-icon-list-item:nth-child(1) {
	left: 50% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-50 .elementor-icon-list-item:nth-child(1) {
	right: 50% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-60 .elementor-icon-list-item:nth-child(1) {
	top: 60% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-60 .elementor-icon-list-item:nth-child(1) {
	bottom: 60% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-60 .elementor-icon-list-item:nth-child(1) {
	left: 60% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-60 .elementor-icon-list-item:nth-child(1) {
	right: 60% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-70 .elementor-icon-list-item:nth-child(1) {
	top: 70% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-70 .elementor-icon-list-item:nth-child(1) {
	bottom: 70% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-70 .elementor-icon-list-item:nth-child(1) {
	left: 70% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-70 .elementor-icon-list-item:nth-child(1) {
	right: 70% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-80 .elementor-icon-list-item:nth-child(1) {
	top: 80% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-80 .elementor-icon-list-item:nth-child(1) {
	bottom: 80% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-80 .elementor-icon-list-item:nth-child(1) {
	left: 80% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-80 .elementor-icon-list-item:nth-child(1) {
	right: 80% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-90 .elementor-icon-list-item:nth-child(1) {
	top: 90% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-90 .elementor-icon-list-item:nth-child(1) {
	bottom: 90% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-90 .elementor-icon-list-item:nth-child(1) {
	left: 90% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-90 .elementor-icon-list-item:nth-child(1) {
	right: 90% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-1-t-100 .elementor-icon-list-item:nth-child(1) {
	top: 100% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-1-b-100 .elementor-icon-list-item:nth-child(1) {
	bottom: 100% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-1-l-100 .elementor-icon-list-item:nth-child(1) {
	left: 100% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-1-r-100 .elementor-icon-list-item:nth-child(1) {
	right: 100% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-0 .elementor-icon-list-item:nth-child(2) {
	top: 0 !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-0 .elementor-icon-list-item:nth-child(2) {
	bottom: 0 !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-0 .elementor-icon-list-item:nth-child(2) {
	left: 0 !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-0 .elementor-icon-list-item:nth-child(2) {
	right: 0 !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-10 .elementor-icon-list-item:nth-child(2) {
	top: 10% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-10 .elementor-icon-list-item:nth-child(2) {
	bottom: 10% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-10 .elementor-icon-list-item:nth-child(2) {
	left: 10% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-10 .elementor-icon-list-item:nth-child(2) {
	right: 10% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-20 .elementor-icon-list-item:nth-child(2) {
	top: 20% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-20 .elementor-icon-list-item:nth-child(2) {
	bottom: 20% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-20 .elementor-icon-list-item:nth-child(2) {
	left: 20% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-20 .elementor-icon-list-item:nth-child(2) {
	right: 20% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-30 .elementor-icon-list-item:nth-child(2) {
	top: 30% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-30 .elementor-icon-list-item:nth-child(2) {
	bottom: 30% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-30 .elementor-icon-list-item:nth-child(2) {
	left: 30% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-30 .elementor-icon-list-item:nth-child(2) {
	right: 30% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-40 .elementor-icon-list-item:nth-child(2) {
	top: 40% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-40 .elementor-icon-list-item:nth-child(2) {
	bottom: 40% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-40 .elementor-icon-list-item:nth-child(2) {
	left: 40% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-40 .elementor-icon-list-item:nth-child(2) {
	right: 40% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-50 .elementor-icon-list-item:nth-child(2) {
	top: 50% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-50 .elementor-icon-list-item:nth-child(2) {
	bottom: 50% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-50 .elementor-icon-list-item:nth-child(2) {
	left: 50% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-50 .elementor-icon-list-item:nth-child(2) {
	right: 50% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-60 .elementor-icon-list-item:nth-child(2) {
	top: 60% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-60 .elementor-icon-list-item:nth-child(2) {
	bottom: 60% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-60 .elementor-icon-list-item:nth-child(2) {
	left: 60% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-60 .elementor-icon-list-item:nth-child(2) {
	right: 60% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-70 .elementor-icon-list-item:nth-child(2) {
	top: 70% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-70 .elementor-icon-list-item:nth-child(2) {
	bottom: 70% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-70 .elementor-icon-list-item:nth-child(2) {
	left: 70% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-70 .elementor-icon-list-item:nth-child(2) {
	right: 70% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-80 .elementor-icon-list-item:nth-child(2) {
	top: 80% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-80 .elementor-icon-list-item:nth-child(2) {
	bottom: 80% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-80 .elementor-icon-list-item:nth-child(2) {
	left: 80% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-80 .elementor-icon-list-item:nth-child(2) {
	right: 80% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-90 .elementor-icon-list-item:nth-child(2) {
	top: 90% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-90 .elementor-icon-list-item:nth-child(2) {
	bottom: 90% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-90 .elementor-icon-list-item:nth-child(2) {
	left: 90% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-90 .elementor-icon-list-item:nth-child(2) {
	right: 90% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-2-t-100 .elementor-icon-list-item:nth-child(2) {
	top: 100% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-2-b-100 .elementor-icon-list-item:nth-child(2) {
	bottom: 100% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-2-l-100 .elementor-icon-list-item:nth-child(2) {
	left: 100% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-2-r-100 .elementor-icon-list-item:nth-child(2) {
	right: 100% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-0 .elementor-icon-list-item:nth-child(3) {
	top: 0 !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-0 .elementor-icon-list-item:nth-child(3) {
	bottom: 0 !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-0 .elementor-icon-list-item:nth-child(3) {
	left: 0 !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-0 .elementor-icon-list-item:nth-child(3) {
	right: 0 !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-10 .elementor-icon-list-item:nth-child(3) {
	top: 10% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-10 .elementor-icon-list-item:nth-child(3) {
	bottom: 10% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-10 .elementor-icon-list-item:nth-child(3) {
	left: 10% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-10 .elementor-icon-list-item:nth-child(3) {
	right: 10% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-20 .elementor-icon-list-item:nth-child(3) {
	top: 20% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-20 .elementor-icon-list-item:nth-child(3) {
	bottom: 20% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-20 .elementor-icon-list-item:nth-child(3) {
	left: 20% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-20 .elementor-icon-list-item:nth-child(3) {
	right: 20% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-30 .elementor-icon-list-item:nth-child(3) {
	top: 30% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-30 .elementor-icon-list-item:nth-child(3) {
	bottom: 30% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-30 .elementor-icon-list-item:nth-child(3) {
	left: 30% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-30 .elementor-icon-list-item:nth-child(3) {
	right: 30% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-40 .elementor-icon-list-item:nth-child(3) {
	top: 40% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-40 .elementor-icon-list-item:nth-child(3) {
	bottom: 40% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-40 .elementor-icon-list-item:nth-child(3) {
	left: 40% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-40 .elementor-icon-list-item:nth-child(3) {
	right: 40% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-50 .elementor-icon-list-item:nth-child(3) {
	top: 50% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-50 .elementor-icon-list-item:nth-child(3) {
	bottom: 50% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-50 .elementor-icon-list-item:nth-child(3) {
	left: 50% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-50 .elementor-icon-list-item:nth-child(3) {
	right: 50% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-60 .elementor-icon-list-item:nth-child(3) {
	top: 60% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-60 .elementor-icon-list-item:nth-child(3) {
	bottom: 60% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-60 .elementor-icon-list-item:nth-child(3) {
	left: 60% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-60 .elementor-icon-list-item:nth-child(3) {
	right: 60% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-70 .elementor-icon-list-item:nth-child(3) {
	top: 70% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-70 .elementor-icon-list-item:nth-child(3) {
	bottom: 70% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-70 .elementor-icon-list-item:nth-child(3) {
	left: 70% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-70 .elementor-icon-list-item:nth-child(3) {
	right: 70% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-80 .elementor-icon-list-item:nth-child(3) {
	top: 80% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-80 .elementor-icon-list-item:nth-child(3) {
	bottom: 80% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-80 .elementor-icon-list-item:nth-child(3) {
	left: 80% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-80 .elementor-icon-list-item:nth-child(3) {
	right: 80% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-90 .elementor-icon-list-item:nth-child(3) {
	top: 90% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-90 .elementor-icon-list-item:nth-child(3) {
	bottom: 90% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-90 .elementor-icon-list-item:nth-child(3) {
	left: 90% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-90 .elementor-icon-list-item:nth-child(3) {
	right: 90% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-3-t-100 .elementor-icon-list-item:nth-child(3) {
	top: 100% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-3-b-100 .elementor-icon-list-item:nth-child(3) {
	bottom: 100% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-3-l-100 .elementor-icon-list-item:nth-child(3) {
	left: 100% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-3-r-100 .elementor-icon-list-item:nth-child(3) {
	right: 100% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-0 .elementor-icon-list-item:nth-child(4) {
	top: 0 !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-0 .elementor-icon-list-item:nth-child(4) {
	bottom: 0 !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-0 .elementor-icon-list-item:nth-child(4) {
	left: 0 !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-0 .elementor-icon-list-item:nth-child(4) {
	right: 0 !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-10 .elementor-icon-list-item:nth-child(4) {
	top: 10% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-10 .elementor-icon-list-item:nth-child(4) {
	bottom: 10% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-10 .elementor-icon-list-item:nth-child(4) {
	left: 10% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-10 .elementor-icon-list-item:nth-child(4) {
	right: 10% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-20 .elementor-icon-list-item:nth-child(4) {
	top: 20% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-20 .elementor-icon-list-item:nth-child(4) {
	bottom: 20% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-20 .elementor-icon-list-item:nth-child(4) {
	left: 20% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-20 .elementor-icon-list-item:nth-child(4) {
	right: 20% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-30 .elementor-icon-list-item:nth-child(4) {
	top: 30% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-30 .elementor-icon-list-item:nth-child(4) {
	bottom: 30% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-30 .elementor-icon-list-item:nth-child(4) {
	left: 30% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-30 .elementor-icon-list-item:nth-child(4) {
	right: 30% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-40 .elementor-icon-list-item:nth-child(4) {
	top: 40% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-40 .elementor-icon-list-item:nth-child(4) {
	bottom: 40% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-40 .elementor-icon-list-item:nth-child(4) {
	left: 40% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-40 .elementor-icon-list-item:nth-child(4) {
	right: 40% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-50 .elementor-icon-list-item:nth-child(4) {
	top: 50% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-50 .elementor-icon-list-item:nth-child(4) {
	bottom: 50% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-50 .elementor-icon-list-item:nth-child(4) {
	left: 50% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-50 .elementor-icon-list-item:nth-child(4) {
	right: 50% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-60 .elementor-icon-list-item:nth-child(4) {
	top: 60% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-60 .elementor-icon-list-item:nth-child(4) {
	bottom: 60% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-60 .elementor-icon-list-item:nth-child(4) {
	left: 60% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-60 .elementor-icon-list-item:nth-child(4) {
	right: 60% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-70 .elementor-icon-list-item:nth-child(4) {
	top: 70% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-70 .elementor-icon-list-item:nth-child(4) {
	bottom: 70% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-70 .elementor-icon-list-item:nth-child(4) {
	left: 70% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-70 .elementor-icon-list-item:nth-child(4) {
	right: 70% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-80 .elementor-icon-list-item:nth-child(4) {
	top: 80% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-80 .elementor-icon-list-item:nth-child(4) {
	bottom: 80% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-80 .elementor-icon-list-item:nth-child(4) {
	left: 80% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-80 .elementor-icon-list-item:nth-child(4) {
	right: 80% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-90 .elementor-icon-list-item:nth-child(4) {
	top: 90% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-90 .elementor-icon-list-item:nth-child(4) {
	bottom: 90% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-90 .elementor-icon-list-item:nth-child(4) {
	left: 90% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-90 .elementor-icon-list-item:nth-child(4) {
	right: 90% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-4-t-100 .elementor-icon-list-item:nth-child(4) {
	top: 100% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-4-b-100 .elementor-icon-list-item:nth-child(4) {
	bottom: 100% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-4-l-100 .elementor-icon-list-item:nth-child(4) {
	left: 100% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-4-r-100 .elementor-icon-list-item:nth-child(4) {
	right: 100% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-0 .elementor-icon-list-item:nth-child(5) {
	top: 0 !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-0 .elementor-icon-list-item:nth-child(5) {
	bottom: 0 !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-0 .elementor-icon-list-item:nth-child(5) {
	left: 0 !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-0 .elementor-icon-list-item:nth-child(5) {
	right: 0 !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-10 .elementor-icon-list-item:nth-child(5) {
	top: 10% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-10 .elementor-icon-list-item:nth-child(5) {
	bottom: 10% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-10 .elementor-icon-list-item:nth-child(5) {
	left: 10% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-10 .elementor-icon-list-item:nth-child(5) {
	right: 10% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-20 .elementor-icon-list-item:nth-child(5) {
	top: 20% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-20 .elementor-icon-list-item:nth-child(5) {
	bottom: 20% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-20 .elementor-icon-list-item:nth-child(5) {
	left: 20% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-20 .elementor-icon-list-item:nth-child(5) {
	right: 20% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-30 .elementor-icon-list-item:nth-child(5) {
	top: 30% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-30 .elementor-icon-list-item:nth-child(5) {
	bottom: 30% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-30 .elementor-icon-list-item:nth-child(5) {
	left: 30% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-30 .elementor-icon-list-item:nth-child(5) {
	right: 30% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-40 .elementor-icon-list-item:nth-child(5) {
	top: 40% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-40 .elementor-icon-list-item:nth-child(5) {
	bottom: 40% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-40 .elementor-icon-list-item:nth-child(5) {
	left: 40% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-40 .elementor-icon-list-item:nth-child(5) {
	right: 40% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-50 .elementor-icon-list-item:nth-child(5) {
	top: 50% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-50 .elementor-icon-list-item:nth-child(5) {
	bottom: 50% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-50 .elementor-icon-list-item:nth-child(5) {
	left: 50% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-50 .elementor-icon-list-item:nth-child(5) {
	right: 50% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-60 .elementor-icon-list-item:nth-child(5) {
	top: 60% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-60 .elementor-icon-list-item:nth-child(5) {
	bottom: 60% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-60 .elementor-icon-list-item:nth-child(5) {
	left: 60% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-60 .elementor-icon-list-item:nth-child(5) {
	right: 60% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-70 .elementor-icon-list-item:nth-child(5) {
	top: 70% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-70 .elementor-icon-list-item:nth-child(5) {
	bottom: 70% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-70 .elementor-icon-list-item:nth-child(5) {
	left: 70% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-70 .elementor-icon-list-item:nth-child(5) {
	right: 70% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-80 .elementor-icon-list-item:nth-child(5) {
	top: 80% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-80 .elementor-icon-list-item:nth-child(5) {
	bottom: 80% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-80 .elementor-icon-list-item:nth-child(5) {
	left: 80% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-80 .elementor-icon-list-item:nth-child(5) {
	right: 80% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-90 .elementor-icon-list-item:nth-child(5) {
	top: 90% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-90 .elementor-icon-list-item:nth-child(5) {
	bottom: 90% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-90 .elementor-icon-list-item:nth-child(5) {
	left: 90% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-90 .elementor-icon-list-item:nth-child(5) {
	right: 90% !important;
	left: auto !important;
}

.floating-labels-wrap.fl-5-t-100 .elementor-icon-list-item:nth-child(5) {
	top: 100% !important;
	bottom: auto !important;
}

.floating-labels-wrap.fl-5-b-100 .elementor-icon-list-item:nth-child(5) {
	bottom: 100% !important;
	top: auto !important;
}

.floating-labels-wrap.fl-5-l-100 .elementor-icon-list-item:nth-child(5) {
	left: 100% !important;
	right: auto !important;
}

.floating-labels-wrap.fl-5-r-100 .elementor-icon-list-item:nth-child(5) {
	right: 100% !important;
	left: auto !important;
}
