
/*! elementor - v3.32.0 - 05-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);
}

/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
.tablesaw {
	width: 100%;
	max-width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 0;
	padding: 0;
}

.tablesaw * {
	box-sizing: border-box;
}

.tablesaw-btn {
	border: 1px solid #ccc;
	border-radius: .25em;
	background: none;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #4a4a4a;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: .5em .85em .4em .85em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.tablesaw-btn {
	color: #1c95d4;
}

.tablesaw-btn:hover {
	text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-btn:active {
	background-color: #ddd;
}

@supports (box-shadow: none ) {
	.tablesaw-btn:focus {
		background-color: #fff;
		outline: none;
	}
	
	.tablesaw-btn:focus {
		box-shadow: 0 0 .35em #4faeef !important;
	}
}

.tablesaw-btn-select select {
	border: 1px solid #bbb;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	min-height: 1em;
	color: transparent;
}

.tablesaw-btn select option {
	background: #fff;
	color: #000;
}

.tablesaw-btn {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	top: 0;
}

.tablesaw-btn.btn-small {
	font-size: 1.0625em;
	line-height: 19px;
	padding: .3em 1em .3em 1em;
}

.tablesaw-btn.btn-micro {
	font-size: .8125em;
	padding: .4em .7em .25em .7em;
}

.tablesaw-btn-select {
	padding-right: 1.5em;
	padding-right: 2.5em;
	text-align: left;
	display: inline-block;
	color: #4d4d4d;
	min-width: 7.25em;
}

.tablesaw-btn-select.btn-small:after, .tablesaw-btn-select.btn-micro:after {
	width: 1.2em;
	font-size: .5em;
	padding-top: 1em;
	padding-right: .5em;
	line-height: 1.65;
	background: none;
	box-shadow: none;
	border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .tablesaw-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	text-shadow: 0 1px 0 #fff;
	border-radius: .25em;
}

.tablesaw-advance .tablesaw-btn.btn-micro {
	font-size: .8125em;
	padding: .3em .7em .25em .7em;
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
	margin-left: 0;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
	margin-right: 0;
}

.tablesaw-advance a.tablesaw-nav-btn {
	display: inline-block;
	overflow: hidden;
	width: 1.8em;
	height: 1.8em;
	background-position: 50% 50%;
	margin-left: .25em;
	margin-right: .25em;
	position: relative;
	text-indent: -9999px;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-advance a.tablesaw-nav-btn.up:before {
	content: " ";
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before {
	top: .45em;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
	left: .6em;
	border-right: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
	left: .7em;
	border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
	opacity: .25;
	cursor: default;
	pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
	clear: both;
}

.tablesaw-bar * {
	box-sizing: border-box;
}

.tablesaw-bar-section {
	float: left;
	margin-bottom: 10px;
}

.tablesaw-bar-section label {
	font-size: .875em;
	padding: .5em 0;
	clear: both;
	display: block;
	color: #888;
	margin-right: .5em;
	text-transform: uppercase;
}

.tablesaw-btn, .tablesaw-enhanced .tablesaw-btn {
	margin-top: .5em;
	margin-bottom: .5em;
}

.tablesaw-btn-select, .tablesaw-enhanced .tablesaw-btn-select {
	margin-bottom: 0;
}

/* TODO */
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
	margin-left: .4em;
	margin-top: 0;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	background: transparent;
	font-size: 1em;
	padding-left: .3em;
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
	min-width: 0;
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
	padding-top: .9em;
}

