.ts-pricing-box.design-1{
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0px 4px 4px;
	border-radius: 32px;
}
.ts-pricing-box.design-1:not(.popular){
	padding-top: 56px;
}
.ts-pricing-box.design-1.popular{
	background: linear-gradient(225deg, #00A3E4 0%, #5B59FF 55.02%, #B500CE 100%);
}
.ts-pricing-box.design-1.popular .ts-plan-badget{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding: 16px 24px;
}
.ts-pricing-box.design-1.popular .ts-plan-badget img{
	height: 24px;
	width: auto;
}
.ts-pricing-box.design-1 .ts-pricing-box-container{
	display: flex;
	flex-direction: column;
	gap: 40px;
	height: 100%;
	padding: 40px;
	border: 1px solid #FFFFFF14;
	border-radius: 30px;
	background-color: #000000BF;
	backdrop-filter: blur(40px)
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content{
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
	padding: 24px;
}
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content:after{
	content: "";
	display: block;
	clear: both;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 24px;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-header .ts-plan-content-ico{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 40px;
	background-color: #131313;
	backdrop-filter: blur(40px);
}
.ts-pricing-box.design-1.popular .ts-pricing-box-container .ts-plan-content .ts-plan-content-header .ts-plan-content-ico{
	background-color: #6563F0;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-header .ts-plan-content-ico svg path{
	stroke: transparent;
	fill: #8A8A8A;
}
.ts-pricing-box.design-1.popular .ts-pricing-box-container .ts-plan-content .ts-plan-content-header .ts-plan-content-ico svg path{
	stroke: transparent;
	fill: #FFFFFF;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-header .ts-plan-content-ico img{
	width: 32px;
	height: auto;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-header .ts-plan-content-badget{
	height: fit-content;
	min-height: 0;
	color: #E73D8A;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 8px 12px;
	margin: 0;
	background-color: #E73D8A1F;
	border-radius: 8px;
}
body.monthly .ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-header .ts-plan-content-badget,
body.monthly .ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content-12{
	display: none;
}
.ts-pricing-box.popular.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-header .ts-plan-content-badget{
	color: #FFFFFF;
	background-color: #E73D8A;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-title{
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.ts-pricing-box .ts-pricing-box-container .ts-plan-content .ts-plan-content-title .ts-plan-title{
	margin: 0;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-title .ts-plan-title{
	color: #FFFFFF;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0;
}
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-plan-content-title .ts-plan-title{
	color: #838383;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-title .ts-plan-description{
	color: #838383;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0;
}
.ts-pricing-box .ts-pricing-box-container .ts-plan-content .ts-pricing-content{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content{
	gap: 0px;
}
.ts-pricing-box .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing{
	display: flex;
	flex-direction: row;
	gap: 0px;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing{
	color: #FFFFFF;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
}
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing{
	color: #FFFFFF;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content-12{
	display: flex;
    flex-direction: row;
	color: #838383;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
	margin-top: -20px;
}
body.monthly .ts-pricing-box .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing .annual-pricing,
body:not(.monthly) .ts-pricing-box .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing .monthly-pricing{
	display: none;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing-period{
	color: #838383;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing-period{
	color: #838383;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.ts-pricing-box .ts-pricing-box-container .ts-plan-content .ts-pricing-button{
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	justify-content: center;
}
.ts-pricing-box .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button{
	position: absolute;
	right: 24px;
	bottom: 24px;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button{
	gap: 8px;
	width: 100%;
	padding: 16px;
	border-radius: 16px;
}
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button{
	gap: 4px;
	padding: 8px;
	border-radius: 8px;
}
.ts-pricing-box:not(.popular) .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button{
	color: #6563F0;
	background-color: #0C0C1F;
}
.ts-pricing-box:not(.popular) .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button:hover{
	background-color: #191939;
}
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button .elementor-button-text{
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.ts-pricing-box .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button svg,
.ts-pricing-box .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button img{
	display: block;
	height: 24px;
	width: auto;
	fill: #6563F0;
}
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button svg,
.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button img{
	height: 16px;
}
.ts-pricing-box.design-1.popular .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button svg{
	fill: #FFFFFF;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .ts-free-trial-text{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #8A8A8A;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	transition: all .3s;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .ts-free-trial-text:hover{
	color: #FFFFFF;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .ts-free-trial-text img{
	display: block;
	height: 16px;
	width: auto;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list{
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li:not(.ts-plan-offer-box-list-category){
	margin-left: 8px;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip > span{
	text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 5px;
    text-decoration-color: #838383;
	text-decoration-thickness: 1px;
	cursor: default;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.dis.has-tooltip > span{
	text-decoration-color: #717171;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.act span{
	color: #FFFFFF;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.dis span{
	color: #717171;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip .ts-plan-offer-box-tooltip{
	display: flex;
	flex-direction: column;
	gap: 0px;
	position: absolute;
	left: -5px;
	/*top: calc(100% + 8px);*/
	max-width: 580px;
	width: 100%;
	background-color: #131313;
	border-radius: 16px;
	box-shadow: var(--shadow600x) var(--shadow600y) var(--shadow600blur) var(--shadow600x) var(--shadow600color);
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: visibility 0s, opacity 0.3s linear;
	overflow: hidden;
}
/*.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li:nth-last-child(-n + 5) .ts-plan-offer-box-tooltip{*/
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip .ts-plan-offer-box-tooltip{
	top: auto;
	bottom: calc(100% + 8px);
}
/*.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip .ts-plan-offer-box-tooltip:before{
	content: "";
	position: absolute;
	left: 23px;
	top: -10px;
	width: 20px;
	height: 20px;
	background-color: #131313;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}*/
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li:nth-last-child(-n + 5) .ts-plan-offer-box-tooltip:before{
	top: auto;
	bottom: -10px;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip:hover .ts-plan-offer-box-tooltip{
	visibility: visible;
	opacity: 1;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip .ts-plan-offer-box-tooltip .ts-plan-offer-box-tooltip-image{
	border-radius: 8px;
	overflow: hidden;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip .ts-plan-offer-box-tooltip .ts-plan-offer-box-tooltip-image img{
	width: 100%;
	height: auto;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip .ts-plan-offer-box-tooltip .ts-plan-offer-box-tooltip-image video{
	left: 0;
    position: relative;
    top: 0;
    transform: none;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip .ts-plan-offer-box-tooltip .ts-plan-offer-box-tooltip-content{
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip .ts-plan-offer-box-tooltip .ts-plan-offer-box-tooltip-content *{
	color: #CACACA;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li.has-tooltip .ts-plan-offer-box-tooltip .ts-plan-offer-box-tooltip-content h4{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

@media only screen and (max-width: 1366px) {
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-title .ts-plan-title{
		font-size: 20px;
		line-height: 28px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-title .ts-plan-description{
		font-size: 14px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container{
		gap: 56px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing{
		font-size: 32px;
		line-height: 40px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing-period{
		font-size: 16px;
		line-height: 28px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .ts-free-trial-text{
		font-size: 12px;
		line-height: 16px;
	}
	.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content{
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 16px;
	}
	.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button{
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 4px;
	}
	.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button .elementor-button-text{
		font-size: 12px;
		line-height: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	.ts-pricing-box.design-1.popular .ts-plan-badget{
		font-size: 16px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container{
		padding: 24px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content{
		gap: 16px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-plan-content-header .ts-plan-content-badget{
		letter-spacing: 0.5px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing{
		font-size: 28px;
		line-height: 36px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button{
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li{
		gap: 16px;
		font-weight: 600;
	}
	.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button > .elementor-button-content-wrapper{
		align-items: center;
	}
	.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button{
		padding: 4px 8px;
	}
	.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button .elementor-button-text{
		font-size: 0;
	}
	.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content .ts-pricing-button .elementor-button .elementor-button-text:before{
		content: "Trial";
		font-size: 12px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 480px) {
	.ts-pricing-box.design-1 .ts-pricing-box-container{
		gap: 40px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content .ts-pricing{
		font-size: 24px;
		line-height: 32px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-offer-box .ts-plan-offer-box-list li{
		gap: 8px;
	}
	.ts-pricing-box.design-2 .ts-pricing-box-container .ts-plan-content{
		padding: 11px 8px;
	}
	.ts-pricing-box.design-1 .ts-pricing-box-container .ts-plan-content .ts-pricing-content-12{
		font-size: 14px;
	}
}