img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -.1em !important;
	background: 0 0 !important;
	padding: 0 !important
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
	color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000
}

:where(.wp-block-file) {
	margin-bottom: 1.5em
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8
}

ul {
	box-sizing: border-box
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

:where(.wp-block-post-excerpt) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

:where(.wp-block-pullquote) {
	margin: 0 0 1em
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px
}

:where(.wp-block-term-description) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

:where(pre.wp-block-verse) {
	font-family: inherit
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #ddd;
	-webkit-clip-path: none;
	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
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

:where(figure) {
	margin: 0 0 1em
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
	gap: .5em
}

:where(.is-layout-grid) {
	gap: .5em
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em
}

.wpml-ls-flag {
	display: inline-block
}

.wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 7px;
	clear: both
}

.wpml-ls-legacy-list-horizontal>ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block
}

.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 6px;
	line-height: 1
}

.wpml-ls-legacy-list-horizontal a span {
	vertical-align: middle
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	display: inline;
	vertical-align: middle
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: .4em
}

.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .4em
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 30px
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
	text-align: center
}

.wpml-ls-statics-footer a,
.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link,
.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link {
	color: #444;
	background-color: #fff
}

.wpml-ls-statics-footer a {
	color: #000;
	background-color: #eee
}

.wpml-ls-statics-footer .wpml-ls-current-language>a {
	color: #444;
	background-color: #fff
}

.wpml-ls-statics-footer .wpml-ls-current-language:hover>a,
.wpml-ls-statics-footer .wpml-ls-current-language>a:focus {
	color: #000;
	background-color: #eee
}

.cmplz-blocked-content-notice {
	display: none
}

.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice {
	display: block
}

