/* previo-block-text-content */
.content-full-main .text-content>.container{padding-left:15px!important;padding-right:15px!important}.text-content img{height:auto;max-width:100%}@media (max-width:519px){.text-content img:not(.attachment-thumbnail):not(.attachment-full):not(.aligncenter){display:block;height:auto!important;margin:.625rem auto!important;width:100%!important}}.text-content.no-padding{padding:0!important}.text-content .container>*+*{margin-top:1.25rem}.text-content__inner{margin-left:auto;margin-right:auto}.text-content figure{margin-top:2.5rem}.text-content ul{list-style:disc}.text-content ol{list-style:decimal}.text-content ol,.text-content ul{padding-left:1.25rem}.text-content ol ol,.text-content ol ul,.text-content ul ol,.text-content ul ul{margin-top:.625rem}.text-content ol ul,.text-content ul ul{list-style:circle}.text-content ol li,.text-content ul li{margin-top:.3125rem}.single-post .text-content{margin-bottom:2.5rem}.package-detail-2__subtitle{text-transform:uppercase}.package-detail-2 .two-columns__col ul li{margin-bottom:.9375rem}@media (max-width:519px){.text-content .cff-wrapper .cff-visual-header .cff-header-img img{width:80px!important}}
/*# sourceMappingURL=../maps/text-content.css.map */

/* previo-block-footer-modern12 */
.footer-modern12__top{align-items:center;background-color:var(--footer-bg-left);color:var(--footer-text-color);display:flex;justify-content:space-between}@media (max-width:767px){.footer-modern12__top{flex-direction:column;text-align:center}}.footer-modern12__top a{color:var(--footer-text-color)}.footer-modern12__left{align-items:center;display:flex;justify-content:center;padding:2.5rem;width:60%}@media (max-width:767px){.footer-modern12__left{padding:1.25rem;width:100%}}.footer-modern12 .footer-logo{max-width:350px}.footer-modern12__right{background-color:var(--footer-bg-right);font-size:1rem;padding:2.5rem;width:40%}@media (max-width:767px){.footer-modern12__right{padding:1.25rem;width:100%}}.footer-modern12__right a{text-decoration:none}.footer-modern12__right a:hover{text-decoration:underline}.footer-modern12__bottom{background-color:#000;color:#fff;padding:1.5625rem 0;position:relative}.footer-modern12__bottom p{font-size:.6875rem;line-height:1;text-align:center}.footer-modern12__bottom a{color:#fff}.footer-modern12 .previo-logo{display:block;margin:.625rem 0 0;opacity:.5;text-align:center}@media (min-width:992px){.footer-modern12 .previo-logo{margin:0;position:absolute;right:1.25rem;text-align:initial;top:50%;transform:translateY(-50%)}}.footer-modern12 .previo-logo svg{display:inline-block;height:30px;width:auto}
/*# sourceMappingURL=../../maps/footer/modern12.css.map */

/* username-changer */
/**
 * Username Changer - Frontend Styles
 * Author profile link and display name styling.
 */
a.author-url,
.author a,
span.author a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* wpa-style */
.wpa-ld button span.screen-reader, .longdesc-link span.screen-reader,
.wpa-hide-ltr#skiplinks a, .wpa-hide-ltr#skiplinks a:hover, .wpa-hide-ltr#skiplinks a:visited,
.wpa-hide-rtl#skiplinks a, .wpa-hide-rtl#skiplinks a:hover, .wpa-hide-rtl#skiplinks a:visited {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.wpa-hide-ltr#skiplinks a:focus,
.wpa-hide-rtl#skiplinks a:focus {
	background-color: #eee;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.wpa-alt,
.wpa-ld {
	display: inline-block;
	position: relative;
}

.post-thumbnail .wpa-alt,
.post-thumbnail .wpa-ld {
	display: block;
}

/* basic support for themes that don't define alignleft and alignright for non-image elements. */
div.alignleft.wpa-alt,
div.alignleft.wpa-ld {
	float: left;
}

div.alignright.wpa-alt,
div.alignright.wpa-ld {
	float: right;
}

div.aligncenter.wpa-alt,
div.aligncenter.wpa-ld {
	display: block;
	margin: 0 auto;
	width: fit-content;
}

.wpa-focusable:focus {
	outline: 1px solid;
	outline-offset: 1px;
}

.wpa-ld .longdesc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow-y: scroll;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .92);
	color: #111;
	padding: 46px 1rem 1rem;
	text-align: start;
}

.wpa-ld .longdesc,
.wpa-ld .longdesc p {
	font-size: clamp( 16px, 1rem, 24px );
}

