
@charset "UTF-8";

.elementor-widget-premium-lottie .premium-lottie-animation {
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.elementor-widget-premium-lottie .premium-lottie-animation a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.premium-dual-header-first-header, .premium-dual-header-second-header {
	position: relative;
	padding: 0;
	margin: 0;
	display: inline-block;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.premium-dual-header-first-clip .premium-dual-header-first-span, .premium-dual-header-second-clip {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.premium-dual-header-first-clip.stroke .premium-dual-header-first-span, .premium-dual-header-second-clip.stroke {
	-webkit-text-stroke-color: transparent;
	-webkit-text-fill-color: #fafafa;
	-webkit-text-stroke-width: 2px;
}

@media (max-width:500px) {
	.premium-dual-header-first-header, .premium-dual-header-second-header {
		word-wrap: break-word;
	}
}

.premium-dual-header-first-header.gradient .premium-dual-header-first-span, .premium-dual-header-second-header.gradient {
	background-size: 300% 300% !important;
	-webkit-animation: Gradient 10s ease-in-out infinite;
	animation: Gradient 10s ease-in-out infinite;
}

.premium-title-first-noise-yes .premium-dual-header-first-span {
	position: relative;
}

.premium-title-first-noise-yes .premium-dual-header-first-span::before {
	content: attr(data-text);
	position: absolute;
	left: -2px;
	text-shadow: 1px 0 #00f;
	top: 0;
	background: 0 0;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
	width: 100%;
	height: 100%;
}

.premium-title-first-noise-yes .premium-dual-header-first-span::after {
	content: attr(data-text);
	position: absolute;
	left: 2px;
	text-shadow: -1px 0 red;
	top: 0;
	background: 0 0;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
	width: 100%;
	height: 100%;
}

.premium-title-second-noise-yes .premium-dual-header-second-header {
	position: relative;
}

.premium-title-second-noise-yes .premium-dual-header-second-header::before {
	content: attr(data-text);
	position: absolute;
	left: -2px;
	text-shadow: 1px 0 #00f;
	top: 0;
	background: 0 0;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
	width: 100%;
	height: 100%;
}

.premium-title-second-noise-yes .premium-dual-header-second-header::after {
	content: attr(data-text);
	position: absolute;
	left: 2px;
	text-shadow: -1px 0 red;
	top: 0;
	background: 0 0;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
	width: 100%;
	height: 100%;
}

.premium-header-inline[class*=noise-yes] .premium-dual-header-first-span, .premium-header-inline[class*=noise-yes] .premium-dual-header-second-header, .premium-mask-yes.premium-header-inline .premium-dual-header-first-span, .premium-mask-yes.premium-header-inline .premium-dual-header-second-header {
	display: inline-block !important;
}

.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span, .premium-mask-yes .premium-dual-header-second-clip .premium-mask-span {
	background: inherit;
}

.premium-title-first-wave-yes .premium-dual-header-first-span {
	background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
	background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
	-webkit-animation: pa-text-gradient 8s infinite;
	animation: pa-text-gradient 8s infinite;
}

.premium-title-second-wave-yes .premium-dual-header-second-clip {
	background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
	background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
	-webkit-animation: pa-text-gradient 8s infinite;
	animation: pa-text-gradient 8s infinite;
}

@-webkit-keyframes pa-text-gradient {
	0%, 100% {
		-webkit-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	
	50% {
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}

@keyframes pa-text-gradient {
	0%, 100% {
		-webkit-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	
	50% {
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

@-webkit-keyframes pa-noise-anim-1 {
	0% {
		clip: rect(52px, 9999px, 45px, 0);
	}
	
	5% {
		clip: rect(88px, 9999px, 39px, 0);
	}
	
	10% {
		clip: rect(81px, 9999px, 75px, 0);
	}
	
	15% {
		clip: rect(38px, 9999px, 42px, 0);
	}
	
	20% {
		clip: rect(62px, 9999px, 51px, 0);
	}
	
	25% {
		clip: rect(5px, 9999px, 36px, 0);
	}
	
	30% {
		clip: rect(9px, 9999px, 29px, 0);
	}
	
	35% {
		clip: rect(17px, 9999px, 85px, 0);
	}
	
	40% {
		clip: rect(97px, 9999px, 36px, 0);
	}
	
	45% {
		clip: rect(9px, 9999px, 31px, 0);
	}
	
	50% {
		clip: rect(94px, 9999px, 74px, 0);
	}
	
	55% {
		clip: rect(53px, 9999px, 75px, 0);
	}
	
	60% {
		clip: rect(2px, 9999px, 36px, 0);
	}
	
	65% {
		clip: rect(24px, 9999px, 56px, 0);
	}
	
	70% {
		clip: rect(45px, 9999px, 5px, 0);
	}
	
	75% {
		clip: rect(75px, 9999px, 21px, 0);
	}
	
	80% {
		clip: rect(9px, 9999px, 39px, 0);
	}
	
	85% {
		clip: rect(56px, 9999px, 89px, 0);
	}
	
	90% {
		clip: rect(53px, 9999px, 7px, 0);
	}
	
	95% {
		clip: rect(86px, 9999px, 84px, 0);
	}
	
	100% {
		clip: rect(63px, 9999px, 37px, 0);
	}
}

@keyframes pa-noise-anim-1 {
	0% {
		clip: rect(52px, 9999px, 45px, 0);
	}
	
	5% {
		clip: rect(88px, 9999px, 39px, 0);
	}
	
	10% {
		clip: rect(81px, 9999px, 75px, 0);
	}
	
	15% {
		clip: rect(38px, 9999px, 42px, 0);
	}
	
	20% {
		clip: rect(62px, 9999px, 51px, 0);
	}
	
	25% {
		clip: rect(5px, 9999px, 36px, 0);
	}
	
	30% {
		clip: rect(9px, 9999px, 29px, 0);
	}
	
	35% {
		clip: rect(17px, 9999px, 85px, 0);
	}
	
	40% {
		clip: rect(97px, 9999px, 36px, 0);
	}
	
	45% {
		clip: rect(9px, 9999px, 31px, 0);
	}
	
	50% {
		clip: rect(94px, 9999px, 74px, 0);
	}
	
	55% {
		clip: rect(53px, 9999px, 75px, 0);
	}
	
	60% {
		clip: rect(2px, 9999px, 36px, 0);
	}
	
	65% {
		clip: rect(24px, 9999px, 56px, 0);
	}
	
	70% {
		clip: rect(45px, 9999px, 5px, 0);
	}
	
	75% {
		clip: rect(75px, 9999px, 21px, 0);
	}
	
	80% {
		clip: rect(9px, 9999px, 39px, 0);
	}
	
	85% {
		clip: rect(56px, 9999px, 89px, 0);
	}
	
	90% {
		clip: rect(53px, 9999px, 7px, 0);
	}
	
	95% {
		clip: rect(86px, 9999px, 84px, 0);
	}
	
	100% {
		clip: rect(63px, 9999px, 37px, 0);
	}
}

@-webkit-keyframes pa-noise-anim-2 {
	0% {
		clip: rect(14px, 9999px, 66px, 0);
	}
	
	5% {
		clip: rect(19px, 9999px, 36px, 0);
	}
	
	10% {
		clip: rect(17px, 9999px, 46px, 0);
	}
	
	15% {
		clip: rect(46px, 9999px, 63px, 0);
	}
	
	20% {
		clip: rect(28px, 9999px, 1px, 0);
	}
	
	25% {
		clip: rect(64px, 9999px, 16px, 0);
	}
	
	30% {
		clip: rect(58px, 9999px, 24px, 0);
	}
	
	35% {
		clip: rect(18px, 9999px, 79px, 0);
	}
	
	40% {
		clip: rect(61px, 9999px, 67px, 0);
	}
	
	45% {
		clip: rect(63px, 9999px, 57px, 0);
	}
	
	50% {
		clip: rect(59px, 9999px, 10px, 0);
	}
	
	55% {
		clip: rect(20px, 9999px, 93px, 0);
	}
	
	60% {
		clip: rect(49px, 9999px, 89px, 0);
	}
	
	65% {
		clip: rect(70px, 9999px, 59px, 0);
	}
	
	70% {
		clip: rect(70px, 9999px, 82px, 0);
	}
	
	75% {
		clip: rect(82px, 9999px, 20px, 0);
	}
	
	80% {
		clip: rect(25px, 9999px, 37px, 0);
	}
	
	85% {
		clip: rect(76px, 9999px, 53px, 0);
	}
	
	90% {
		clip: rect(2px, 9999px, 23px, 0);
	}
	
	95% {
		clip: rect(9px, 9999px, 39px, 0);
	}
	
	100% {
		clip: rect(41px, 9999px, 55px, 0);
	}
}

@keyframes pa-noise-anim-2 {
	0% {
		clip: rect(14px, 9999px, 66px, 0);
	}
	
	5% {
		clip: rect(19px, 9999px, 36px, 0);
	}
	
	10% {
		clip: rect(17px, 9999px, 46px, 0);
	}
	
	15% {
		clip: rect(46px, 9999px, 63px, 0);
	}
	
	20% {
		clip: rect(28px, 9999px, 1px, 0);
	}
	
	25% {
		clip: rect(64px, 9999px, 16px, 0);
	}
	
	30% {
		clip: rect(58px, 9999px, 24px, 0);
	}
	
	35% {
		clip: rect(18px, 9999px, 79px, 0);
	}
	
	40% {
		clip: rect(61px, 9999px, 67px, 0);
	}
	
	45% {
		clip: rect(63px, 9999px, 57px, 0);
	}
	
	50% {
		clip: rect(59px, 9999px, 10px, 0);
	}
	
	55% {
		clip: rect(20px, 9999px, 93px, 0);
	}
	
	60% {
		clip: rect(49px, 9999px, 89px, 0);
	}
	
	65% {
		clip: rect(70px, 9999px, 59px, 0);
	}
	
	70% {
		clip: rect(70px, 9999px, 82px, 0);
	}
	
	75% {
		clip: rect(82px, 9999px, 20px, 0);
	}
	
	80% {
		clip: rect(25px, 9999px, 37px, 0);
	}
	
	85% {
		clip: rect(76px, 9999px, 53px, 0);
	}
	
	90% {
		clip: rect(2px, 9999px, 23px, 0);
	}
	
	95% {
		clip: rect(9px, 9999px, 39px, 0);
	}
	
	100% {
		clip: rect(41px, 9999px, 55px, 0);
	}
}

.premium-title-container .premium-title-header {
	position: relative;
	margin: 0;
	padding: 10px;
}

.premium-title-container .premium-title-header:not(.premium-title-style7) {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.premium-title-container .premium-title-header svg {
	width: 40px;
	height: 40px;
}

.premium-title-container .premium-title-header img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.premium-title-container .premium-title-header a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.premium-title-container .premium-lottie-animation {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.premium-title-icon-row .premium-title-icon {
	margin-right: 10px;
}

.premium-title-icon-row-reverse .premium-title-icon {
	margin-left: 10px;
}

.premium-title-flex-start .premium-title-header {
	text-align: left;
}

.premium-title-center .premium-title-header {
	text-align: center;
}

.premium-title-flex-end .premium-title-header {
	text-align: right;
}

.premium-title-style3, .premium-title-style4 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.premium-title-style1, .premium-title-style2, .premium-title-style5, .premium-title-style6, .premium-title-style8, .premium-title-style9 {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.premium-title-style7 {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.premium-title-style7 .premium-title-style7-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.premium-title-style1 {
	border-width: 0;
	border-left: 3px solid #6ec1e4;
}

.premium-title-container.style2, .premium-title-container.style4, .premium-title-container.style5, .premium-title-container.style6 {
	border-bottom: 3px solid #6ec1e4;
}

.premium-title-style6:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -2px;
	content: "";
	border: 3px solid transparent;
}

.premium-title-style7-stripe-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.premium-title-style7:before {
	display: none;
}

.premium-title-style8 .premium-title-text[data-animation=shiny] {
	background-size: 125px !important;
	color: rgba(255, 255, 255, 0);
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-animation-name: pa-shinny-text !important;
	animation-name: pa-shinny-text !important;
	-webkit-animation-duration: var(--animation-speed) !important;
	animation-duration: var(--animation-speed) !important;
	-webkit-animation-iteration-count: infinite !important;
	animation-iteration-count: infinite !important;
	background: var(--base-color) -webkit-gradient(linear, left top, right top, from(var(--base-color)), to(var(--base-color)), color-stop(.5, var(--shiny-color))) 0 0 no-repeat;
}

@-webkit-keyframes pa-shinny-text {
	0% {
		background-position: 0;
	}
	
	100% {
		background-position: 200%;
	}
}

@keyframes pa-shinny-text {
	0% {
		background-position: 0;
	}
	
	100% {
		background-position: 200%;
	}
}

.premium-title-style9[data-animation-blur=process] .premium-title-style9-letter {
	-webkit-animation: pa-blur-shadow 2s 1 alternate;
	animation: pa-blur-shadow 2s 1 alternate;
}

@-webkit-keyframes pa-blur-shadow {
	from {
		text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
		color: transparent;
	}
	
	to {
		text-shadow: 0;
	}
}

@keyframes pa-blur-shadow {
	from {
		text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
		color: transparent;
	}
	
	to {
		text-shadow: 0;
	}
}

.premium-title-gradient-yes .premium-title-icon, .premium-title-gradient-yes .premium-title-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
	background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
	-webkit-animation: pa-text-gradient 8s infinite;
	animation: pa-text-gradient 8s infinite;
}

.premium-title-noise-yes .premium-title-text {
	position: relative;
}

.premium-title-noise-yes .premium-title-text::before {
	content: attr(data-text);
	position: absolute;
	left: -2px;
	text-shadow: 1px 0 #00f;
	top: 0;
	background: 0 0;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
	width: 100%;
	height: 100%;
}

.premium-title-noise-yes .premium-title-text::after {
	content: attr(data-text);
	position: absolute;
	left: 2px;
	text-shadow: -1px 0 red;
	top: 0;
	background: 0 0;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
	width: 100%;
	height: 100%;
}

.premium-title-clipped .premium-title-text {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

@-webkit-keyframes pa-text-gradient {
	0%, 100% {
		-webkit-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	
	50% {
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}

@keyframes pa-text-gradient {
	0%, 100% {
		-webkit-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	
	50% {
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}

@-webkit-keyframes pa-noise-anim-1 {
	0% {
		clip: rect(52px, 9999px, 7px, 0);
	}
	
	5% {
		clip: rect(88px, 9999px, 211px, 0);
	}
	
	10% {
		clip: rect(81px, 9999px, 255px, 0);
	}
	
	15% {
		clip: rect(38px, 9999px, 194px, 0);
	}
	
	20% {
		clip: rect(62px, 9999px, 79px, 0);
	}
	
	25% {
		clip: rect(5px, 9999px, 241px, 0);
	}
	
	30% {
		clip: rect(9px, 9999px, 202px, 0);
	}
	
	35% {
		clip: rect(17px, 9999px, 43px, 0);
	}
	
	40% {
		clip: rect(97px, 9999px, 110px, 0);
	}
	
	45% {
		clip: rect(9px, 9999px, 244px, 0);
	}
	
	50% {
		clip: rect(94px, 9999px, 198px, 0);
	}
	
	55% {
		clip: rect(53px, 9999px, 150px, 0);
	}
	
	60% {
		clip: rect(2px, 9999px, 21px, 0);
	}
	
	65% {
		clip: rect(24px, 9999px, 251px, 0);
	}
	
	70% {
		clip: rect(45px, 9999px, 102px, 0);
	}
	
	75% {
		clip: rect(75px, 9999px, 182px, 0);
	}
	
	80% {
		clip: rect(9px, 9999px, 76px, 0);
	}
	
	85% {
		clip: rect(56px, 9999px, 280px, 0);
	}
	
	90% {
		clip: rect(53px, 9999px, 184px, 0);
	}
	
	95% {
		clip: rect(86px, 9999px, 195px, 0);
	}
	
	100% {
		clip: rect(63px, 9999px, 256px, 0);
	}
}

@keyframes pa-noise-anim-1 {
	0% {
		clip: rect(52px, 9999px, 7px, 0);
	}
	
	5% {
		clip: rect(88px, 9999px, 211px, 0);
	}
	
	10% {
		clip: rect(81px, 9999px, 255px, 0);
	}
	
	15% {
		clip: rect(38px, 9999px, 194px, 0);
	}
	
	20% {
		clip: rect(62px, 9999px, 79px, 0);
	}
	
	25% {
		clip: rect(5px, 9999px, 241px, 0);
	}
	
	30% {
		clip: rect(9px, 9999px, 202px, 0);
	}
	
	35% {
		clip: rect(17px, 9999px, 43px, 0);
	}
	
	40% {
		clip: rect(97px, 9999px, 110px, 0);
	}
	
	45% {
		clip: rect(9px, 9999px, 244px, 0);
	}
	
	50% {
		clip: rect(94px, 9999px, 198px, 0);
	}
	
	55% {
		clip: rect(53px, 9999px, 150px, 0);
	}
	
	60% {
		clip: rect(2px, 9999px, 21px, 0);
	}
	
	65% {
		clip: rect(24px, 9999px, 251px, 0);
	}
	
	70% {
		clip: rect(45px, 9999px, 102px, 0);
	}
	
	75% {
		clip: rect(75px, 9999px, 182px, 0);
	}
	
	80% {
		clip: rect(9px, 9999px, 76px, 0);
	}
	
	85% {
		clip: rect(56px, 9999px, 280px, 0);
	}
	
	90% {
		clip: rect(53px, 9999px, 184px, 0);
	}
	
	95% {
		clip: rect(86px, 9999px, 195px, 0);
	}
	
	100% {
		clip: rect(63px, 9999px, 256px, 0);
	}
}

@-webkit-keyframes pa-noise-anim-2 {
	0% {
		clip: rect(14px, 9999px, 209px, 0);
	}
	
	5% {
		clip: rect(19px, 9999px, 219px, 0);
	}
	
	10% {
		clip: rect(17px, 9999px, 252px, 0);
	}
	
	15% {
		clip: rect(46px, 9999px, 233px, 0);
	}
	
	20% {
		clip: rect(28px, 9999px, 152px, 0);
	}
	
	25% {
		clip: rect(64px, 9999px, 232px, 0);
	}
	
	30% {
		clip: rect(58px, 9999px, 77px, 0);
	}
	
	35% {
		clip: rect(18px, 9999px, 169px, 0);
	}
	
	40% {
		clip: rect(61px, 9999px, 36px, 0);
	}
	
	45% {
		clip: rect(63px, 9999px, 292px, 0);
	}
	
	50% {
		clip: rect(59px, 9999px, 31px, 0);
	}
	
	55% {
		clip: rect(20px, 9999px, 206px, 0);
	}
	
	60% {
		clip: rect(49px, 9999px, 187px, 0);
	}
	
	65% {
		clip: rect(70px, 9999px, 7px, 0);
	}
	
	70% {
		clip: rect(70px, 9999px, 197px, 0);
	}
	
	75% {
		clip: rect(82px, 9999px, 133px, 0);
	}
	
	80% {
		clip: rect(25px, 9999px, 296px, 0);
	}
	
	85% {
		clip: rect(76px, 9999px, 42px, 0);
	}
	
	90% {
		clip: rect(2px, 9999px, 82px, 0);
	}
	
	95% {
		clip: rect(9px, 9999px, 260px, 0);
	}
	
	100% {
		clip: rect(41px, 9999px, 79px, 0);
	}
}

@keyframes pa-noise-anim-2 {
	0% {
		clip: rect(14px, 9999px, 209px, 0);
	}
	
	5% {
		clip: rect(19px, 9999px, 219px, 0);
	}
	
	10% {
		clip: rect(17px, 9999px, 252px, 0);
	}
	
	15% {
		clip: rect(46px, 9999px, 233px, 0);
	}
	
	20% {
		clip: rect(28px, 9999px, 152px, 0);
	}
	
	25% {
		clip: rect(64px, 9999px, 232px, 0);
	}
	
	30% {
		clip: rect(58px, 9999px, 77px, 0);
	}
	
	35% {
		clip: rect(18px, 9999px, 169px, 0);
	}
	
	40% {
		clip: rect(61px, 9999px, 36px, 0);
	}
	
	45% {
		clip: rect(63px, 9999px, 292px, 0);
	}
	
	50% {
		clip: rect(59px, 9999px, 31px, 0);
	}
	
	55% {
		clip: rect(20px, 9999px, 206px, 0);
	}
	
	60% {
		clip: rect(49px, 9999px, 187px, 0);
	}
	
	65% {
		clip: rect(70px, 9999px, 7px, 0);
	}
	
	70% {
		clip: rect(70px, 9999px, 197px, 0);
	}
	
	75% {
		clip: rect(82px, 9999px, 133px, 0);
	}
	
	80% {
		clip: rect(25px, 9999px, 296px, 0);
	}
	
	85% {
		clip: rect(76px, 9999px, 42px, 0);
	}
	
	90% {
		clip: rect(2px, 9999px, 82px, 0);
	}
	
	95% {
		clip: rect(9px, 9999px, 260px, 0);
	}
	
	100% {
		clip: rect(41px, 9999px, 79px, 0);
	}
}

.premium-bullet-list-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.premium-bullet-list-flex-start .premium-bullet-list-content {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.premium-bullet-list-center .premium-bullet-list-content {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.premium-bullet-list-flex-end .premium-bullet-list-content {
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.premium-bullet-list-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
	width: auto;
	position: relative;
}

.premium-bullet-list-content .premium-bullet-list-text span, .premium-bullet-list-content .premium-bullet-list-wrapper {
	display: inline-block;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.premium-bullet-list-content .premium-bullet-list-text span {
	-webkit-transition: color .3s ease-in-out, text-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, text-shadow .3s ease-in-out;
}

.premium-bullet-list-content .premium-bullet-list-text span {
	margin: 0 5px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.premium-bullet-list-content .premium-bullet-list-icon-text p {
	font-size: 18px;
	background-color: #eee;
	padding: 1px 5px;
	border-radius: 2px;
}

.premium-bullet-list-content .premium-bullet-list-icon-text p, .premium-bullet-list-content .premium-bullet-list-text span, .premium-bullet-list-content .premium-bullet-list-wrapper i, .premium-bullet-list-content .premium-bullet-list-wrapper img, .premium-bullet-list-content .premium-bullet-list-wrapper svg {
	-webkit-transition: color .3s ease-in-out, fill .3s ease-in-out, text-shadow .3s ease-in-out, background-color .3s ease-in-out, stroke .3s ease-in-out;
	transition: color .3s ease-in-out, fill .3s ease-in-out, text-shadow .3s ease-in-out, background-color .3s ease-in-out, stroke .3s ease-in-out;
}

.premium-bullet-list-content .premium-bullet-list-wrapper {
	position: relative;
	line-height: 0;
}

.premium-bullet-list-content .premium-bullet-list-wrapper img, .premium-bullet-list-content .premium-bullet-list-wrapper svg {
	width: 30px !important;
	height: 30px !important;
	position: relative;
	z-index: 3;
}

.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text, .premium-bullet-list-content .premium-bullet-list-wrapper i {
	position: relative;
	z-index: 3;
}

.premium-bullet-list-content .premium-bullet-list-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.premium-bullet-list-content .premium-bullet-list-link span {
	display: none;
}

.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
	width: 100%;
	height: 100%;
	position: absolute;
	top: .5em;
	z-index: 100;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after {
	content: "";
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #333;
	display: block;
	height: 100%;
}

li.premium-bullet-list-content.premium-bullet-list-content-inline {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	z-index: 2;
}

li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child) {
	margin: 0 3px;
}

li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
	margin: 0 3px 0 0;
}

.premium-bullet-list-divider:not(:last-child) {
	width: 100%;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	overflow: hidden;
}

.premium-bullet-list-divider:not(:last-child):after {
	content: "";
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
}

.premium-bullet-list-divider-inline:not(:last-child) {
	float: right;
	display: inline-block;
	position: relative;
	height: 100%;
	overflow: hidden;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 3px;
}

.premium-bullet-list-divider-inline:not(:last-child):after {
	content: "";
	display: block;
	border-left-width: 1px;
	height: 33px;
	border-left-style: solid;
}

.premium-bullet-list-icon-text {
	line-height: 1.5;
}

.premium-bullet-list-icon-text p, li.premium-bullet-list-content, ul.premium-bullet-list-box {
	margin: 0;
}

.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p, .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span, .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i {
	color: transparent !important;
	text-shadow: 0 0 3px #aaa;
}

.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge, .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg, .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img, .premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p, .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span, .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i {
	color: #aaa !important;
	text-shadow: 0 0 0 transparent;
}

.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge, .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg, .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img, .premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content {
	-webkit-filter: none;
	filter: none;
}

.premium-bullet-list-content .premium-bullet-list-badge {
	font-size: 11px;
	top: auto;
	min-width: -webkit-max-content;
	min-width: max-content;
	height: -webkit-fit-content;
	height: fit-content;
}

.premium-bullet-list-content .premium-bullet-list-icon-text p {
	font-size: 13px;
}

.premium-bullet-list-gradient-effect[data-text] {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.premium-bullet-list-gradient-effect[data-text]::before {
	content: attr(data-text);
	position: absolute;
	z-index: 1;
	overflow: hidden;
	-webkit-clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
	clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before, .premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

ul[data-list-animation*=animated-] .premium-bullet-list-content, ul[data-list-animation*=animated-] .premium-bullet-list-divider, ul[data-list-animation*=animated-] .premium-bullet-list-divider-inline {
	opacity: 0;
}

.premium-bullet-list-content-grow-effect:hover {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.premium-button {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.premium-button-style3-before i, .premium-button-style3-before svg {
	opacity: 0;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.premium-button-style3-after i, .premium-button-style3-after svg {
	opacity: 0;
	-webkit-transform: translateX(-5px);
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(-5px);
	-ms-transform: translateX(5px);
	transform: translateX(-5px);
	transform: translateX(5px);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.premium-button-style3-after:hover i, .premium-button-style3-after:hover svg {
	opacity: 1;
}

.premium-button-style3-before:hover i, .premium-button-style3-before:hover svg {
	opacity: 1;
}

.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper {
	width: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper i, .elementor-widget-premium-addon-button .premium-button-text-icon-wrapper span, .elementor-widget-premium-addon-button .premium-button-text-icon-wrapper svg {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.premium-button-style4-icon-wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.premium-button-style4-icon-wrapper.top {
	bottom: -100%;
	left: 0;
}

.premium-button-style4-icon-wrapper.bottom {
	top: -100%;
	left: 0;
}

.premium-button-style4-icon-wrapper.left {
	top: 0;
	left: -100%;
}

.premium-button-style4-icon-wrapper.right {
	top: 0;
	right: -100%;
}

.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
	top: 0;
	opacity: 1;
}

.premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
	bottom: 0;
	opacity: 1;
}

.premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
	left: 0;
	opacity: 1;
}

.premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
	right: 0;
	opacity: 1;
}

.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}

.premium-button-style4-top:hover .premium-button-text-icon-wrapper {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

.premium-button-style4-left:hover .premium-button-text-icon-wrapper {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

.premium-button-style4-right:hover .premium-button-text-icon-wrapper {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.premium-title-bg-text:before {
	position: absolute;
	content: attr(data-background);
	top: 0;
	left: 0;
	text-align: left;
}

.premium-bg-text-yes .elementor-widget-container:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

.premium-mask-yes .premium-mask-span {
	position: relative;
	overflow: hidden;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.premium-mask-yes .premium-mask-span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.premium-button .premium-lottie-animation, .premium-image-button .premium-lottie-animation {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.premium-button svg:not(.premium-btn-svg), .premium-image-button svg:not(.premium-btn-svg) {
	width: 30px;
	height: 30px;
}

.premium-btn-block, .premium-btn-lg, .premium-btn-md, .premium-btn-sm {
	background-color: #eee;
	color: #042551;
	margin: 0;
	text-decoration: none;
}

.premium-btn-block:hover, .premium-btn-lg:hover, .premium-btn-md:hover, .premium-btn-sm:hover {
	background-color: #54595f;
	color: #eee;
}

div[class*=elementor-widget-premium] .premium-btn-sm {
	padding: 12px 24px;
	font-size: 14px;
	line-height: 1;
}

div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after {
	padding: 12px 24px;
}

div[class*=elementor-widget-premium] .premium-btn-md {
	padding: 14px 26px;
	font-size: 16px;
	line-height: 1.2;
}

div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after {
	padding: 14px 26px;
}

div[class*=elementor-widget-premium] .premium-btn-lg {
	padding: 16px 28px;
	font-size: 18px;
	line-height: 1.3333;
}

div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after {
	padding: 16px 28px;
}

div[class*=elementor-widget-premium] .premium-btn-block {
	font-size: 18px;
	line-height: 1;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after {
	padding: 20px 0;
}

.premium-button-text {
	display: inline-block;
	width: 100%;
}

.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
	transition: width .4s ease-in-out, height .4s ease-in-out;
}

.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
	width: 225%;
	height: 560px;
}

.premium-mouse-detect-yes .premium-button-style6:before {
	width: 0;
	height: 0;
}

.premium-loader {
	border: 3px solid #f3f3f3;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
	border-top-color: #bbb;
	border-radius: 50%;
	border-top: 3px solid;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}

.premium-svg-drawer *, .premium-svg-nodraw * {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-property: stroke, fill, background-color !important;
	transition-property: stroke, fill, background-color !important;
}

.premium-svg-drawer .no-transition, .premium-svg-nodraw .no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

.premium-svg-drawer * {
	stroke-width: 15px;
	stroke: #000;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.premium-error-notice {
	width: 100%;
	padding: 10px;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	text-align: center;
}

.premium-error-notice a {
	color: #252c59;
}

.premium-addons__v-hidden {
	visibility: hidden;
	opacity: 0;
}
