/* VIDEO EMBED */
.wt-shortcodes-work-preview > div.custom-tabs,
.wt-shortcodes-work-preview > div.video-embed {
	width: calc( 100% - 30px );
}

.wt-video-embed {
	position: relative;
	width: 100%;
	max-width: 100%;
}
.wt-video-embed.wt-video-embed-center {
	margin-left: 50%;
	transform: translateX(-50%);
}
.wt-video-embed.wt-video-embed-right {
	margin-left: 100%;
	transform: translateX(-100%);
}
.wt-video-embed:before {
	display: block;
	content: "";
	width: 100%;
	text-align: right;
	padding-top: 56.25%;
}
.wt-video-embed.wt-video-embed-4-3:before {
	padding-top: 75%;
}
.wt-video-embed > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* AUDIO EMBED */

.wt-shortcodes-work-preview > div.audio-embed {
	width: calc( 100% - 30px );
}

.wt-audio-embed {
	position: relative;
	width: 100%;
	height: 166px;
	max-width: 100%;
}
.wt-audio-embed.wt-audio-embed-center {
	margin-left: 50%;
	transform: translateX(-50%);
}
.wt-audio-embed.wt-audio-embed-right {
	margin-left: 100%;
	transform: translateX(-100%);
}
.wt-audio-embed > iframe {
	width: 100%;
	height: 100%;
}

/* GOOGLE EMBED */

.wt-shortcodes-work-preview > div.google-map-embed {
	width: calc( 100% - 30px );
}

.wt-google-embed {
	position: relative;
	width: 100%;
	height: 300px;
	max-width: 100%;
}
.wt-google-embed.wt-google-embed-center {
	margin-left: 50%;
	transform: translateX(-50%);
}
.wt-google-embed.wt-google-embed-right {
	margin-left: 100%;
	transform: translateX(-100%);
}
.wt-google-embed > iframe {
	width: 100%;
	height: 100%;
}

/* CSS LOAD */

.cssload {
	z-index: 1;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	margin-top: 11px;
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
}
.cssload .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
}
.cssload .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.cssload .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(154,210,90);
	animation: cssload-fold-thecube 2.76s infinite linear both;
	-o-animation: cssload-fold-thecube 2.76s infinite linear both;
	-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
	-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
	-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
}
.cssload .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
	-o-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotateZ(90deg);
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
	-o-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotateZ(180deg);
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
	-o-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotateZ(270deg);
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload .cssload-c2:before {
	animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
}
.cssload .cssload-c3:before {
	animation-delay: 0.69s;
	-o-animation-delay: 0.69s;
	-ms-animation-delay: 0.69s;
	-webkit-animation-delay: 0.69s;
	-moz-animation-delay: 0.69s;
}
.cssload .cssload-c4:before {
	animation-delay: 1.04s;
	-o-animation-delay: 1.04s;
	-ms-animation-delay: 1.04s;
	-webkit-animation-delay: 1.04s;
	-moz-animation-delay: 1.04s;
}
@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(31px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		transform: perspective(31px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		transform: perspective(31px) rotateY(180deg);
		opacity: 0;
	}
}
@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(31px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-o-transform: perspective(31px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-o-transform: perspective(31px) rotateY(180deg);
		opacity: 0;
	}
}
@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(31px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-ms-transform: perspective(31px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-ms-transform: perspective(31px) rotateY(180deg);
		opacity: 0;
	}
}
@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(31px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(31px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(31px) rotateY(180deg);
		opacity: 0;
	}
}
@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(31px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-moz-transform: perspective(31px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-moz-transform: perspective(31px) rotateY(180deg);
		opacity: 0;
	}
}
.cta:not(.with-offer) > .circle-offer {
	display: none !important;
}
/*
     FILE ARCHIVED ON 21:51:05 Jul 23, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:09:06 Jul 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.441
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.058
  esindex: 0.008
  cdx.remote: 5.637
  LoadShardBlock: 170.86 (3)
  PetaboxLoader3.resolve: 416.654 (5)
  PetaboxLoader3.datanode: 202.283 (5)
  load_resource: 454.64 (2)
*/