.wpa-ld .longdesc-link {
	position: absolute;
	display: inline-block;
	right: 3px;
	bottom: 3px;
	color: #000;
	background: rgba(255, 255, 255, .92);
	font-size: clamp( 14px, .875rem, 20px );
	padding: 2px;
	border-radius: 3px;
}

.wpa-alt .wpa-alt-text {
	position: absolute;
	width: calc( 100% - 2em );
	height: fit-content;
	bottom: 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .92);
	padding: 1rem;
	margin: 1rem;
	border-radius: 15px;
	box-shadow: 0 0 6px #333;
	text-align: start;
	z-index: 10;
	font-size: clamp( 16px, 1rem, 24px );
	line-height: 1.5;
	color: #111;
}

.top-right .wpa-alt .wpa-alt-text,
.top-left .wpa-alt .wpa-alt-text {
	bottom: auto;
	top: 0;
	margin-top: 2.5em;
}

.rtl .wpa-alt .wpa-alt-text,
.rtl .wpa-ld .longdesc {
	text-align: right;
}

.template-longdesc {
	text-align: left;
	line-height: 1.5;
	width: 100%;
	max-width: 50em;
	padding: 2em;
	margin: 1em auto;
	background: #fdfdfd;
	color: #333;
	box-shadow: 0 0 5px;
	font-size: 1.4em;
}

label.wpa-screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.wpa-content-summary {
	padding: 30px;
	background: rgba( 0,0,0,.05 );
	margin-bottom: 30px;
}

.wpa-content-summary div p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.wpa-excerpt .wp-block-read-more,
.wpa-excerpt .wp-block-post-excerpt__more-text {
	display: none !important;
}

.wpa-excerpt .wp-block-post-excerpt .continue {
	margin-top: 1rem;
	display: block;
}

.wpa-alt button.wpa-toggle, .wpa-alt a.wpa-toggle,
.wpa-ld button.wpa-toggle, .wpa-ld a.wpa-toggle,
button.wpa-video {
	all: unset;
	background: #111;
	display: block;
	color: #fff;
	border-radius: 32px !important;
	height: 28px !important;
	width: 28px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute !important;
	z-index: 10;
	padding: 4px !important;
	border: 1px solid currentColor !important;
}

.wpa-alt button {
	font-family: monospace !important;
	font-size: clamp( 14px,.875rem,20px ) !important;
}

.wpa-alt button.wpa-toggle:active,
.wpa-ld button.wpa-toggle:active {
	background: #f6f6f6;
	color: #111;
}

.wpa-ld button.wpa-toggle,
.wpa-alt button.wpa-toggle,
button.wpa-video {
	top: 4px;
	left: 4px;
}

.wpa-ld button.wpa-toggle:focus, .wpa-ld button.wpa-toggle:hover,
.wpa-alt button.wpa-toggle:focus, .wpa-alt button.wpa-toggle:hover,
button.wpa-video:hover,
button.wpa-video:focus {
	outline: 2px solid currentColor;
	outline-offset: 1px;
}

button.wpa-video[aria-pressed=true] .dashicons::before {
	content: "\f522" / '';
}

.wpa-alt button.wpa-toggle[aria-expanded=true],
.wpa-ld button.wpa-toggle[aria-expanded=true] {
	color: #111;
	background: #f6f6f6;
}

.wpa-alt button:focus, .wpa-alt button:hover,
.wpa-ld button:focus, .wpa-ld button:hover {
	cursor: pointer;
}

.top-left .wpa-alt a.wpa-toggle, .top-left .wpa-alt button.wpa-toggle,
.top-left .wpa-ld a.wpa-toggle, .top-left .wpa-ld button.wpa-toggle {
	top: 4px;
	bottom: auto;
}

.top-right .wpa-alt a.wpa-toggle, .top-right .wpa-alt button.wpa-toggle,
.top-right .wpa-ld a.wpa-toggle, .top-right .wpa-ld button.wpa-toggle {
	top: 4px;
	right: 4px;
	left: auto;
	bottom: auto;
}

.bottom-right .wpa-alt a.wpa-toggle, .bottom-right .wpa-alt button.wpa-toggle,
.bottom-right .wpa-ld a.wpa-toggle, .bottom-right .wpa-ld button.wpa-toggle {
	right: 4px;
	left: auto;
}

.wpa-alt .wpa-ld button {
	left: 46px;
}

.top-right .wpa-alt .wpa-ld button,
.bottom-right .wpa-alt .wpa-ld button {
	left: auto;
	right: 46px;
}
/* cmplz-general */
.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