.cmplz-blocked-content-container,
.cmplz-wp-video {
	animation-name: cmplz-fadein;
	animation-duration: .6s;
	background: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5), 0 1px 10px 0 rgba(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 iframe,
.cmplz-wp-video iframe {
	visibility: hidden;
	max-height: 100%;
	border: 0 !important
}

.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, .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 div div {
	display: none
}

.cmplz-wp-video .cmplz-placeholder-element {
	width: 100%;
	height: inherit
}

@keyframes cmplz-fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

*,
:after,
:before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3 {
	margin-block-start: .5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

p {
	margin-block-start: 0;
	margin-block-end: .9rem
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #c36
}

a:active,
a:hover {
	color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

img {
	border-style: none;
	height: auto;
	max-width: 100%
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@media print {
	*,
	:after,
	:before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	img,
	tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		-moz-column-break-after: avoid;
		break-after: avoid
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=url],
select,
textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: #333
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	width: auto;
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

[type=button],
[type=submit],
button {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all .3s
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
	outline: -webkit-focus-ring-color auto 5px
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
	color: #fff;
	background-color: #c36;
	text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse
}

table tbody+tbody {
	border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

li,
ul {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

.pagination {
	margin: 20px auto
}

.sticky {
	position: relative;
	display: block
}

.hide {
	display: none !important
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.site-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-block-start: 1rem;
	padding-block-end: 1rem;
	position: relative
}

.site-navigation-toggle-holder {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
	max-width: 20%;
	padding: 8px 15px
}

.site-navigation-toggle-holder .site-navigation-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	padding: .25em;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f
}

.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
	content: "\e87f"
}

.site-navigation-dropdown {
	margin-block-start: 10px;
	transition: max-height .3s, transform .3s;
	transform-origin: top;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
	transform: scaleY(0);
	max-height: 0
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
	transform: scaleY(1);
	max-height: 100vh
}

.site-navigation-dropdown ul {
	padding: 0
}

.site-navigation-dropdown ul.menu {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff
}

.site-navigation-dropdown ul.menu li {
	display: block;
	width: 100%;
	position: relative
}

.site-navigation-dropdown ul.menu li a {
	display: block;
	padding: 20px;
	background: #fff;
	color: #55595c;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843)
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
	color: #fff;
	background: #55595c
}

.site-navigation-dropdown ul.menu>li li {
	transition: max-height .3s, transform .3s;
	transform-origin: top;
	transform: scaleY(0);
	max-height: 0
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
	transform: scaleY(1);
	max-height: 100vh
}

.site-header:not(.dynamic-header) {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 100%
}

@media (max-width:575px) {
	.site-header:not(.dynamic-header) {
		padding-inline-start: 10px;
		padding-inline-end: 10px
	}
}

@media (min-width:576px) {
	.site-header:not(.dynamic-header) {
		max-width: 500px
	}
}

@media (min-width:768px) {
	.site-header:not(.dynamic-header) {
		max-width: 600px
	}
}

@media (min-width:992px) {
	.site-header:not(.dynamic-header) {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.site-header:not(.dynamic-header) {
		max-width: 1140px
	}
}

.site-header+.elementor {
	min-height: calc(100vh - 320px)
}

.dialog-widget-content {
	background-color: var(--e-a-bg-default);
	position: absolute;
	border-radius: 3px;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	overflow: hidden
}

.dialog-message {
	line-height: 1.5;
	box-sizing: border-box
}

.dialog-close-button {
	cursor: pointer;
	position: absolute;
	margin-top: 15px;
	right: 15px;
	color: var(--e-a-color-txt);
	font-size: 15px;
	line-height: 1;
	transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
	color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
	overflow: hidden;
	max-height: 100vh
}

.dialog-type-lightbox {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.dialog-type-alert .dialog-widget-content,
.dialog-type-confirm .dialog-widget-content {
	margin: auto;
	width: 400px;
	padding: 20px
}

.dialog-type-alert .dialog-header,
.dialog-type-confirm .dialog-header {
	font-size: 15px;
	font-weight: 500
}

.dialog-type-alert .dialog-header:after,
.dialog-type-confirm .dialog-header:after {
	content: "";
	display: block;
	border-block-end: var(--e-a-border);
	padding-block-end: 10px;
	margin-block-end: 10px;
	margin-inline-start: -20px;
	margin-inline-end: -20px
}

.dialog-type-alert .dialog-message,
.dialog-type-confirm .dialog-message {
	min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,
.dialog-type-confirm .dialog-buttons-wrapper {
	padding-block-start: 10px;
	display: flex;
	justify-content: flex-end;
	gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	padding: 8px 16px;
	outline: 0;
	border: none;
	border-radius: var(--e-a-border-radius);
	background-color: var(--e-a-btn-bg);
	color: var(--e-a-btn-color-invert);
	transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
	border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
	background-color: var(--e-a-btn-bg-hover);
	color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
	background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
	cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
	background-color: var(--e-a-btn-bg-disabled);
	color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
	display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
	background: 0 0;
	color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
	background: var(--e-a-bg-hover);
	color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
	background: 0 0;
	color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
	background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
	background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
	background-color: var(--e-a-btn-bg-primary);
	color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
	background-color: var(--e-a-btn-bg-primary-hover);
	color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
	background: 0 0;
	color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
	background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
	background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
	background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
	background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
	background-color: var(--e-a-btn-bg-warning)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
	background-color: var(--e-a-btn-bg-warning-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
	background-color: var(--e-a-btn-bg-danger)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
	background-color: var(--e-a-btn-bg-danger-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
	margin-inline-end: 5px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
	color: initial
}

.flatpickr-calendar {
	width: 280px
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.elementor *,
.elementor :after,
.elementor :before {
	box-sizing: border-box
}

.elementor a {
	box-shadow: none;
	text-decoration: none
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none
}

.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr
}

.elementor .elementor-background-video-container {
	transition: opacity 1s;
	pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0
}

.elementor .elementor-background-video-embed {
	max-width: none
}

.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.elementor .elementor-background-slideshow {
	z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover
}

.elementor-element {
	--flex-direction: initial;
	--flex-wrap: initial;
	--justify-content: initial;
	--align-items: initial;
	--align-content: initial;
	--gap: initial;
	--flex-basis: initial;
	--flex-grow: initial;
	--flex-shrink: initial;
	--order: initial;
	--align-self: initial;
	flex-basis: var(--flex-basis);
	flex-grow: var(--flex-grow);
	flex-shrink: var(--flex-shrink);
	order: var(--order);
	align-self: var(--align-self)
}

.elementor-element:where(.e-con-full, .elementor-widget) {
	flex-direction: var(--flex-direction);
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
	align-items: var(--align-items);
	align-content: var(--align-content);
	gap: var(--gap)
}

.elementor-invisible {
	visibility: hidden
}

.elementor-align-right {
	text-align: right
}

.elementor-align-right .elementor-button {
	width: auto
}

.elementor-ken-burns {
	transition-property: transform;
	transition-duration: 10s;
	transition-timing-function: linear
}

.elementor-ken-burns--out {
	transform: scale(1.3)
}

.elementor-ken-burns--active {
	transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	transform: scale(1.3)
}

@media (max-width:767px) {
	table table {
		font-size: .8em
	}
	.elementor-mobile-align-center {
		text-align: center
	}
	.elementor-mobile-align-center .elementor-button {
		width: auto
	}
}

:root {
	--page-title-display: block
}

.elementor-page-title {
	display: var(--page-title-display)
}

@keyframes eicon-spin {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: 2s linear infinite eicon-spin
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: flex
}

.elementor-widget-wrap>.elementor-element {
	width: 100%
}

.elementor-widget-wrap.e-swiper-container {
	width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
	position: relative
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}

.elementor-column-wrap {
	width: 100%;
	position: relative;
	display: flex
}

ul.elementor-icon-list-items.elementor-inline-items {
	display: flex;
	flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
	min-width: 0
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	width: 100%;
	word-spacing: var(--grid-column-gap);
	margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr)
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop"
	}
}

@media (min-width:-1) {
	#elementor-device-mode:after {
		content: "widescreen"
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "laptop";
		content: "tablet_extra"
	}
}

@media (max-width:1024px) {
	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}
	#elementor-device-mode:after {
		content: "tablet"
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "mobile_extra"
	}
}

.e-con {
	--border-radius: 0;
	--border-block-start-width: 0px;
	--border-inline-end-width: 0px;
	--border-block-end-width: 0px;
	--border-inline-start-width: 0px;
	--border-style: initial;
	--border-color: initial;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--content-width: min(100%, var(--container-max-width, 1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-block-start: 0px;
	--margin-inline-end: 0px;
	--margin-block-end: 0px;
	--margin-inline-start: 0px;
	--padding-block-start: var(--container-default-padding-block-start, 10px);
	--padding-inline-end: var(--container-default-padding-inline-end, 10px);
	--padding-block-end: var(--container-default-padding-block-end, 10px);
	--padding-inline-start: var(--container-default-padding-inline-start, 10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--gap: var(--widgets-spacing, 20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: 0.3s;
	--e-con-grid-template-columns: repeat(3, 1fr);
	--e-con-grid-template-rows: repeat(2, 1fr);
	position: var(--position);
	width: var(--width);
	min-width: 0;
	min-height: var(--min-height);
	height: var(--height);
	border-radius: var(--border-radius);
	margin-block-start: var(--bc-margin-block-start, var(--margin-block-start));
	margin-inline-end: var(--bc-margin-inline-end, var(--margin-inline-end));
	margin-block-end: var(--bc-margin-block-end, var(--margin-block-end));
	margin-inline-start: var(--bc-margin-inline-start, var(--margin-inline-start));
	padding-inline-start: var(--bc-padding-inline-start, var(--padding-inline-start));
	padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end));
	z-index: var(--z-index);
	overflow: var(--overflow);
	transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con.e-flex {
	--flex-direction: column;
	--flex-basis: auto;
	--flex-grow: 0;
	--flex-shrink: 1;
	flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
	text-align: var(--text-align);
	padding-block-start: var(--bc-padding-block-start, var(--padding-block-start));
	padding-block-end: var(--bc-padding-block-end, var(--padding-block-end))
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
	flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
	display: var(--display)
}

.e-con-boxed.e-flex {
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
	align-content: normal
}

.e-con-boxed {
	text-align: initial;
	gap: initial
}

.e-con.e-flex>.e-con-inner {
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
	align-items: var(--align-items);
	align-content: var(--align-content);
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto
}

.e-con>.e-con-inner {
	gap: var(--gap);
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	padding-inline-start: 0;
	padding-inline-end: 0;
	height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
	--margin-inline-end: auto;
	--margin-inline-start: auto;
	max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
	margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	content: var(--background-overlay);
	display: block;
	position: absolute;
	mix-blend-mode: var(--overlay-mix-blend-mode);
	opacity: var(--overlay-opacity);
	transition: var(--overlay-transition, .3s);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	border-color: var(--border-color);
	border-block-start-width: var(--border-block-start-width);
	border-inline-end-width: var(--border-inline-end-width);
	border-block-end-width: var(--border-block-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	top: calc(0px - var(--border-block-start-width));
	left: calc(0px - var(--border-inline-start-width));
	width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
	height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
}

.e-con:before {
	transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	border-color: var(--border-color);
	border-block-start-width: var(--border-block-start-width);
	border-inline-end-width: var(--border-inline-end-width);
	border-block-end-width: var(--border-block-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	top: calc(0px - var(--border-block-start-width));
	left: calc(0px - var(--border-inline-start-width));
	width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
	height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
	z-index: 2
}

.e-con .elementor-widget {
	min-width: 0
}

.e-con .elementor-widget.e-widget-swiper {
	width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
	height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
	max-width: 100%
}

@media (max-width:767px) {
	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}
	#elementor-device-mode:after {
		content: "mobile"
	}
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: wrap
	}
}

.e-con {
	--bc-margin-block-start: var(--margin-top);
	--bc-margin-block-end: var(--margin-bottom);
	--bc-margin-inline-start: var(--margin-left);
	--bc-margin-inline-end: var(--margin-right);
	--bc-padding-block-start: var(--padding-top);
	--bc-padding-block-end: var(--padding-bottom);
	--bc-padding-inline-start: var(--padding-left);
	--bc-padding-inline-end: var(--padding-right)
}

[dir=rtl] .e-con {
	--bc-margin-inline-start: var(--margin-right);
	--bc-margin-inline-end: var(--margin-left);
	--bc-padding-inline-start: var(--padding-right);
	--bc-padding-inline-end: var(--padding-left)
}

.elementor-element .elementor-widget-container {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #69727d;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
	color: #fff
}

.elementor-button-content-wrapper {
	display: flex;
	justify-content: center
}

.elementor-button-text {
	flex-grow: 1;
	order: 10;
	display: inline-block
}

.elementor-button span {
	text-decoration: inherit
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	transition: all .3s;
	color: #69727d;
	font-size: 50px;
	text-align: center
}

.elementor-icon:hover {
	color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%
}

.elementor-element {
	--swiper-theme-color: #000;
	--swiper-navigation-size: 44px;
	--swiper-pagination-bullet-size: 6px;
	--swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button {
	position: absolute;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	transform: translateY(-50%)
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg {
	fill: hsla(0, 0%, 93.3%, .9);
	height: 1em;
	width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev {
	left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next {
	right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 5px
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
	bottom: 5px;
	left: 0;
	width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
	text-align: center
}

.elementor-lightbox .dialog-header {
	display: none
}

.elementor-lightbox .dialog-widget-content {
	background: 0 0;
	box-shadow: none;
	width: 100%;
	height: 100%
}

.elementor-lightbox .dialog-message {
	animation-duration: .3s;
	height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
	padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
	cursor: pointer;
	position: absolute;
	font-size: var(--lightbox-header-icons-size);
	right: .75em;
	margin-top: 13px;
	padding: .25em;
	z-index: 2;
	line-height: 1;
	display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
	height: 1em;
	width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button {
	color: var(--lightbox-ui-color);
	transition: all .3s;
	opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg {
	fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg {
	fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .elementor-video-container {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait,
.elementor-lightbox .elementor-video-container .elementor-video-square {
	width: 100%;
	height: 100%;
	margin: auto
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
	border: 0;
	background-color: #000
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
	aspect-ratio: var(--video-aspect-ratio, 1.77777)
}

@supports not (aspect-ratio:1/1) {
	.elementor-lightbox .elementor-video-container .elementor-video-landscape,
	.elementor-lightbox .elementor-video-container .elementor-video-portrait,
	.elementor-lightbox .elementor-video-container .elementor-video-square {
		position: relative;
		overflow: hidden;
		height: 0;
		padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
	}
	.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
	.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
	.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
	.elementor-lightbox .elementor-video-container .elementor-video-portrait video,
	.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
	.elementor-lightbox .elementor-video-container .elementor-video-square video {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
	width: min(90vh, 90vw);
	height: min(90vh, 90vw)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
	width: 100%;
	max-height: 90vh
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
	height: 100%;
	max-width: 90vw
}

@media (min-width:1025px) {
	.elementor-lightbox .elementor-video-container .elementor-video-landscape {
		width: 85vw;
		max-height: 85vh
	}
	.elementor-lightbox .elementor-video-container .elementor-video-portrait {
		height: 85vh;
		max-width: 85vw
	}
}

@media (max-width:1024px) {
	.elementor-lightbox .elementor-video-container .elementor-video-landscape {
		width: 95vw;
		max-height: 95vh
	}
	.elementor-lightbox .elementor-video-container .elementor-video-portrait {
		height: 95vh;
		max-width: 95vw
	}
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
	width: 100%
}

.animated {
	animation-duration: 1.25s
}

.animated.reverse {
	animation-direction: reverse;
	animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		animation: none
	}
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr
}

.elementor-shape-top {
	top: -1px
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0)
}

#wpadminbar * {
	font-style: normal
}

.elementor-post__thumbnail__link {
	transition: none
}

.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
	padding: 0
}

:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
	border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-kit-8 {
	--e-global-color-primary: #65BFC3;
	--e-global-color-secondary: #000000;
	--e-global-color-text: #575756;
	--e-global-color-accent: #FFFFFF;
	--e-global-typography-primary-font-family: "Exo";
	--e-global-typography-primary-font-size: 40px;
	--e-global-typography-primary-font-weight: 700;
	--e-global-typography-secondary-font-family: "DaxlinePro";
	--e-global-typography-secondary-font-size: 40px;
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "DaxlinePro";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "DaxlinePro";
	--e-global-typography-accent-font-weight: 500
}

.e-con {
	--container-max-width: 1140px
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px
}

.elementor-element {
	--widgets-spacing: 20px 20px
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px
}

@font-face {
	font-family: DaxlinePro;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('propiedades_files/fonts/DaxlinePro-Regular.eot');
	src: url('propiedades_files/fonts/DaxlinePro-Regular.eot?#iefix') format('embedded-opentype'), url('propiedades_files/fonts/DaxlinePro-Regular.woff') format('woff'), url('propiedades_files/fonts/DaxlinePro-Regular-1.ttf') format('truetype')
}

@font-face {
	font-family: DaxlinePro;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('propiedades_files/fonts/DaxlinePro-Medium.eot');
	src: url('propiedades_files/fonts/DaxlinePro-Medium.eot?#iefix') format('embedded-opentype'), url('propiedades_files/fonts/DaxlinePro-Medium.woff') format('woff'), url('propiedades_files/fonts/DaxlinePro-Medium.ttf') format('truetype')
}

@font-face {
	font-family: DaxlinePro;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('propiedades_files/fonts/DaxlinePro-ExtraBold.eot');
	src: url('propiedades_files/fonts/DaxlinePro-ExtraBold.eot?#iefix') format('embedded-opentype'), url('propiedades_files/fonts/DaxlinePro-ExtraBold-1.woff') format('woff'), url('propiedades_files/fonts/DaxlinePro-ExtraBold.ttf') format('truetype')
}

@font-face {
	font-family: DaxlinePro;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('propiedades_files/fonts/DaxlinePro-Black.eot');
	src: url('propiedades_files/fonts/DaxlinePro-Black.eot?#iefix') format('embedded-opentype'), url('propiedades_files/fonts/DaxlinePro-Black.woff') format('woff'), url('propiedades_files/fonts/DaxlinePro-Black.ttf') format('truetype')
}

@font-face {
	font-display: swap;
	font-family: eicons;
	src: url('propiedades_files/fonts/eicons.eot?5.23.0');
	src: url('propiedades_files/fonts/eicons.eot?5.23.0#iefix') format("embedded-opentype"), url('propiedades_files/fonts/eicons.woff2?5.23.0') format("woff2"), url('propiedades_files/fonts/eicons.woff?5.23.0') format("woff"), url('propiedades_files/fonts/eicons.ttf?5.23.0') format("truetype"), url('propiedades_files/fonts/eicons.svg?5.23.0#eicon') format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@keyframes a {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: 2s linear infinite a
}

.eicon-menu-bar:before {
	content: "\e816"
}

.eicon-close:before {
	content: "\e87f"
}

.eicon-edit:before {
	content: "\e89a"
}

.eicon-arrow-left:before {
	content: "\e8bf"
}

.eicon-arrow-right:before {
	content: "\e8c0"
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-wrapper {
	transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev {
	left: 10px;
	right: auto
}

.swiper-button-prev:after {
	content: 'prev'
}

.swiper-button-next {
	right: 10px;
	left: auto
}

.swiper-button-next:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: 1s linear infinite swiper-preloader-spin
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.elementor-location-footer:before,
.elementor-location-header:before {
	content: "";
	display: table;
	clear: both
}

.elementor-sticky--active {
	z-index: 99
}

.e-con.elementor-sticky--active {
	z-index: var(--z-index, 99)
}

.e-con .e-con.elementor-sticky--active {
	--bc-padding-inline-start: var(--padding-left);
	--bc-padding-inline-end: var(--padding-right);
	padding-inline-start: var(--bc-padding-inline-start, var(--padding-inline-start));
	padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end))
}

[dir=rtl] .e-con .e-con.elementor-sticky--active {
	--bc-padding-inline-start: var(--padding-right);
	--bc-padding-inline-end: var(--padding-left)
}

.e-con[data-core-v316-plus=true] .e-con.elementor-sticky--active {
	--bc-padding-inline-start: initial;
	--bc-padding-inline-end: initial
}

[data-elementor-type=popup]:not(.elementor-edit-area) {
	display: none
}

.elementor-popup-modal {
	display: flex;
	pointer-events: none;
	background-color: transparent;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
	display: none
}

.elementor-popup-modal .dialog-close-button {
	display: none;
	top: 20px;
	margin-top: 0;
	right: 20px;
	opacity: 1;
	z-index: 9999;
	pointer-events: all
}

.elementor-popup-modal .dialog-close-button svg {
	fill: #1f2124;
	height: 1em;
	width: 1em
}

.elementor-popup-modal .dialog-widget-content {
	background-color: #fff;
	width: auto;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	box-shadow: none;
	pointer-events: all
}

.elementor-popup-modal .dialog-message {
	width: 640px;
	max-width: 100vw;
	max-height: 100vh;
	padding: 0;
	overflow: auto;
	display: flex
}

.elementor-popup-modal .elementor {
	width: 100%
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	transition-duration: 1s
}

.elementor-motion-effects-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.elementor-motion-effects-layer {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover
}

.elementor-motion-effects-perspective {
	perspective: 1200px
}

.elementor-motion-effects-element {
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.elementor-widget-heading .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: var( --e-global-typography-primary-font-family), Sans-serif;
	font-size: var( --e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-text-editor {
	color: var(--e-global-color-text);
	font-family: var( --e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-button .elementor-button {
	font-family: var( --e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent)
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: var(--e-global-color-text)
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item>a {
	font-family: var( --e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: var(--e-global-color-secondary)
}

.elementor-widget-theme-post-title .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: var( --e-global-typography-primary-font-family), Sans-serif;
	font-size: var( --e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-loop-grid .elementor-button {
	font-family: var( --e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent)
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
	font-family: var( --e-global-typography-primary-font-family), Sans-serif;
	font-size: var( --e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	color: var(--e-global-color-text);
	fill: var(--e-global-color-text)
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
	color: var(--e-global-color-accent);
	fill: var(--e-global-color-accent)
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before {
	background-color: var(--e-global-color-accent)
}

.elementor-widget-nav-menu {
	--e-nav-menu-divider-color: var(--e-global-color-text)
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item {
	font-family: var( --e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
	font-family: var( --e-global-typography-primary-font-family), Sans-serif;
	font-size: var( --e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description {
	font-family: var( --e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
	font-family: var( --e-global-typography-primary-font-family), Sans-serif;
	font-size: var( --e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
	font-family: var( --e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__button {
	font-family: var( --e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover {
	color: var(--e-global-color-text);
	fill: var(--e-global-color-text)
}

.elementor-576 .elementor-element.elementor-element-be0ba32 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s;
	--padding-block-start: 05%;
	--padding-block-end: 0%;
	--padding-inline-start: 0%;
	--padding-inline-end: 0%
}

.elementor-576 .elementor-element.elementor-element-1be625f {
	text-align: center
}

.elementor-576 .elementor-element.elementor-element-1be625f .elementor-heading-title {
	color: var(--e-global-color-text);
	font-family: Exo, Sans-serif;
	font-size: 90px;
	font-weight: 700
}

.elementor-576 .elementor-element.elementor-element-fa093a2 {
	text-align: center
}

.elementor-576 .elementor-element.elementor-element-d5085bc {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--background-transition: 0.3s;
	--padding-block-start: 5%;
	--padding-block-end: 5%;
	--padding-inline-start: 5%;
	--padding-inline-end: 5%
}

.elementor-576 .elementor-element.elementor-element-65de371 {
	--grid-columns: 3
}

/*
.elementor-576 .elementor-element.elementor-element-65de371 .elementor-loop-container {
	grid-auto-rows: 1fr
}
*/

.elementor-576 .elementor-element.elementor-element-65de371 .e-loop-item>.e-con {
	height: 100%
}

@media(max-width:1024px) {
	.e-con {
		--container-max-width: 1024px
	}
	.elementor-widget-heading .elementor-heading-title {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-widget-theme-post-title .elementor-heading-title {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-576 .elementor-element.elementor-element-65de371 {
		--grid-columns: 2
	}
}

@media(max-width:767px) {
	.e-con {
		--container-max-width: 767px
	}
	.elementor-widget-heading .elementor-heading-title {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-widget-theme-post-title .elementor-heading-title {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
		font-size: var( --e-global-typography-primary-font-size)
	}
	.elementor-576 .elementor-element.elementor-element-1be625f .elementor-heading-title {
		font-size: 40px
	}
	.elementor-576 .elementor-element.elementor-element-fa093a2>.elementor-widget-container {
		margin: -20px 0 0
	}
	.elementor-576 .elementor-element.elementor-element-d5085bc {
		--margin-block-start: 0px;
		--margin-block-end: 40px;
		--margin-inline-start: 0px;
		--margin-inline-end: 0px
	}
	.elementor-576 .elementor-element.elementor-element-65de371 {
		--grid-columns: 1
	}
}

.elementor-97 .elementor-element.elementor-element-d51ad6b {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--gap: 0px 0px;
	--background-transition: 0.3s
}

.elementor-97 .elementor-element.elementor-element-6b1bac4 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px
}

.elementor-97 .elementor-element.elementor-element-3b3bbab {
	text-align: right
}

.elementor-97 .elementor-element.elementor-element-3b3bbab img {
	width: 100%;
	height: 9vw;
	object-fit: contain
}

.elementor-97 .elementor-element.elementor-element-3b3bbab>.elementor-widget-container {
	padding: 0
}

.elementor-97 .elementor-element.elementor-element-3ed1cd0 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--justify-content: center;
	--background-transition: 0.3s;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px
}

.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-menu-toggle {
	margin-left: auto;
	background-color: var(--e-global-color-primary)
}

.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu .elementor-item {
	font-family: DaxlinePro, Sans-serif;
	font-size: 1vw;
	font-weight: 300;
	text-transform: uppercase
}

.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu--main .elementor-item:focus,
.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu--main .elementor-item:hover {
	color: var(--e-global-color-primary);
	fill: var(--e-global-color-primary)
}

.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu--main .elementor-item {
	padding-left: 1.2vw;
	padding-right: 1.2vw
}

.elementor-97 .elementor-element.elementor-element-a7d61fe div.elementor-menu-toggle {
	color: var(--e-global-color-accent)
}

.elementor-97 .elementor-element.elementor-element-a7d61fe div.elementor-menu-toggle svg {
	fill: var(--e-global-color-accent)
}

@media(max-width:1024px) {
	.elementor-97 .elementor-element.elementor-element-d51ad6b {
		--padding-block-start: 0%;
		--padding-block-end: 0%;
		--padding-inline-start: 05%;
		--padding-inline-end: 05%
	}
	.elementor-97 .elementor-element.elementor-element-3b3bbab {
		text-align: left
	}
	.elementor-97 .elementor-element.elementor-element-3b3bbab img {
		height: 12vw
	}
	.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu .elementor-item {
		font-size: 20px
	}
	.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
	.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 29px !important
	}
	.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-menu-toggle {
		border-radius: 100px
	}
}

@media(max-width:767px) {
	.elementor-97 .elementor-element.elementor-element-d51ad6b {
		--flex-wrap: nowrap;
		--padding-block-start: 10px;
		--padding-block-end: 0px;
		--padding-inline-start: 20px;
		--padding-inline-end: 20px
	}
	.elementor-97 .elementor-element.elementor-element-6b1bac4 {
		--width: 90%
	}
	.elementor-97 .elementor-element.elementor-element-3b3bbab {
		text-align: left
	}
	.elementor-97 .elementor-element.elementor-element-3b3bbab img {
		height: 72px
	}
	.elementor-97 .elementor-element.elementor-element-3ed1cd0 {
		--width: 10%
	}
	.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
	.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 18px !important
	}
	.elementor-97 .elementor-element.elementor-element-a7d61fe .elementor-menu-toggle {
		border-radius: 100px
	}
}

@media(min-width:768px) {
	.elementor-97 .elementor-element.elementor-element-6b1bac4 {
		--width: 25vw
	}
	.elementor-97 .elementor-element.elementor-element-3ed1cd0 {
		--width: 75vw
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-97 .elementor-element.elementor-element-6b1bac4 {
		--width: 35vw
	}
	.elementor-97 .elementor-element.elementor-element-3ed1cd0 {
		--width: 65vw
	}
}

.elementor-130 .elementor-element.elementor-element-6817a3b {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--justify-content: flex-end;
	--background-transition: 0.3s;
	--margin-block-start: 05%;
	--margin-block-end: 0%;
	--margin-inline-start: 0%;
	--margin-inline-end: 0%;
	--padding-block-start: 0%;
	--padding-block-end: 1.3%;
	--padding-inline-start: 9%;
	--padding-inline-end: 9%
}

.elementor-130 .elementor-element.elementor-element-abded4e .elementor-button {
	font-family: DaxlinePro, Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	fill: var(--e-global-color-text);
	color: var(--e-global-color-text);
	border-style: solid;
	border-width: 0 0 6px;
	border-color: var(--e-global-color-primary);
	border-radius: 0 0 0 0;
	padding: 0
}

.elementor-130 .elementor-element.elementor-element-abded4e>.elementor-widget-container {
	padding: 0
}

.elementor-130 .elementor-element.elementor-element-8675fb2 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s;
	--margin-block-start: 0%;
	--margin-block-end: 0%;
	--margin-inline-start: 0%;
	--margin-inline-end: 0%;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px
}

.elementor-130 .elementor-element.elementor-element-e8525fd {
	--swiper-slides-to-display: 4;
	--arrow-prev-left-align: 0%;
	--arrow-prev-translate-x: 0px;
	--arrow-prev-left-position: 0px;
	--arrow-prev-top-align: 50%;
	--arrow-prev-translate-y: -50%;
	--arrow-prev-top-position: 0px;
	--arrow-next-right-align: 0%;
	--arrow-next-translate-x: 0%;
	--arrow-next-right-position: 0px;
	--arrow-next-top-align: 50%;
	--arrow-next-translate-y: -50%;
	--arrow-next-top-position: 0px;
	--swiper-slides-gap: 0px;
	--arrow-size: 30px;
	--swiper-pagination-size: 15px;
	--progressbar-normal-color: var(--e-global-color-primary);
	--progressbar-hover-color: var(--e-global-color-accent)
}

.elementor-130 .elementor-element.elementor-element-e8525fd .swiper-slide>.elementor-element {
	height: 100%
}

.elementor-130 .elementor-element.elementor-element-e8525fd>.elementor-widget-container {
	padding: 0
}

.elementor-130 .elementor-element.elementor-element-3948b19 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--gap: 0px 0px;
	--background-transition: 0.3s;
	--padding-block-start: 05%;
	--padding-block-end: 0%;
	--padding-inline-start: 05%;
	--padding-inline-end: 05%;
	--z-index: 20
}

.elementor-130 .elementor-element.elementor-element-bc06e40 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s
}

.elementor-130 .elementor-element.elementor-element-1b69133 .elementor-icon-list-item:not(:last-child):after {
	content: "";
	border-color: var(--e-global-color-text)
}

.elementor-130 .elementor-element.elementor-element-1b69133 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after {
	border-top-style: solid;
	border-top-width: 1px
}

.elementor-130 .elementor-element.elementor-element-1b69133 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
	border-left-style: solid
}

.elementor-130 .elementor-element.elementor-element-1b69133 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
	border-left-width: 1px
}

.elementor-130 .elementor-element.elementor-element-1b69133 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px
}

.elementor-130 .elementor-element.elementor-element-1b69133 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-130 .elementor-element.elementor-element-1b69133 .elementor-icon-list-item>a {
	font-family: DaxlinePro, Sans-serif;
	font-weight: 600
}

.elementor-130 .elementor-element.elementor-element-1b69133 .elementor-icon-list-text {
	color: var(--e-global-color-text);
	transition: color .3s
}

.elementor-130 .elementor-element.elementor-element-1b69133 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-primary)
}

.elementor-130 .elementor-element.elementor-element-b658393 {
	color: var(--e-global-color-text);
	font-family: DaxlinePro, Sans-serif;
	font-weight: 600
}

.elementor-130 .elementor-element.elementor-element-b658393>.elementor-widget-container {
	margin: -15px 0 0
}

.elementor-130 .elementor-element.elementor-element-a8a4d45 {
	--display: flex;
	--min-height: 447px;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--justify-content: center;
	--overflow: hidden;
	--background-transition: 0.3s;
	--padding-block-start: 0%;
	--padding-block-end: 0%;
	--padding-inline-start: 0%;
	--padding-inline-end: 07%;
	--position: absolute;
	top: -23em;
	--z-index: 90
}

.elementor-130 .elementor-element.elementor-element-a8a4d45:not(.elementor-motion-effects-element-type-background),
.elementor-130 .elementor-element.elementor-element-a8a4d45>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("propiedades_files/Grupo-7.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.elementor-130 .elementor-element.elementor-element-a8a4d45,
.elementor-130 .elementor-element.elementor-element-a8a4d45::before {
	--border-transition: 0.3s
}

body:not(.rtl) .elementor-130 .elementor-element.elementor-element-a8a4d45 {
	right: -5vw
}

body.rtl .elementor-130 .elementor-element.elementor-element-a8a4d45 {
	left: -5vw
}

.elementor-130 .elementor-element.elementor-element-3327b83 {
	text-align: right
}

.elementor-130 .elementor-element.elementor-element-3327b83 .elementor-heading-title {
	color: #fff;
	font-family: Exo, Sans-serif;
	font-size: 2.5vw;
	font-weight: 700
}

.elementor-130 .elementor-element.elementor-element-b1b15cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(4px/2)
}

.elementor-130 .elementor-element.elementor-element-b1b15cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(4px/2)
}

.elementor-130 .elementor-element.elementor-element-b1b15cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(4px/2);
	margin-left: calc(4px/2)
}

.elementor-130 .elementor-element.elementor-element-b1b15cb .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-4px/2);
	margin-left: calc(-4px/2)
}

body.rtl .elementor-130 .elementor-element.elementor-element-b1b15cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-4px/2)
}

body:not(.rtl) .elementor-130 .elementor-element.elementor-element-b1b15cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-4px/2)
}

.elementor-130 .elementor-element.elementor-element-b1b15cb {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px
}

.elementor-130 .elementor-element.elementor-element-b1b15cb .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-130 .elementor-element.elementor-element-b1b15cb .elementor-icon-list-item>a {
	font-family: DaxlinePro, Sans-serif;
	font-size: 20px;
	font-weight: 600
}

.elementor-130 .elementor-element.elementor-element-b1b15cb .elementor-icon-list-text {
	color: #fff;
	transition: color .3s
}

.elementor-130 .elementor-element.elementor-element-f0e3c20 .elementor-repeater-item-0cacbee.elementor-social-icon i {
	color: var(--e-global-color-primary)
}

.elementor-130 .elementor-element.elementor-element-f0e3c20 .elementor-repeater-item-0cacbee.elementor-social-icon svg {
	fill: var(--e-global-color-primary)
}

.elementor-130 .elementor-element.elementor-element-f0e3c20 {
	--grid-template-columns: repeat(0, auto);
	--icon-size: 22px;
	--grid-column-gap: 8px;
	--grid-row-gap: 0px
}

.elementor-130 .elementor-element.elementor-element-f0e3c20 .elementor-widget-container {
	text-align: right
}

.elementor-130 .elementor-element.elementor-element-f0e3c20 .elementor-social-icon {
	background-color: var(--e-global-color-accent);
	--icon-padding: 0.4em
}

.elementor-130 .elementor-element.elementor-element-f0e3c20 .elementor-social-icon i {
	color: var(--e-global-color-primary)
}

.elementor-130 .elementor-element.elementor-element-f0e3c20 .elementor-social-icon svg {
	fill: var(--e-global-color-primary)
}

.elementor-130 .elementor-element.elementor-element-d4e0996 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--gap: 0px 0px;
	--background-transition: 0.3s;
	--margin-block-start: -2%;
	--margin-block-end: 3%;
	--margin-inline-start: 0%;
	--margin-inline-end: 0%;
	--padding-block-start: 0%;
	--padding-block-end: 0%;
	--padding-inline-start: 05%;
	--padding-inline-end: 05%
}

.elementor-130 .elementor-element.elementor-element-d375c29 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--justify-content: center;
	--background-transition: 0.3s
}

.elementor-130 .elementor-element.elementor-element-861438e {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--justify-content: center;
	--background-transition: 0.3s
}

.elementor-130 .elementor-element.elementor-element-f249a9e {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s
}

.elementor-130 .elementor-element.elementor-element-b55c0b4 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--justify-content: flex-end;
	--background-transition: 0.3s
}

@media(max-width:1024px) {
	.elementor-130 .elementor-element.elementor-element-6817a3b {
		--margin-block-start: 05%;
		--margin-block-end: 0%;
		--margin-inline-start: 0%;
		--margin-inline-end: 0%;
		--padding-block-start: 0%;
		--padding-block-end: 03%;
		--padding-inline-start: 18%;
		--padding-inline-end: 015%
	}
	.elementor-130 .elementor-element.elementor-element-e8525fd {
		--swiper-slides-to-display: 3
	}
	.elementor-130 .elementor-element.elementor-element-a8a4d45 {
		--padding-block-start: 0%;
		--padding-block-end: 0%;
		--padding-inline-start: 0%;
		--padding-inline-end: 8%
	}
	.elementor-130 .elementor-element.elementor-element-3327b83 .elementor-heading-title {
		font-size: 3vw
	}
	.elementor-130 .elementor-element.elementor-element-f0e3c20 {
		--icon-size: 22px
	}
}

@media(min-width:768px) {
	.elementor-130 .elementor-element.elementor-element-6817a3b {
		--width: 75%
	}
	.elementor-130 .elementor-element.elementor-element-8675fb2 {
		--width: 86vw
	}
	.elementor-130 .elementor-element.elementor-element-bc06e40 {
		--width: 50%
	}
	.elementor-130 .elementor-element.elementor-element-a8a4d45 {
		--width: 30vw
	}
	.elementor-130 .elementor-element.elementor-element-d375c29 {
		--width: 20%
	}
	.elementor-130 .elementor-element.elementor-element-861438e {
		--width: 20%
	}
	.elementor-130 .elementor-element.elementor-element-f249a9e {
		--width: 50%
	}
	.elementor-130 .elementor-element.elementor-element-b55c0b4 {
		--width: 20%
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-130 .elementor-element.elementor-element-6817a3b {
		--width: 80%
	}
	.elementor-130 .elementor-element.elementor-element-a8a4d45 {
		--width: 20em
	}
	.elementor-130 .elementor-element.elementor-element-d375c29 {
		--width: 30%
	}
	.elementor-130 .elementor-element.elementor-element-861438e {
		--width: 30%
	}
	.elementor-130 .elementor-element.elementor-element-f249a9e {
		--width: 10%
	}
	.elementor-130 .elementor-element.elementor-element-b55c0b4 {
		--width: 30%
	}
}

@media(max-width:767px) {
	.elementor-130 .elementor-element.elementor-element-6817a3b {
		--justify-content: flex-end;
		--padding-block-start: 0px;
		--padding-block-end: 20px;
		--padding-inline-start: 20px;
		--padding-inline-end: 20px
	}
	.elementor-130 .elementor-element.elementor-element-e8525fd {
		--swiper-slides-to-display: 1
	}
	.elementor-130 .elementor-element.elementor-element-bc06e40 {
		--margin-block-start: 20px;
		--margin-block-end: 0px;
		--margin-inline-start: 0px;
		--margin-inline-end: 0px
	}
	.elementor-130 .elementor-element.elementor-element-a8a4d45 {
		--min-height: 335px;
		--align-items: center;
		--container-widget-width: calc( ( 1 - var( --container-widget-flex-grow)) * 100%);
		--padding-block-start: 0%;
		--padding-block-end: 0%;
		--padding-inline-start: 0%;
		--padding-inline-end: 0%;
		top: 0
	}
	.elementor-130 .elementor-element.elementor-element-a8a4d45.e-con {
		--order: -99999
	}
	body:not(.rtl) .elementor-130 .elementor-element.elementor-element-a8a4d45 {
		right: 0
	}
	body.rtl .elementor-130 .elementor-element.elementor-element-a8a4d45 {
		left: 0
	}
	.elementor-130 .elementor-element.elementor-element-3327b83 {
		text-align: center
	}
	.elementor-130 .elementor-element.elementor-element-3327b83 .elementor-heading-title {
		font-size: 8.9vw
	}
	.elementor-130 .elementor-element.elementor-element-f0e3c20 .elementor-widget-container {
		text-align: center
	}
	.elementor-130 .elementor-element.elementor-element-f0e3c20 {
		--icon-size: 18px
	}
	.elementor-130 .elementor-element.elementor-element-b55c0b4.e-con {
		--order: -99999
	}
}

#pojo-a11y-toolbar {
	position: fixed;
	font-size: 16px !important;
	line-height: 1.4;
	z-index: 9999
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
	right: -180px;
	-webkit-transition: right 750ms cubic-bezier(.23, 1, .32, 1);
	-moz-transition: right 750ms cubic-bezier(.23, 1, .32, 1);
	-o-transition: right 750ms cubic-bezier(.23, 1, .32, 1);
	transition: right 750ms cubic-bezier(.23, 1, .32, 1)
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
	right: 0
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
	right: 180px
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
	left: -180px;
	-webkit-transition: left 750ms cubic-bezier(.23, 1, .32, 1);
	-moz-transition: left 750ms cubic-bezier(.23, 1, .32, 1);
	-o-transition: left 750ms cubic-bezier(.23, 1, .32, 1);
	transition: left 750ms cubic-bezier(.23, 1, .32, 1)
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
	left: 0
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
	left: 180px
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
	position: absolute
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	display: inline-block;
	font-size: 200%;
	line-height: 0;
	padding: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
	max-width: inherit
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	border: 1px solid;
	font-size: 100%;
	width: 180px
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
	display: block;
	line-height: 2;
	font-weight: 700;
	padding: 10px 15px 0;
	margin: 0
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items {
	list-style: none;
	margin: 0;
	padding: 10px 0
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
	border-top: 1px solid
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
	display: block;
	padding: 10px 15px;
	font-size: 80%;
	line-height: 1
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
	font-weight: 700
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
	padding-right: 6px;
	display: inline-block;
	width: 1.5em;
	font-style: normal;
	font-weight: 400;
	font-size: inherit;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	vertical-align: middle
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text {
	vertical-align: middle
}

body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
	padding-left: 6px;
	padding-right: 0
}

body.pojo-a11y-grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray
}

body.pojo-a11y-high-contrast .placebo {
	line-height: normal
}

body.pojo-a11y-high-contrast * {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

body.pojo-a11y-high-contrast a,
body.pojo-a11y-high-contrast abbr,
body.pojo-a11y-high-contrast acronym,
body.pojo-a11y-high-contrast address,
body.pojo-a11y-high-contrast article,
body.pojo-a11y-high-contrast aside,
body.pojo-a11y-high-contrast b,
body.pojo-a11y-high-contrast basefont,
body.pojo-a11y-high-contrast bdi,
body.pojo-a11y-high-contrast big,
body.pojo-a11y-high-contrast blink,
body.pojo-a11y-high-contrast blockquote,
body.pojo-a11y-high-contrast body,
body.pojo-a11y-high-contrast button,
body.pojo-a11y-high-contrast canvas,
body.pojo-a11y-high-contrast caption,
body.pojo-a11y-high-contrast center,
body.pojo-a11y-high-contrast cite,
body.pojo-a11y-high-contrast code,
body.pojo-a11y-high-contrast col,
body.pojo-a11y-high-contrast colgroup,
body.pojo-a11y-high-contrast command,
body.pojo-a11y-high-contrast dd,
body.pojo-a11y-high-contrast del,
body.pojo-a11y-high-contrast details,
body.pojo-a11y-high-contrast dfn,
body.pojo-a11y-high-contrast dir,
body.pojo-a11y-high-contrast div,
body.pojo-a11y-high-contrast dl,
body.pojo-a11y-high-contrast dt,
body.pojo-a11y-high-contrast em,
body.pojo-a11y-high-contrast embed,
body.pojo-a11y-high-contrast fieldset,
body.pojo-a11y-high-contrast figcaption,
body.pojo-a11y-high-contrast figure,
body.pojo-a11y-high-contrast font,
body.pojo-a11y-high-contrast footer,
body.pojo-a11y-high-contrast form,
body.pojo-a11y-high-contrast h1,
body.pojo-a11y-high-contrast h1 a,
body.pojo-a11y-high-contrast h1 a b,
body.pojo-a11y-high-contrast h1 abbr,
body.pojo-a11y-high-contrast h1 b,
body.pojo-a11y-high-contrast h1 center,
body.pojo-a11y-high-contrast h1 em,
body.pojo-a11y-high-contrast h1 i,
body.pojo-a11y-high-contrast h1 span,
body.pojo-a11y-high-contrast h1 strong,
body.pojo-a11y-high-contrast h2,
body.pojo-a11y-high-contrast h2 a,
body.pojo-a11y-high-contrast h2 a b,
body.pojo-a11y-high-contrast h2 abbr,
body.pojo-a11y-high-contrast h2 b,
body.pojo-a11y-high-contrast h2 center,
body.pojo-a11y-high-contrast h2 em,
body.pojo-a11y-high-contrast h2 i,
body.pojo-a11y-high-contrast h2 span,
body.pojo-a11y-high-contrast h2 strong,
body.pojo-a11y-high-contrast h3,
body.pojo-a11y-high-contrast h3 a,
body.pojo-a11y-high-contrast h3 a b,
body.pojo-a11y-high-contrast h3 abbr,
body.pojo-a11y-high-contrast h3 b,
body.pojo-a11y-high-contrast h3 center,
body.pojo-a11y-high-contrast h3 em,
body.pojo-a11y-high-contrast h3 i,
body.pojo-a11y-high-contrast h3 span,
body.pojo-a11y-high-contrast h3 strong,
body.pojo-a11y-high-contrast h4,
body.pojo-a11y-high-contrast h4 a,
body.pojo-a11y-high-contrast h4 a b,
body.pojo-a11y-high-contrast h4 abbr,
body.pojo-a11y-high-contrast h4 b,
body.pojo-a11y-high-contrast h4 center,
body.pojo-a11y-high-contrast h4 em,
body.pojo-a11y-high-contrast h4 i,
body.pojo-a11y-high-contrast h4 span,
body.pojo-a11y-high-contrast h4 strong,
body.pojo-a11y-high-contrast h5,
body.pojo-a11y-high-contrast h5 a,
body.pojo-a11y-high-contrast h5 a b,
body.pojo-a11y-high-contrast h5 abbr,
body.pojo-a11y-high-contrast h5 b,
body.pojo-a11y-high-contrast h5 center,
body.pojo-a11y-high-contrast h5 em,
body.pojo-a11y-high-contrast h5 i,
body.pojo-a11y-high-contrast h5 span,
body.pojo-a11y-high-contrast h5 strong,
body.pojo-a11y-high-contrast h6,
body.pojo-a11y-high-contrast h6 a,
body.pojo-a11y-high-contrast h6 a b,
body.pojo-a11y-high-contrast h6 abbr,
body.pojo-a11y-high-contrast h6 b,
body.pojo-a11y-high-contrast h6 center,
body.pojo-a11y-high-contrast h6 em,
body.pojo-a11y-high-contrast h6 i,
body.pojo-a11y-high-contrast h6 span,
body.pojo-a11y-high-contrast h6 strong,
body.pojo-a11y-high-contrast header,
body.pojo-a11y-high-contrast hgroup,
body.pojo-a11y-high-contrast html,
body.pojo-a11y-high-contrast i,
body.pojo-a11y-high-contrast iframe,
body.pojo-a11y-high-contrast img,
body.pojo-a11y-high-contrast input,
body.pojo-a11y-high-contrast ins,
body.pojo-a11y-high-contrast kbd,
body.pojo-a11y-high-contrast label,
body.pojo-a11y-high-contrast legend,
body.pojo-a11y-high-contrast li,
body.pojo-a11y-high-contrast listing,
body.pojo-a11y-high-contrast main,
body.pojo-a11y-high-contrast mark,
body.pojo-a11y-high-contrast marquee,
body.pojo-a11y-high-contrast menu,
body.pojo-a11y-high-contrast meter,
body.pojo-a11y-high-contrast multicol,
body.pojo-a11y-high-contrast nav,
body.pojo-a11y-high-contrast nobr,
body.pojo-a11y-high-contrast object,
body.pojo-a11y-high-contrast ol,
body.pojo-a11y-high-contrast option,
body.pojo-a11y-high-contrast output,
body.pojo-a11y-high-contrast p,
body.pojo-a11y-high-contrast plaintext,
body.pojo-a11y-high-contrast pre,
body.pojo-a11y-high-contrast progress,
body.pojo-a11y-high-contrast q,
body.pojo-a11y-high-contrast rb,
body.pojo-a11y-high-contrast rp,
body.pojo-a11y-high-contrast rt,
body.pojo-a11y-high-contrast ruby,
body.pojo-a11y-high-contrast s,
body.pojo-a11y-high-contrast samp,
body.pojo-a11y-high-contrast section,
body.pojo-a11y-high-contrast select,
body.pojo-a11y-high-contrast small,
body.pojo-a11y-high-contrast span,
body.pojo-a11y-high-contrast strike,
body.pojo-a11y-high-contrast strong,
body.pojo-a11y-high-contrast sub,
body.pojo-a11y-high-contrast summary,
body.pojo-a11y-high-contrast sup,
body.pojo-a11y-high-contrast svg,
body.pojo-a11y-high-contrast table,
body.pojo-a11y-high-contrast tbody,
body.pojo-a11y-high-contrast td,
body.pojo-a11y-high-contrast text,
body.pojo-a11y-high-contrast textarea,
body.pojo-a11y-high-contrast th,
body.pojo-a11y-high-contrast thead,
body.pojo-a11y-high-contrast time,
body.pojo-a11y-high-contrast tr,
body.pojo-a11y-high-contrast tt,
body.pojo-a11y-high-contrast u,
body.pojo-a11y-high-contrast ul,
body.pojo-a11y-high-contrast var,
body.pojo-a11y-high-contrast video,
body.pojo-a11y-high-contrast xmp {
	-moz-appearance: none !important;
	-moz-user-select: text !important;
	-webkit-user-select: text !important;
	background-image: none !important;
	text-shadow: none !important;
	user-select: text !important
}

body.pojo-a11y-high-contrast a,
body.pojo-a11y-high-contrast abbr,
body.pojo-a11y-high-contrast acronym,
body.pojo-a11y-high-contrast address,
body.pojo-a11y-high-contrast article,
body.pojo-a11y-high-contrast aside,
body.pojo-a11y-high-contrast b,
body.pojo-a11y-high-contrast basefont,
body.pojo-a11y-high-contrast bdi,
body.pojo-a11y-high-contrast big,
body.pojo-a11y-high-contrast blink,
body.pojo-a11y-high-contrast blockquote,
body.pojo-a11y-high-contrast body,
body.pojo-a11y-high-contrast canvas,
body.pojo-a11y-high-contrast caption,
body.pojo-a11y-high-contrast center,
body.pojo-a11y-high-contrast cite,
body.pojo-a11y-high-contrast code,
body.pojo-a11y-high-contrast col,
body.pojo-a11y-high-contrast colgroup,
body.pojo-a11y-high-contrast command,
body.pojo-a11y-high-contrast dd,
body.pojo-a11y-high-contrast del,
body.pojo-a11y-high-contrast details,
body.pojo-a11y-high-contrast dfn,
body.pojo-a11y-high-contrast dir,
body.pojo-a11y-high-contrast div,
body.pojo-a11y-high-contrast dl,
body.pojo-a11y-high-contrast dt,
body.pojo-a11y-high-contrast em,
body.pojo-a11y-high-contrast embed,
body.pojo-a11y-high-contrast fieldset,
body.pojo-a11y-high-contrast figcaption,
body.pojo-a11y-high-contrast figure,
body.pojo-a11y-high-contrast font,
body.pojo-a11y-high-contrast footer,
body.pojo-a11y-high-contrast form,
body.pojo-a11y-high-contrast h1,
body.pojo-a11y-high-contrast h1 a,
body.pojo-a11y-high-contrast h1 a b,
body.pojo-a11y-high-contrast h1 abbr,
body.pojo-a11y-high-contrast h1 b,
body.pojo-a11y-high-contrast h1 center,
body.pojo-a11y-high-contrast h1 em,
body.pojo-a11y-high-contrast h1 i,
body.pojo-a11y-high-contrast h1 span,
body.pojo-a11y-high-contrast h1 strong,
body.pojo-a11y-high-contrast h2,
body.pojo-a11y-high-contrast h2 a,
body.pojo-a11y-high-contrast h2 a b,
body.pojo-a11y-high-contrast h2 abbr,
body.pojo-a11y-high-contrast h2 b,
body.pojo-a11y-high-contrast h2 center,
body.pojo-a11y-high-contrast h2 em,
body.pojo-a11y-high-contrast h2 i,
body.pojo-a11y-high-contrast h2 span,
body.pojo-a11y-high-contrast h2 strong,
body.pojo-a11y-high-contrast h3,
body.pojo-a11y-high-contrast h3 a,
body.pojo-a11y-high-contrast h3 a b,
body.pojo-a11y-high-contrast h3 abbr,
body.pojo-a11y-high-contrast h3 b,
body.pojo-a11y-high-contrast h3 center,
body.pojo-a11y-high-contrast h3 em,
body.pojo-a11y-high-contrast h3 i,
body.pojo-a11y-high-contrast h3 span,
body.pojo-a11y-high-contrast h3 strong,
body.pojo-a11y-high-contrast h4,
body.pojo-a11y-high-contrast h4 a,
body.pojo-a11y-high-contrast h4 a b,
body.pojo-a11y-high-contrast h4 abbr,
body.pojo-a11y-high-contrast h4 b,
body.pojo-a11y-high-contrast h4 center,
body.pojo-a11y-high-contrast h4 em,
body.pojo-a11y-high-contrast h4 i,
body.pojo-a11y-high-contrast h4 span,
body.pojo-a11y-high-contrast h4 strong,
body.pojo-a11y-high-contrast h5,
body.pojo-a11y-high-contrast h5 a,
body.pojo-a11y-high-contrast h5 a b,
body.pojo-a11y-high-contrast h5 abbr,
body.pojo-a11y-high-contrast h5 b,
body.pojo-a11y-high-contrast h5 center,
body.pojo-a11y-high-contrast h5 em,
body.pojo-a11y-high-contrast h5 i,
body.pojo-a11y-high-contrast h5 span,
body.pojo-a11y-high-contrast h5 strong,
body.pojo-a11y-high-contrast h6,
body.pojo-a11y-high-contrast h6 a,
body.pojo-a11y-high-contrast h6 a b,
body.pojo-a11y-high-contrast h6 abbr,
body.pojo-a11y-high-contrast h6 b,
body.pojo-a11y-high-contrast h6 center,
body.pojo-a11y-high-contrast h6 em,
body.pojo-a11y-high-contrast h6 i,
body.pojo-a11y-high-contrast h6 span,
body.pojo-a11y-high-contrast h6 strong,
body.pojo-a11y-high-contrast header,
body.pojo-a11y-high-contrast hgroup,
body.pojo-a11y-high-contrast html,
body.pojo-a11y-high-contrast i,
body.pojo-a11y-high-contrast iframe,
body.pojo-a11y-high-contrast input,
body.pojo-a11y-high-contrast ins,
body.pojo-a11y-high-contrast kbd,
body.pojo-a11y-high-contrast label,
body.pojo-a11y-high-contrast legend,
body.pojo-a11y-high-contrast li,
body.pojo-a11y-high-contrast listing,
body.pojo-a11y-high-contrast main,
body.pojo-a11y-high-contrast mark,
body.pojo-a11y-high-contrast marquee,
body.pojo-a11y-high-contrast menu,
body.pojo-a11y-high-contrast meter,
body.pojo-a11y-high-contrast multicol,
body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),
body.pojo-a11y-high-contrast nobr,
body.pojo-a11y-high-contrast object,
body.pojo-a11y-high-contrast ol,
body.pojo-a11y-high-contrast option,
body.pojo-a11y-high-contrast output,
body.pojo-a11y-high-contrast p,
body.pojo-a11y-high-contrast plaintext,
body.pojo-a11y-high-contrast pre,
body.pojo-a11y-high-contrast progress,
body.pojo-a11y-high-contrast q,
body.pojo-a11y-high-contrast rb,
body.pojo-a11y-high-contrast rp,
body.pojo-a11y-high-contrast rt,
body.pojo-a11y-high-contrast ruby,
body.pojo-a11y-high-contrast s,
body.pojo-a11y-high-contrast samp,
body.pojo-a11y-high-contrast section,
body.pojo-a11y-high-contrast small,
body.pojo-a11y-high-contrast span,
body.pojo-a11y-high-contrast strike,
body.pojo-a11y-high-contrast strong,
body.pojo-a11y-high-contrast sub,
body.pojo-a11y-high-contrast summary,
body.pojo-a11y-high-contrast sup,
body.pojo-a11y-high-contrast svg,
body.pojo-a11y-high-contrast table,
body.pojo-a11y-high-contrast tbody,
body.pojo-a11y-high-contrast td,
body.pojo-a11y-high-contrast text,
body.pojo-a11y-high-contrast textarea,
body.pojo-a11y-high-contrast th,
body.pojo-a11y-high-contrast thead,
body.pojo-a11y-high-contrast time,
body.pojo-a11y-high-contrast tr,
body.pojo-a11y-high-contrast tt,
body.pojo-a11y-high-contrast u,
body.pojo-a11y-high-contrast ul,
body.pojo-a11y-high-contrast var,
body.pojo-a11y-high-contrast video,
body.pojo-a11y-high-contrast xmp {
	background: #000 !important;
	background-color: #000 !important
}

body.pojo-a11y-high-contrast a,
body.pojo-a11y-high-contrast article,
body.pojo-a11y-high-contrast aside,
body.pojo-a11y-high-contrast basefont,
body.pojo-a11y-high-contrast bdi,
body.pojo-a11y-high-contrast big,
body.pojo-a11y-high-contrast blink,
body.pojo-a11y-high-contrast blockquote,
body.pojo-a11y-high-contrast body,
body.pojo-a11y-high-contrast button,
body.pojo-a11y-high-contrast canvas,
body.pojo-a11y-high-contrast caption,
body.pojo-a11y-high-contrast center,
body.pojo-a11y-high-contrast code,
body.pojo-a11y-high-contrast col,
body.pojo-a11y-high-contrast colgroup,
body.pojo-a11y-high-contrast command,
body.pojo-a11y-high-contrast dd,
body.pojo-a11y-high-contrast del,
body.pojo-a11y-high-contrast details,
body.pojo-a11y-high-contrast dir,
body.pojo-a11y-high-contrast div,
body.pojo-a11y-high-contrast dl,
body.pojo-a11y-high-contrast dt,
body.pojo-a11y-high-contrast embed,
body.pojo-a11y-high-contrast fieldset,
body.pojo-a11y-high-contrast figcaption,
body.pojo-a11y-high-contrast figure,
body.pojo-a11y-high-contrast font,
body.pojo-a11y-high-contrast footer,
body.pojo-a11y-high-contrast form,
body.pojo-a11y-high-contrast header,
body.pojo-a11y-high-contrast hgroup,
body.pojo-a11y-high-contrast html,
body.pojo-a11y-high-contrast iframe,
body.pojo-a11y-high-contrast img,
body.pojo-a11y-high-contrast input,
body.pojo-a11y-high-contrast ins,
body.pojo-a11y-high-contrast kbd,
body.pojo-a11y-high-contrast label,
body.pojo-a11y-high-contrast legend,
body.pojo-a11y-high-contrast li,
body.pojo-a11y-high-contrast listing,
body.pojo-a11y-high-contrast main,
body.pojo-a11y-high-contrast mark,
body.pojo-a11y-high-contrast marquee,
body.pojo-a11y-high-contrast menu,
body.pojo-a11y-high-contrast meter,
body.pojo-a11y-high-contrast multicol,
body.pojo-a11y-high-contrast nav,
body.pojo-a11y-high-contrast nobr,
body.pojo-a11y-high-contrast object,
body.pojo-a11y-high-contrast ol,
body.pojo-a11y-high-contrast option,
body.pojo-a11y-high-contrast output,
body.pojo-a11y-high-contrast p,
body.pojo-a11y-high-contrast plaintext,
body.pojo-a11y-high-contrast pre,
body.pojo-a11y-high-contrast progress,
body.pojo-a11y-high-contrast q,
body.pojo-a11y-high-contrast rb,
body.pojo-a11y-high-contrast rp,
body.pojo-a11y-high-contrast rt,
body.pojo-a11y-high-contrast ruby,
body.pojo-a11y-high-contrast s,
body.pojo-a11y-high-contrast samp,
body.pojo-a11y-high-contrast section,
body.pojo-a11y-high-contrast select,
body.pojo-a11y-high-contrast small,
body.pojo-a11y-high-contrast span,
body.pojo-a11y-high-contrast strike,
body.pojo-a11y-high-contrast sub,
body.pojo-a11y-high-contrast summary,
body.pojo-a11y-high-contrast sup,
body.pojo-a11y-high-contrast svg,
body.pojo-a11y-high-contrast table,
body.pojo-a11y-high-contrast tbody,
body.pojo-a11y-high-contrast td,
body.pojo-a11y-high-contrast text,
body.pojo-a11y-high-contrast textarea,
body.pojo-a11y-high-contrast th,
body.pojo-a11y-high-contrast thead,
body.pojo-a11y-high-contrast time,
body.pojo-a11y-high-contrast tr,
body.pojo-a11y-high-contrast tt,
body.pojo-a11y-high-contrast ul,
body.pojo-a11y-high-contrast var,
body.pojo-a11y-high-contrast video,
body.pojo-a11y-high-contrast xmp {
	color: #fff !important
}

body.pojo-a11y-high-contrast abbr,
body.pojo-a11y-high-contrast acronym,
body.pojo-a11y-high-contrast b,
body.pojo-a11y-high-contrast b span,
body.pojo-a11y-high-contrast h1 b,
body.pojo-a11y-high-contrast h1 strong,
body.pojo-a11y-high-contrast h2 b,
body.pojo-a11y-high-contrast h2 strong,
body.pojo-a11y-high-contrast h3 b,
body.pojo-a11y-high-contrast h3 strong,
body.pojo-a11y-high-contrast h4 b,
body.pojo-a11y-high-contrast h4 strong,
body.pojo-a11y-high-contrast h5 b,
body.pojo-a11y-high-contrast h5 strong,
body.pojo-a11y-high-contrast h6 b,
body.pojo-a11y-high-contrast h6 strong,
body.pojo-a11y-high-contrast strong,
body.pojo-a11y-high-contrast strong span {
	color: #ff0 !important
}

body.pojo-a11y-high-contrast address,
body.pojo-a11y-high-contrast address span,
body.pojo-a11y-high-contrast cite,
body.pojo-a11y-high-contrast cite span,
body.pojo-a11y-high-contrast dfn,
body.pojo-a11y-high-contrast dfn span,
body.pojo-a11y-high-contrast em,
body.pojo-a11y-high-contrast em span,
body.pojo-a11y-high-contrast h1 em,
body.pojo-a11y-high-contrast h1 i,
body.pojo-a11y-high-contrast h2 em,
body.pojo-a11y-high-contrast h2 i,
body.pojo-a11y-high-contrast h3 em,
body.pojo-a11y-high-contrast h3 i,
body.pojo-a11y-high-contrast h4 em,
body.pojo-a11y-high-contrast h4 i,
body.pojo-a11y-high-contrast h5 em,
body.pojo-a11y-high-contrast h5 i,
body.pojo-a11y-high-contrast h6 em,
body.pojo-a11y-high-contrast h6 i,
body.pojo-a11y-high-contrast i,
body.pojo-a11y-high-contrast i span,
body.pojo-a11y-high-contrast u,
body.pojo-a11y-high-contrast u span {
	color: #ffff80 !important
}

body.pojo-a11y-high-contrast dt {
	border-top: thin solid grey !important
}

body.pojo-a11y-high-contrast h1,
body.pojo-a11y-high-contrast h1 a,
body.pojo-a11y-high-contrast h1 a b,
body.pojo-a11y-high-contrast h1 abbr,
body.pojo-a11y-high-contrast h1 center,
body.pojo-a11y-high-contrast h1 span,
body.pojo-a11y-high-contrast h2,
body.pojo-a11y-high-contrast h2 a,
body.pojo-a11y-high-contrast h2 a b,
body.pojo-a11y-high-contrast h2 abbr,
body.pojo-a11y-high-contrast h2 center,
body.pojo-a11y-high-contrast h2 span,
body.pojo-a11y-high-contrast h3,
body.pojo-a11y-high-contrast h3 a,
body.pojo-a11y-high-contrast h3 a b,
body.pojo-a11y-high-contrast h3 abbr,
body.pojo-a11y-high-contrast h3 center,
body.pojo-a11y-high-contrast h3 span,
body.pojo-a11y-high-contrast h4,
body.pojo-a11y-high-contrast h4 a,
body.pojo-a11y-high-contrast h4 a b,
body.pojo-a11y-high-contrast h4 abbr,
body.pojo-a11y-high-contrast h4 center,
body.pojo-a11y-high-contrast h4 span,
body.pojo-a11y-high-contrast h5,
body.pojo-a11y-high-contrast h5 a,
body.pojo-a11y-high-contrast h5 a b,
body.pojo-a11y-high-contrast h5 abbr,
body.pojo-a11y-high-contrast h5 center,
body.pojo-a11y-high-contrast h5 span,
body.pojo-a11y-high-contrast h6,
body.pojo-a11y-high-contrast h6 a,
body.pojo-a11y-high-contrast h6 a b,
body.pojo-a11y-high-contrast h6 abbr,
body.pojo-a11y-high-contrast h6 center,
body.pojo-a11y-high-contrast h6 span {
	color: #40c090 !important
}

body.pojo-a11y-high-contrast img {
	background: grey !important;
	background-color: grey !important
}

body.pojo-a11y-high-contrast abbr,
body.pojo-a11y-high-contrast acronym {
	border-bottom: 1px dotted !important
}

body.pojo-a11y-high-contrast :focus {
	outline: dotted thin !important
}

body.pojo-a11y-high-contrast a.button,
body.pojo-a11y-high-contrast a.button abbr,
body.pojo-a11y-high-contrast a.button acronym,
body.pojo-a11y-high-contrast a.button b,
body.pojo-a11y-high-contrast a.button basefont,
body.pojo-a11y-high-contrast a.button big,
body.pojo-a11y-high-contrast a.button br,
body.pojo-a11y-high-contrast a.button code,
body.pojo-a11y-high-contrast a.button div,
body.pojo-a11y-high-contrast a.button em,
body.pojo-a11y-high-contrast a.button font,
body.pojo-a11y-high-contrast a.button h1,
body.pojo-a11y-high-contrast a.button h2,
body.pojo-a11y-high-contrast a.button h3,
body.pojo-a11y-high-contrast a.button h4,
body.pojo-a11y-high-contrast a.button h5,
body.pojo-a11y-high-contrast a.button h6,
body.pojo-a11y-high-contrast a.button i,
body.pojo-a11y-high-contrast a.button kbd,
body.pojo-a11y-high-contrast a.button rb,
body.pojo-a11y-high-contrast a.button rp,
body.pojo-a11y-high-contrast a.button rt,
body.pojo-a11y-high-contrast a.button ruby,
body.pojo-a11y-high-contrast a.button samp,
body.pojo-a11y-high-contrast a.button small,
body.pojo-a11y-high-contrast a.button span,
body.pojo-a11y-high-contrast a.button strong,
body.pojo-a11y-high-contrast a.button tt,
body.pojo-a11y-high-contrast a.button u,
body.pojo-a11y-high-contrast a.button var,
body.pojo-a11y-high-contrast a:link,
body.pojo-a11y-high-contrast a:link abbr,
body.pojo-a11y-high-contrast a:link acronym,
body.pojo-a11y-high-contrast a:link b,
body.pojo-a11y-high-contrast a:link basefont,
body.pojo-a11y-high-contrast a:link big,
body.pojo-a11y-high-contrast a:link br,
body.pojo-a11y-high-contrast a:link code,
body.pojo-a11y-high-contrast a:link div,
body.pojo-a11y-high-contrast a:link em,
body.pojo-a11y-high-contrast a:link font,
body.pojo-a11y-high-contrast a:link h1,
body.pojo-a11y-high-contrast a:link h2,
body.pojo-a11y-high-contrast a:link h3,
body.pojo-a11y-high-contrast a:link h4,
body.pojo-a11y-high-contrast a:link h5,
body.pojo-a11y-high-contrast a:link h6,
body.pojo-a11y-high-contrast a:link i,
body.pojo-a11y-high-contrast a:link kbd,
body.pojo-a11y-high-contrast a:link rb,
body.pojo-a11y-high-contrast a:link rp,
body.pojo-a11y-high-contrast a:link rt,
body.pojo-a11y-high-contrast a:link ruby,
body.pojo-a11y-high-contrast a:link samp,
body.pojo-a11y-high-contrast a:link small,
body.pojo-a11y-high-contrast a:link span,
body.pojo-a11y-high-contrast a:link strong,
body.pojo-a11y-high-contrast a:link tt,
body.pojo-a11y-high-contrast a:link u,
body.pojo-a11y-high-contrast a:link var,
body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem {
	color: #0080ff !important
}

body.pojo-a11y-high-contrast button,
body.pojo-a11y-high-contrast input,
body.pojo-a11y-high-contrast select,
body.pojo-a11y-high-contrast table,
body.pojo-a11y-high-contrast td,
body.pojo-a11y-high-contrast textarea,
body.pojo-a11y-high-contrast th,
body.pojo-a11y-high-contrast tr,
body.pojo-a11y-high-contrast tt {
	border: 1px solid #fff !important
}

body.pojo-a11y-high-contrast button {
	background: #600040 !important;
	background-color: #600040 !important
}

body.pojo-a11y-high-contrast select {
	-webkit-appearance: listbox !important;
	background: #600060 !important;
	background-color: #600060 !important
}

body.pojo-a11y-high-contrast a:visited,
body.pojo-a11y-high-contrast a:visited abbr,
body.pojo-a11y-high-contrast a:visited acronym,
body.pojo-a11y-high-contrast a:visited b,
body.pojo-a11y-high-contrast a:visited basefont,
body.pojo-a11y-high-contrast a:visited big,
body.pojo-a11y-high-contrast a:visited br,
body.pojo-a11y-high-contrast a:visited code,
body.pojo-a11y-high-contrast a:visited div,
body.pojo-a11y-high-contrast a:visited em,
body.pojo-a11y-high-contrast a:visited font,
body.pojo-a11y-high-contrast a:visited h1,
body.pojo-a11y-high-contrast a:visited h2,
body.pojo-a11y-high-contrast a:visited h3,
body.pojo-a11y-high-contrast a:visited h4,
body.pojo-a11y-high-contrast a:visited h5,
body.pojo-a11y-high-contrast a:visited h6,
body.pojo-a11y-high-contrast a:visited i,
body.pojo-a11y-high-contrast a:visited kbd,
body.pojo-a11y-high-contrast a:visited rb,
body.pojo-a11y-high-contrast a:visited rp,
body.pojo-a11y-high-contrast a:visited rt,
body.pojo-a11y-high-contrast a:visited ruby,
body.pojo-a11y-high-contrast a:visited samp,
body.pojo-a11y-high-contrast a:visited small,
body.pojo-a11y-high-contrast a:visited span,
body.pojo-a11y-high-contrast a:visited strong,
body.pojo-a11y-high-contrast a:visited tt,
body.pojo-a11y-high-contrast a:visited u,
body.pojo-a11y-high-contrast a:visited var,
body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active {
	color: #0ff !important
}

body.pojo-a11y-high-contrast ::-moz-selection,
body.pojo-a11y-high-contrast ::selection {
	background: #4080c0 !important;
	background-color: #4080c0 !important
}

body.pojo-a11y-high-contrast a.button:hover,
body.pojo-a11y-high-contrast a.button:hover abbr,
body.pojo-a11y-high-contrast a.button:hover acronym,
body.pojo-a11y-high-contrast a.button:hover b,
body.pojo-a11y-high-contrast a.button:hover basefont,
body.pojo-a11y-high-contrast a.button:hover big,
body.pojo-a11y-high-contrast a.button:hover br,
body.pojo-a11y-high-contrast a.button:hover code,
body.pojo-a11y-high-contrast a.button:hover div,
body.pojo-a11y-high-contrast a.button:hover em,
body.pojo-a11y-high-contrast a.button:hover font,
body.pojo-a11y-high-contrast a.button:hover h1,
body.pojo-a11y-high-contrast a.button:hover h2,
body.pojo-a11y-high-contrast a.button:hover h3,
body.pojo-a11y-high-contrast a.button:hover h4,
body.pojo-a11y-high-contrast a.button:hover h5,
body.pojo-a11y-high-contrast a.button:hover h6,
body.pojo-a11y-high-contrast a.button:hover i,
body.pojo-a11y-high-contrast a.button:hover kbd,
body.pojo-a11y-high-contrast a.button:hover rb,
body.pojo-a11y-high-contrast a.button:hover rp,
body.pojo-a11y-high-contrast a.button:hover rt,
body.pojo-a11y-high-contrast a.button:hover ruby,
body.pojo-a11y-high-contrast a.button:hover samp,
body.pojo-a11y-high-contrast a.button:hover small,
body.pojo-a11y-high-contrast a.button:hover span,
body.pojo-a11y-high-contrast a.button:hover strong,
body.pojo-a11y-high-contrast a.button:hover tt,
body.pojo-a11y-high-contrast a.button:hover u,
body.pojo-a11y-high-contrast a.button:hover var,
body.pojo-a11y-high-contrast a:link:hover,
body.pojo-a11y-high-contrast a:link:hover abbr,
body.pojo-a11y-high-contrast a:link:hover acronym,
body.pojo-a11y-high-contrast a:link:hover b,
body.pojo-a11y-high-contrast a:link:hover basefont,
body.pojo-a11y-high-contrast a:link:hover big,
body.pojo-a11y-high-contrast a:link:hover br,
body.pojo-a11y-high-contrast a:link:hover code,
body.pojo-a11y-high-contrast a:link:hover div,
body.pojo-a11y-high-contrast a:link:hover em,
body.pojo-a11y-high-contrast a:link:hover font,
body.pojo-a11y-high-contrast a:link:hover h1,
body.pojo-a11y-high-contrast a:link:hover h2,
body.pojo-a11y-high-contrast a:link:hover h3,
body.pojo-a11y-high-contrast a:link:hover h4,
body.pojo-a11y-high-contrast a:link:hover h5,
body.pojo-a11y-high-contrast a:link:hover h6,
body.pojo-a11y-high-contrast a:link:hover i,
body.pojo-a11y-high-contrast a:link:hover kbd,
body.pojo-a11y-high-contrast a:link:hover rb,
body.pojo-a11y-high-contrast a:link:hover rp,
body.pojo-a11y-high-contrast a:link:hover rt,
body.pojo-a11y-high-contrast a:link:hover ruby,
body.pojo-a11y-high-contrast a:link:hover samp,
body.pojo-a11y-high-contrast a:link:hover small,
body.pojo-a11y-high-contrast a:link:hover span,
body.pojo-a11y-high-contrast a:link:hover strong,
body.pojo-a11y-high-contrast a:link:hover tt,
body.pojo-a11y-high-contrast a:link:hover u,
body.pojo-a11y-high-contrast a:link:hover var,
body.pojo-a11y-high-contrast a:visited:hover,
body.pojo-a11y-high-contrast a:visited:hover abbr,
body.pojo-a11y-high-contrast a:visited:hover acronym,
body.pojo-a11y-high-contrast a:visited:hover b,
body.pojo-a11y-high-contrast a:visited:hover basefont,
body.pojo-a11y-high-contrast a:visited:hover big,
body.pojo-a11y-high-contrast a:visited:hover br,
body.pojo-a11y-high-contrast a:visited:hover code,
body.pojo-a11y-high-contrast a:visited:hover div,
body.pojo-a11y-high-contrast a:visited:hover em,
body.pojo-a11y-high-contrast a:visited:hover font,
body.pojo-a11y-high-contrast a:visited:hover h1,
body.pojo-a11y-high-contrast a:visited:hover h2,
body.pojo-a11y-high-contrast a:visited:hover h3,
body.pojo-a11y-high-contrast a:visited:hover h4,
body.pojo-a11y-high-contrast a:visited:hover h5,
body.pojo-a11y-high-contrast a:visited:hover h6,
body.pojo-a11y-high-contrast a:visited:hover i,
body.pojo-a11y-high-contrast a:visited:hover kbd,
body.pojo-a11y-high-contrast a:visited:hover rb,
body.pojo-a11y-high-contrast a:visited:hover rp,
body.pojo-a11y-high-contrast a:visited:hover rt,
body.pojo-a11y-high-contrast a:visited:hover ruby,
body.pojo-a11y-high-contrast a:visited:hover samp,
body.pojo-a11y-high-contrast a:visited:hover small,
body.pojo-a11y-high-contrast a:visited:hover span,
body.pojo-a11y-high-contrast a:visited:hover strong,
body.pojo-a11y-high-contrast a:visited:hover tt,
body.pojo-a11y-high-contrast a:visited:hover u,
body.pojo-a11y-high-contrast a:visited:hover var {
	background: #400000 !important;
	background-color: #400000 !important
}

body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,
body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,
body.pojo-a11y-high-contrast input[type=reset] {
	background: #400060 !important;
	background-color: #400060 !important
}

body.pojo-a11y-high-contrast div[role=button],
body.pojo-a11y-high-contrast input[type=button],
body.pojo-a11y-high-contrast input[type=submit] {
	background: #600040 !important;
	background-color: #600040 !important
}

body.pojo-a11y-high-contrast input[type=search] {
	-webkit-appearance: textfield !important
}

body.pojo-a11y-high-contrast html button[disabled],
body.pojo-a11y-high-contrast html input[disabled],
body.pojo-a11y-high-contrast html select[disabled],
body.pojo-a11y-high-contrast html textarea[disabled] {
	background: #404040 !important;
	background-color: #404040 !important
}

body.pojo-a11y-high-contrast .menu li a span.label {
	text-transform: none !important
}

body.pojo-a11y-high-contrast .menu li a span.label,
body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,
body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols {
	display: inline !important
}

body.pojo-a11y-high-contrast a:link.new,
body.pojo-a11y-high-contrast a:link.new b,
body.pojo-a11y-high-contrast a:link.new i,
body.pojo-a11y-high-contrast span.Apple-style-span {
	color: #ffff40 !important
}

body.pojo-a11y-high-contrast body.mediawiki img.tex {
	background: #fff !important;
	background-color: #fff !important;
	border: 3px solid #fff !important
}

body.pojo-a11y-high-contrast text>tspan:first-letter,
body.pojo-a11y-high-contrast text>tspan:first-line {
	background: inherit !important;
	background-color: inherit !important;
	color: inherit !important
}

body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,
body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,
body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,
body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,
body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td {
	background: #003050 !important;
	background-color: #003050 !important
}

body.pojo-a11y-high-contrast img[width="18"][height="18"] {
	height: 18px !important;
	width: 18px !important
}

body.pojo-a11y-high-contrast a>span.iconHelp:empty:after {
	content: "Help" !important
}

body.pojo-a11y-high-contrast div#gmap,
body.pojo-a11y-high-contrast div#gmap * {
	background: initial !important
}

body.pojo-a11y-negative-contrast,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) {
	background: #000 !important;
	color: #fff !important
}

body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) a,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) a span,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) b,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) blockquote,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) button,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) canvas,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) caption,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) center,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) cite,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) code,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) col,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) colgroup,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dd,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) details,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dfn,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dir,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) div,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dl,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) dt,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) em,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) embed,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) fieldset,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) figcaption,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) figure,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) font,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) footer,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) form,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) header,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) i,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) iframe,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) img,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) input,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) kbd,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) label,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) legend,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) li,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) mark,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) menu,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) meter,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) nav,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) nobr,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) object,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) ol,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) option,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) pre,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) progress,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) q,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) s,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) section,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) select,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) small,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) span,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) strike,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) strong,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) sub,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) summary,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) sup,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) table,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) td,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) textarea,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) th,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) time,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tr,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tt,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) u,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) ul,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) var,
body.pojo-a11y-negative-contrast a,
body.pojo-a11y-negative-contrast a span,
body.pojo-a11y-negative-contrast b,
body.pojo-a11y-negative-contrast blockquote,
body.pojo-a11y-negative-contrast button,
body.pojo-a11y-negative-contrast canvas,
body.pojo-a11y-negative-contrast caption,
body.pojo-a11y-negative-contrast center,
body.pojo-a11y-negative-contrast cite,
body.pojo-a11y-negative-contrast code,
body.pojo-a11y-negative-contrast col,
body.pojo-a11y-negative-contrast colgroup,
body.pojo-a11y-negative-contrast dd,
body.pojo-a11y-negative-contrast details,
body.pojo-a11y-negative-contrast dfn,
body.pojo-a11y-negative-contrast dir,
body.pojo-a11y-negative-contrast div,
body.pojo-a11y-negative-contrast dl,
body.pojo-a11y-negative-contrast dt,
body.pojo-a11y-negative-contrast em,
body.pojo-a11y-negative-contrast embed,
body.pojo-a11y-negative-contrast fieldset,
body.pojo-a11y-negative-contrast figcaption,
body.pojo-a11y-negative-contrast figure,
body.pojo-a11y-negative-contrast font,
body.pojo-a11y-negative-contrast footer,
body.pojo-a11y-negative-contrast form,
body.pojo-a11y-negative-contrast header,
body.pojo-a11y-negative-contrast i,
body.pojo-a11y-negative-contrast iframe,
body.pojo-a11y-negative-contrast img,
body.pojo-a11y-negative-contrast input,
body.pojo-a11y-negative-contrast kbd,
body.pojo-a11y-negative-contrast label,
body.pojo-a11y-negative-contrast legend,
body.pojo-a11y-negative-contrast li,
body.pojo-a11y-negative-contrast mark,
body.pojo-a11y-negative-contrast menu,
body.pojo-a11y-negative-contrast meter,
body.pojo-a11y-negative-contrast nav,
body.pojo-a11y-negative-contrast nobr,
body.pojo-a11y-negative-contrast object,
body.pojo-a11y-negative-contrast ol,
body.pojo-a11y-negative-contrast option,
body.pojo-a11y-negative-contrast pre,
body.pojo-a11y-negative-contrast progress,
body.pojo-a11y-negative-contrast q,
body.pojo-a11y-negative-contrast s,
body.pojo-a11y-negative-contrast section,
body.pojo-a11y-negative-contrast select,
body.pojo-a11y-negative-contrast small,
body.pojo-a11y-negative-contrast span,
body.pojo-a11y-negative-contrast strike,
body.pojo-a11y-negative-contrast strong,
body.pojo-a11y-negative-contrast sub,
body.pojo-a11y-negative-contrast summary,
body.pojo-a11y-negative-contrast sup,
body.pojo-a11y-negative-contrast table,
body.pojo-a11y-negative-contrast td,
body.pojo-a11y-negative-contrast textarea,
body.pojo-a11y-negative-contrast th,
body.pojo-a11y-negative-contrast time,
body.pojo-a11y-negative-contrast tr,
body.pojo-a11y-negative-contrast tt,
body.pojo-a11y-negative-contrast u,
body.pojo-a11y-negative-contrast ul,
body.pojo-a11y-negative-contrast var {
	color: #ff0 !important
}

