.jet-view-more {
	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;
}

.jet-view-more__button {
	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;
	cursor: pointer;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 4px;
	line-height: 1;
	background-color: #818a91;
	color: #fff;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.jet-view-more__icon {
	color: #fff;
	margin: 0 5px 0 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.jet-view-more__label {
	color: #fff;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.jet-view-more-section-edit-mode {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
}

.jet-view-more-section {
	height: 0;
	overflow: hidden;
}

.jet-view-more-section.jet-tricks-none-effect.view-more-visible {
	height: auto;
}

.jet-view-more-section.jet-tricks-fade-effect {
	-webkit-animation-name: jetTricksFade;
	animation-name: jetTricksFade;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-fade-effect.view-more-visible {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-view-more-section.jet-tricks-zoom-in-effect {
	-webkit-animation-name: jetTricksZoomIn;
	animation-name: jetTricksZoomIn;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-zoom-in-effect.view-more-visible {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-view-more-section.jet-tricks-zoom-out-effect {
	-webkit-animation-name: jetTricksZoomOut;
	animation-name: jetTricksZoomOut;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-zoom-out-effect.view-more-visible {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-view-more-section.jet-tricks-move-up-effect {
	-webkit-animation-name: jetTricksMoveUp;
	animation-name: jetTricksMoveUp;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-move-up-effect.view-more-visible {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-view-more-section.jet-tricks-fall-perspective-effect {
	-webkit-animation-name: jetTricksFallPerspective;
	animation-name: jetTricksFallPerspective;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-fall-perspective-effect.view-more-visible {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-view-more-section.jet-tricks-fade-hide-effect {
	-webkit-animation-name: jetTricksFadeHide;
	animation-name: jetTricksFadeHide;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-fade-hide-effect.view-more-hiding {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-view-more-section.jet-tricks-zoom-in-hide-effect {
	-webkit-animation-name: jetTricksZoomInHide;
	animation-name: jetTricksZoomInHide;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-zoom-in-hide-effect.view-more-hiding {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-view-more-section.jet-tricks-zoom-out-hide-effect {
	-webkit-animation-name: jetTricksZoomOutHide;
	animation-name: jetTricksZoomOutHide;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-zoom-out-hide-effect.view-more-hiding {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-view-more-section.jet-tricks-move-down-hide-effect {
	-webkit-animation-name: jetTricksMoveDownHide;
	animation-name: jetTricksMoveDownHide;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-move-down-hide-effect.view-more-hiding {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-view-more-section.jet-tricks-fall-perspective-hide-effect {
	-webkit-animation-name: jetTricksFallPerspectiveHide;
	animation-name: jetTricksFallPerspectiveHide;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-view-more-section.jet-tricks-fall-perspective-hide-effect.view-more-hiding {
	height: auto;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-unfold {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.jet-unfold__mask {
	overflow: hidden;
	position: relative;
}

.jet-unfold__separator {
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 100ms ease;
	transition: opacity 100ms ease;
	pointer-events: none;
}

.jet-unfold__trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.jet-unfold__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #6ec1e4;
	cursor: pointer;
}

.jet-unfold__button.elementor-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.jet-unfold__button:not(:empty) {
	gap: 5px;
}

.jet-unfold-state .jet-unfold__separator {
	opacity: 0;
}

.jet-hotspots {
	position: relative;
}

.jet-hotspots.image-loaded .jet-hotspots__item {
	visibility: visible;
}

.jet-hotspots__inner {
	display: inline-block;
	position: relative;
}

.jet-hotspots__inner>img {
	vertical-align: top;
}

.jet-hotspots__inner .size-full {
	width: 100%;
}

.jet-hotspots__container {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	display: block;
}

.jet-hotspots__item {
	visibility: hidden;
	position: absolute;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 99;
}

.jet-hotspots__item--active {
	z-index: 100;
}

.jet-hotspots__item .jet-hotspots__item-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	color: #fff;
	background-color: #6ec1e4;
	border-radius: 4px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.jet-hotspots__item .jet-hotspots__item-icon {
	font-size: 20px;
}

.jet-hotspots__item .jet-hotspots__item-text {
	font-size: 14px;
	margin: 0 5px;
	overflow-wrap: break-word;
}

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item .jet-hotspots__item-inner {
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 7.5s;
	animation-duration: 7.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item .jet-hotspots__item-inner {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item .jet-hotspots__item-inner {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item .jet-hotspots__item-inner {
	-webkit-animation-name: tada;
	animation-name: tada;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item .jet-hotspots__item-inner {
	-webkit-animation-name: rubber;
	animation-name: rubber;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item .jet-hotspots__item-inner {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.jet-satellite-widget {
	position: relative;
	z-index: 1;
}

.jet-tricks-satellite {
	position: absolute;
	pointer-events: none;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 2;
}

.jet-tricks-satellite .jet-tricks-satellite__text .jet-tricks-satellite__link, .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__link, .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__link {
	pointer-events: auto;
	cursor: pointer;
}

.jet-tricks-satellite .jet-tricks-satellite__text {
	font-size: 60px;
	font-weight: 600;
	color: #6ec1e4;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.jet-tricks-satellite .jet-tricks-satellite__text span {
	display: block;
	white-space: nowrap;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.jet-tricks-satellite .jet-tricks-satellite__icon {
	position: relative;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance {
	position: relative;
	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: 40px;
	height: 40px;
	border-radius: 50px;
	color: #fff;
	background-color: #6ec1e4;
}

.jet-tricks-satellite .jet-tricks-satellite__image {
	position: relative;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.jet-tricks-satellite--top-left {
	top: 0;
	left: 0;
}

.jet-tricks-satellite--top-center {
	top: 0;
	left: 50%;
}

.jet-tricks-satellite--top-right {
	top: 0;
	left: 100%;
}

.jet-tricks-satellite--middle-left {
	top: 50%;
	left: 0;
}

.jet-tricks-satellite--middle-center {
	top: 50%;
	left: 50%;
}

.jet-tricks-satellite--middle-right {
	top: 50%;
	left: 100%;
}

.jet-tricks-satellite--bottom-left {
	top: 100%;
	left: 0;
}

.jet-tricks-satellite--bottom-center {
	top: 100%;
	left: 50%;
}

.jet-tricks-satellite--bottom-right {
	top: 100%;
	left: 100%;
}

.jet-tooltip-widget__content {
	display: none;
}

.jet-tooltip-widget [data-tippy-root] .tippy-svg-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jet-tricks-particles-section__instance {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.jet-sticky-section.stuck {
	position: fixed;
	width: auto;
	z-index: 99;
}

.jet-sticky-container-sticky {
	position: sticky;
	max-width: 100%;
	z-index: 1100;
	top: 0;
}

.jet-sticky-container--stuck {
	z-index: 1100;
}

.jet-sticky-container {
	display: flow-root;
	overflow-x: clip;
}

.jet-sticky-container .site {
	display: flow-root;
	overflow: clip;
}

.jet-sticky-column.is-affixed.elementor-element.elementor-column>.elementor-element-populated {
	margin-top: 0;
	margin-bottom: 0;
}

.jet-sticky-column .inner-wrapper-sticky {
	left: auto !important;
}

.jet-parallax-widget:not(.is-mac) {
	-webkit-transition: -webkit-transform .25s cubic-bezier(.25, .88, .54, .98);
	transition: -webkit-transform .25s cubic-bezier(.25, .88, .54, .98);
	transition: transform .25s cubic-bezier(.25, .88, .54, .98);
	transition: transform .25s cubic-bezier(.25, .88, .54, .98), -webkit-transform .25s cubic-bezier(.25, .88, .54, .98);
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.jet-tricks-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
}

.elementor .jet-tricks-edit-template-link {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
	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;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	background-color: #b7084e;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-box-shadow: 0 0 0 0 rgba(183, 8, 78, .6);
	box-shadow: 0 0 0 0 rgba(183, 8, 78, .6);
	-webkit-animation: edit-button-pulse 5s infinite;
	animation: edit-button-pulse 5s infinite;
}

.elementor .jet-tricks-edit-template-link i {
	font-size: 14px;
	margin-right: 5px;
}

.rtl .elementor .jet-tricks-edit-template-link i {
	margin-left: 5px;
	margin-right: 0;
}

.elementor .jet-tricks-edit-template-link span {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}

.elementor .jet-tricks-edit-template-link:hover {
	background-color: #840739;
	-webkit-animation: none;
	animation: none;
}

.jet-tricks-no-template-message {
	padding: 10px;
	text-align: center;
}

.elementor-widget .tippy-box[data-animation=scale][data-placement*=top] {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

.elementor-widget .tippy-box[data-animation=scale][data-placement*=bottom] {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.elementor-widget .tippy-box[data-animation=scale][data-placement*=left] {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.elementor-widget .tippy-box[data-animation=scale][data-placement*=right] {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.elementor-widget .tippy-box[data-animation=scale][data-state=hidden] {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=top] {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
	-webkit-transform: perspective(700px);
	transform: perspective(700px);
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
	-webkit-transform: perspective(700px) translateY(8px) rotateX(60deg);
	transform: perspective(700px) translateY(8px) rotateX(60deg);
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=bottom] {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
	-webkit-transform: perspective(700px);
	transform: perspective(700px);
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
	-webkit-transform: perspective(700px) translateY(-8px) rotateX(-60deg);
	transform: perspective(700px) translateY(-8px) rotateX(-60deg);
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=left] {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
	-webkit-transform: perspective(700px);
	transform: perspective(700px);
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
	-webkit-transform: perspective(700px) translateX(8px) rotateY(-60deg);
	transform: perspective(700px) translateX(8px) rotateY(-60deg);
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=right] {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
	-webkit-transform: perspective(700px);
	transform: perspective(700px);
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
	-webkit-transform: perspective(700px) translateX(-8px) rotateY(60deg);
	transform: perspective(700px) translateX(-8px) rotateY(60deg);
}

.elementor-widget .tippy-box[data-animation=perspective][data-state=hidden] {
	opacity: 0;
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden] {
	opacity: 0;
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden] {
	opacity: 0;
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top] {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom] {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left] {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right] {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}