.tablesaw-bar .tablesaw-bar-section select {
	background-image: none;
	color: #888;
	text-transform: none;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

.tablesaw-bar .tablesaw-bar-section select.nitro-lazy {
	background-image: none !important;
}

.tablesaw-bar-section ~ table {
	clear: both;
}

.tablesaw-bar-section .abbreviated {
	display: inline;
}

.tablesaw-bar-section .longform {
	display: none;
}

@media (min-width: 24em) {
	.tablesaw-bar-section .abbreviated {
		display: none;
	}
	
	.tablesaw-bar-section .longform {
		display: inline;
	}
}

.tablesaw th, .tablesaw td {
	padding: .5em .7em;
	text-align: left;
	vertical-align: middle;
}

.tablesaw-sortable-btn {
	/* same as cell padding above */
	padding: .5em .7em;
}

.tablesaw thead th {
	text-align: left;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-row-border tr {
	border-bottom: 1px solid #dfdfdf;
}

/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
	background-color: #f8f8f8;
}

.tablesaw caption {
	text-align: left;
	margin: .59375em 0;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
	border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
	border-right-width: 1px;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
	box-shadow: 3px 0 4px -1px #e4e1de;
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
	display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

/* Support note IE9+: @media only all */
@media only all {
	/* Show the table cells as a block level element */
	.tablesaw-stack {
		clear: both;
	}
	
	.tablesaw-stack td, .tablesaw-stack th {
		text-align: left;
		display: block;
	}
	
	.tablesaw-stack tr {
		clear: both;
		display: table-row;
	}
	
	/* Make the label elements a percentage width */
	.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
		display: inline-block;
		padding: 0 .6em 0 0;
		width: 45%;
	}
	
	/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
	.tablesaw-stack th .tablesaw-cell-label-top, .tablesaw-stack td .tablesaw-cell-label-top {
		display: block;
		padding: .4em 0;
		margin: .4em 0;
	}
	
	.tablesaw-cell-label {
		display: block;
	}
	
	/* Avoid double strokes when stacked */
	.tablesaw-stack tbody th.group {
		margin-top: -1px;
	}
	
	/* Avoid double strokes when stacked */
	.tablesaw-stack th.group b.tablesaw-cell-label {
		display: none !important;
	}
}

@media (max-width: 39.9375em) {
	/* Table rows have a gray bottom stroke by default */
	.tablesaw-stack tbody tr {
		display: block;
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
	}
	
	.tablesaw-stack thead td, .tablesaw-stack thead th {
		display: none;
	}
	
	.tablesaw-stack tbody td, .tablesaw-stack tbody th {
		display: block;
		float: left;
		clear: left;
		width: 100%;
	}
	
	.tablesaw-cell-label {
		vertical-align: top;
	}
	
	.tablesaw-cell-content {
		display: inline-block;
		max-width: 50%;
	}
	
	.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label, .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.tablesaw-stack td:empty, .tablesaw-stack th:empty {
		display: none;
	}
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
	.tablesaw-stack tr {
		display: table-row;
	}
	
	/* Show the table header rows */
	.tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
		display: table-cell;
		margin: 0;
	}
	
	/* Hide the labels in each cell */
	.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
		display: none !important;
	}
}

.tablesaw-fix-persist {
	table-layout: fixed;
}

@media only all {
	/* Unchecked manually: Always hide */
	.tablesaw-swipe th.tablesaw-swipe-cellhidden, .tablesaw-swipe td.tablesaw-swipe-cellhidden {
		display: none;
	}
}

.tablesaw-overflow {
	position: relative;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tablesaw-overflow > .tablesaw {
	margin-top: 2px;
}

/* Used for a11y text on button: "Columns" */
.tablesaw-columntoggle-btn span {
	text-indent: -9999px;
	display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
	position: relative;
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	padding: .5em;
}

.tablesaw-columntoggle tbody td {
	line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
	display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
	display: block;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fff;
	padding: .5em .8em;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #ccc;
	border-radius: .2em;
	z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
	margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
	.tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1, .tablesaw-columntoggle th.tablesaw-priority-0, .tablesaw-columntoggle td.tablesaw-priority-0 {
		display: none;
	}
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	top: 0 !important;
	right: 1em;
	left: auto !important;
	width: 12em;
	max-width: 18em;
	margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
	outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
	.tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1 {
		display: table-cell;
	}
}

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
	.tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2 {
		display: table-cell;
	}
}

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
	.tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3 {
		display: table-cell;
	}
	
	.tablesaw-columntoggle tbody td {
		line-height: 2;
	}
}

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
	.tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4 {
		display: table-cell;
	}
}

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
	.tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5 {
		display: table-cell;
	}
}

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
	.tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6 {
		display: table-cell;
	}
}

@media only all {
	/* Unchecked manually: Always hide */
	.tablesaw-columntoggle th.tablesaw-toggle-cellhidden, .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
		display: none;
	}
	
	/* Checked manually: Always show */
	.tablesaw-columntoggle th.tablesaw-toggle-cellvisible, .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
		display: table-cell;
	}
}

.tablesaw-columntoggle-popup .tablesaw-btn-group > label {
	display: block;
	padding: .2em 0;
	white-space: nowrap;
	cursor: default;
}

.tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
	margin-right: .8em;
}

.tablesaw-sortable-head {
	position: relative;
	vertical-align: top;
}

/* Override */

/*.tablesaw .tablesaw-sortable-head {
  padding: 0;
}*/
.tablesaw-sortable-btn {
	min-width: 100%;
	color: inherit;
	background: transparent;
	border: 0;
	text-align: inherit;
	font: inherit;
	text-transform: inherit;
}

.tablesaw-sortable-arrow:after {
	display: inline-block;
	width: 10px;
	height: 14px;
	content: " ";
	margin-left: .3125em;
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after, .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: " ";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
	content: "↑";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "↓";
}

.tablesaw-advance {
	float: right;
}

.tablesaw-advance.minimap {
	margin-right: .4em;
}

.tablesaw-advance-dots {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tablesaw-advance-dots li {
	display: table-cell;
	margin: 0;
	padding: .4em .2em;
}

.tablesaw-advance-dots li i {
	width: .25em;
	height: .25em;
	background: #555;
	border-radius: 100%;
	display: inline-block;
}

.tablesaw-advance-dots-hide {
	opacity: .25;
	cursor: default;
	pointer-events: none;
}

.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-table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: inherit;
	width: 100%;
}

.pp-table .pp-table-cell {
	text-align: inherit;
}

.pp-table-left .pp-table-container {
	margin-left: 0;
	margin-right: auto;
}

.pp-table-center .pp-table-container {
	margin-left: auto;
	margin-right: auto;
}

.pp-table-right .pp-table-container {
	margin-left: auto;
	margin-right: 0;
}

.pp-table-cell-icon-before {
	margin-right: 10px;
}

.pp-table-cell-icon-after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 10px;
}

.pp-table-container {
	overflow-x: auto;
}

.pp-table.tablesaw-stack td, .pp-table.tablesaw-stack th {
	float: none;
}

.pp-table .pp-table-cell-content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.pp-table .tablesaw-sortable-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.pp-table .tablesaw-sortable-btn .pp-table-cell-content {
	display: inline-block;
}

.pp-table .tablesaw-sortable-btn .tablesaw-sortable-arrow {
	float: right;
	margin-left: 5px;
}

.pp-table .tablesaw-sortable-btn:focus, .pp-table .tablesaw-sortable-btn:hover {
	background: 0 0;
	border: none;
	color: inherit;
}

.pp-table .tablesaw-sortable-head .tablesaw-sortable-arrow:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.pp-table .tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
	content: "";
}

.pp-table .tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "";
}

.pp-table-cell-icon {
	line-height: inherit;
}

.pp-table-cell-icon i, .pp-table-cell-icon svg {
	display: initial;
}

.pp-table-sortable-dd-hide .tablesaw-sortable-switch {
	display: none;
}

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

.pp-table tr:nth-child(odd) td {
	background-color: unset;
}

.pp-table tr:nth-child(even) td {
	background-color: unset;
}

.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;
}

/*! elementor - v3.32.0 - 05-10-2025 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container, .elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: 8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	border-width: 0;
	border-inline-start-width: 1px;
	border-style: solid;
	height: 100%;
	inset-inline-end: -8px;
	inset-inline-start: auto;
	position: relative;
	width: auto;
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.elementor-widget .elementor-icon-list-item:after {
	inset-block-end: 0;
	position: absolute;
	width: 100%;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	align-items: var(--icon-vertical-align, center);
	display: flex;
	font-size: inherit;
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-inline-start: 5px;
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
	inset-block-start: var(--icon-vertical-offset, initial);
	position: relative;
}

.elementor-widget .elementor-icon-list-icon svg {
	height: var(--e-icon-list-icon-size, 1em);
	width: var(--e-icon-list-icon-size, 1em);
}

.elementor-widget .elementor-icon-list-icon i {
	font-size: var(--e-icon-list-icon-size);
	width: 1.25em;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
	justify-content: center;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto;
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	justify-content: center;
}

.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
	justify-content: flex-start;
	text-align: left;
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	justify-content: flex-start;
}

.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
	justify-content: flex-end;
	text-align: right;
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	justify-content: flex-end;
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	inset-inline-start: 0;
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	inset-inline-end: 0;
}

@media (min-width:-1) {
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-laptop-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-tablet-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:767px) {
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-mobile-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

#left-area ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items {
	padding: 0;
}