body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) button,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) input,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) select,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) table,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) td,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) textarea,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) th,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tr,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) tt,
body.pojo-a11y-negative-contrast button,
body.pojo-a11y-negative-contrast input,
body.pojo-a11y-negative-contrast select,
body.pojo-a11y-negative-contrast table,
body.pojo-a11y-negative-contrast td,
body.pojo-a11y-negative-contrast textarea,
body.pojo-a11y-negative-contrast th,
body.pojo-a11y-negative-contrast tr,
body.pojo-a11y-negative-contrast tt {
	border: 1px solid #fff !important
}

body.pojo-a11y-negative-contrast div#gmap,
body.pojo-a11y-negative-contrast div#gmap * {
	background: initial !important
}

body.pojo-a11y-light-background,
body.pojo-a11y-light-background :not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) {
	background: #fff !important;
	color: #000 !important
}

body.pojo-a11y-light-background div#gmap,
body.pojo-a11y-light-background div#gmap * {
	background: initial !important
}

body.pojo-a11y-resize-font-200,
body.pojo-a11y-resize-font-200 blockquote,
body.pojo-a11y-resize-font-200 code,
body.pojo-a11y-resize-font-200 dd,
body.pojo-a11y-resize-font-200 dt,
body.pojo-a11y-resize-font-200 input,
body.pojo-a11y-resize-font-200 label,
body.pojo-a11y-resize-font-200 legend,
body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-200 pre,
body.pojo-a11y-resize-font-200 select,
body.pojo-a11y-resize-font-200 span,
body.pojo-a11y-resize-font-200 textarea {
	font-size: 200% !important
}

