
/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-counter {
	align-items: stretch;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
}

.elementor-counter .elementor-counter-number {
	flex-grow: var(--counter-number-grow, 0);
}

.elementor-counter .elementor-counter-number-wrapper {
	display: flex;
	flex: 1;
	font-size: 69px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.elementor-counter .elementor-counter-number-prefix {
	flex-grow: var(--counter-prefix-grow, 1);
	text-align: end;
	white-space: pre-wrap;
}

.elementor-counter .elementor-counter-number-suffix {
	flex-grow: var(--counter-suffix-grow, 1);
	text-align: start;
	white-space: pre-wrap;
}

.elementor-counter .elementor-counter-title {
	align-items: center;
	display: flex;
	flex: 1;
	font-size: 19px;
	font-weight: 400;
	justify-content: center;
	line-height: 2.5;
	margin: 0;
	padding: 0;
}

.elementor-widget-pp-logo-carousel .swiper, .elementor-widget-pp-logo-carousel .swiper-container {
	position: static;
}

.pp-logo-carousel.grayscale-normal img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.pp-logo-carousel.grayscale-normal .swiper-slide:hover img {
	-webkit-filter: none;
	filter: none;
}

.pp-logo-carousel.grayscale-hover .swiper-slide:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.pp-logo-carousel.swiper-container .swiper-slide {
	text-align: center;
}

.pp-logo-carousel.swiper-container .swiper-slide img {
	vertical-align: middle;
	width: auto;
}

.pp-logo-carousel .pp-logo-title {
	margin: 0;
}

.pp-logo-carousel .pp-logo-title a {
	color: inherit;
}

.pp-toggle-switch-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pp-toggle-center .pp-toggle-switch-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pp-toggle-right .pp-toggle-switch-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pp-toggle-switch-container {
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	margin: 0 15px;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.pp-toggle-switch-round {
	border-radius: 1.31em;
}

.pp-toggle-switch-round .pp-toggle-slider:before {
	border-radius: 50%;
}

.pp-toggle-switch-label {
	position: relative;
	display: inline-block;
	font-size: 1em;
	width: 2.31em;
	height: 1.29em;
	margin: 0;
	vertical-align: middle;
}

.pp-toggle-switch-label input {
	display: none;
}

.pp-toggle-content-wrap .elementor-section-stretched {
	left: 0 !important;
	width: 100% !important;
}

.pp-primary-toggle-label, .pp-secondary-toggle-label {
	cursor: pointer;
}

.pp-toggle-slider {
	font-size: 1em;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: background .4s;
	transition: background .4s;
}

.pp-toggle-slider:before {
	position: absolute;
	content: "";
	height: 1em;
	width: 1em;
	left: .16em;
	bottom: .15em;
	background-color: #fff;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.pp-toggle-switch-on .pp-toggle-slider, .pp-toggle-switch:checked+.pp-toggle-slider {
	background-color: #2196f3;
	-webkit-box-shadow: 0 0 1px #2196f3;
	box-shadow: 0 0 1px #2196f3;
}

.pp-toggle-switch-on .pp-toggle-slider:before, .pp-toggle-switch:checked+.pp-toggle-slider:before {
	-webkit-transform: translateX(1em);
	transform: translateX(1em);
}

.pp-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pp-icon i, .pp-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.pp-pricing-table {
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.pp-pricing-table-container {
	position: relative;
}

.pp-pricing-table.horizontal-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pp-pricing-table.horizontal-table .pp-pricing-table-features, .pp-pricing-table.horizontal-table .pp-pricing-table-footer, .pp-pricing-table.horizontal-table .pp-pricing-table-head {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pp-pricing-table-align-left .pp-pricing-table, .pp-pricing-table-align-left.pp-pricing-table-price-duration-wrap .pp-pricing-table-price-duration {
	text-align: left;
}

.pp-pricing-table-align-left .pp-pricing-table-price {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pp-pricing-table-align-right .pp-pricing-table, .pp-pricing-table-align-right.pp-pricing-table-price-duration-wrap .pp-pricing-table-price-duration {
	text-align: right;
}

.pp-pricing-table-align-right .pp-pricing-table-price {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pp-pricing-table-head {
	background: #7a7a7a;
	padding: 30px;
}

.pp-pricing-table .pp-pricing-table-icon {
	display: inline-block;
}

.pp-pricing-table .pp-pricing-table-title-wrap .pp-pricing-table-title {
	margin-bottom: 0;
}

.pp-pricing-table .pp-pricing-table-title-wrap .pp-pricing-table-subtitle {
	margin-bottom: 0;
}

.pp-pricing-table .pp-pricing-table-price {
	font-size: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

.pp-pricing-table-price-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pp-pricing-table-after-price {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: start;
}

.pp-pricing-table-fractional-part {
	font-size: .4em;
	line-height: 1;
}

.pp-pricing-table .pp-pricing-table-features {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

.pp-pricing-table .pp-pricing-table-features li {
	margin: 0;
	padding: 0;
}

.pp-pricing-table .pp-pricing-table-features li:last-child {
	border-bottom: 0;
}

.pp-pricing-table .pp-pricing-table-features .excluded {
	text-decoration: line-through;
}

.pp-pricing-table .pp-pricing-table-price-duration, .pp-pricing-table .pp-pricing-table-price-prefix {
	font-size: .4em;
	line-height: 1;
	text-align: left;
}

.pp-pricing-table .pp-pricing-table-price-prefix {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.pp-pricing-table .pp-pricing-table-price-duration {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.pp-pricing-table .pp-pricing-table-price-original .pp-pricing-table-price-prefix {
	font-size: 1em;
	margin: 0;
}

.pp-pricing-table-price-duration-wrap .pp-pricing-table-price {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pp-pricing-table-price-duration-wrap .pp-pricing-table-price-duration {
	text-align: center;
	width: 100%;
}

.pp-pricing-table .pp-pricing-table-price-value {
	line-height: .9;
}

.pp-pricing-table-price, .pp-pricing-table-price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.pp-pricing-table-price-original {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: .5em;
	line-height: 1;
	-ms-flex-item-align: end;
	align-self: flex-end;
	text-decoration: line-through;
}

.pp-pricing-table-feature-content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pp-pricing-table-ribbon {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	z-index: 2;
}

.pp-pricing-table-ribbon-inner {
	background: #61ce70;
}

.pp-pricing-table-ribbon-1 {
	position: absolute;
	top: 0;
	width: 150px;
	overflow: hidden;
	height: 150px;
}

.pp-pricing-table-ribbon-1.pp-pricing-table-ribbon-right {
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pp-pricing-table-ribbon-1.pp-pricing-table-ribbon-left {
	left: 0;
	right: auto;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.pp-pricing-table-ribbon-1 .pp-pricing-table-ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	line-height: 2;
}

.pp-pricing-table-ribbon-2 {
	border-radius: 50%;
	line-height: 4em;
	min-height: 4em;
	min-width: 4em;
}

.pp-pricing-table-ribbon-2 .pp-pricing-table-ribbon-inner {
	background: #61ce70;
	border-radius: 50%;
}

.pp-pricing-table-ribbon-2.pp-pricing-table-ribbon-right {
	-webkit-transform: translateX(38%) translateY(-38%);
	transform: translateX(38%) translateY(-38%);
}

.pp-pricing-table-ribbon-2.pp-pricing-table-ribbon-left {
	-webkit-transform: translateX(-38%) translateY(-38%);
	transform: translateX(-38%) translateY(-38%);
}

.pp-pricing-table-ribbon-right {
	right: 0;
}

.pp-pricing-table-ribbon-left {
	left: 0;
}

.pp-pricing-table-ribbon-3 {
	background: #61ce70;
	top: 10%;
}

.pp-pricing-table-ribbon-3 .pp-pricing-table-ribbon-inner {
	padding: 3px 18px;
}

.pp-pricing-table-ribbon-3:after, .pp-pricing-table-ribbon-3:before {
	border-bottom: 8px solid transparent;
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 100%;
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right {
	border-radius: 3px 3px 0 3px;
	right: -8px;
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right:after, .pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right:before {
	right: 0;
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right:before {
	border-left: 8px solid #61ce70;
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right:after {
	border-left: 8px solid rgba(0, 0, 0, .2);
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left {
	border-radius: 3px 3px 3px 0;
	left: -8px;
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left:after, .pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left:before {
	left: 0;
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left:before {
	border-right: 8px solid #61ce70;
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left:after {
	border-right: 8px solid rgba(0, 0, 0, .2);
}

.pp-tooltip-click {
	cursor: pointer;
}