body.pojo-a11y-resize-font-200 h1,
body.pojo-a11y-resize-font-200 h1 span,
body.pojo-a11y-resize-font-200 h2,
body.pojo-a11y-resize-font-200 h2 span,
body.pojo-a11y-resize-font-200 h3,
body.pojo-a11y-resize-font-200 h3 span,
body.pojo-a11y-resize-font-200 h4,
body.pojo-a11y-resize-font-200 h4 span,
body.pojo-a11y-resize-font-200 h5,
body.pojo-a11y-resize-font-200 h5 span,
body.pojo-a11y-resize-font-200 h6,
body.pojo-a11y-resize-font-200 h6 span {
	font-size: 266% !important
}

body.pojo-a11y-resize-font-190,
body.pojo-a11y-resize-font-190 blockquote,
body.pojo-a11y-resize-font-190 code,
body.pojo-a11y-resize-font-190 dd,
body.pojo-a11y-resize-font-190 dt,
body.pojo-a11y-resize-font-190 input,
body.pojo-a11y-resize-font-190 label,
body.pojo-a11y-resize-font-190 legend,
body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-190 pre,
body.pojo-a11y-resize-font-190 select,
body.pojo-a11y-resize-font-190 span,
body.pojo-a11y-resize-font-190 textarea {
	font-size: 190% !important
}

body.pojo-a11y-resize-font-190 h1,
body.pojo-a11y-resize-font-190 h1 span,
body.pojo-a11y-resize-font-190 h2,
body.pojo-a11y-resize-font-190 h2 span,
body.pojo-a11y-resize-font-190 h3,
body.pojo-a11y-resize-font-190 h3 span,
body.pojo-a11y-resize-font-190 h4,
body.pojo-a11y-resize-font-190 h4 span,
body.pojo-a11y-resize-font-190 h5,
body.pojo-a11y-resize-font-190 h5 span,
body.pojo-a11y-resize-font-190 h6,
body.pojo-a11y-resize-font-190 h6 span {
	font-size: 252.70000000000002% !important
}

body.pojo-a11y-resize-font-180,
body.pojo-a11y-resize-font-180 blockquote,
body.pojo-a11y-resize-font-180 code,
body.pojo-a11y-resize-font-180 dd,
body.pojo-a11y-resize-font-180 dt,
body.pojo-a11y-resize-font-180 input,
body.pojo-a11y-resize-font-180 label,
body.pojo-a11y-resize-font-180 legend,
body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-180 pre,
body.pojo-a11y-resize-font-180 select,
body.pojo-a11y-resize-font-180 span,
body.pojo-a11y-resize-font-180 textarea {
	font-size: 180% !important
}

body.pojo-a11y-resize-font-180 h1,
body.pojo-a11y-resize-font-180 h1 span,
body.pojo-a11y-resize-font-180 h2,
body.pojo-a11y-resize-font-180 h2 span,
body.pojo-a11y-resize-font-180 h3,
body.pojo-a11y-resize-font-180 h3 span,
body.pojo-a11y-resize-font-180 h4,
body.pojo-a11y-resize-font-180 h4 span,
body.pojo-a11y-resize-font-180 h5,
body.pojo-a11y-resize-font-180 h5 span,
body.pojo-a11y-resize-font-180 h6,
body.pojo-a11y-resize-font-180 h6 span {
	font-size: 239.4% !important
}

body.pojo-a11y-resize-font-170,
body.pojo-a11y-resize-font-170 blockquote,
body.pojo-a11y-resize-font-170 code,
body.pojo-a11y-resize-font-170 dd,
body.pojo-a11y-resize-font-170 dt,
body.pojo-a11y-resize-font-170 input,
body.pojo-a11y-resize-font-170 label,
body.pojo-a11y-resize-font-170 legend,
body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-170 pre,
body.pojo-a11y-resize-font-170 select,
body.pojo-a11y-resize-font-170 span,
body.pojo-a11y-resize-font-170 textarea {
	font-size: 170% !important
}

body.pojo-a11y-resize-font-170 h1,
body.pojo-a11y-resize-font-170 h1 span,
body.pojo-a11y-resize-font-170 h2,
body.pojo-a11y-resize-font-170 h2 span,
body.pojo-a11y-resize-font-170 h3,
body.pojo-a11y-resize-font-170 h3 span,
body.pojo-a11y-resize-font-170 h4,
body.pojo-a11y-resize-font-170 h4 span,
body.pojo-a11y-resize-font-170 h5,
body.pojo-a11y-resize-font-170 h5 span,
body.pojo-a11y-resize-font-170 h6,
body.pojo-a11y-resize-font-170 h6 span {
	font-size: 226.10000000000002% !important
}

body.pojo-a11y-resize-font-160,
body.pojo-a11y-resize-font-160 blockquote,
body.pojo-a11y-resize-font-160 code,
body.pojo-a11y-resize-font-160 dd,
body.pojo-a11y-resize-font-160 dt,
body.pojo-a11y-resize-font-160 input,
body.pojo-a11y-resize-font-160 label,
body.pojo-a11y-resize-font-160 legend,
body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-160 pre,
body.pojo-a11y-resize-font-160 select,
body.pojo-a11y-resize-font-160 span,
body.pojo-a11y-resize-font-160 textarea {
	font-size: 160% !important
}

body.pojo-a11y-resize-font-160 h1,
body.pojo-a11y-resize-font-160 h1 span,
body.pojo-a11y-resize-font-160 h2,
body.pojo-a11y-resize-font-160 h2 span,
body.pojo-a11y-resize-font-160 h3,
body.pojo-a11y-resize-font-160 h3 span,
body.pojo-a11y-resize-font-160 h4,
body.pojo-a11y-resize-font-160 h4 span,
body.pojo-a11y-resize-font-160 h5,
body.pojo-a11y-resize-font-160 h5 span,
body.pojo-a11y-resize-font-160 h6,
body.pojo-a11y-resize-font-160 h6 span {
	font-size: 212.8% !important
}

body.pojo-a11y-resize-font-150,
body.pojo-a11y-resize-font-150 blockquote,
body.pojo-a11y-resize-font-150 code,
body.pojo-a11y-resize-font-150 dd,
body.pojo-a11y-resize-font-150 dt,
body.pojo-a11y-resize-font-150 input,
body.pojo-a11y-resize-font-150 label,
body.pojo-a11y-resize-font-150 legend,
body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-150 pre,
body.pojo-a11y-resize-font-150 select,
body.pojo-a11y-resize-font-150 span,
body.pojo-a11y-resize-font-150 textarea {
	font-size: 150% !important
}

body.pojo-a11y-resize-font-150 h1,
body.pojo-a11y-resize-font-150 h1 span,
body.pojo-a11y-resize-font-150 h2,
body.pojo-a11y-resize-font-150 h2 span,
body.pojo-a11y-resize-font-150 h3,
body.pojo-a11y-resize-font-150 h3 span,
body.pojo-a11y-resize-font-150 h4,
body.pojo-a11y-resize-font-150 h4 span,
body.pojo-a11y-resize-font-150 h5,
body.pojo-a11y-resize-font-150 h5 span,
body.pojo-a11y-resize-font-150 h6,
body.pojo-a11y-resize-font-150 h6 span {
	font-size: 199.5% !important
}

body.pojo-a11y-resize-font-140,
body.pojo-a11y-resize-font-140 blockquote,
body.pojo-a11y-resize-font-140 code,
body.pojo-a11y-resize-font-140 dd,
body.pojo-a11y-resize-font-140 dt,
body.pojo-a11y-resize-font-140 input,
body.pojo-a11y-resize-font-140 label,
body.pojo-a11y-resize-font-140 legend,
body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-140 pre,
body.pojo-a11y-resize-font-140 select,
body.pojo-a11y-resize-font-140 span,
body.pojo-a11y-resize-font-140 textarea {
	font-size: 140% !important
}

body.pojo-a11y-resize-font-140 h1,
body.pojo-a11y-resize-font-140 h1 span,
body.pojo-a11y-resize-font-140 h2,
body.pojo-a11y-resize-font-140 h2 span,
body.pojo-a11y-resize-font-140 h3,
body.pojo-a11y-resize-font-140 h3 span,
body.pojo-a11y-resize-font-140 h4,
body.pojo-a11y-resize-font-140 h4 span,
body.pojo-a11y-resize-font-140 h5,
body.pojo-a11y-resize-font-140 h5 span,
body.pojo-a11y-resize-font-140 h6,
body.pojo-a11y-resize-font-140 h6 span {
	font-size: 186.20000000000002% !important
}

body.pojo-a11y-resize-font-130,
body.pojo-a11y-resize-font-130 blockquote,
body.pojo-a11y-resize-font-130 code,
body.pojo-a11y-resize-font-130 dd,
body.pojo-a11y-resize-font-130 dt,
body.pojo-a11y-resize-font-130 input,
body.pojo-a11y-resize-font-130 label,
body.pojo-a11y-resize-font-130 legend,
body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-130 pre,
body.pojo-a11y-resize-font-130 select,
body.pojo-a11y-resize-font-130 span,
body.pojo-a11y-resize-font-130 textarea {
	font-size: 130% !important
}

body.pojo-a11y-resize-font-130 h1,
body.pojo-a11y-resize-font-130 h1 span,
body.pojo-a11y-resize-font-130 h2,
body.pojo-a11y-resize-font-130 h2 span,
body.pojo-a11y-resize-font-130 h3,
body.pojo-a11y-resize-font-130 h3 span,
body.pojo-a11y-resize-font-130 h4,
body.pojo-a11y-resize-font-130 h4 span,
body.pojo-a11y-resize-font-130 h5,
body.pojo-a11y-resize-font-130 h5 span,
body.pojo-a11y-resize-font-130 h6,
body.pojo-a11y-resize-font-130 h6 span {
	font-size: 172.9% !important
}

body.pojo-a11y-resize-font-120,
body.pojo-a11y-resize-font-120 blockquote,
body.pojo-a11y-resize-font-120 code,
body.pojo-a11y-resize-font-120 dd,
body.pojo-a11y-resize-font-120 dt,
body.pojo-a11y-resize-font-120 input,
body.pojo-a11y-resize-font-120 label,
body.pojo-a11y-resize-font-120 legend,
body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-120 pre,
body.pojo-a11y-resize-font-120 select,
body.pojo-a11y-resize-font-120 span,
body.pojo-a11y-resize-font-120 textarea {
	font-size: 120% !important
}

body.pojo-a11y-resize-font-120 h1,
body.pojo-a11y-resize-font-120 h1 span,
body.pojo-a11y-resize-font-120 h2,
body.pojo-a11y-resize-font-120 h2 span,
body.pojo-a11y-resize-font-120 h3,
body.pojo-a11y-resize-font-120 h3 span,
body.pojo-a11y-resize-font-120 h4,
body.pojo-a11y-resize-font-120 h4 span,
body.pojo-a11y-resize-font-120 h5,
body.pojo-a11y-resize-font-120 h5 span,
body.pojo-a11y-resize-font-120 h6,
body.pojo-a11y-resize-font-120 h6 span {
	font-size: 159.60000000000002% !important
}

body.pojo-a11y-links-underline a,
body.pojo-a11y-links-underline a * {
	text-decoration: underline !important
}

body.pojo-a11y-readable-font,
body.pojo-a11y-readable-font :not(i):not(span) {
	font-family: Verdana, Arial, Helvetica, sans-serif !important
}

.pojo-skip-link {
	position: absolute;
	top: -1000em
}

.pojo-skip-link:focus {
	left: 50px;
	top: 50px;
	height: auto;
	width: 200px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 15px 23px 14px;
	background-color: #f1f1f1;
	color: #21759b;
	z-index: 100000;
	line-height: normal;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}

body.rtl .pojo-skip-link:focus {
	right: 50px;
	left: auto
}

#pojo-a11y-toolbar *,
#pojo-a11y-toolbar ::after,
#pojo-a11y-toolbar ::before {
	box-sizing: border-box
}

.pojo-a11y-visible-phone {
	display: none !important
}

.pojo-a11y-visible-tablet {
	display: none !important
}

.pojo-a11y-hidden-desktop {
	display: none !important
}

.pojo-a11y-visible-desktop {
	display: inherit !important
}

@media (min-width:768px) and (max-width:1024px) {
	.pojo-a11y-hidden-desktop {
		display: inherit !important
	}
	.pojo-a11y-visible-desktop {
		display: none !important
	}
	.pojo-a11y-visible-tablet {
		display: inherit !important
	}
	.pojo-a11y-hidden-tablet {
		display: none !important
	}
}

@media (max-width:767px) {
	#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
		padding: 7px 12px 0
	}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items {
		padding: 7px 0
	}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
		display: block;
		padding: 7px 12px
	}
	.pojo-a11y-hidden-desktop {
		display: inherit !important
	}
	.pojo-a11y-visible-desktop {
		display: none !important
	}
	.pojo-a11y-visible-phone {
		display: inherit !important
	}
	.pojo-a11y-hidden-phone {
		display: none !important
	}
}

.pojo-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(propiedades_files/fonts/4UaOrEtFpBISc36j.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(propiedades_files/fonts/4UaOrEtFpBISc36j.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(propiedades_files/fonts/4UaOrEtFpBISc36j.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(propiedades_files/fonts/4UaOrEtFpBISc36j.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(propiedades_files/fonts/4UaOrEtFpBISc36j.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(propiedades_files/fonts/4UaOrEtFpBISc36j.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(propiedades_files/fonts/4UaOrEtFpBISc36j.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(propiedades_files/fonts/4UaOrEtFpBISc36j.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(propiedades_files/fonts/4UaOrEtFpBISc36j.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.fab,
.far {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-times:before {
	content: "\f00d"
}

.fa-whatsapp:before {
	content: "\f232"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(propiedades_files/fonts/fa-brands-400.eot);
	src: url(propiedades_files/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(propiedades_files/fonts/fa-brands-400.woff2) format("woff2"), url(propiedades_files/fonts/fa-brands-400.woff) format("woff"), url(propiedades_files/fonts/fa-brands-400.ttf) format("truetype"), url(propiedades_files/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400
}

.cmplz-hidden {
	display: none !important
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	background-color: #64bfc3;
	color: #fff
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
	border-color: #64bfc3
}

body.pojo-a11y-focusable a:focus {
	outline-style: solid !important;
	outline-width: 1px !important;
	outline-color: red !important
}

#pojo-a11y-toolbar {
	top: 120px !important
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	background-color: #fff
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
	color: #333
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
	background-color: #4054b2;
	color: #fff
}

body {
	overflow-x: hidden
}

.footerCarusel .elementor-swiper-button {
	top: -13% !important
}

.footerCarusel .elementor-swiper-button-next {
	right: 13% !important;
	z-index: 200 !important
}

.footerCarusel .elementor-swiper-button-prev {
	left: 78% !important;
	z-index: 200 !important
}

@media only screen and (max-width:1024px) {
	.footerCarusel .elementor-swiper-button-next {
		right: 10% !important
	}
}

@media only screen and (max-width:600px) {
	.hablamos {
		position: relative
	}
	.footerCarusel .elementor-swiper-button-next {
		right: 73% !important
	}
	.footerCarusel .elementor-swiper-button-prev {
		left: 2% !important
	}
}

input[type=checkbox].cmplz-category {
	width: initial;
	-webkit-appearance: checkbox
}

input[type=checkbox].cmplz-category:checked::before {
	content: ''
}

.cmplz-cookiebanner {
	box-sizing: border-box
}

:root {
	--cmplz_banner_width: 526px;
	--cmplz_banner_background_color: #ffffff;
	--cmplz_banner_border_color: #65bfc3;
	--cmplz_banner_border_width: 4px 4px 4px 4px;
	--cmplz_banner_border_radius: 12px 12px 12px 12px;
	--cmplz_banner_margin: 10px;
	--cmplz_categories-height: 163px;
	--cmplz_title_font_size: 15px;
	--cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5);
	--cmplz_text_color: #575756;
	--cmplz_hyperlink_color: #65bfc3;
	--cmplz_text_font_size: 12px;
	--cmplz_link_font_size: 12px;
	--cmplz_category_body_font_size: 12px;
	--cmplz_button_accept_background_color: #65bfc3;
	--cmplz_button_accept_border_color: #65bfc3;
	--cmplz_button_accept_text_color: #fffcfc;
	--cmplz_button_deny_background_color: #e5e5e5;
	--cmplz_button_deny_border_color: #e5e5e5;
	--cmplz_button_deny_text_color: #575756;
	--cmplz_button_settings_background_color: #e5e5e5;
	--cmplz_button_settings_border_color: #e5e5e5;
	--cmplz_button_settings_text_color: #575756;
	--cmplz_button_border_radius: 6px 6px 6px 6px;
	--cmplz_button_font_size: 15px;
	--cmplz_category_header_always_active_color: green;
	--cmplz_category_header_title_font_size: 14px;
	--cmplz_category_header_active_font_size: 12px;
	--cmplz-manage-consent-height: 50px;
	--cmplz-manage-consent-offset: -35px;
	--cmplz_slider_active_color: #65bfc3;
	--cmplz_slider_inactive_color: #575756;
	--cmplz_slider_bullet_color: #ffffff
}

#cmplz-manage-consent .cmplz-manage-consent {
	margin: unset;
	z-index: 9998;
	color: var(--cmplz_text_color);
	background-color: var(--cmplz_banner_background_color);
	border-style: solid;
	border-color: var(--cmplz_banner_border_color);
	border-width: var(--cmplz_banner_border_width);
	border-radius: var(--cmplz_banner_border_radius);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	line-height: initial;
	position: fixed;
	bottom: var(--cmplz-manage-consent-offset);
	min-width: 100px;
	height: var(--cmplz-manage-consent-height);
	right: 40px;
	padding: 15px;
	cursor: pointer;
	animation: .5s forwards mc_slideOut
}

#cmplz-manage-consent .cmplz-manage-consent:active {
	outline: 0;
	border: none
}

#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed {
	display: none
}

#cmplz-manage-consent .cmplz-manage-consent:hover {
	animation: .5s forwards mc_slideIn;
	animation-delay: 0
}

@-webkit-keyframes mc_slideIn {
	100% {
		bottom: 0
	}
}

@keyframes mc_slideIn {
	100% {
		bottom: 0
	}
}

@-webkit-keyframes mc_slideOut {
	100% {
		bottom: var(--cmplz-manage-consent-offset)
	}
}

@keyframes mc_slideOut {
	100% {
		bottom: var(--cmplz-manage-consent-offset)
	}
}

.cmplz-cookiebanner {
	max-height: calc(100vh - 20px);
	position: fixed;
	height: auto;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	grid-template-rows: minmax(0, 1fr);
	z-index: 99999;
	background: var(--cmplz_banner_background_color);
	border-style: solid;
	border-color: var(--cmplz_banner_border_color);
	border-width: var(--cmplz_banner_border_width);
	border-radius: var(--cmplz_banner_border_radius);
	padding: 15px 20px;
	display: grid;
	grid-gap: 10px
}

.cmplz-cookiebanner a {
	transition: initial
}

.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf {
	display: none
}

.cmplz-cookiebanner.cmplz-dismissed {
	display: none
}

.cmplz-cookiebanner .cmplz-body {
	width: 100%;
	grid-column: span 3;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 55vh
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px transparent;
	background-color: transparent
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar {
	width: 5px;
	background-color: transparent
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb {
	background-color: var(--cmplz_button_accept_background_color);
	border-radius: 10px
}

@media (min-width:350px) {
	.cmplz-cookiebanner .cmplz-body {
		min-width: 300px
	}
}

.cmplz-cookiebanner .cmplz-divider {
	margin-left: -20px;
	margin-right: -20px
}

.cmplz-cookiebanner .cmplz-header {
	grid-template-columns: 100px 1fr 100px;
	align-items: center;
	display: grid;
	grid-column: span 3
}

.cmplz-cookiebanner .cmplz-logo svg {
	max-height: 35px;
	width: inherit
}

.cmplz-cookiebanner .cmplz-logo img {
	max-height: 40px;
	width: inherit
}

.cmplz-cookiebanner .cmplz-title {
	justify-self: center;
	grid-column-start: 2;
	font-size: var(--cmplz_title_font_size);
	color: var(--cmplz_text_color);
	font-weight: 500
}

.cmplz-cookiebanner .cmplz-close {
	line-height: 20px;
	justify-self: end;
	grid-column-start: 3;
	font-size: 20px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	color: var(--cmplz_text_color)
}

.cmplz-cookiebanner .cmplz-close svg {
	width: 20px;
	height: 20px
}

.cmplz-cookiebanner .cmplz-close:hover {
	text-decoration: none;
	line-height: initial;
	font-size: 18px
}

.cmplz-cookiebanner .cmplz-message {
	word-wrap: break-word;
	font-size: var(--cmplz_text_font_size);
	line-height: var(--cmplz_text_line_height);
	color: var(--cmplz_text_color);
	margin-bottom: 5px
}

.cmplz-cookiebanner .cmplz-message a {
	color: var(--cmplz_hyperlink_color)
}

.cmplz-cookiebanner .cmplz-buttons,
.cmplz-cookiebanner .cmplz-categories,
.cmplz-cookiebanner .cmplz-divider,
.cmplz-cookiebanner .cmplz-links,
.cmplz-cookiebanner .cmplz-message {
	grid-column: span 3
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
	background-color: rgba(239, 239, 239, .5)
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
	margin-bottom: 10px
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
	display: grid;
	grid-template-columns: 1fr auto 15px;
	grid-template-rows: minmax(0, 1fr);
	align-items: center;
	grid-gap: 10px;
	padding: 10px
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
	font-weight: 500;
	grid-column-start: 1;
	justify-self: start;
	font-size: var(--cmplz_category_header_title_font_size);
	color: var(--cmplz_text_color);
	margin: 0
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	font-size: var(--cmplz_category_header_active_font_size);
	font-weight: 500;
	color: var(--cmplz_category_header_always_active_color)
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label {
	display: none
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
	display: flex;
	align-items: center;
	margin: 0
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox label>span {
	display: none
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] {
	display: none
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	grid-column-start: 3;
	cursor: pointer;
	content: '';
	transform: rotate(0);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: all .5s ease;
	background-size: cover;
	height: 18px;
	width: 18px
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category[open] .cmplz-icon.cmplz-open {
	transform: rotate(180deg)
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category summary {
	display: block
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category summary::marker {
	display: none;
	content: ''
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category summary::-webkit-details-marker {
	display: none;
	content: ''
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	font-size: var(--cmplz_category_body_font_size);
	color: var(--cmplz_text_color);
	margin: 0;
	max-width: 100%;
	padding: 10px
}

.cmplz-cookiebanner .cmplz-buttons {
	display: flex;
	gap: var(--cmplz_banner_margin)
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	height: 45px;
	padding: 10px;
	margin: initial;
	width: 100%;
	white-space: nowrap;
	border-radius: var(--cmplz_button_border_radius);
	cursor: pointer;
	font-size: var(--cmplz_button_font_size);
	font-weight: 500;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	flex: initial
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
	text-decoration: none
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	background-color: var(--cmplz_button_accept_background_color);
	border: 1px solid var(--cmplz_button_accept_border_color);
	color: var(--cmplz_button_accept_text_color)
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
	background-color: var(--cmplz_button_deny_background_color);
	border: 1px solid var(--cmplz_button_deny_border_color);
	color: var(--cmplz_button_deny_text_color)
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
	background-color: var(--cmplz_button_settings_background_color);
	border: 1px solid var(--cmplz_button_settings_border_color);
	color: var(--cmplz_button_settings_text_color)
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
	background-color: var(--cmplz_button_settings_background_color);
	border: 1px solid var(--cmplz_button_settings_border_color);
	color: var(--cmplz_button_settings_text_color)
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options {
	background-color: var(--cmplz_button_settings_background_color);
	border: 1px solid var(--cmplz_button_settings_border_color);
	color: var(--cmplz_button_settings_text_color)
}

.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: initial
}

@media (max-width:425px) {
	.cmplz-cookiebanner .cmplz-header .cmplz-title {
		display: none
	}
	.cmplz-cookiebanner .cmplz-category .cmplz-category-header {
		grid-template-columns: 1fr !important
	}
	.cmplz-cookiebanner .cmplz-message {
		margin-right: 5px
	}
	.cmplz-cookiebanner .cmplz-links.cmplz-information {
		display: initial;
		text-align: center
	}
}

.cmplz-cookiebanner .cmplz-links {
	display: flex;
	gap: var(--cmplz_banner_margin)
}

.cmplz-cookiebanner .cmplz-links.cmplz-information {
	justify-content: space-between
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents {
	justify-content: center
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
	color: var(--cmplz_hyperlink_color);
	font-size: var(--cmplz_link_font_size);
	text-decoration: underline;
	margin: 0
}

.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes {
	display: none
}

.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous {
	display: none
}

.cmplz-categories .cmplz-category .cmplz-description-statistics {
	display: block
}

.cmplz-cookiebanner {
	top: initial;
	left: initial;
	right: 10px;
	bottom: 10px;
	transform: initial
}

@media (max-width:768px) {
	.cmplz-cookiebanner {
		left: initial;
		right: initial;
		bottom: 0;
		width: 100%
	}
	.cmplz-cookiebanner .cmplz-buttons {
		flex-direction: column
	}
	#cmplz-manage-consent .cmplz-manage-consent {
		display: none
	}
}

@media (min-width:768px) {
	.cmplz-cookiebanner {
		min-width: var(--cmplz_banner_width);
		max-width: 100%;
		display: grid;
		grid-row-gap: 10px
	}
	.cmplz-categories,
	.cmplz-message {
		width: calc(var(--cmplz_banner_width) - 42px)
	}
}

.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options,
.cmplz-cookiebanner .cmplz-categories,
.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,
.cmplz-cookiebanner .cmplz-manage-vendors,
.cmplz-cookiebanner .cmplz-save-preferences {
	display: none
}

.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
	animation: 1s fadeIn;
	-webkit-animation: 1s fadeIn;
	-moz-animation: 1s fadeIn;
	-o-animation: 1s fadeIn;
	-ms-animation: fadeIn 1s;
	display: block
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.cmplz-cookiebanner .cmplz-links.cmplz-information {
	display: none
}

.cmplz-cookiebanner .cmplz-preferences,
.cmplz-manage-consent-container .cmplz-preferences {
	display: none
}

.cmplz-logo {
	display: none !important
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox {
	position: relative
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox {
	opacity: 0;
	margin: 0;
	margin-top: -10px;
	cursor: pointer;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 40px;
	height: 20px
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus+.cmplz-label:before {
	box-shadow: 0 0 0 2px #245fcc
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked+.cmplz-label::before {
	display: block;
	background-color: var(--cmplz_slider_active_color);
	content: "";
	padding-left: 6px
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked+.cmplz-label:after {
	left: 14px
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label {
	position: relative;
	padding-left: 30px;
	margin: 0
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: background-color .3s, left .3s
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
	display: block;
	content: "";
	color: #fff;
	box-sizing: border-box;
	font-family: FontAwesome, sans-serif;
	padding-left: 23px;
	font-size: 12px;
	line-height: 20px;
	background-color: var(--cmplz_slider_inactive_color);
	left: 0;
	top: -7px;
	height: 15px;
	width: 28px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
	display: block;
	content: "";
	letter-spacing: 20px;
	background: var(--cmplz_slider_bullet_color);
	left: 4px;
	top: -5px;
	height: 11px;
	width: 11px
}

#cmplz-manage-consent .cmplz-manage-consent {
	box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px 6px
}

.cmplz-cookiebanner.cmplz-show {
	box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px 6px
}

.cmplz-cookiebanner.cmplz-show:hover {
	transition-duration: 1s;
	box-shadow: rgba(0, 0, 0, .3) 0 19px 38px, rgba(0, 0, 0, .22) 0 15px 12px
}

.elementor-widget-image {
	text-align: center
}

.elementor-widget-image a {
	display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px
}

.elementor-widget-image img {
	vertical-align: middle;
	display: inline-block
}

.elementor-item:after,
.elementor-item:before {
	display: block;
	position: absolute;
	transition: .3s;
	transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	opacity: 0
}

.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
	transform: scale(1)
}

.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
	transform: rotate(6deg)
}

.elementor-nav-menu--main .elementor-nav-menu a {
	transition: .4s
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 13px 20px
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
	background: #1f2124;
	color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
	background: #3f444b;
	color: #88909b
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	position: absolute;
	width: 12em;
	border-width: 0;
	border-style: solid;
	padding: 0
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 20px
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
	transform: rotate(-90deg)
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
	fill: currentColor;
	height: 1em;
	width: 1em
}

.elementor-nav-menu--layout-horizontal {
	display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: flex;
	flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	white-space: nowrap;
	flex-grow: 1
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul {
	top: 100% !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
	margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
	left: var(--e-nav-menu-horizontal-menu-item-margin) !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
	margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
	content: var(--e-nav-menu-divider-content, none);
	height: var(--e-nav-menu-divider-height, 35%);
	border-left: var(--e-nav-menu-divider-width, 2px) var(--e-nav-menu-divider-style, solid) var(--e-nav-menu-divider-color, #000);
	border-bottom-color: var(--e-nav-menu-divider-color, #000);
	border-right-color: var(--e-nav-menu-divider-color, #000);
	border-top-color: var(--e-nav-menu-divider-color, #000);
	align-self: center
}

.elementor-nav-menu__align-right .elementor-nav-menu {
	margin-left: auto;
	justify-content: flex-end
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
	display: none
}

.elementor-widget-nav-menu .elementor-widget-container {
	display: flex;
	flex-direction: column
}

.elementor-nav-menu {
	position: relative;
	z-index: 2
}

.elementor-nav-menu:after {
	content: " ";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: transparent
}

.elementor-nav-menu ul {
	display: none
}

.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
	border-left: 16px solid transparent
}

.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:active,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:hover {
	border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:hover {
	border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:hover {
	border-left: 40px solid transparent
}

.elementor-nav-menu a,
.elementor-nav-menu li {
	position: relative
}

.elementor-nav-menu li {
	border-width: 0
}

.elementor-nav-menu a {
	display: flex;
	align-items: center
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
	padding: 10px 20px;
	line-height: 20px
}

.elementor-nav-menu a.current {
	background: #1f2124;
	color: #fff
}

.elementor-nav-menu a.disabled {
	cursor: not-allowed;
	color: #88909b
}

.elementor-nav-menu .sub-arrow {
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	display: flex;
	align-items: center
}

.elementor-nav-menu .sub-arrow i {
	pointer-events: none
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
	height: 1em;
	width: 1em
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover {
	background-color: #3f444b;
	color: #fff
}

.elementor-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--nav-menu-icon-size, 22px);
	padding: .25em;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #33373d
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
	display: none
}

.elementor-menu-toggle .e-font-icon-svg {
	fill: #33373d;
	height: 1em;
	width: 1em
}

.elementor-menu-toggle svg {
	width: 1em;
	height: auto;
	fill: var(--nav-menu-icon-color, currentColor)
}

span.elementor-menu-toggle__icon--close,
span.elementor-menu-toggle__icon--open {
	line-height: 1
}

.elementor-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 10px;
	transition: max-height .3s, transform .3s;
	transform-origin: top;
	overflow-y: auto;
	overflow-x: hidden
}

.elementor-nav-menu--dropdown a {
	color: #33373d
}

.elementor-nav-menu--dropdown a.current {
	background: #1f2124;
	color: #fff
}

.elementor-nav-menu--dropdown a.disabled {
	color: #b3b3b3
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	text-shadow: none;
	border-left: 8px solid transparent
}

.elementor-nav-menu--toggle {
	--menu-height: 100vh
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
	transform: scaleY(0);
	max-height: 0;
	overflow: hidden
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
	transform: scaleY(1);
	max-height: var(--menu-height);
	animation: .3s backwards hide-scroll
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: absolute;
	z-index: 9997
}

@media (max-width:1024px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none
	}
}

@media (min-width:1025px) {
	.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
		display: none
	}
	.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden
	}
}

@keyframes hide-scroll {
	0%,
	to {
		overflow: hidden
	}
}

.elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1em;
	height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
	display: inline-block
}

.elementor-widget-loop-grid {
	scroll-margin-top: var(--auto-scroll-offset, initial)
}

.elementor-widget-loop-grid .elementor-grid {
	grid-column-gap: var(--grid-column-gap, 30px);
	grid-row-gap: var(--grid-row-gap, 30px)
}

.elementor-widget-loop-grid.e-loading-overlay {
	animation: 1s infinite alternate loadingOpacityAnimation
}

.elementor-widget-loop-grid .e-loop__load-more {
	text-align: var(--load-more-button-align)
}

.elementor-widget-loop-grid .e-loop__load-more .elementor-button {
	width: var(--load-more-button-width)
}

.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container {
	cursor: default
}

.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner {
	margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg {
	display: flex
}

.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper {
	visibility: hidden
}

.elementor-widget-loop-grid.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper {
	display: none
}

.elementor-widget-loop-grid.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper {
	visibility: visible
}

.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner {
	display: flex
}

.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg {
	margin: 0 auto;
	display: none
}

.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i {
	color: var(--load-more-spinner-color)
}

.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg {
	fill: var(--load-more-spinner-color);
	height: 1em;
	width: 1em
}

.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper {
	margin-top: var(--load-more—spacing, 30px)
}

.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: inherit
}

.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .elementor-button {
	cursor: pointer;
	position: relative
}

.elementor-loop-container.elementor-posts-masonry {
	align-items: flex-start
}

.elementor-loop-container:not(.elementor-posts-masonry) {
	align-items: stretch
}

@keyframes loadingOpacityAnimation {
	0%,
	to {
		opacity: 1
	}
	50% {
		opacity: .6
	}
}

.elementor-widget-loop-carousel {
	--swiper-pagination-size: 0;
	--swiper-pagination-spacing: 10px;
	--swiper-slides-gap: 10px;
	--swiper-offset-size: 0;
	height: -moz-fit-content;
	height: fit-content;
	--swiper-padding-bottom: calc(var(--swiper-pagination-size) + var(--swiper-pagination-spacing));
	--arrow-prev-top-align: 50%;
	--arrow-prev-top-position: 0px;
	--arrow-prev-caption-spacing: 15px;
	--arrow-next-top-align: 50%;
	--arrow-next-top-position: 0px;
	--arrow-next-caption-spacing: 15px;
	--arrow-prev-left-align: 0px;
	--arrow-prev-left-position: 0px;
	--arrow-next-right-align: 0px;
	--arrow-next-right-position: 0px;
	--arrow-next-translate-x: 0px;
	--arrow-next-translate-y: 0px;
	--arrow-prev-translate-x: 0px;
	--arrow-prev-translate-y: 0px;
	--dots-vertical-position: 100%;
	--dots-vertical-offset: 0px;
	--dots-horizontal-position: 50%;
	--dots-horizontal-offset: 0px;
	--dots-horizontal-transform: -50%;
	--dots-vertical-transform: -100%;
	--fraction-vertical-position: 100%;
	--fraction-vertical-offset: 0px;
	--fraction-horizontal-position: 50%;
	--fraction-horizontal-offset: 0px;
	--fraction-horizontal-transform: -50%;
	--fraction-vertical-transform: -100%;
	--horizontal-transform-modifier: 1
}

.elementor-widget-loop-carousel.elementor-pagination-type-progressbar {
	--swiper-pagination-size: 4px
}

.elementor-widget-loop-carousel .elementor-loop-container.offset-left {
	padding-inline-start: var(--swiper-offset-size, 0)
}

.elementor-widget-loop-carousel .elementor-loop-container.offset-right {
	padding-inline-end: var(--swiper-offset-size, 0)
}

.elementor-widget-loop-carousel .elementor-loop-container.offset-both {
	padding-inline-start: var(--swiper-offset-size, 0);
	padding-inline-end: var(--swiper-offset-size, 0)
}

.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper {
	gap: var(--swiper-slides-gap);
	overflow: hidden
}

.elementor-widget-loop-carousel .e-loop-first-edit {
	min-width: 33%;
	margin-block-start: 23px
}

.elementor-widget-loop-carousel .swiper-wrapper .swiper-slide a.e-con {
	display: var(--display)
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	font-size: var(--arrow-size, 25px);
	color: var(--arrow-normal-color, hsla(0, 0%, 93.3%, .9));
	border-style: var(--arrow-normal-border-type);
	transition-duration: .25s;
	z-index: 2
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
	fill: var(--arrow-normal-color, hsla(0, 0%, 93.3%, .9))
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover {
	color: var(--arrow-hover-color, hsla(0, 0%, 93.3%, .9));
	border-style: var(--arrow-hover-border-type)
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
	fill: var(--arrow-hover-color, hsla(0, 0%, 93.3%, .9))
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper,
.swiper-container)~.elementor-swiper-button-next {
	top: calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));
	right: calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));
	transform: translate(var(--arrow-next-translate-x), var(--arrow-next-translate-y))
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper,
.swiper-container)~.elementor-swiper-button-prev {
	top: calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));
	left: calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));
	transform: translate(var(--arrow-prev-translate-x), var(--arrow-prev-translate-y))
}

.elementor-widget-loop-carousel .swiper-horizontal~.swiper-pagination-progressbar {
	height: var(--swiper-pagination-size)
}

.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--progressbar-normal-color, #000)
}

.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover {
	background: var(--progressbar-hover-color, #000)
}

.elementor-widget-loop-carousel .swiper-pagination-bullet {
	width: var(--swiper-pagination-size);
	height: var(--swiper-pagination-size);
	background: var(--dots-normal-color, #000)
}

.elementor-widget-loop-carousel .swiper-pagination-bullet:hover {
	background: var(--dots-hover-color, #000);
	opacity: 1
}

.elementor-widget-loop-carousel.elementor-in-place-template-editable .elementor-loop-container {
	overflow: visible;
	overflow-x: clip
}

.elementor-widget-loop-carousel .swiper-horizontal>.swiper-pagination-bullets,
.elementor-widget-loop-carousel .swiper-pagination,
.elementor-widget-loop-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
	font-size: var(--swiper-pagination-size);
	line-height: var(--swiper-pagination-size)
}

.elementor-widget-loop-carousel .swiper-pagination-bullets {
	top: calc(var(--dots-vertical-position) + var(--dots-vertical-offset));
	left: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));
	transform: translate(calc(var(--dots-horizontal-transform) * var(--horizontal-transform-modifier)), var(--dots-vertical-transform));
	width: -moz-max-content;
	width: max-content;
	height: -moz-max-content;
	height: max-content;
	z-index: 3
}

.e-loop-item * {
	word-break: break-word
}

[class*=elementor-widget-loop] .elementor-page-title {
	display: initial
}

.e-loop-item-2191 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-image: url("propiedades_files/GettyImages-1384317438.jpg")
}

.e-loop-item-2178 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-image: url("propiedades_files/GettyImages-865846876.jpg")
}

.e-loop-item-2142 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-image: url("propiedades_files/GettyImages-1326427882.jpg")
}

.e-loop-item-2137 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-image: url("propiedades_files/GettyImages-1405522711.jpg")
}

.e-loop-item-1658 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-image: url("propiedades_files/DSC09579-scaled.jpg")
}

.e-loop-item-157 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-image: url("propiedades_files/malagaNoticia.png")
}

.e-loop-item-154 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-image: url("propiedades_files/shop-min.png")
}

.e-loop-item-152 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-image: url("propiedades_files/hola-min.png")
}

.e-loop-item-1 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-image: url("propiedades_files/GettyImages-1341488371.jpg")
}

.elementor-flip-box {
	height: 280px;
	position: relative;
	perspective: 1000px;
	transform-style: preserve-3d
}

@media (max-device-width:1024px) {
	.elementor-flip-box {
		cursor: pointer
	}
}

.elementor-flip-box__front {
	background-color: #1abc9c
}

.elementor-flip-box__back {
	background-color: #4054b2;
	display: block
}

.elementor-flip-box__layer {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .6s ease-in-out
}

.elementor-flip-box__layer__overlay {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	padding: 35px;
	color: #fff
}

.elementor-flip-box__layer__title {
	font-size: 21px
}

.elementor-flip-box__layer__description {
	font-size: 14px
}

.elementor-flip-box__layer__description:not(:last-child),
.elementor-flip-box__layer__title:not(:last-child) {
	margin: 0 0 20px;
	padding: 0
}

.elementor-flip-box__layer__title {
	line-height: 1;
	font-weight: 600
}

.elementor-flip-box {
	--e-flip-box-view-framed-stacked-icon-color: #fff
}

.elementor-flip-box .elementor-icon {
	color: var(--e-flip-box-view-framed-stacked-icon-color)
}

.elementor-flip-box .elementor-icon svg {
	fill: var(--e-flip-box-view-framed-stacked-icon-color)
}

.elementor-flip-box__button.elementor-button {
	cursor: pointer;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	background: 0 0
}

.elementor-flip-box__button.elementor-button:focus-visible,
.elementor-flip-box__button.elementor-button:hover {
	background: 0 0;
	text-decoration: none
}

.elementor-flip-box .elementor-icon-wrapper {
	margin-bottom: 20px
}

.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
	opacity: 0
}

.elementor-flip-box--effect-fade .elementor-flip-box:focus-visible .elementor-flip-box__back,
.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
	opacity: 1
}

.e-con-inner>.elementor-widget-flip-box,
.e-con>.elementor-widget-flip-box {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	margin-right: -8px;
	margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 8px;
	margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	width: auto;
	left: auto;
	right: auto;
	position: relative;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px
}

.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 {
	position: absolute;
	bottom: 0;
	width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	display: flex;
	font-size: inherit;
	align-items: var(--icon-vertical-align, center)
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%
}

.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 {
	left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0
}

@media (min-width:-1) {
	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:1024px) {
	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:-1) {
	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		right: 0
	}
	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		right: 0
	}
	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:767px) {
	#pojo-a11y-toolbar {
		top: 420px !important
	}
	.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:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container {
	line-height: 1;
	font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
	grid-column-gap: var(--grid-column-gap, 5px);
	grid-row-gap: var(--grid-row-gap, 5px);
	grid-template-columns: var(--grid-template-columns);
	justify-content: var(--justify-content, center);
	justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size, 25px);
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))
}

.elementor-social-icon {
	--e-social-icon-icon-color: #fff;
	display: inline-flex;
	background-color: #69727d;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer
}

.elementor-social-icon i {
	color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
	fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
	margin: 0
}

.elementor-social-icon:hover {
	opacity: .9;
	color: #fff
}

.elementor-social-icon-facebook {
	background-color: #3b5998
}

.elementor-social-icon-instagram {
	background-color: #262626
}

.elementor-social-icon-linkedin {
	background-color: #0077b5
}

.elementor-social-icon-whatsapp {
	background-color: #25d366
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
	border-radius: 50%
}

.cls-1 {
	fill: #65bfc3;
	stroke-width: 0
}

.elementor-202 .elementor-element.elementor-element-93534aa {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--justify-content: flex-start;
	--flex-wrap: wrap;
	--background-transition: 0.3s;
	border-style: solid;
	--border-style: solid;
	border-width: 0 0 10px;
	--border-block-start-width: 0px;
	--border-inline-end-width: 0px;
	--border-block-end-width: 10px;
	--border-inline-start-width: 0px;
	border-color: var(--e-global-color-primary);
	--border-color: var(--e-global-color-primary);
	--border-radius: 0px 0px 0px 0px;
	--margin-block-start: 0px;
	--margin-block-end: 0px;
	--margin-inline-start: 0px;
	--margin-inline-end: 0px;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px
}

.elementor-202 .elementor-element.elementor-element-93534aa:hover {
	box-shadow: 0 0 19px 2px rgba(0, 0, 0, .23)
}

.elementor-202 .elementor-element.elementor-element-93534aa,
.elementor-202 .elementor-element.elementor-element-93534aa::before {
	--border-transition: 0.3s
}

.elementor-202 .elementor-element.elementor-element-a02dd46 img {
	height: 300px;
	object-fit: cover;
	object-position: center center
}

.elementor-202 .elementor-element.elementor-element-4174416 .elementor-heading-title {
	color: var(--e-global-color-text);
	font-family: DaxlinePro, Sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase
}

.elementor-202 .elementor-element.elementor-element-4174416>.elementor-widget-container {
	margin: 10px 0 0 20px
}

.elementor-202 .elementor-element.elementor-element-3663960 {
	color: var(--e-global-color-text);
	width: 100%;
	max-width: 100%
}

.elementor-202 .elementor-element.elementor-element-3663960>.elementor-widget-container {
	margin: 0 0 0 20px
}

.elementor-202 .elementor-element.elementor-element-693b6b4 {
	--display: flex;
	--justify-content: flex-end;
	--gap: 0px 0px;
	--background-transition: 0.3s;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px
}

.elementor-202 .elementor-element.elementor-element-693b6b4.e-con {
	--align-self: flex-end
}

.elementor-202 .elementor-element.elementor-element-98a98fd {
	text-align: right;
	font-family: DaxlinePro, Sans-serif;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	max-width: 100%
}

.elementor-202 .elementor-element.elementor-element-98a98fd>.elementor-widget-container {
	padding: 0 20px 0 10px
}

.elementor-202 .elementor-element.elementor-element-26966bc .elementor-button {
	font-family: DaxlinePro, Sans-serif;
	font-weight: 800;
	background-color: var(--e-global-color-primary);
	border-radius: 0 0 0 0
}

.elementor-202 .elementor-element.elementor-element-26966bc {
	width: 100%;
	max-width: 100%
}

@media(max-width:1024px) {
	.elementor-202 .elementor-element.elementor-element-a02dd46 img {
		height: 25vh
	}
}

@media(max-width:767px) {
	.elementor-202 .elementor-element.elementor-element-93534aa {
		--margin-block-start: 0px;
		--margin-block-end: 0px;
		--margin-inline-start: 0px;
		--margin-inline-end: 0px
	}
	.elementor-202 .elementor-element.elementor-element-a02dd46 img {
		height: 25vh
	}
	.elementor-202 .elementor-element.elementor-element-4174416>.elementor-widget-container {
		margin: 0
	}
}

.elementor-131 .elementor-element.elementor-element-569e762 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--background-transition: 0.3s;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px
}

.elementor-131 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front {
	background-color: var(--e-global-color-primary);
	background-position: center center;
	background-size: cover
}

.elementor-131 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__back {
	background-color: var(--e-global-color-text)
}

.elementor-131 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__front .elementor-flip-box__layer__overlay {
	text-align: center
}

.elementor-131 .elementor-element.elementor-element-0eb97f4 .elementor-icon i {
	transform: rotate(0)
}

.elementor-131 .elementor-element.elementor-element-0eb97f4 .elementor-icon svg {
	transform: rotate(0)
}

.elementor-131 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__back .elementor-flip-box__layer__overlay {
	padding: 5% 5% 0;
	text-align: center;
	justify-content: center
}

.elementor-131 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__button {
	margin-center: 0;
	font-family: DaxlinePro, Sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--e-global-color-primary);
	border-width: 0
}

.elementor-131 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__back .elementor-flip-box__layer__title {
	font-family: Exo, Sans-serif;
	font-size: 26px;
	font-weight: 700
}

.elementor-131 .elementor-element.elementor-element-0eb97f4 .elementor-flip-box__button:hover {
	color: var(--e-global-color-accent)
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
	transform: translateY(-8px)
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
	transform: translateY(8px)
}