@charset "UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}: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-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}: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,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev: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-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.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-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.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-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.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,.swiper-vertical>.swiper-scrollbar{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-cursor-drag{cursor:move}.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@-webkit-keyframes qodef-circle-animation{0%{stroke-dashoffset:283}50%{stroke-dashoffset:0}100%{stroke-dashoffset:-283}}@keyframes qodef-circle-animation{0%{stroke-dashoffset:283}50%{stroke-dashoffset:0}100%{stroke-dashoffset:-283}}@-webkit-keyframes qode-slide-right{0%{-webkit-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1);z-index:2}100%{-webkit-transform:translateX(170px) scale(1.1);transform:translateX(170px) scale(1.1);z-index:2}}@keyframes qode-slide-right{0%{-webkit-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1);z-index:2}100%{-webkit-transform:translateX(170px) scale(1.1);transform:translateX(170px) scale(1.1);z-index:2}}@-webkit-keyframes qode-slide-reveal-right{0%{-webkit-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}100%{-webkit-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1);-webkit-clip-path:inset(0 -1% 0 0);clip-path:inset(0 -1% 0 0)}}@keyframes qode-slide-reveal-right{0%{-webkit-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}100%{-webkit-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1);-webkit-clip-path:inset(0 -1% 0 0);clip-path:inset(0 -1% 0 0)}}@-webkit-keyframes qode-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qode-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes qode-fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes qode-fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@-webkit-keyframes qode-fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes qode-fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-webkit-keyframes qode-ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%)}}@keyframes qode-ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%)}}@-webkit-keyframes qode-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes qode-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@-webkit-keyframes qode-double-pulse{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes qode-double-pulse{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes qode-cube{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes qode-cube{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@-webkit-keyframes qode-rotating-cubes{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5);transform:translateX(42px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes qode-rotating-cubes{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5);transform:translateX(42px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes qode-stretch-delay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes qode-stretch-delay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes qode-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes qode-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes qode-rotate-circles{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qode-rotate-circles{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes qode-atom-position{50%{top:80px;left:80px}}@keyframes qode-atom-position{50%{top:80px;left:80px}}@-webkit-keyframes qode-atom-size{50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes qode-atom-size{50%{-webkit-transform:scale(.5);transform:scale(.5)}}@-webkit-keyframes qode-atom-zindex{100%{z-index:10}}@keyframes qode-atom-zindex{100%{z-index:10}}@-webkit-keyframes qode-atom-shrink{50%{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes qode-atom-shrink{50%{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes qode-clock{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qode-clock{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes qode-clock-1{0%{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}30%{-webkit-transform:rotate(-450deg);transform:rotate(-450deg)}100%{-webkit-transform:rotate(-450deg);transform:rotate(-450deg)}}@keyframes qode-clock-1{0%{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}30%{-webkit-transform:rotate(-450deg);transform:rotate(-450deg)}100%{-webkit-transform:rotate(-450deg);transform:rotate(-450deg)}}@-webkit-keyframes qode-clock-2{5%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}35%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes qode-clock-2{5%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}35%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes qode-clock-3{10%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}40%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes qode-clock-3{10%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}40%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes qode-clock-4{15%{-webkit-transform:rotate(0);transform:rotate(0)}45%{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}100%{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}}@keyframes qode-clock-4{15%{-webkit-transform:rotate(0);transform:rotate(0)}45%{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}100%{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}}@-webkit-keyframes qode-mitosis-invert{100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes qode-mitosis-invert{100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-keyframes qode-mitosis-ball-1{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8);transform:translateX(25%) scale(1,.8)}40%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}60%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,25%) scale(.6,.8);transform:translate(50%,25%) scale(.6,.8)}88%{-webkit-transform:translate(50%,50%) scale(.6,.6);transform:translate(50%,50%) scale(.6,.6)}100%{-webkit-transform:translate(50%,50%) scale(.6,.6);transform:translate(50%,50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-1{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8);transform:translateX(25%) scale(1,.8)}40%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}60%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,25%) scale(.6,.8);transform:translate(50%,25%) scale(.6,.8)}88%{-webkit-transform:translate(50%,50%) scale(.6,.6);transform:translate(50%,50%) scale(.6,.6)}100%{-webkit-transform:translate(50%,50%) scale(.6,.6);transform:translate(50%,50%) scale(.6,.6)}}@-webkit-keyframes qode-mitosis-ball-2{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8);transform:translateX(25%) scale(1,.8)}40%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}60%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,-25%) scale(.6,.8);transform:translate(50%,-25%) scale(.6,.8)}88%{-webkit-transform:translate(50%,-50%) scale(.6,.6);transform:translate(50%,-50%) scale(.6,.6)}100%{-webkit-transform:translate(50%,-50%) scale(.6,.6);transform:translate(50%,-50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-2{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8);transform:translateX(25%) scale(1,.8)}40%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}60%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,-25%) scale(.6,.8);transform:translate(50%,-25%) scale(.6,.8)}88%{-webkit-transform:translate(50%,-50%) scale(.6,.6);transform:translate(50%,-50%) scale(.6,.6)}100%{-webkit-transform:translate(50%,-50%) scale(.6,.6);transform:translate(50%,-50%) scale(.6,.6)}}@-webkit-keyframes qode-mitosis-ball-3{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8);transform:translateX(-25%) scale(1,.8)}40%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}60%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,25%) scale(.6,.8);transform:translate(-50%,25%) scale(.6,.8)}88%{-webkit-transform:translate(-50%,50%) scale(.6,.6);transform:translate(-50%,50%) scale(.6,.6)}100%{-webkit-transform:translate(-50%,50%) scale(.6,.6);transform:translate(-50%,50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-3{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8);transform:translateX(-25%) scale(1,.8)}40%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}60%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,25%) scale(.6,.8);transform:translate(-50%,25%) scale(.6,.8)}88%{-webkit-transform:translate(-50%,50%) scale(.6,.6);transform:translate(-50%,50%) scale(.6,.6)}100%{-webkit-transform:translate(-50%,50%) scale(.6,.6);transform:translate(-50%,50%) scale(.6,.6)}}@-webkit-keyframes qode-mitosis-ball-4{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8);transform:translateX(-25%) scale(1,.8)}40%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}60%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,-25%) scale(.6,.8);transform:translate(-50%,-25%) scale(.6,.8)}88%{-webkit-transform:translate(-50%,-50%) scale(.6,.6);transform:translate(-50%,-50%) scale(.6,.6)}100%{-webkit-transform:translate(-50%,-50%) scale(.6,.6);transform:translate(-50%,-50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-4{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8);transform:translateX(-25%) scale(1,.8)}40%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}60%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,-25%) scale(.6,.8);transform:translate(-50%,-25%) scale(.6,.8)}88%{-webkit-transform:translate(-50%,-50%) scale(.6,.6);transform:translate(-50%,-50%) scale(.6,.6)}100%{-webkit-transform:translate(-50%,-50%) scale(.6,.6);transform:translate(-50%,-50%) scale(.6,.6)}}@-webkit-keyframes qode-lines-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qode-lines-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes qode-fussion-ball-1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@keyframes qode-fussion-ball-1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@-webkit-keyframes qode-fussion-ball-2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@keyframes qode-fussion-ball-2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@-webkit-keyframes qode-fussion-ball-3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@keyframes qode-fussion-ball-3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@-webkit-keyframes qode-fussion-ball-4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}@keyframes qode-fussion-ball-4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}@-webkit-keyframes qode-wave-jump-1{12%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,24%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@keyframes qode-wave-jump-1{12%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,24%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@-webkit-keyframes qode-wave-jump-2{12%{-webkit-transform:translate(0,0);transform:translate(0,0)}24%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,36%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@keyframes qode-wave-jump-2{12%{-webkit-transform:translate(0,0);transform:translate(0,0)}24%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,36%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@-webkit-keyframes qode-wave-jump-3{24%{-webkit-transform:translate(0,0);transform:translate(0,0)}36%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,48%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@keyframes qode-wave-jump-3{24%{-webkit-transform:translate(0,0);transform:translate(0,0)}36%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,48%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@-webkit-keyframes qode-wave-wipe{100%,48%{-webkit-transform:translateX(-120px);transform:translateX(-120px)}}@keyframes qode-wave-wipe{100%,48%{-webkit-transform:translateX(-120px);transform:translateX(-120px)}}@-webkit-keyframes qode-pulse-circles-pulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;border-width:50px}100%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:0;border-width:0}}@keyframes qode-pulse-circles-pulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;border-width:50px}100%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:0;border-width:0}}@-webkit-keyframes qode-bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes qode-bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@-webkit-keyframes qode-pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes qode-pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{vertical-align:baseline;margin:0;padding:0;background:0 0;border:0;outline:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}del{text-decoration:line-through}pre{max-width:100%;margin:15px 0;padding:15px;background-color:#faf9f5;white-space:pre-wrap;word-wrap:break-word}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}table{width:100%;vertical-align:middle;border:medium none;border-collapse:collapse;border-spacing:0}body:not([class*=alloggio-core]) table{font-size:15px}table tr{border:1px solid rgba(0,0,0,.18)}table th{padding:5px 8px;text-align:center;border-right:1px solid rgba(0,0,0,.18)}table td{padding:5px 8px;text-align:center;border-right:1px solid rgba(0,0,0,.18)}hr{background-color:#bbb;border:0;height:1px;margin-bottom:1.5em}ol,ul{list-style-position:inside;margin:0 0 1.5em;padding:0}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}a img{border:none}.wp-caption,img{height:auto;max-width:100%}img{vertical-align:middle;border-style:none}figure{margin:0}embed,iframe,object{display:block;max-width:100%}video{display:block}embed,object{height:auto}label{display:block;margin-bottom:.5em}fieldset{margin-bottom:1em;padding:.35em .75em .625em}input[type=submit]{-webkit-appearance:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}progress{vertical-align:baseline}summary{display:list-item}template{display:none}.gallery-caption,.wp-caption,figcaption{display:block;max-width:100%;margin:.8em 0 1.5em;font-size:.8125rem;opacity:1}.gallery-caption a,.wp-caption a,figcaption a{color:inherit}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{opacity:1}blockquote.instagram-media,iframe.instagram-media{margin:auto!important}.bypostauthor,.sticky{opacity:1}::-moz-selection{color:#fff;background:#910c19}::selection{color:#fff;background:#910c19}::-moz-selection{color:#fff;background:#910c19}.screen-reader-text{position:absolute!important;width:1px;height:0;line-height:1;clip:rect(1px,1px,1px,1px);word-wrap:normal!important;overflow:hidden}.screen-reader-text:focus{top:5px;left:5px;display:block;width:auto;height:auto;padding:15px 23px 14px;font-size:14px;font-weight:700;line-height:normal;text-decoration:none;color:#21759b;background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;z-index:100000}.aligncenter,.alignleft,.alignnone,.alignright,.alignwide{margin:2.5rem auto}.alignfull,.alignwide{position:relative;width:100%;max-width:100vw}.alignfull>.gallery-caption,.alignfull>.wp-caption,.alignfull>figcaption,.alignwide>.gallery-caption,.alignwide>.wp-caption,.alignwide>figcaption{max-width:50%}.aligncenter,.aligncenter img{display:block;margin-left:auto;margin-right:auto}.alignleft,.alignright{max-width:50%;margin-top:0}.alignleft{float:left;margin-left:0;margin-right:2rem}.alignright{float:right;margin-left:2rem;margin-right:0}body:not([class*=alloggio-core]) .alignright{clear:right}.qodef-content-alignment-left{text-align:left}.qodef-content-alignment-center{text-align:center}.qodef-content-alignment-right{text-align:right}.clear:after,.clear:before,.comment-author:after,.comment-author:before,.comment-content:after,.comment-content:before,.comment-meta:after,.comment-meta:before,.nav-links:after,.nav-links:before,.pagination:after,.pagination:before,.widget-area:after,.widget-area:before,.widget:after,.widget:before{content:'';display:table;table-layout:fixed}.clear:after,.comment-author:after,.comment-content:after,.comment-meta:after,.nav-links:after,.pagination:after,.widget-area:after,.widget:after{clear:both}body{font-family:"Josefin Sans",sans-serif;font-size:17px;line-height:1.58824em;font-weight:300;color:#4d4d4d;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}.qodef-h1,h1{font-family:Cormorant,serif;color:#000;font-size:60px;line-height:1.033333333333333em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:1024px){.qodef-h1,h1{font-size:54px}}@media only screen and (max-width:680px){.qodef-h1,h1{font-size:48px}}.qodef-h1 a,h1 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h1 a:hover,h1 a:hover{color:#910c19}.qodef-h2,h2{font-family:Cormorant,serif;color:#000;font-size:43px;line-height:1.069767441860465em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:1024px){.qodef-h2,h2{font-size:38px}}@media only screen and (max-width:680px){.qodef-h2,h2{font-size:36px}}.qodef-h2 a,h2 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h2 a:hover,h2 a:hover{color:#910c19}.qodef-h3,h3{font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:1024px){.qodef-h3,h3{font-size:29px}}.qodef-h3 a,h3 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h3 a:hover,h3 a:hover{color:#910c19}.qodef-h4,h4{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:680px){.qodef-h4,h4{font-size:22px}}.qodef-h4 a,h4 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h4 a:hover,h4 a:hover{color:#910c19}.qodef-h5,h5{font-family:Cormorant,serif;color:#000;font-size:18px;line-height:1.333333333333333em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.qodef-h5 a,h5 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h5 a:hover,h5 a:hover{color:#910c19}.qodef-h6,h6{font-family:Cormorant,serif;color:#000;font-size:14px;line-height:1.285714285714286em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}body:not([class*=alloggio-core]) .qodef-h6,body:not([class*=alloggio-core]) h6{font-size:16px}.qodef-h6 a,h6 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h6 a:hover,h6 a:hover{color:#910c19}a,p a{color:#000;text-decoration:none;-webkit-transition:color .25s ease-out;-o-transition:color .25s ease-out;transition:color .25s ease-out;cursor:pointer}a:hover,p a:hover{color:#910c19}p{margin:10px 0;line-height:1.58824em}blockquote{position:relative;display:inline-block;width:100%;vertical-align:top;margin:10px 0;padding:0;position:relative;padding:14px 22px 8px;border:none;font-family:Cormorant,serif;font-size:23px;line-height:1.304347826086957em;font-weight:400;color:#910c19;quotes:none}blockquote:before{content:'';position:absolute;display:block;width:1px;height:100%;top:0;left:0;background-color:#910c19}blockquote.has-text-align-right:before{left:auto;right:0}blockquote>*{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;margin:0}blockquote:after{content:''}blockquote cite{font-style:normal;font-weight:400}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 30px;padding:9.5px 16px;font-family:inherit;font-size:17px;line-height:29px;font-weight:inherit;color:#4d4d4d;background-color:transparent;border:1px solid rgba(0,0,0,.18);border-radius:0;outline:0;cursor:pointer;-webkit-appearance:none;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#000;background-color:transparent;border-color:#000}input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:inherit;opacity:1}input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder{color:inherit;opacity:1}input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:1}input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,textarea::-ms-input-placeholder{color:inherit;opacity:1}input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,textarea::placeholder{color:inherit;opacity:1}@media only screen and (max-width:768px){input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{font-size:15px}}#qodef-page-footer.qodef-footer--light input[type=email],#qodef-page-footer.qodef-footer--light input[type=number],#qodef-page-footer.qodef-footer--light input[type=password],#qodef-page-footer.qodef-footer--light input[type=search],#qodef-page-footer.qodef-footer--light input[type=tel],#qodef-page-footer.qodef-footer--light input[type=text],#qodef-page-footer.qodef-footer--light input[type=url],#qodef-page-footer.qodef-footer--light textarea{color:#fff;background-color:transparent;border:1px solid #fff}#qodef-page-footer.qodef-footer--light input[type=email]:focus,#qodef-page-footer.qodef-footer--light input[type=number]:focus,#qodef-page-footer.qodef-footer--light input[type=password]:focus,#qodef-page-footer.qodef-footer--light input[type=search]:focus,#qodef-page-footer.qodef-footer--light input[type=tel]:focus,#qodef-page-footer.qodef-footer--light input[type=text]:focus,#qodef-page-footer.qodef-footer--light input[type=url]:focus,#qodef-page-footer.qodef-footer--light textarea:focus{color:#fff;background-color:transparent;border-color:#ccc}.post-password-form input[type=password]{margin-top:.5em}@media only screen and (min-width:769px){.post-password-form input[type=password]{display:block;max-width:50%}}input[type=submit]{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:12px 38px;color:#fff;background-color:#910c19;border:1px solid transparent;cursor:pointer}input[type=submit] .qodef-m-text{position:relative;z-index:1}input[type=submit]:hover{color:#910c19;background-color:transparent;border-color:#910c19}button[type=submit]{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:12px 38px;color:#000;background-color:transparent;border:1px solid rgba(0,0,0,.6);-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s;cursor:pointer}button[type=submit] .qodef-m-text{position:relative;z-index:1}button[type=submit]:hover{color:#fff;background-color:transparent}button[type=submit] span{display:block;line-height:inherit}button[type=submit] span:before{display:block;line-height:inherit}.qodef-theme-button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:0!important;color:#000;background-color:transparent;border:0;cursor:pointer}.qodef-theme-button .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-theme-button .qodef-m-plus{position:relative;top:-.5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:7px;height:7px;vertical-align:middle;margin-left:4px}.qodef-theme-button .qodef-m-plus:after,.qodef-theme-button .qodef-m-plus:before{content:'';position:absolute;background-color:currentColor}.qodef-theme-button .qodef-m-plus:before{height:1px;width:100%}.qodef-theme-button .qodef-m-plus:after{height:100%;width:1px}.qodef-theme-button:hover{color:#910c19}select{position:relative;display:inline-grid;height:48px;padding:9.5px 16px;margin:0;font-family:inherit;font-size:17px;line-height:29px;font-weight:400;color:#4d4d4d;background-color:transparent;border:1px solid rgba(0,0,0,.18);border-radius:0;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out}@media only screen and (max-width:768px){select{font-size:15px}}body .select2-container--default{position:relative;display:inline-block;vertical-align:top;width:auto;margin:0 0 30px}body .select2-container--default .select2-selection--single{display:block;height:48px;padding:9.5px 16px;margin:0;font-family:inherit;font-size:17px;line-height:29px;font-weight:inherit;color:#4d4d4d;background-color:transparent;border:1px solid rgba(0,0,0,.18);border-radius:0;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out}@media only screen and (max-width:768px){body .select2-container--default .select2-selection--single{font-size:15px}}body .select2-container--default .select2-selection--single .select2-selection__rendered{display:block;padding:0;line-height:inherit;color:inherit;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}body .select2-container--default .select2-selection--single .select2-selection__clear{position:relative;float:right;margin:0;font-weight:inherit;cursor:pointer}body .select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}body .select2-container--default .select2-selection--single .select2-selection__arrow{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:#000}body .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}body .select2-container--default .select2-selection--single .select2-selection__arrow:before{display:block;font-family:Linearicons-Free;content:'\e874';font-size:12px;line-height:inherit;font-style:normal}body .select2-container--default .select2-selection--multiple{display:block;height:48px;padding:9.5px 16px;margin:0;font-family:inherit;font-size:17px;line-height:29px;font-weight:400;color:#4d4d4d;background-color:transparent;border:1px solid rgba(0,0,0,.18);border-radius:0;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out}@media only screen and (max-width:768px){body .select2-container--default .select2-selection--multiple{font-size:15px}}body .select2-container--default .select2-selection--multiple .select2-selection__rendered{list-style:none;display:block;padding:0;line-height:inherit;color:inherit;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}body .select2-container--default .select2-selection--multiple .select2-selection__rendered li{margin:0;padding:0}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder{float:left;margin:0;color:inherit}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{position:relative;float:right;margin:0;font-weight:inherit;cursor:pointer}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin:5px 5px 0 0;padding:0 10px;float:left;color:#fff;background-color:#910c19;border:0;border-radius:0;cursor:default}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove{display:inline-block;margin:0 3px 0 0;font-weight:700;color:inherit;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;cursor:pointer}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover{color:inherit;opacity:.8}body .select2-container--default .select2-search--inline{float:left}body .select2-container--default .select2-search--inline .select2-search__field{width:100%;padding:0!important;margin:0!important;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;border:none!important;outline:0;-webkit-appearance:none}body .select2-container--default .select2-search--inline .select2-search__field:focus{border-color:#000}body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}body .select2-container--default .select2-dropdown{position:absolute;top:0;left:-100000px;display:block;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.18);border-radius:0;z-index:99999}body .select2-container--default .select2-search--dropdown{display:block;padding:14px 15px 2px}body .select2-container--default .select2-search--dropdown.select2-search--hide{display:none}body .select2-container--default .select2-search--dropdown .select2-search__field{width:100%;padding:4px 8px;margin:0;font-family:inherit;font-size:inherit;line-height:20px;font-weight:inherit;color:#4d4d4d;background-color:transparent;border:1px solid rgba(0,0,0,.18);outline:0;-webkit-appearance:none}body .select2-container--default .select2-search--dropdown .select2-search__field:focus{color:#000;background-color:transparent;border-color:#000}body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}body .select2-container--default .select2-results{display:block}body .select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}body .select2-container--default .select2-results__options{position:relative;margin:0;padding:0;list-style:none}body .select2-container--default .select2-results__options::-webkit-scrollbar{width:4px;height:10px}body .select2-container--default .select2-results__options::-webkit-scrollbar-track{background:0 0}body .select2-container--default .select2-results__options::-webkit-scrollbar-thumb{cursor:pointer;background:#ccc7b6}body .select2-container--default .select2-results__option{padding:0 16px;color:#000;font-size:17px;line-height:29px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .25s ease-out,background-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out}body .select2-container--default .select2-results__option[aria-selected]{cursor:pointer}body .select2-container--default .select2-results__option[role=group]{padding:0}body .select2-container--default .select2-results__option[aria-disabled=true]{color:#000}body .select2-container--default .select2-results__option[aria-selected=true],body .select2-container--default .select2-results__option[data-selected=true]{color:#fff;background:#910c19}body .select2-container--default .select2-results__option .select2-results__option{padding-left:1em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}body .select2-container--default .select2-results__option--highlighted[aria-selected]{color:#fff;background:#910c19}body .select2-container--default .select2-results__group{display:block;padding:7px 0;cursor:default}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered{padding:0}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:0;right:auto}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered{padding:0}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin:7px auto 0 5px}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin:0 auto 0 3px}body .select2-container--default.select2-container--disabled .select2-selection--multiple,body .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#faf9f5;cursor:default}body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}body .select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}body .select2-container--default.select2-container--open .select2-selection--multiple,body .select2-container--default.select2-container--open .select2-selection--single{color:#000}body .select2-container--default.select2-container--open .select2-dropdown{left:0}body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above{border-bottom-color:transparent}body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below{border-top-color:transparent}body:not([class*=alloggio-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before{content:'\25BE'}.select2-close-mask{position:fixed;top:0;left:0;display:block;width:auto;height:auto;min-height:100%;min-width:100%;padding:0;margin:0;background-color:#fff;border:0;opacity:0;z-index:99}.select2-hidden-accessible{position:absolute!important;width:1px!important;height:0!important;padding:0!important;line-height:1;border:0!important;overflow:hidden!important;white-space:nowrap!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important}body.qodef-browser--firefox .select2-container--default .select2-results__options{scrollbar-width:thin;scrollbar-color:#ccc7b6 #fff}body.qodef-browser--safari input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}.qodef-content-grid{width:1100px;margin:0 auto}.qodef--boxed .qodef-content-grid{width:1160px}@media only screen and (min-width:1441px){.qodef-content-grid-1400 .qodef-content-grid{width:1400px}.qodef--boxed.qodef-content-grid-1400 .qodef-content-grid{width:1460px}}@media only screen and (min-width:1441px){.qodef-content-grid-1300 .qodef-content-grid{width:1300px}.qodef--boxed.qodef-content-grid-1300 .qodef-content-grid{width:1360px}}@media only screen and (min-width:1441px){.qodef-content-grid-1200 .qodef-content-grid{width:1200px}.qodef--boxed.qodef-content-grid-1200 .qodef-content-grid{width:1260px}}@media only screen and (min-width:1025px){.qodef-content-grid-1000 .qodef-content-grid{width:1000px}.qodef--boxed.qodef-content-grid-1000 .qodef-content-grid{width:1060px}}@media only screen and (min-width:769px){.qodef-content-grid-800 .qodef-content-grid{width:800px}.qodef--boxed.qodef-content-grid-800 .qodef-content-grid{width:860px}}.qodef-grid{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-grid>.qodef-grid-inner{margin:0 -15px}.qodef-grid>.qodef-grid-inner>.qodef-grid-item{padding:0 15px}.qodef-grid .qodef-grid-item{position:relative;display:inline-block;width:100%;vertical-align:top;min-height:1px;float:left}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12{width:100%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--12{left:100%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--12{right:100%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11{width:9.09091%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--11{left:9.09091%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--11{right:9.09091%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10{width:83.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--10{left:83.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--10{right:83.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9{width:75%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--9{left:75%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--9{right:75%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8{width:66.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--8{left:66.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--8{right:66.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7{width:14.28571%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--7{left:14.28571%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--7{right:14.28571%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6{width:50%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--6{left:50%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--6{right:50%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5{width:20%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--5{left:20%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--5{right:20%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4{width:33.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--4{left:33.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--4{right:33.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3{width:25%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--3{left:25%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--3{right:25%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2{width:16.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--2{left:16.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--2{right:16.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1{width:8.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--1{left:8.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--1{right:8.33333%}}@media only screen and (min-width:1025px) and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--20{width:20%}}@media only screen and (min-width:1025px) and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--40{width:40%}}@media only screen and (min-width:1025px) and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--60{width:60%}}.qodef-grid.qodef-layout--columns.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:50%}@media only screen and (min-width:681px){.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}@media only screen and (min-width:769px){.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:25%}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:20%}@media only screen and (min-width:1367px){.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}@media only screen and (min-width:1367px){.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}@media only screen and (min-width:1367px){.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner{height:100%;overflow:hidden}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img{height:100%;width:100%}.qodef-grid.qodef-layout--masonry .qodef-grid-inner{visibility:hidden}.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init{visibility:visible}.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer{width:100%;padding:0;margin:0}.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter{width:0;padding:0;margin:0}.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}.qodef-grid.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-grid.qodef-gutter--no>.qodef-grid-inner{margin:0}.qodef-grid.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item{padding:0;margin:0}.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner{margin:0 -5px}.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner>.qodef-grid-item{padding:0 5px;margin:0 0 10px}.qodef-grid.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-grid.qodef-gutter--small>.qodef-grid-inner{margin:0 -10px}.qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item{padding:0 10px;margin:0 0 20px}.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-grid.qodef-gutter--normal>.qodef-grid-inner{margin:0 -15px}.qodef-grid.qodef-gutter--normal>.qodef-grid-inner>.qodef-grid-item{padding:0 15px;margin:0 0 30px}.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-grid.qodef-gutter--medium>.qodef-grid-inner{margin:0 -20px}.qodef-grid.qodef-gutter--medium>.qodef-grid-inner>.qodef-grid-item{padding:0 20px;margin:0 0 40px}.qodef-grid.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-grid.qodef-gutter--large>.qodef-grid-inner{margin:0 -25px}.qodef-grid.qodef-gutter--large>.qodef-grid-inner>.qodef-grid-item{padding:0 25px;margin:0 0 50px}.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-70px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner{margin:0 -35px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item{padding:0 35px;margin:0 0 70px}#qodef-page-wrapper{position:relative;overflow:hidden}#qodef-page-outer{position:relative}#qodef-page-inner{position:relative;padding:0px 0 100px}#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12{margin-bottom:0}.qodef--boxed{background-color:#faf9f5}.qodef--boxed #qodef-page-wrapper{display:block;background-color:#fff}.qodef--boxed #qodef-page-inner{padding-left:30px;padding-right:30px}.qodef--passepartout #qodef-page-wrapper{background-color:#fff}button.mfp-arrow{-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;opacity:1}button.mfp-arrow:hover{opacity:.6}button.mfp-arrow:after,button.mfp-arrow:before{border:0;color:#fff;font-size:45px;font-family:"Font Awesome 5 Free";font-weight:900}button.mfp-arrow-left:after{content:"\f104"}button.mfp-arrow-right:after{content:"\f105"}button.mfp-close{text-indent:-1000px;overflow:hidden;text-align:left!important;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;opacity:1}button.mfp-close:hover{opacity:.6}button.mfp-close:after{font-family:"Font Awesome 5 Free";content:"\f00d";position:absolute;right:4px;bottom:0;text-indent:0;font-size:17px;font-weight:900}.mfp-bottom-bar .mfp-counter,.mfp-bottom-bar .mfp-title{font-family:Cormorant,serif;text-transform:uppercase;font-size:15px;font-weight:500;color:#fff}.qodef-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-swiper-container .swiper-slide{overflow:hidden}.qodef-swiper-container .swiper-slide a,.qodef-swiper-container .swiper-slide img{width:100%}.qodef-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-swiper-container .swiper-pagination-bullets{position:relative;bottom:auto;margin-top:43px;counter-reset:swiper-pagination-number}.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{position:relative;width:auto;height:auto;padding:0 7px;color:#000;background-color:transparent;border-radius:0;opacity:1;-webkit-transition:color .25s ease-out;-o-transition:color .25s ease-out;transition:color .25s ease-out}.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:before{content:counter(swiper-pagination-number);counter-increment:swiper-pagination-number}.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover{color:#910c19}.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active{color:#910c19}.swiper-button-next,.swiper-button-prev{background-image:none!important;width:auto!important;height:auto!important;margin:0!important;color:#000;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.swiper-button-next svg,.swiper-button-prev svg{display:block;width:26px;fill:none;stroke:currentColor;stroke-miterlimit:10;-webkit-transition:.4s ease-out;-o-transition:.4s ease-out;transition:.4s ease-out}.swiper-button-next:after,.swiper-button-prev:after{display:none!important}.swiper-button-next:hover,.swiper-button-prev:hover{color:rgba(0,0,0,.4)}@media only screen and (max-width:680px){.swiper-button-next,.swiper-button-prev{display:none}}.swiper-button-prev{left:30px!important}@media only screen and (max-width:1024px){.swiper-button-prev{left:20px!important}}.swiper-button-next{right:30px!important}@media only screen and (max-width:1024px){.swiper-button-next{right:20px!important}}.swiper-button-next.swiper-button-outside,.swiper-button-prev.swiper-button-outside{color:#000}.swiper-button-next.swiper-button-outside:hover,.swiper-button-prev.swiper-button-outside:hover{color:rgba(0,0,0,.4)}.swiper-button-prev.swiper-button-outside,.swiper-container-rtl .swiper-button-next.swiper-button-outside{-webkit-transform:translateX(-370%);-ms-transform:translateX(-370%);transform:translateX(-370%)}@media only screen and (max-width:1440px){.swiper-button-prev.swiper-button-outside,.swiper-container-rtl .swiper-button-next.swiper-button-outside{-webkit-transform:translateX(-230%);-ms-transform:translateX(-230%);transform:translateX(-230%)}}@media only screen and (max-width:1024px){.swiper-button-prev.swiper-button-outside,.swiper-container-rtl .swiper-button-next.swiper-button-outside{-webkit-transform:translateX(-220%);-ms-transform:translateX(-220%);transform:translateX(-220%)}}.swiper-button-next.swiper-button-outside,.swiper-container-rtl .swiper-button-prev.swiper-button-outside{-webkit-transform:translateX(370%);-ms-transform:translateX(370%);transform:translateX(370%)}@media only screen and (max-width:1440px){.swiper-button-next.swiper-button-outside,.swiper-container-rtl .swiper-button-prev.swiper-button-outside{-webkit-transform:translateX(230%);-ms-transform:translateX(230%);transform:translateX(230%)}}@media only screen and (max-width:1024px){.swiper-button-next.swiper-button-outside,.swiper-container-rtl .swiper-button-prev.swiper-button-outside{-webkit-transform:translateX(220%);-ms-transform:translateX(220%);transform:translateX(220%)}}.widget_icl_lang_sel_widget{position:relative;display:inline-block;vertical-align:middle;width:100%}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{position:relative;display:inline-block;vertical-align:middle;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu{max-height:100vh;pointer-events:auto;-webkit-transition:.5s cubic-bezier(.66,.14,.58,1) .1s;-o-transition:.5s cubic-bezier(.66,.14,.58,1) .1s;transition:.5s cubic-bezier(.66,.14,.58,1) .1s}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag{position:relative;top:-1px}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown{padding:0;margin:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle .wpml-ls-native,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle .wpml-ls-native{margin-right:9px}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{position:relative;top:-1px;content:'\e874';font-family:Linearicons-Free;font-size:12px;line-height:1;border:0;margin-left:auto}body:not([class*=alloggio-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,body:not([class*=alloggio-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{content:'\25BE'}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{position:absolute;top:100%;left:-21px;width:67px;list-style:none;margin:0;border-top:0;z-index:10;-webkit-box-sizing:border-box;box-sizing:border-box;max-height:0;overflow:hidden;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{display:block;width:100%;margin:0!important;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;background-color:transparent;padding:2px 0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal{padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{display:inline-block;vertical-align:middle;margin-bottom:0!important}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{padding:0;display:block}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{display:block;margin:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{padding:0;display:block}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:auto}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:33px 0;height:95px;line-height:29px;color:#000;background-color:transparent;font-size:12px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 6px;background-color:#fbfaf5}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type{padding-top:21px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type{padding-bottom:21px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:11px;line-height:27px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#910c19}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--light #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--dark #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:auto}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:20.5px 0;height:70px;line-height:29px;color:#000;background-color:transparent;font-size:12px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 6px;background-color:#fbfaf5}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type{padding-top:21px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type{padding-bottom:21px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:11px;line-height:27px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#910c19}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--light #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--dark #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:auto}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:5.5px 0;height:40px;line-height:29px;color:#000;background-color:transparent;font-size:12px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 6px;background-color:#fbfaf5}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type{padding-top:21px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type{padding-bottom:21px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:11px;line-height:27px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#910c19}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--light #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--dark #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:9.5px 16px;height:48px;line-height:29px;color:#000;background-color:transparent;border:1px solid rgba(0,0,0,.18);font-size:12px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 6px;background-color:#fbfaf5}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type{padding-top:21px}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type{padding-bottom:21px}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:11px;line-height:27px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#910c19}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--light #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--dark #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:9.5px 16px;height:48px;line-height:29px;color:#000;background-color:transparent;border:1px solid rgba(0,0,0,.18);font-size:12px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#910c19}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 6px;background-color:#fbfaf5}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-of-type,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-of-type{padding-top:21px}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-of-type,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-of-type{padding-bottom:21px}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:11px;line-height:27px;font-family:Raleway,sans-serif;font-weight:500;letter-spacing:.12em;text-transform:uppercase}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#910c19}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#910c19}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a,.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#000}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.qodef-sticky-header--dark #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#910c19}#qodef-page-header .qodef-header-sticky .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-header .qodef-header-sticky .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{height:70px}.error404 #qodef-page-inner{padding:0}#qodef-404-page{position:relative;display:inline-block;width:100%;vertical-align:top;padding:375px 10% 207px;text-align:center}#qodef-404-page .qodef-404-watermark{position:absolute;top:calc(50% - 185px);left:0;display:block;width:100%;font-size:320px;line-height:1;color:rgba(232,227,214,.52);z-index:-1}#qodef-404-page .qodef-404-title{margin:0}#qodef-404-page .qodef-404-text{display:block;margin:23px auto 5px}@media only screen and (min-width:1025px){#qodef-404-page .qodef-404-text{max-width:60%}}#qodef-404-page .qodef-404-button{position:relative;display:inline-block;vertical-align:top;margin-top:24px}.qodef-blog{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 62px}.qodef-blog .qodef-blog-item .qodef-e-content,.qodef-blog .qodef-blog-item .qodef-e-inner,.qodef-blog .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-blog-item .qodef-e-media-image a,.qodef-blog .qodef-blog-item .qodef-e-media-image img{display:block;width:100%}.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img{visibility:hidden}.qodef-blog .qodef-blog-item .qodef-e-media{margin-bottom:24px}.qodef-blog .qodef-blog-item .qodef-e-media iframe{display:block;height:100%}.qodef-blog .qodef-blog-item .qodef-e-title{margin:0}.qodef-blog .qodef-blog-item .qodef-e-excerpt{margin:14px 0 0}.qodef-blog .qodef-blog-item .qodef-e-read-more{margin:15px 0 0}.qodef-blog .qodef-blog-item .qodef-e-info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media only screen and (min-width:681px){.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left,.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:2px;color:#910c19;line-height:1em}.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top a:hover{color:#000}.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-top:25px}.qodef-blog .qodef-blog-item .qodef-e-info-item{position:relative;display:inline-block;vertical-align:top;padding:0 11px 0 0;color:currentColor}.qodef-blog .qodef-blog-item .qodef-e-info-item:after{content:',';position:absolute;top:0;right:7px}.qodef-blog .qodef-blog-item .qodef-e-info-item.qodef-e-info-date:after{display:none}.qodef-blog .qodef-blog-item .qodef-e-info-item a{color:inherit}.qodef-blog .qodef-blog-item .qodef-e-info-item a:hover{color:#910c19}.qodef-blog .qodef-blog-item .qodef-e-info-item:last-child{padding-right:0}.qodef-blog .qodef-blog-item .qodef-e-info-item:last-child:after{content:''}.qodef-blog .qodef-blog-item .qodef-e-info-tags a{position:relative;display:inline-block;vertical-align:top;margin-right:6px}.qodef-blog .qodef-blog-item .qodef-e-info-tags a:after{content:',';position:relative;top:0;left:0;color:#4d4d4d}.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child{margin-right:0}.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child:after{content:''}.qodef-blog .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-blog .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img{width:100%}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio{position:absolute;left:0;bottom:0;width:100%}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-embed,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-embed body{background:0 0}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container{background-color:#000}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls{height:38px!important}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls{padding:0 10px 0 4px;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button{width:39px}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button{width:30px}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button{height:38px}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button button,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button button{position:relative;height:100%;background:0 0;background-position:center;background-repeat:no-repeat;margin:0;border:0;outline:0}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-play button,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-replay button,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-play button,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-replay button{width:39px;background-image:url(//www.vistaegadi.it/wp-content/themes/alloggio/inc/blog/assets/img/audio/play.png)}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-pause button,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-pause button{width:39px;background-image:url(//www.vistaegadi.it/wp-content/themes/alloggio/inc/blog/assets/img/audio/pause.png)}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-stop button,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-stop button{width:39px;background-image:url(//www.vistaegadi.it/wp-content/themes/alloggio/inc/blog/assets/img/audio/stop.png)}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-mute button,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-mute button{width:30px;background-image:url(//www.vistaegadi.it/wp-content/themes/alloggio/inc/blog/assets/img/audio/sound.png)}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-playpause-button.mejs-unmute button,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-volume-button.mejs-unmute button{width:30px;background-image:url(//www.vistaegadi.it/wp-content/themes/alloggio/inc/blog/assets/img/audio/mute.png)}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time{height:100%;padding:0;font-family:"Josefin Sans",sans-serif;font-size:15px;font-weight:300;color:#fff;line-height:41px}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time *{font-family:inherit}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail{height:100%;padding:0;font-family:inherit}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total{height:2px;margin:18px 0;background:0 0;background-color:#606060}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-current{height:2px;background-color:#fff}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-buffering,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered{height:2px;z-index:9999}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered{background:rgba(0,0,0,.5)}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float{top:-16px;border:0;color:#fff}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-handle-content{display:none}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-corner{top:11px}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-loaded{background:0 0}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider{height:38px}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total{height:2px;background:0 0}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total{top:18px;background-color:#606060}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background-color:#fff}.qodef-blog .qodef-blog-item.format-link{margin-bottom:70px}.qodef-blog .qodef-blog-item.format-link .qodef-e-link{position:relative;display:inline-block;width:100%;vertical-align:top;padding:56px 30px 64px 149px;background-color:#faf9f5}.qodef-blog .qodef-blog-item.format-link .qodef-e-mark{position:absolute;top:0;left:40px;height:100%;width:75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#9f9790}.qodef-blog .qodef-blog-item.format-link .qodef-e-mark svg{display:block;width:100%;fill:none;stroke:currentColor;stroke-miterlimit:10}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text{position:relative;margin:0;color:#910c19}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog .qodef-blog-item.format-quote{margin-bottom:70px}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote{position:relative;display:inline-block;width:100%;vertical-align:top;padding:63px 30px 69px 149px;color:#910c19;background-color:#faf9f5}.qodef-blog .qodef-blog-item.format-quote .qodef-e-mark{position:absolute;top:0;left:40px;height:100%;width:74px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#9f9790}.qodef-blog .qodef-blog-item.format-quote .qodef-e-mark svg{display:block;width:100%;fill:none;stroke:currentColor;stroke-miterlimit:10}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text{position:relative;margin:0;color:currentColor}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author{margin:29px 0 0;color:currentColor}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog.qodef--single .qodef-blog-item{margin-bottom:14px}.qodef-blog.qodef-items--fixed article .qodef-e-media,.qodef-blog.qodef-items--fixed article .qodef-e-media-image{height:100%}.qodef-blog.qodef--list article .qodef-e-read-more{margin-top:0}.qodef-blog.qodef--list.qodef-info-hidden .qodef-blog-item .qodef-e-info-right{display:none}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media{margin-bottom:34px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-title{margin:0 0 22px}@media only screen and (min-width:681px){.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-right{width:auto;-ms-flex-negative:0;flex-shrink:0}}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info-item.qodef-e-info-social-share{line-height:1}.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-link{margin-bottom:19px}.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-quote{margin-bottom:19px}.qodef-blog.qodef--single.qodef-has-padding>.qodef-blog-item .qodef-e-media{margin-bottom:64px}@media only screen and (min-width:1025px){.qodef-blog.qodef--single.qodef-has-padding #qodef-author-info,.qodef-blog.qodef--single.qodef-has-padding #qodef-page-comments,.qodef-blog.qodef--single.qodef-has-padding #qodef-related-posts,.qodef-blog.qodef--single.qodef-has-padding #qodef-single-post-navigation,.qodef-blog.qodef--single.qodef-has-padding>.qodef-blog-item>.qodef-e-inner>.qodef-e-content{padding-right:16.923%;padding-left:16.923%}}#qodef-page-comments{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments .qodef-page-comments-not-found{margin:0}#qodef-page-comments-list{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:53px;padding-top:53px;border-top:1px solid rgba(181,105,83,.3)}#qodef-page-comments-list .qodef-m-title{margin:0 0 20px}#qodef-page-comments-list .qodef-m-comments{list-style:none;margin:0;padding:0 0 0 35px}#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child{margin-top:0}#qodef-page-comments-list .qodef-comment-item{margin:53px 0 0;padding:0}#qodef-page-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 93px}#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#qodef-page-comments-list .qodef-comment-item .qodef-e-image{-ms-flex-negative:0;flex-shrink:0;margin-right:25px}#qodef-page-comments-list .qodef-comment-item .qodef-e-image img{display:block}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-list .qodef-comment-item .qodef-e-title-and-date-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-page-comments-list .qodef-comment-item .qodef-e-title-and-date-holder>*{line-height:inherit}#qodef-page-comments-list .qodef-comment-item .qodef-e-title{margin:0 15px 0 0}#qodef-page-comments-list .qodef-comment-item .qodef-e-date{margin-right:20px;font-size:15px;color:#910c19;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px)}#qodef-page-comments-list .qodef-comment-item .qodef-e-date:hover{color:#000}#qodef-page-comments-list .qodef-comment-item .qodef-e-text{margin:12px 0 0}#qodef-page-comments-list .qodef-comment-item .qodef-e-text p{margin:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-text img{margin-top:5px;margin-bottom:5px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links{margin-left:auto}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>*{position:relative;top:1px;display:inline-block;vertical-align:top;margin-right:20px;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-page-comments-list .qodef-m-pagination{margin-top:50px}#qodef-page-comments-form{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-form .qodef-button.qodef-layout--outlined:before{content:'';display:block;position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#910c19;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.5s cubic-bezier(.75,.01,.13,1.01);-o-transition:.5s cubic-bezier(.75,.01,.13,1.01);transition:.5s cubic-bezier(.75,.01,.13,1.01);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-browser--safari #qodef-page-comments-form .qodef-button.qodef-layout--outlined:before{width:calc(100% + 3px)}#qodef-page-comments-form .qodef-button.qodef-layout--outlined:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}#qodef-page-comments-form .comment-reply-title{margin:0}#qodef-page-comments-form .qodef-comment-form{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-form .qodef-comment-form .comment-notes{margin:11px 0 22px;font-size:14px}#qodef-page-comments-form .qodef-comment-form p{margin:0}#qodef-page-comments-form .qodef-comment-form p.comment-form-cookies-consent{margin-bottom:30px}#qodef-page-comments-form .comment-form-cookies-consent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:21px}#qodef-page-comments-form .comment-form-cookies-consent input[type=checkbox]{-ms-flex-negative:0;flex-shrink:0;margin:7px 5px 0 0}#qodef-page-comments-form .comment-form-cookies-consent label{margin-bottom:0}.qodef-filter--on .qodef-hidden-filter-items{position:absolute!important;display:none!important;height:0!important;line-height:1!important}.qodef-filter--on .qodef-grid-inner{opacity:1;-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease}.qodef-filter--on.qodef--filter-loading .qodef-grid-inner{opacity:0;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.qodef-filter--on.qodef--filter-loading .qodef-loading-spinner{bottom:calc(50% - 16px)!important}.qodef-m-filter{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 40px}.qodef-m-filter .qodef-m-filter-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-m-filter .qodef-m-filter-item{position:relative;display:inline-block;vertical-align:top;margin:0 27px;padding:0 2px;-webkit-transition:color .3s ease,background-color .3s ease;-o-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease;font-family:Raleway,sans-serif;font-size:13px;font-weight:500;letter-spacing:.25em;text-transform:uppercase}.qodef-m-filter .qodef-m-filter-item:first-child{margin-left:0}.qodef-m-filter .qodef-m-filter-item:last-child{margin-right:0}.qodef-m-filter .qodef-m-filter-item.qodef--active,.qodef-m-filter .qodef-m-filter-item:hover{color:#910c19}#qodef-page-footer{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer>*{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer-top-area{padding:118px 0 114px;background-color:#faf9f5;background-position:center;background-repeat:no-repeat;background-size:cover;border-top:0 solid rgba(0,0,0,.18)}#qodef-page-footer-top-area .qodef-content-full-width{padding:0 70px}.qodef--boxed #qodef-page-footer-top-area{padding-left:30px;padding-right:30px}.qodef-footer--light #qodef-page-footer-top-area{background-color:#000}#qodef-page-footer-bottom-area{padding:2px 0 0;background-color:#faf9f5;border-top:0 solid rgba(0,0,0,.18);font-size:14px;line-height:2em}#qodef-page-footer-bottom-area p{line-height:inherit}#qodef-page-footer-bottom-area .qodef-grid.qodef-col-num--1{text-align:center}.qodef-footer--light #qodef-page-footer-bottom-area{background-color:#000}#qodef-page-footer-bottom-area .qodef-content-full-width{padding:0 70px}.qodef--boxed #qodef-page-footer-bottom-area{padding-left:30px;padding-right:30px}.wp-block-group.has-background,p.has-background{margin:2rem 0;padding:20px 30px}.wp-block-audio{width:100%}.wp-block-audio audio{width:auto}.wp-block-audio.alignleft audio,.wp-block-audio.alignright audio{max-width:50%}.wp-block-audio.aligncenter audio{display:block;margin:0 auto}.wp-block-video video{width:100%}.wp-block-button{margin:2rem 0}.wp-block-button .wp-block-button__link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:12px 38px;color:#fff;background-color:#910c19;border:1px solid transparent;cursor:pointer;border-radius:4px}.wp-block-button .wp-block-button__link .qodef-m-text{position:relative;z-index:1}.wp-block-button .wp-block-button__link:hover{color:#fff}.wp-block-button.alignleft{margin-top:0;margin-right:2rem}.wp-block-button.alignright{margin-top:0;margin-left:2rem}.wp-block-button.is-style-outline .wp-block-button__link{color:#000;background-color:transparent;border:1px solid rgba(0,0,0,.6);-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.wp-block-button.is-style-outline .wp-block-button__link .qodef-m-text{position:relative;z-index:1}.wp-block-button.is-style-outline .wp-block-button__link:hover{color:#fff;background-color:#000}.wp-block-button.is-style-squared .wp-block-button__link{border-radius:0}.wp-block-archives,.wp-block-categories,.wp-block-latest-posts,.wp-block-rss{margin:0;padding-left:0}.wp-block-archives ul,.wp-block-categories ul,.wp-block-latest-posts ul,.wp-block-rss ul{padding-left:0!important}.wp-block-archives li,.wp-block-categories li,.wp-block-latest-posts li,.wp-block-rss li{margin-bottom:1em;list-style-type:none}.wp-block-archives li a,.wp-block-categories li a,.wp-block-latest-posts li a,.wp-block-rss li a{color:#000;text-decoration:none}.wp-block-archives li a:hover,.wp-block-categories li a:hover,.wp-block-latest-posts li a:hover,.wp-block-rss li a:hover{color:#910c19}.wp-block-archives.aligncenter,.wp-block-categories.aligncenter,.wp-block-latest-posts.aligncenter,.wp-block-rss.aligncenter{text-align:center}.wp-block-categories li ul{margin:4px 0 0;padding:0 0 0 10px;list-style-type:none}.wp-block-categories li ul li:last-child{padding:4px 0 0}.wp-block-categories.is-grid li{margin:0 16px 16px 0}.wp-block-preformatted{padding:15px;white-space:pre-wrap;word-wrap:break-word}.wp-block-verse{font-family:inherit;font-size:22px;line-height:1.8}.has-drop-cap:not(:focus):first-letter{font-family:inherit;font-size:3.375em;line-height:1;font-weight:700;margin:0 .25em 0 0}blockquote.wp-block-pullquote{position:relative;padding:14px 22px 8px;border:none;font-family:Cormorant,serif;font-size:23px;line-height:1.304347826086957em;font-weight:400;color:#910c19;position:relative;display:inline-block;vertical-align:middle;width:auto}blockquote.wp-block-pullquote:before{content:'';position:absolute;display:block;width:1px;height:100%;top:0;left:0;background-color:#910c19}blockquote.wp-block-pullquote.has-text-align-right:before{left:auto;right:0}blockquote.wp-block-pullquote.aligncenter{width:100%}blockquote.wp-block-pullquote.alignleft{text-align:left;max-width:100%}blockquote.wp-block-pullquote.alignright{text-align:right;max-width:100%}blockquote.wp-block-pullquote p{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;margin:0}.wp-block-pullquote{margin:0}.wp-block-pullquote blockquote{position:relative;padding:14px 22px 8px;border:none;font-family:Cormorant,serif;font-size:23px;line-height:1.304347826086957em;font-weight:400;color:#910c19;width:auto;text-align:center}.wp-block-pullquote blockquote:before{content:'';position:absolute;display:block;width:1px;height:100%;top:0;left:0;background-color:#910c19}.wp-block-pullquote blockquote.has-text-align-right:before{left:auto;right:0}.wp-block-pullquote p{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.wp-block-quote{position:relative;padding:14px 22px 8px;border:none;font-family:Cormorant,serif;font-size:23px;line-height:1.304347826086957em;font-weight:400;color:#910c19}.wp-block-quote:before{content:'';position:absolute;display:block;width:1px;height:100%;top:0;left:0;background-color:#910c19}.wp-block-quote.has-text-align-right:before{left:auto;right:0}.wp-block-quote>p{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;margin:0}.wp-block-quote>*{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;margin:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:1rem 0;font-size:1.6875em!important;line-height:1.6em!important}.wp-block-image img{display:block}.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{max-width:100%}.wp-block-image.alignfull{left:auto;max-width:100%}.wp-block-image.alignfull img{width:100vw}.wp-block-cover,.wp-block-cover-image{position:relative;min-height:430px;padding:1rem;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (min-width:768px){.wp-block-cover,.wp-block-cover-image{padding:1rem 2.5rem}}.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2{font-size:35px;line-height:1.142857142857143em;font-weight:500;font-size:28px!important;color:#fff!important;margin-bottom:0}@media only screen and (max-width:1024px){.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2{font-size:29px}}.wp-block-cover-image.aligncenter .wp-block-cover-image-text,.wp-block-cover-image.aligncenter .wp-block-cover-text,.wp-block-cover-image.aligncenter h2,.wp-block-cover.aligncenter .wp-block-cover-image-text,.wp-block-cover.aligncenter .wp-block-cover-text,.wp-block-cover.aligncenter h2{position:absolute;top:50%;left:50%;width:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{width:100%}.wp-block-cover-image.alignfull .wp-block-cover-image-text,.wp-block-cover-image.alignfull .wp-block-cover-text,.wp-block-cover-image.alignfull h2,.wp-block-cover.alignfull .wp-block-cover-image-text,.wp-block-cover.alignfull .wp-block-cover-text,.wp-block-cover.alignfull h2{max-width:calc(8 * (100vw / 12) - 28px)}.wp-block-gallery{list-style-type:none;padding-left:0;margin:0}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-bottom:16px}.wp-block-gallery.alignleft{margin-right:2rem}.wp-block-gallery.alignright{margin-left:2rem}.wp-block-audio figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption,.wp-block-image figcaption,.wp-block-video figcaption{font-size:.71111em;font-family:inherit;line-height:1.6;margin:0;padding:.5rem;text-align:center}.wp-block-separator,hr{background-color:#767676;border:0;height:2px;margin-bottom:2rem;margin-top:2rem;max-width:100px;text-align:left}.wp-block-separator.is-style-wide,hr.is-style-wide{max-width:100%}.wp-block-separator.is-style-dots,hr.is-style-dots{max-width:100%;background-color:inherit;border:inherit;height:inherit;text-align:center}.wp-block-separator.is-style-dots:before,hr.is-style-dots:before{color:#767676;font-size:1.6875em;letter-spacing:.88889em;padding-left:.88889em}.wp-block-separator+h1:before,.wp-block-separator+h2:before,hr+h1:before,hr+h2:before{display:none}.wp-block-embed-twitter{overflow:hidden}.wp-block-embed{margin:0}.wp-block-table{margin:1rem 0}.wp-block-table td,.wp-block-table th{border-color:rgba(0,0,0,.18)}.wp-block-file{font-family:inherit}.wp-block-file .wp-block-file__button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:8px 33px;color:#fff;background-color:#910c19;border:1px solid transparent;cursor:pointer;margin-left:.75em}.wp-block-file .wp-block-file__button .qodef-m-text{position:relative;z-index:1}.wp-block-file .wp-block-file__button:hover{color:#fff}.wp-block-code{border-radius:0}.wp-block-code code{font-size:1.125em;white-space:pre-wrap;word-break:break-word}.wp-block-columns{margin-top:28px}@media only screen and (min-width:768px){.wp-block-columns .wp-block-column>:first-child{margin-top:0}.wp-block-columns .wp-block-column>:last-child{margin-bottom:0}.wp-block-columns[class*=has-]>*{margin-right:1rem}.wp-block-columns[class*=has-]>:last-child{margin-right:0}}.wp-block-latest-comments .wp-block-latest-comments__comment-meta{font-weight:700}.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date{font-weight:400}.wp-block-latest-comments .wp-block-latest-comments__comment,.wp-block-latest-comments .wp-block-latest-comments__comment-date,.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{font-size:inherit}.has-primary-background-color{background-color:#910c19}.has-primary-background-color a,.has-primary-background-color h1,.has-primary-background-color h2,.has-primary-background-color h3,.has-primary-background-color h4,.has-primary-background-color h5,.has-primary-background-color h6,.has-primary-background-color p{color:#fff}#qodef-page-header{position:relative;display:inline-block;width:100%;vertical-align:top;height:95px;background-color:#fff;z-index:100}#qodef-page-header .qodef-header-logo-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;height:36px;max-height:100%}#qodef-page-header .qodef-header-logo-link img{display:block;margin:auto 0;width:auto;max-height:100%;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}#qodef-page-header-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 40px}#qodef-page-mobile-header{position:relative;display:none;height:70px;z-index:100}#qodef-page-mobile-header .qodef-mobile-header-logo-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:38px;max-height:100%}#qodef-page-mobile-header .qodef-mobile-header-logo-link img{display:block;margin:auto;width:auto;max-height:100%;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}#qodef-page-mobile-header-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 40px}.qodef-mobile-header-opener{font-size:20px;margin-left:20px}.qodef-mobile-header-opener svg.qodef--initial{display:block;width:32px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}.qodef-mobile-header-navigation{position:absolute;top:100%;left:0;display:none;width:100%;max-height:calc(100vh - 70px);background-color:#faf9f5;padding:0;margin:0;overflow-y:scroll;z-index:10}.qodef-mobile-header-navigation ul{margin:0;padding:0;list-style:none}.qodef-mobile-header-navigation ul li{position:relative;margin:0;padding:0}.qodef-mobile-header-navigation ul li ul{display:none}.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after{font-family:Linearicons-Free;content:'\e876';position:absolute;top:0;right:0;font-size:12px;line-height:inherit;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;-o-transition:transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}body:not([class*=alloggio-core]) .qodef-mobile-header-navigation ul li.menu-item-has-children>a:after{top:7px;width:6px;height:6px;font-size:0;border-width:0 1px 1px 0;border-style:solid;border-color:currentColor;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened>a:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.qodef-mobile-header-navigation>ul{margin:0 auto;padding:34px 0}.qodef-mobile-header-navigation>ul>li>a{font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase}.qodef-mobile-header-navigation>ul>li>a:hover{color:#910c19}.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a,.qodef-mobile-header-navigation>ul>li.current-menu-item>a{color:#910c19}.qodef-mobile-header-navigation ul.sub-menu{margin-left:10px}.qodef-mobile-header-navigation ul.sub-menu li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:3px 0;font-family:Raleway,sans-serif;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.qodef-mobile-header-navigation ul.sub-menu li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-mobile-header-navigation ul.sub-menu li>a:hover{color:#910c19}.qodef-mobile-header-navigation ul.sub-menu li.current-menu-ancestor>a,.qodef-mobile-header-navigation ul.sub-menu li.current-menu-item>a{color:#910c19}.qodef-mobile-header-navigation ul.sub-menu ul{margin-left:20px}.qodef-header-navigation{height:100%}.qodef-header-navigation ul{margin:0;padding:0;list-style:none}.qodef-header-navigation ul li{position:relative;margin:0;padding:0}.qodef-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header-navigation ul li.qodef-menu-item--narrow ul{position:absolute;top:100%;width:250px;margin:0;padding:19px 0;background-color:#faf9f5;opacity:0;visibility:hidden;-webkit-transition:.25s ease-out;-o-transition:.25s ease-out;transition:.25s ease-out}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li{padding:0 30px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after{font-family:simple-line-icons;content:'\e606';position:absolute;top:calc(50% - 6px);right:0;font-size:11px;line-height:1}body:not([class*=alloggio-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after{width:6px;height:6px;font-size:0;border-width:0 1px 1px 0;border-style:solid;border-color:currentColor;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul{opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul{top:calc(-19px - 3px);left:100%;background-color:#faf9f5}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right{left:auto;right:0;text-align:right}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after{content:'\e605';left:0;right:auto}body:not([class*=alloggio-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after{border-width:1px 0 0 1px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul{left:-100%}.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul{opacity:1;visibility:visible;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.qodef-header-navigation>ul{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;white-space:nowrap}.qodef-header-navigation>ul>li{height:100%;margin:0 21px}.qodef-header-navigation>ul>li:first-child{margin-left:0}.qodef-header-navigation>ul>li:last-child{margin-right:0}.qodef-header-navigation>ul>li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase}.qodef-header-navigation>ul>li>a:hover{color:#910c19}.qodef-header-navigation>ul>li.current-menu-ancestor>a,.qodef-header-navigation>ul>li.current-menu-item>a{color:#910c19}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a{font-family:Raleway,sans-serif;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:3px 0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a{color:#910c19}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:3px 0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a{color:#910c19}.qodef-m-pagination{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0}.qodef-m-pagination.qodef--wp{margin:38px 0 0}.qodef-m-pagination.qodef--wp .nav-links{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-m-pagination.qodef--wp .page-numbers{position:relative;margin:0 13px;padding:6px}.qodef-m-pagination.qodef--wp .page-numbers *{display:block;line-height:inherit}.qodef-m-pagination.qodef--wp .page-numbers:first-child{margin-left:0}.qodef-m-pagination.qodef--wp .page-numbers:last-child{margin-right:0}.qodef-m-pagination.qodef--wp .page-numbers.dots:after{display:none}.qodef-m-pagination.qodef--wp .page-numbers.next,.qodef-m-pagination.qodef--wp .page-numbers.prev{top:-1px}.qodef-m-pagination.qodef--wp .page-numbers.next svg,.qodef-m-pagination.qodef--wp .page-numbers.prev svg{display:block;width:7px;fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}body:not([class*=alloggio-core]) .qodef-m-pagination.qodef--wp .page-numbers.next,body:not([class*=alloggio-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev{top:0;font-size:17px}.qodef-m-pagination.qodef--wp .page-numbers.prev{margin-right:15px}.qodef-m-pagination.qodef--wp .page-numbers.next{margin-left:15px}.qodef-m-pagination.qodef--wp .page-numbers.current,.qodef-m-pagination.qodef--wp .page-numbers:hover{color:#910c19}.qodef-m-pagination.qodef--standard{margin:68px 0 0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item{position:relative;margin:0 13px;padding:6px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child{margin-left:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child{margin-right:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1{margin-left:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:after{display:none}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{position:relative;top:-1px;line-height:1}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a{display:block}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a svg,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a svg{display:block;width:7px;fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}body:not([class*=alloggio-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,body:not([class*=alloggio-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{top:0;font-size:17px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{margin-right:26px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next{margin-left:13px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover{color:#910c19}.qodef-m-pagination.qodef--load-more{text-align:center}.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner{position:relative;display:inline-block;vertical-align:top}.qodef-m-pagination.qodef--load-more .qodef-load-more-button{opacity:1}.qodef-m-pagination.qodef--infinite-scroll{text-align:center}.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner{position:relative;display:inline-block;vertical-align:top;font-size:32px;line-height:1;color:#910c19;opacity:0;z-index:-1;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:before{display:block;line-height:inherit}.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner{opacity:1;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner{opacity:0}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner{width:60px;height:60px;position:absolute;bottom:35px;left:calc(50% - 30px);font-size:32px;line-height:1;color:#910c19;opacity:0;z-index:-1;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;fill:none}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner circle{display:block;fill:transparent;stroke-linecap:round;stroke-width:2}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner circle:first-of-type{stroke:#ded7d2}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner circle:last-of-type{stroke:#910c19;stroke-dasharray:283;stroke-dashoffset:283;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-animation:1.7s ease-in-out infinite both qodef-circle-animation;animation:1.7s ease-in-out infinite both qodef-circle-animation}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before{display:block;line-height:inherit}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner{opacity:1;z-index:1}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner{opacity:1;z-index:1}.qodef-single-links{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:100%;margin:15px 0}.qodef-single-links .qodef-m-single-links-title{font-family:"Josefin Sans",sans-serif;font-size:21px;line-height:1.619047619047619em;font-weight:300;color:#4d4d4d;margin-right:10px}.qodef-single-links a,.qodef-single-links>span:not(.qodef-m-single-links-title){position:relative;display:inline-block;vertical-align:top;margin-right:8px;padding:0 3px;color:#000}.qodef-single-links a:last-child,.qodef-single-links>span:not(.qodef-m-single-links-title):last-child{margin-right:0}.qodef-single-links>span:not(.qodef-m-single-links-title){color:#910c19}.qodef-search{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 50px}.qodef-search .qodef-e-search-heading{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}.qodef-search .qodef-e-search-heading-title{margin:0 0 20px}.qodef-search .qodef-e-search-heading-label{margin:8px 0 0}.qodef-search .qodef-search-form .qodef-search-form-field{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid rgba(0,0,0,.18)}.qodef-search .qodef-search-form .qodef-search-form-field:focus{color:#000;background-color:transparent}.qodef-search .qodef-search-form .qodef-search-form-button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#000;background-color:transparent;border:0;padding-bottom:8px}.qodef-search .qodef-search-form .qodef-search-form-button:hover{color:#4d4d4d}.qodef-search .qodef-search-form .qodef-search-form-button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}.qodef-search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-search article{margin-bottom:30px}.qodef-search article:last-child{margin-bottom:0}.qodef-search article .qodef-e-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-search article .qodef-e-inner>*{width:100%}.qodef-search article .qodef-e-inner .qodef-e-image{-ms-flex-preferred-size:180px;flex-basis:180px;padding-right:30px}.qodef-search article .qodef-e-inner .qodef-e-title{margin:0}.qodef-search article .qodef-e-inner .qodef-e-excerpt{margin:9px 0 0}#qodef-page-sidebar{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:17px}#qodef-page-sidebar.qodef--has-strip{padding:33px 0 33px 38px}#qodef-page-sidebar.qodef--has-strip:before{content:'';position:absolute;display:block;width:30.004%;height:100%;top:0;left:0;z-index:-1;background-color:#faf9f5}@media only screen and (max-width:680px){#qodef-page-sidebar.qodef--has-strip{padding-left:20px}}.qodef-page-title{position:relative;display:inline-block;width:100%;vertical-align:top;height:260px;background-color:#faf9f5}.qodef-page-title .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-page-title .qodef-m-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-page-title .qodef-m-title{margin:0}.widget{margin:0 0 30px}.widget:last-child{margin-bottom:0!important}.widget .qodef-widget-title{margin:0 0 12px}.widget .qodef-widget-title a{color:inherit}.widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}.widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}@media only screen and (max-width:680px){.widget ul:not(.qodef-shortcode-list) li ul{margin-left:3%}}.widget.widget_archive select,.widget.widget_categories select,.widget.widget_text select{width:100%;max-width:100%;margin:8px 0 0}.widget.widget_archive .select2,.widget.widget_categories .select2,.widget.widget_text .select2{margin-bottom:0}.widget.widget_calendar{width:100%}.widget.widget_calendar table{table-layout:fixed}.widget.widget_calendar table td,.widget.widget_calendar table th{padding:5px 3px}.widget.widget_calendar #today{color:#fff;background-color:#910c19}.widget.widget_calendar #today a{color:inherit}.widget.widget_calendar tfoot td,.widget.widget_calendar tfoot tr{border:0}.widget.widget_text img{display:block}.widget.widget_text img.alignnone{margin-top:0;margin-bottom:0}.widget.widget_rss ul li{margin-bottom:25px}.widget.widget_rss ul li:last-child{margin-bottom:0}.widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-size:18px;line-height:1.333333333333333em;font-weight:500}.widget.widget_rss ul .rssSummary{margin-top:5px}.widget.widget_rss ul cite{display:block;margin-top:5px}.widget.widget_search .qodef-widget-title{margin-bottom:4px}.widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_search input{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid rgba(0,0,0,.18)}.widget.widget_search input:focus{color:#000;background-color:transparent}.widget.widget_search button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#000;background-color:transparent;border:0;padding-bottom:8px}.widget.widget_search button:hover{color:#4d4d4d}.widget.widget_search button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}.widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 8px 11px 0;font-family:inherit;font-size:17px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize}.widget.widget_alloggio_core_blog_list .qodef-widget-title{margin:0 0 17px}.widget.widget_media_image{margin-bottom:0}.widget.widget_media_image .qodef-widget-title{margin-bottom:20px}.widget.widget_media_image a{display:inline-block;vertical-align:top}.widget.widget_media_image img{display:block}#qodef-top-area .widget{margin:0 0 0;color:#000;font-size:15px}#qodef-top-area .widget:last-child{margin-bottom:0!important}#qodef-top-area .widget .qodef-widget-title{margin:0 0 12px;color:#000}#qodef-top-area .widget .qodef-widget-title a{color:inherit}#qodef-top-area .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}@media only screen and (max-width:680px){#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul{margin-left:3%}}#qodef-top-area .widget.widget_archive select,#qodef-top-area .widget.widget_categories select,#qodef-top-area .widget.widget_text select{width:100%;max-width:100%;margin:8px 0 0}#qodef-top-area .widget.widget_archive .select2,#qodef-top-area .widget.widget_categories .select2,#qodef-top-area .widget.widget_text .select2{margin-bottom:0}#qodef-top-area .widget.widget_calendar{width:100%}#qodef-top-area .widget.widget_calendar table{table-layout:fixed}#qodef-top-area .widget.widget_calendar table td,#qodef-top-area .widget.widget_calendar table th{padding:5px 3px}#qodef-top-area .widget.widget_calendar #today{color:#fff;background-color:#910c19}#qodef-top-area .widget.widget_calendar #today a{color:inherit}#qodef-top-area .widget.widget_calendar tfoot td,#qodef-top-area .widget.widget_calendar tfoot tr{border:0}#qodef-top-area .widget.widget_text img{display:block}#qodef-top-area .widget.widget_text img.alignnone{margin-top:0;margin-bottom:0}#qodef-top-area .widget.widget_rss ul li{margin-bottom:25px}#qodef-top-area .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-top-area .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-size:18px;line-height:1.333333333333333em;font-weight:500}#qodef-top-area .widget.widget_rss ul .rssSummary{margin-top:5px}#qodef-top-area .widget.widget_rss ul cite{display:block;margin-top:5px}#qodef-top-area .widget.widget_search .qodef-widget-title{margin-bottom:4px}#qodef-top-area .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-top-area .widget.widget_search input{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid rgba(0,0,0,.18)}#qodef-top-area .widget.widget_search input:focus{color:#000;background-color:transparent}#qodef-top-area .widget.widget_search button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#000;background-color:transparent;border:0;padding-bottom:8px}#qodef-top-area .widget.widget_search button:hover{color:#4d4d4d}#qodef-top-area .widget.widget_search button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}#qodef-top-area .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 8px 11px 0;font-family:inherit;font-size:17px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize}#qodef-top-area .widget.widget_alloggio_core_blog_list .qodef-widget-title{margin:0 0 17px}#qodef-top-area .widget.widget_media_image{margin-bottom:0}#qodef-top-area .widget.widget_media_image .qodef-widget-title{margin-bottom:20px}#qodef-top-area .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-top-area .widget.widget_media_image img{display:block}#qodef-page-header .widget{margin:0 0 30px;font-size:15px}#qodef-page-header .widget:last-child{margin-bottom:0!important}#qodef-page-header .widget .qodef-widget-title{margin:0 0 12px}#qodef-page-header .widget .qodef-widget-title a{color:inherit}#qodef-page-header .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-page-header .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}#qodef-page-header .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-page-header .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}@media only screen and (max-width:680px){#qodef-page-header .widget ul:not(.qodef-shortcode-list) li ul{margin-left:3%}}#qodef-page-header .widget.widget_archive select,#qodef-page-header .widget.widget_categories select,#qodef-page-header .widget.widget_text select{width:100%;max-width:100%;margin:8px 0 0}#qodef-page-header .widget.widget_archive .select2,#qodef-page-header .widget.widget_categories .select2,#qodef-page-header .widget.widget_text .select2{margin-bottom:0}#qodef-page-header .widget.widget_calendar{width:100%}#qodef-page-header .widget.widget_calendar table{table-layout:fixed}#qodef-page-header .widget.widget_calendar table td,#qodef-page-header .widget.widget_calendar table th{padding:5px 3px}#qodef-page-header .widget.widget_calendar #today{color:#fff;background-color:#910c19}#qodef-page-header .widget.widget_calendar #today a{color:inherit}#qodef-page-header .widget.widget_calendar tfoot td,#qodef-page-header .widget.widget_calendar tfoot tr{border:0}#qodef-page-header .widget.widget_text img{display:block}#qodef-page-header .widget.widget_text img.alignnone{margin-top:0;margin-bottom:0}#qodef-page-header .widget.widget_rss ul li{margin-bottom:25px}#qodef-page-header .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-page-header .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-size:18px;line-height:1.333333333333333em;font-weight:500}#qodef-page-header .widget.widget_rss ul .rssSummary{margin-top:5px}#qodef-page-header .widget.widget_rss ul cite{display:block;margin-top:5px}#qodef-page-header .widget.widget_search .qodef-widget-title{margin-bottom:4px}#qodef-page-header .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-header .widget.widget_search input{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid rgba(0,0,0,.18)}#qodef-page-header .widget.widget_search input:focus{color:#000;background-color:transparent}#qodef-page-header .widget.widget_search button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#000;background-color:transparent;border:0;padding-bottom:8px}#qodef-page-header .widget.widget_search button:hover{color:#4d4d4d}#qodef-page-header .widget.widget_search button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}#qodef-page-header .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 8px 11px 0;font-family:inherit;font-size:17px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize}#qodef-page-header .widget.widget_alloggio_core_blog_list .qodef-widget-title{margin:0 0 17px}#qodef-page-header .widget.widget_media_image{margin-bottom:0}#qodef-page-header .widget.widget_media_image .qodef-widget-title{margin-bottom:20px}#qodef-page-header .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-page-header .widget.widget_media_image img{display:block}#qodef-page-footer .widget{margin:0 0 30px}#qodef-page-footer .widget:last-child{margin-bottom:0!important}#qodef-page-footer .widget .qodef-widget-title{margin:0 0 16px}#qodef-page-footer .widget .qodef-widget-title a{color:inherit}#qodef-page-footer .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}@media only screen and (max-width:680px){#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul{margin-left:3%}}#qodef-page-footer .widget.widget_archive select,#qodef-page-footer .widget.widget_categories select,#qodef-page-footer .widget.widget_text select{width:100%;max-width:100%;margin:8px 0 0}#qodef-page-footer .widget.widget_archive .select2,#qodef-page-footer .widget.widget_categories .select2,#qodef-page-footer .widget.widget_text .select2{margin-bottom:0}#qodef-page-footer .widget.widget_calendar{width:100%}#qodef-page-footer .widget.widget_calendar table{table-layout:fixed}#qodef-page-footer .widget.widget_calendar table td,#qodef-page-footer .widget.widget_calendar table th{padding:5px 3px}#qodef-page-footer .widget.widget_calendar #today{color:#fff;background-color:#910c19}#qodef-page-footer .widget.widget_calendar #today a{color:inherit}#qodef-page-footer .widget.widget_calendar tfoot td,#qodef-page-footer .widget.widget_calendar tfoot tr{border:0}#qodef-page-footer .widget.widget_text img{display:block}#qodef-page-footer .widget.widget_text img.alignnone{margin-top:0;margin-bottom:0}#qodef-page-footer .widget.widget_rss ul li{margin-bottom:25px}#qodef-page-footer .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-page-footer .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-size:18px;line-height:1.333333333333333em;font-weight:500}#qodef-page-footer .widget.widget_rss ul .rssSummary{margin-top:5px}#qodef-page-footer .widget.widget_rss ul cite{display:block;margin-top:5px}#qodef-page-footer .widget.widget_search .qodef-widget-title{margin-bottom:8px}#qodef-page-footer .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_search input{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid rgba(0,0,0,.18)}#qodef-page-footer .widget.widget_search input:focus{color:#000;background-color:transparent}#qodef-page-footer .widget.widget_search button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#000;background-color:transparent;border:0;padding-bottom:8px}#qodef-page-footer .widget.widget_search button:hover{color:#4d4d4d}#qodef-page-footer .widget.widget_search button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 8px 11px 0;font-family:inherit;font-size:17px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize}#qodef-page-footer .widget.widget_alloggio_core_blog_list .qodef-widget-title{margin:0 0 17px}#qodef-page-footer .widget.widget_media_image{margin-bottom:0}#qodef-page-footer .widget.widget_media_image .qodef-widget-title{margin-bottom:24px}#qodef-page-footer .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-page-footer .widget.widget_media_image img{display:block}#qodef-page-footer.qodef-footer--light .widget{margin:0 0 30px;color:#ccc}#qodef-page-footer.qodef-footer--light .widget:last-child{margin-bottom:0!important}#qodef-page-footer.qodef-footer--light .widget .qodef-widget-title{margin:0 0 12px;color:#fff}#qodef-page-footer.qodef-footer--light .widget .qodef-widget-title a{color:inherit}#qodef-page-footer.qodef-footer--light .widget .qodef-widget-title a:hover{color:#fff}#qodef-page-footer.qodef-footer--light .widget a{color:#ccc}#qodef-page-footer.qodef-footer--light .widget a:hover{color:#fff}#qodef-page-footer.qodef-footer--light .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-page-footer.qodef-footer--light .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}#qodef-page-footer.qodef-footer--light .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-page-footer.qodef-footer--light .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}@media only screen and (max-width:680px){#qodef-page-footer.qodef-footer--light .widget ul:not(.qodef-shortcode-list) li ul{margin-left:3%}}#qodef-page-footer.qodef-footer--light .widget.widget_archive select,#qodef-page-footer.qodef-footer--light .widget.widget_categories select,#qodef-page-footer.qodef-footer--light .widget.widget_text select{width:100%;max-width:100%;margin:8px 0 0}#qodef-page-footer.qodef-footer--light .widget.widget_archive .select2,#qodef-page-footer.qodef-footer--light .widget.widget_categories .select2,#qodef-page-footer.qodef-footer--light .widget.widget_text .select2{margin-bottom:0}#qodef-page-footer.qodef-footer--light .widget.widget_calendar{width:100%}#qodef-page-footer.qodef-footer--light .widget.widget_calendar table{table-layout:fixed}#qodef-page-footer.qodef-footer--light .widget.widget_calendar table td,#qodef-page-footer.qodef-footer--light .widget.widget_calendar table th{padding:5px 3px}#qodef-page-footer.qodef-footer--light .widget.widget_calendar #today{color:#fff;background-color:#910c19}#qodef-page-footer.qodef-footer--light .widget.widget_calendar #today a{color:inherit}#qodef-page-footer.qodef-footer--light .widget.widget_calendar tfoot td,#qodef-page-footer.qodef-footer--light .widget.widget_calendar tfoot tr{border:0}#qodef-page-footer.qodef-footer--light .widget.widget_calendar tfoot a{color:#ccc}#qodef-page-footer.qodef-footer--light .widget.widget_calendar tfoot a:hover{color:#fff}#qodef-page-footer.qodef-footer--light .widget.widget_text img{display:block}#qodef-page-footer.qodef-footer--light .widget.widget_text img.alignnone{margin-top:0;margin-bottom:0}#qodef-page-footer.qodef-footer--light .widget.widget_rss ul li{margin-bottom:25px}#qodef-page-footer.qodef-footer--light .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-page-footer.qodef-footer--light .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-size:18px;line-height:1.333333333333333em;font-weight:500}#qodef-page-footer.qodef-footer--light .widget.widget_rss ul .rssSummary{margin-top:5px}#qodef-page-footer.qodef-footer--light .widget.widget_rss ul cite{display:block;margin-top:5px}#qodef-page-footer.qodef-footer--light .widget.widget_search .qodef-widget-title{margin-bottom:4px}#qodef-page-footer.qodef-footer--light .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer.qodef-footer--light .widget.widget_search input{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid #ccc}#qodef-page-footer.qodef-footer--light .widget.widget_search input:focus{color:#fff;background-color:transparent}#qodef-page-footer.qodef-footer--light .widget.widget_search button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#fff;background-color:transparent;border:0;padding-bottom:8px}#qodef-page-footer.qodef-footer--light .widget.widget_search button:hover{color:#ccc}#qodef-page-footer.qodef-footer--light .widget.widget_search button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}#qodef-page-footer.qodef-footer--light .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 8px 11px 0;font-family:inherit;font-size:17px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;color:#ccc}#qodef-page-footer.qodef-footer--light .widget.widget_tag_cloud .tagcloud a:hover{color:#fff}#qodef-page-footer.qodef-footer--light .widget.widget_alloggio_core_blog_list .qodef-widget-title{margin:0 0 17px}#qodef-page-footer.qodef-footer--light .widget.widget_media_image{margin-bottom:0}#qodef-page-footer.qodef-footer--light .widget.widget_media_image .qodef-widget-title{margin-bottom:20px}#qodef-page-footer.qodef-footer--light .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-page-footer.qodef-footer--light .widget.widget_media_image img{display:block}.qodef-mega-menu-widget-holder .widget{margin:0 0 30px;color:#fff}.qodef-mega-menu-widget-holder .widget:last-child{margin-bottom:0!important}.qodef-mega-menu-widget-holder .widget .qodef-widget-title{margin:0 0 12px;color:#fff}.qodef-mega-menu-widget-holder .widget .qodef-widget-title a{color:inherit}.qodef-mega-menu-widget-holder .widget a{color:#fff}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}@media only screen and (max-width:680px){.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul{margin-left:3%}}.qodef-mega-menu-widget-holder .widget.widget_archive select,.qodef-mega-menu-widget-holder .widget.widget_categories select,.qodef-mega-menu-widget-holder .widget.widget_text select{width:100%;max-width:100%;margin:8px 0 0}.qodef-mega-menu-widget-holder .widget.widget_archive .select2,.qodef-mega-menu-widget-holder .widget.widget_categories .select2,.qodef-mega-menu-widget-holder .widget.widget_text .select2{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_calendar{width:100%}.qodef-mega-menu-widget-holder .widget.widget_calendar table{table-layout:fixed}.qodef-mega-menu-widget-holder .widget.widget_calendar table td,.qodef-mega-menu-widget-holder .widget.widget_calendar table th{padding:5px 3px}.qodef-mega-menu-widget-holder .widget.widget_calendar #today{color:#fff;background-color:#910c19}.qodef-mega-menu-widget-holder .widget.widget_calendar #today a{color:inherit}.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot td,.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot tr{border:0}.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a{color:#fff}.qodef-mega-menu-widget-holder .widget.widget_text img{display:block}.qodef-mega-menu-widget-holder .widget.widget_text img.alignnone{margin-top:0;margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_rss ul li{margin-bottom:25px}.qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-size:18px;line-height:1.333333333333333em;font-weight:500}.qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary{margin-top:5px}.qodef-mega-menu-widget-holder .widget.widget_rss ul cite{display:block;margin-top:5px}.qodef-mega-menu-widget-holder .widget.widget_search .qodef-widget-title{margin-bottom:4px}.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-mega-menu-widget-holder .widget.widget_search input{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid rgba(0,0,0,.18)}.qodef-mega-menu-widget-holder .widget.widget_search input:focus{color:#000;background-color:transparent}.qodef-mega-menu-widget-holder .widget.widget_search button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#000;background-color:transparent;border:0;padding-bottom:8px}.qodef-mega-menu-widget-holder .widget.widget_search button:hover{color:#4d4d4d}.qodef-mega-menu-widget-holder .widget.widget_search button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 8px 11px 0;font-family:inherit;font-size:17px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;color:#fff}.qodef-mega-menu-widget-holder .widget.widget_alloggio_core_blog_list .qodef-widget-title{margin:0 0 17px}.qodef-mega-menu-widget-holder .widget.widget_media_image{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title{margin-bottom:20px}.qodef-mega-menu-widget-holder .widget.widget_media_image a{display:inline-block;vertical-align:top}.qodef-mega-menu-widget-holder .widget.widget_media_image img{display:block}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=search]::-ms-clear{display:none}input[type=text]::-ms-clear{display:none}#qodef-woo-page .qodef-woo-product-mark,.qodef-woo-shortcode .qodef-woo-product-mark{position:absolute;top:0;right:0;padding:8px 22px;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1;color:#fff;background-color:#910c19;z-index:5}#qodef-woo-page .qodef-woo-product-title,.qodef-woo-shortcode .qodef-woo-product-title{margin:0}#qodef-woo-page .qodef-woo-ratings,.qodef-woo-shortcode .qodef-woo-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}#qodef-woo-page .qodef-woo-ratings .qodef-m-star,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star{font-size:14px;letter-spacing:.1em;color:#000}#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}#qodef-woo-page .price,.qodef-woo-shortcode .price{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0 0}#qodef-woo-page .price del,.qodef-woo-shortcode .price del{margin-right:10px}#qodef-woo-page .price ins,.qodef-woo-shortcode .price ins{text-decoration:none}#qodef-woo-page .added_to_cart,#qodef-woo-page .button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:12px 38px;cursor:pointer;z-index:3;color:#fff;background-color:#910c19;border:1px solid transparent}#qodef-woo-page .added_to_cart .qodef-m-text,#qodef-woo-page .button .qodef-m-text,.qodef-woo-shortcode .added_to_cart .qodef-m-text,.qodef-woo-shortcode .button .qodef-m-text{position:relative;z-index:1}#qodef-woo-page .added_to_cart:hover,#qodef-woo-page .button:hover,.qodef-woo-shortcode .added_to_cart:hover,.qodef-woo-shortcode .button:hover{color:#fff}@media only screen and (max-width:680px){#qodef-woo-page .added_to_cart,#qodef-woo-page .button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button{font-size:11px;padding:12px 28px}}#qodef-woo-page .added_to_cart.added,#qodef-woo-page .button.added,.qodef-woo-shortcode .added_to_cart.added,.qodef-woo-shortcode .button.added{display:none}#qodef-woo-page .quantity{white-space:nowrap}#qodef-woo-page .quantity input[type=number]{width:60px;margin:0;padding:12px 10px;text-align:center;font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-woo-page .quantity input[type=number]{font-size:22px}}.woocommerce-page div.woocommerce .woocommerce-error,.woocommerce-page div.woocommerce .woocommerce-info,.woocommerce-page div.woocommerce .woocommerce-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 30px;margin-bottom:30px;border:1px solid rgba(0,0,0,.18)}.woocommerce-page div.woocommerce .woocommerce-error a,.woocommerce-page div.woocommerce .woocommerce-info a,.woocommerce-page div.woocommerce .woocommerce-message a{margin-top:12px}.woocommerce-page div.woocommerce .shop_table tr{border-left:none;border-right:none;border-top:none}.woocommerce-page div.woocommerce .shop_table td,.woocommerce-page div.woocommerce .shop_table th{padding:15px 0 15px 5px;vertical-align:middle;text-align:left;border:0}.woocommerce-page div.woocommerce .shop_table td:first-child,.woocommerce-page div.woocommerce .shop_table th:first-child{padding-left:0}.woocommerce-page div.woocommerce .shop_table th{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){.woocommerce-page div.woocommerce .shop_table th{font-size:22px}}.woocommerce-page div.woocommerce .shop_table td ul{list-style:none;margin:0;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li{margin:0 0 10px;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li:last-child{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table td ul li label{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table p{margin:0}.woocommerce-page div.woocommerce .col2-set{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -15px}.woocommerce-page div.woocommerce .col2-set>*{width:100%;padding:0 15px;margin-bottom:30px}.woocommerce-page div.woocommerce address{font-style:normal}.woocommerce-page div.woocommerce address p{margin:0}.woocommerce-page div.woocommerce form p{margin:0}.woocommerce-page .pswp__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close,.woocommerce-page .pswp__button.pswp__button--fs,.woocommerce-page .pswp__button.pswp__button--zoom{background:0 0!important}.woocommerce-page .pswp__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close:before,.woocommerce-page .pswp__button.pswp__button--fs:before,.woocommerce-page .pswp__button.pswp__button--zoom:before{border:0;color:#fff;font-family:"Font Awesome 5 Free";font-weight:900;background:0 0}.woocommerce-page .pswp__button--arrow--left:before{font-size:45px;content:"\f104"}.woocommerce-page .pswp__button--arrow--right:before{font-size:45px;content:"\f105"}.woocommerce-page .pswp__button.pswp__button--close:before{font-size:17px;content:"\f00d"}.woocommerce-page .pswp__button.pswp__button--zoom:before{font-size:17px;content:"\f00e"}.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before{font-size:17px;content:"\f010"}.woocommerce-page .pswp__button.pswp__button--fs:before{font-size:17px;content:"\f0b2"}.woocommerce-page .pswp__caption__center,.woocommerce-page .pswp__counter{font-family:inherit;text-transform:uppercase;font-size:15px;font-weight:500;color:#fff}#qodef-woo-page.qodef--cart .shop_table td.product-remove{width:30px}#qodef-woo-page.qodef--cart .shop_table td.product-remove a{display:block;font-size:0;line-height:1}#qodef-woo-page.qodef--cart .shop_table td.product-remove a:after{position:relative;display:block;padding:0 3px;content:"\e04a";font-family:linea-arrows-10!important;font-size:23px;line-height:inherit}body:not([class*=alloggio-core]) #qodef-woo-page.qodef--cart .shop_table td.product-remove a:after{content:'×'}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail{width:135px}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img{display:block;width:100%}#qodef-woo-page.qodef--cart .shop_table td.product-name{padding-left:15px;text-align:left}#qodef-woo-page.qodef--cart .shop_table td.product-name a{font-family:Cormorant,serif;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-woo-page.qodef--cart .shop_table td.product-name a{font-size:22px}}#qodef-woo-page.qodef--cart .shop_table td.product-name .qodef-reservation-info{margin-top:8px}#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number]{margin:0}#qodef-woo-page.qodef--cart .shop_table td.actions{padding:30px 0 0;text-align:initial}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:70%;float:left}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*{margin-bottom:0}#qodef-woo-page.qodef--cart .shop_table td.actions label{display:none}#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text]{width:auto;margin-right:20px}#qodef-woo-page.qodef--cart .shop_table td.actions>.button{float:right}#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child{border-bottom:0}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th{width:20%}#qodef-woo-page.qodef--cart .cart_totals,#qodef-woo-page.qodef--cart .cross-sells{margin-top:50px}#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2{font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;margin:0 0 42px}@media only screen and (max-width:1024px){#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2{font-size:29px}}#qodef-woo-page.qodef--cart .shipping-calculator-form select{width:auto;min-width:100%;margin:0}#qodef-woo-page.qodef--cart .wc-proceed-to-checkout{margin-top:30px}.woocommerce-page div.woocommerce>.cart-empty{font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;margin:0;padding-top:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none}@media only screen and (max-width:1024px){.woocommerce-page div.woocommerce>.cart-empty{font-size:29px}}.woocommerce-page div.woocommerce>.return-to-shop{margin:20px 0 0;text-align:center}.woocommerce-page div.woocommerce>.return-to-shop a{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:12px 38px;cursor:pointer;z-index:3;color:#fff;background-color:#910c19;border:1px solid transparent}.woocommerce-page div.woocommerce>.return-to-shop a .qodef-m-text{position:relative;z-index:1}.woocommerce-page div.woocommerce>.return-to-shop a:hover{color:#fff}@media only screen and (max-width:680px){.woocommerce-page div.woocommerce>.return-to-shop a{font-size:11px;padding:12px 28px}}#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p{margin-bottom:10px}#qodef-woo-page.qodef--checkout .woocommerce-checkout{margin-top:40px}#qodef-woo-page.qodef--checkout #customer_details h3{margin:0 0 20px}#qodef-woo-page.qodef--checkout #order_review_heading{margin:0 0 20px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment{margin-top:30px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order{margin-top:30px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{margin-bottom:34px}#qodef-woo-page.qodef--checkout .wc_payment_methods{margin:0;padding:0;list-style:none}#qodef-woo-page.qodef--checkout .wc_payment_methods li{position:relative;margin:0;padding:15px 0;border-bottom:1px solid rgba(0,0,0,.18)}#qodef-woo-page.qodef--checkout .wc_payment_methods li p{margin:0}#qodef-woo-page.qodef--checkout .wc_payment_methods li{padding-left:25px;padding-right:25px;padding-bottom:21px}#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio{position:absolute;top:25px;left:0;margin:0}#qodef-woo-page.qodef--checkout .wc_payment_methods label{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500;margin:0;cursor:pointer}@media only screen and (max-width:680px){#qodef-woo-page.qodef--checkout .wc_payment_methods label{font-size:22px}}#qodef-woo-page.qodef--checkout .wc_payment_methods .payment_box{margin-top:5px}.woocommerce-account .woocommerce-MyAccount-navigation{position:relative;display:inline-block;vertical-align:top;width:30%;float:left;padding-right:50px}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li{position:relative;margin:0;padding:15px 0;border-bottom:1px solid rgba(0,0,0,.18)}.woocommerce-account .woocommerce-MyAccount-navigation ul li p{margin:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{font-family:Cormorant,serif;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){.woocommerce-account .woocommerce-MyAccount-navigation ul li a{font-size:22px}}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color:#910c19}.woocommerce-account .woocommerce-MyAccount-content{position:relative;display:inline-block;vertical-align:top;width:70%;float:left}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details{margin:30px 0 0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details{margin:48px 0 0}.woocommerce-account .woocommerce-MyAccount-content h2{font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;margin:0 0 20px}@media only screen and (max-width:1024px){.woocommerce-account .woocommerce-MyAccount-content h2{font-size:29px}}.woocommerce-account .woocommerce-MyAccount-content .order-again{margin:30px 0 0}.woocommerce-account .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:12px 38px;cursor:pointer;z-index:3;color:#fff;background-color:#910c19;border:1px solid transparent}.woocommerce-account .button .qodef-m-text{position:relative;z-index:1}.woocommerce-account .button:hover{color:#fff}@media only screen and (max-width:680px){.woocommerce-account .button{font-size:11px;padding:12px 28px}}.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox{display:inline-block;margin:0 0 0 15px}.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword{margin-top:10px}.woocommerce-account .woocommerce-form-login>p:nth-child(3){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:13px}.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text{margin-bottom:31px}.woocommerce-account .woocommerce-EditAccountForm fieldset{padding:0;margin:0}.woocommerce-account .woocommerce-EditAccountForm fieldset legend{display:none}.woocommerce-account .woocommerce-EditAccountForm em{display:block;margin-bottom:13px}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;margin:0 0 20px}@media only screen and (max-width:1024px){.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{font-size:29px}}.woocommerce-order-received .woocommerce-order .woocommerce-order-overview{margin:0;padding:0;list-style:none}.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li{position:relative;margin:0;padding:15px 0;border-bottom:1px solid rgba(0,0,0,.18)}.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p{margin:0}.woocommerce-order-received .woocommerce-order .woocommerce-order-details{margin-top:40px}.woocommerce-order-received .woocommerce-order h2{font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;margin:0 0 20px}@media only screen and (max-width:1024px){.woocommerce-order-received .woocommerce-order h2{font-size:29px}}.woocommerce-order-received .woocommerce-order .woocommerce-customer-details{margin-top:50px}#qodef-woo-page .woocommerce-pagination{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:38px}#qodef-woo-page .woocommerce-pagination .page-numbers{position:relative;margin:0 13px;padding:6px}#qodef-woo-page .woocommerce-pagination .page-numbers *{display:block;line-height:inherit}#qodef-woo-page .woocommerce-pagination .page-numbers:first-child{margin-left:0}#qodef-woo-page .woocommerce-pagination .page-numbers:last-child{margin-right:0}#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after{display:none}#qodef-woo-page .woocommerce-pagination .page-numbers.next,#qodef-woo-page .woocommerce-pagination .page-numbers.prev{top:-1px}#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg{display:block;width:7px;fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}body:not([class*=alloggio-core]) #qodef-woo-page .woocommerce-pagination .page-numbers.next,body:not([class*=alloggio-core]) #qodef-woo-page .woocommerce-pagination .page-numbers.prev{top:0;font-size:17px}#qodef-woo-page .woocommerce-pagination .page-numbers.prev{margin-right:15px}#qodef-woo-page .woocommerce-pagination .page-numbers.next{margin-left:15px}#qodef-woo-page .woocommerce-pagination .page-numbers.current,#qodef-woo-page .woocommerce-pagination .page-numbers:hover{color:#910c19}.qodef-woo-product-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-list ul.products{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0 -15px;list-style:none;clear:both}.qodef-woo-product-list ul.products>.product{padding:0 15px;margin:0 0 30px}.qodef-woo-product-list ul.products.columns-1>.product{width:100%}.qodef-woo-product-list ul.products.columns-2>.product{width:50%}.qodef-woo-product-list ul.products.columns-3>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-4>.product{width:25%}.qodef-woo-product-list ul.products.columns-5>.product{width:20%}.qodef-woo-product-list ul.products.columns-6>.product{width:16.66667%}.qodef-woo-product-list ul.products.columns-7>.product{width:14.28571%}.qodef-woo-product-list ul.products.columns-8>.product{width:12.5%}.qodef-woo-product-list.qodef-gutter--no ul.products{margin:0 0}.qodef-woo-product-list.qodef-gutter--no ul.products>.product{padding:0 0;margin:0 0 0}.qodef-woo-product-list.qodef-gutter--tiny ul.products{margin:0 -5px}.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product{padding:0 5px;margin:0 0 10px}.qodef-woo-product-list.qodef-gutter--small ul.products{margin:0 -10px}.qodef-woo-product-list.qodef-gutter--small ul.products>.product{padding:0 10px;margin:0 0 20px}.qodef-woo-product-list.qodef-gutter--normal ul.products{margin:0 -15px}.qodef-woo-product-list.qodef-gutter--normal ul.products>.product{padding:0 15px;margin:0 0 30px}.qodef-woo-product-list.qodef-gutter--medium ul.products{margin:0 -20px}.qodef-woo-product-list.qodef-gutter--medium ul.products>.product{padding:0 20px;margin:0 0 40px}.qodef-woo-product-list.qodef-gutter--large ul.products{margin:0 -25px}.qodef-woo-product-list.qodef-gutter--large ul.products>.product{padding:0 25px;margin:0 0 50px}.qodef-woo-product-list.qodef-gutter--huge ul.products{margin:0 -35px}.qodef-woo-product-list.qodef-gutter--huge ul.products>.product{padding:0 35px;margin:0 0 70px}.qodef-woo-product-list .qodef-woo-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.touchevents .qodef-woo-product-list .qodef-woo-product-inner{cursor:pointer}.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner{opacity:1}.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title{color:#910c19}.qodef-woo-product-list .qodef-woo-product-image{position:relative;display:inline-block;vertical-align:top;max-width:100%}.qodef-woo-product-list .qodef-woo-product-image img{display:block;width:100%}.qodef-woo-product-list .qodef-woo-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px;text-align:center;background-color:rgba(255,255,255,.4);opacity:0;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.qodef-woo-product-list .qodef-woo-product-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:13px 0 30px}.qodef-woo-product-list .qodef-woo-product-title{-webkit-transition:color .25s ease-out;-o-transition:color .25s ease-out;transition:color .25s ease-out}.qodef-woo-product-list .qodef-woo-product-categories{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:1px}.qodef-woo-product-list .qodef-woo-product-categories a{position:relative;display:inline-block;vertical-align:top;z-index:3;color:#910c19}.qodef-woo-product-list .qodef-woo-product-categories a:hover{color:#000}.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator{position:relative;display:inline-block;vertical-align:top;margin:0 2px}.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after{content:','}.qodef-woo-product-list .qodef-woo-ratings{margin-top:9px}.qodef-woo-product-list .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}#qodef-woo-page .qodef-quantity-buttons{position:relative;display:inline-block;vertical-align:middle}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus{display:inline-block;vertical-align:middle;font-size:inherit;font-family:inherit;font-weight:inherit;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#000;background-color:#faf9f5}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input{position:relative;height:50px;width:50px;padding:0;margin:0 25px 0 0;font-family:inherit;line-height:48px;outline:0;border:1px solid rgba(0,0,0,.18)}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus{position:absolute;right:0;width:25px;height:25px;display:block;font-size:0;line-height:1;border:1px solid rgba(0,0,0,.18);border-left:0;cursor:pointer;-webkit-transition:color .25s ease-out;-o-transition:color .25s ease-out;transition:color .25s ease-out}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before{display:block;font-family:linea-arrows-10!important;font-size:23px;line-height:1em}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover{color:#910c19}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus{top:0;border-bottom:0}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before{content:"\e048"}body:not([class*=alloggio-core]) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before{content:'+'}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus{bottom:0}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before{font-size:24px;content:"\e041"}body:not([class*=alloggio-core]) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before{content:'-'}.qodef-woo-results{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.qodef-woo-results .woocommerce-ordering{margin-left:auto}.qodef-woo-results .woocommerce-ordering select{width:auto;min-width:220px;margin:0}.qodef-woo-results .woocommerce-ordering .select2-container--default{margin:0}#qodef-woo-page.qodef--single .woocommerce-error,#qodef-woo-page.qodef--single .woocommerce-info,#qodef-woo-page.qodef--single .woocommerce-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 30px;margin-bottom:30px;border:1px solid rgba(0,0,0,.18)}#qodef-woo-page.qodef--single .woocommerce-error a,#qodef-woo-page.qodef--single .woocommerce-info a,#qodef-woo-page.qodef--single .woocommerce-message a{margin-top:12px}#qodef-woo-page.qodef--single>.product{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .qodef-woo-single-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -20px}#qodef-woo-page.qodef--single .qodef-woo-single-inner>*{padding:0 20px}#qodef-woo-page.qodef--single .qodef-woo-single-image{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark{-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg{cursor:crosshair}#qodef-woo-page.qodef--single .woocommerce-product-gallery{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure{position:relative;margin:0 -8px}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a,#qodef-woo-page.qodef--single .woocommerce-product-gallery figure img{display:block;width:100%}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.woocommerce-product-gallery__image{position:relative;width:calc(100% - 16px)!important;margin:0 8px;overflow:hidden}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{position:relative;padding:0 8px;margin-top:16px}#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:10px;left:10px;width:30px;height:30px;line-height:30px;text-align:center;z-index:5}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image{width:100%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image{width:50%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image{width:33.33333%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image{width:25%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image{width:20%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image{width:16.66667%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image{width:14.28571%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image{width:12.5%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger{left:calc(27% + 10px)}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img{height:100%;-o-object-fit:cover;object-fit:cover}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image{width:calc(100% - 27%)!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper{width:27%}@media screen and (min-width:681px){#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:100%}}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child{margin-top:0}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below figure>.qodef-woo-thumbnails-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single .entry-summary{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .entry-summary .price{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500;margin-top:11px}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .entry-summary .price{font-size:22px}}#qodef-woo-page.qodef--single .woocommerce-product-rating{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings{-ms-flex-negative:0;flex-shrink:0;width:auto;margin-right:20px}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link{color:#4d4d4d}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover{color:#000}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description{margin-top:28px}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p{margin-top:0}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child{margin-bottom:0}#qodef-woo-page.qodef--single form.cart{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:50px}#qodef-woo-page.qodef--single form.cart .variations_button,#qodef-woo-page.qodef--single form.cart:not(.variations_form){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#qodef-woo-page.qodef--single form.cart .variations_button .quantity,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity{margin-right:20px}#qodef-woo-page.qodef--single form.cart.grouped_form{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th{padding:20px 0;vertical-align:middle;text-align:left}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label{margin-bottom:0;font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label{font-size:22px}}#qodef-woo-page.qodef--single form.cart.grouped_form>.button{margin-top:30px}#qodef-woo-page.qodef--single form.cart .group_table tr{border-left:none;border-right:none;border-top:none}#qodef-woo-page.qodef--single form.cart .group_table td,#qodef-woo-page.qodef--single form.cart .group_table th{padding:15px 0 15px 5px;vertical-align:middle;text-align:left;border:0}#qodef-woo-page.qodef--single form.cart .group_table td:first-child,#qodef-woo-page.qodef--single form.cart .group_table th:first-child{padding-left:0}#qodef-woo-page.qodef--single form.cart .group_table th{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single form.cart .group_table th{font-size:22px}}#qodef-woo-page.qodef--single form.cart .group_table td ul{list-style:none;margin:0;padding:0}#qodef-woo-page.qodef--single form.cart .group_table td ul li{margin:0 0 10px;padding:0}#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child{margin-bottom:0}#qodef-woo-page.qodef--single form.cart .group_table td ul li label{margin-bottom:0}#qodef-woo-page.qodef--single form.cart .group_table p{margin:0}#qodef-woo-page.qodef--single form.cart .variations{margin-bottom:30px}#qodef-woo-page.qodef--single form.cart .variations tr{border:0}#qodef-woo-page.qodef--single form.cart .variations td,#qodef-woo-page.qodef--single form.cart .variations th{padding:0;text-align:initial;vertical-align:middle;border:0}#qodef-woo-page.qodef--single form.cart .variations label{margin-bottom:0;font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single form.cart .variations label{font-size:22px}}#qodef-woo-page.qodef--single form.cart .variations select{width:auto;min-width:220px;margin:0}#qodef-woo-page.qodef--single form.cart .variations .select2-container--default{margin:10px 0}#qodef-woo-page.qodef--single form.cart .variations .reset_variations{display:inline-block;vertical-align:top;margin:13px 0 0 15px}#qodef-woo-page.qodef--single form.cart .single_variation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}#qodef-woo-page.qodef--single form.cart .single_variation .price{margin:0}#qodef-woo-page.qodef--single .out-of-stock{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500;margin:28px 0 0}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .out-of-stock{font-size:22px}}#qodef-woo-page.qodef--single .product_meta{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:53px}#qodef-woo-page.qodef--single .product_meta>*{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px}#qodef-woo-page.qodef--single .product_meta>:last-child{margin-bottom:0}#qodef-woo-page.qodef--single .qodef-social-share{margin-top:18px}#qodef-woo-page.qodef--single .woocommerce-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:61px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li{margin:0 26px 0 0;padding:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a{display:block;padding:0 3px 1px;font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a{font-size:22px}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child{margin-right:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a{color:#910c19}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li{margin:0 0 26px 0;padding:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child{margin-bottom:0}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:26px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information{margin-top:16px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews{margin-top:27px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2{display:none}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p{margin:0}#qodef-woo-page.qodef--single .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes th{padding:7px 12px;text-align:left;vertical-align:middle}#qodef-woo-page.qodef--single .shop_attributes th{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500;font-size:20px}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .shop_attributes th{font-size:22px}}#qodef-woo-page.qodef--single .shop_attributes p{margin:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title{display:none}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist{position:relative;display:inline-block;width:100%;vertical-align:top;margin:22px 0 0;padding:0;list-style:none}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>*{margin:0 0 30px;padding:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child{margin-bottom:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img{-ms-flex-negative:0;flex-shrink:0;width:80px;margin-right:20px}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author{font-family:Cormorant,serif;color:#000;font-size:18px;line-height:1.333333333333333em;font-weight:500}#qodef-woo-page.qodef--single #review_form{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:32px}#qodef-woo-page.qodef--single #review_form .comment-reply-title{display:block;margin-bottom:14px;font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;margin:0}@media only screen and (max-width:1024px){#qodef-woo-page.qodef--single #review_form .comment-reply-title{font-size:29px}}#qodef-woo-page.qodef--single #review_form .comment-form-rating label{margin-bottom:5px}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars{line-height:1}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars>span{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars *{line-height:inherit}#qodef-woo-page.qodef--single #review_form .comment-form-rating a{position:relative;display:inline-block;vertical-align:top;margin:0;font-size:0;color:transparent}#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before{position:relative;display:inline-block;vertical-align:top;overflow:hidden;z-index:-1;content:"\e031";font-size:14px;letter-spacing:.1em;color:#000;font-family:ElegantIcons;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not([class*=alloggio-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a:before{content:'\2606'}#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after{position:absolute;top:0;right:0;display:block;content:"\e033\e033\e033\e033\e033";font-size:14px;letter-spacing:.1em;color:#000;font-family:ElegantIcons;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not([class*=alloggio-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after{content:'\2605\2605\2605\2605\2605'}#qodef-woo-page.qodef--single #review_form .comment-form-comment{margin-top:17px}#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type=checkbox]{-ms-flex-negative:0;flex-shrink:0}#qodef-woo-page.qodef--single .related{margin-top:101px}#qodef-woo-page.qodef--single .related>h2{font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;margin:0 0 42px}@media only screen and (max-width:1024px){#qodef-woo-page.qodef--single .related>h2{font-size:29px}}.widget.woocommerce .qodef-woo-product-title{margin:0}.widget.woocommerce .qodef-woo-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.widget.woocommerce .qodef-woo-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.widget.woocommerce .qodef-woo-ratings .qodef-m-star{font-size:14px;letter-spacing:.1em;color:#000}.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.widget.woocommerce .price{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0 0}.widget.woocommerce .price del{margin-right:10px}.widget.woocommerce .price ins{text-decoration:none}.widget.woocommerce .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:8px 33px;cursor:pointer;z-index:3;color:#000;background-color:transparent;border:1px solid rgba(0,0,0,.6);-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.widget.woocommerce .button .qodef-m-text{position:relative;z-index:1}.widget.woocommerce .button:hover{color:#fff;background-color:transparent}@media only screen and (max-width:680px){.widget.woocommerce .button{font-size:11px;padding:12px 28px}}.widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Cormorant,serif;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){font-size:22px}}.widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove{position:absolute;top:0;right:0;font-size:0;line-height:1;z-index:2}.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{position:relative;display:block;padding:0 3px;content:"\e04a";font-family:linea-arrows-10!important;font-size:23px;line-height:25px}body:not([class*=alloggio-core]) .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{content:'x'}.widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}.widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}.widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}.widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}.widget.widget_shopping_cart .widget_shopping_cart_content .buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:21px 0 0}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:4px;background-color:#faf9f5;border-radius:0;cursor:pointer}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{position:absolute;top:-3px;height:10px;width:10px;background-color:#910c19;border-radius:100%;outline:0;z-index:2}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#910c19;border-radius:0;z-index:1}.widget.widget_price_filter .price_slider_amount{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:32px 0 0}.widget.widget_price_filter .price_slider_amount .clear{display:none}.widget.widget_product_categories select{width:100%;max-width:100%;margin:8px 0 0}.widget.widget_product_categories .select2{margin-bottom:0}.widget.widget_product_search .qodef-widget-title{margin-bottom:20px}.widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_product_search input{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid rgba(0,0,0,.18)}.widget.widget_product_search input:focus{color:#000;background-color:transparent}.widget.widget_product_search button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#000;background-color:transparent;border:0;padding-bottom:8px}.widget.widget_product_search button:hover{color:#4d4d4d}.widget.widget_product_search button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}.widget.widget_product_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 8px 11px 0;font-family:inherit;font-size:17px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize}.widget.widget_products ul li,.widget.widget_recently_viewed_products ul li,.widget.widget_top_rated_products ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.widget.widget_products ul li:last-child,.widget.widget_recently_viewed_products ul li:last-child,.widget.widget_top_rated_products ul li:last-child{margin-bottom:0}.widget.widget_products .qodef-woo-product-image,.widget.widget_recently_viewed_products .qodef-woo-product-image,.widget.widget_top_rated_products .qodef-woo-product-image{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.widget.widget_products .qodef-woo-product-image a,.widget.widget_products .qodef-woo-product-image img,.widget.widget_recently_viewed_products .qodef-woo-product-image a,.widget.widget_recently_viewed_products .qodef-woo-product-image img,.widget.widget_top_rated_products .qodef-woo-product-image a,.widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}.widget.widget_products .qodef-woo-product-image img,.widget.widget_recently_viewed_products .qodef-woo-product-image img,.widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}.widget.widget_products .qodef-woo-product-title a,.widget.widget_recently_viewed_products .qodef-woo-product-title a,.widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}.widget.widget_products .qodef-woo-ratings,.widget.widget_recently_viewed_products .qodef-woo-ratings,.widget.widget_top_rated_products .qodef-woo-ratings{margin-top:10px}.widget.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}.widget.widget_recent_reviews ul li:last-child{margin-bottom:0}.widget.widget_recent_reviews ul li>*{display:block;padding-left:100px}.widget.widget_recent_reviews a{position:relative;font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){.widget.widget_recent_reviews a{font-size:22px}}.widget.widget_recent_reviews a img{position:absolute;top:0;left:0;width:80px}.widget.widget_recent_reviews .qodef-woo-ratings{margin-top:5px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Cormorant,serif;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){font-size:22px}}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove{position:absolute;top:0;right:0;font-size:0;line-height:1;z-index:2}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{position:relative;display:block;padding:0 3px;content:"\e04a";font-family:linea-arrows-10!important;font-size:23px;line-height:25px}body:not([class*=alloggio-core]) #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{content:'x'}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:21px 0 0}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:4px;background-color:#faf9f5;border-radius:0;cursor:pointer}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{position:absolute;top:-3px;height:10px;width:10px;background-color:#910c19;border-radius:100%;outline:0;z-index:2}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#910c19;border-radius:0;z-index:1}#qodef-page-footer .widget.widget_price_filter .price_slider_amount{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:32px 0 0}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear{display:none}#qodef-page-footer .widget.widget_product_categories select{width:100%;max-width:100%;margin:8px 0 0}#qodef-page-footer .widget.widget_product_categories .select2{margin-bottom:0}#qodef-page-footer .widget.widget_product_search .qodef-widget-title{margin-bottom:45px}#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_product_search input{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid rgba(0,0,0,.18)}#qodef-page-footer .widget.widget_product_search input:focus{color:#000;background-color:transparent}#qodef-page-footer .widget.widget_product_search button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#000;background-color:transparent;border:0;padding-bottom:8px}#qodef-page-footer .widget.widget_product_search button:hover{color:#4d4d4d}#qodef-page-footer .widget.widget_product_search button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 8px 11px 0;font-family:inherit;font-size:17px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize}#qodef-page-footer .widget.widget_products ul li,#qodef-page-footer .widget.widget_recently_viewed_products ul li,#qodef-page-footer .widget.widget_top_rated_products ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}#qodef-page-footer .widget.widget_products ul li:last-child,#qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child,#qodef-page-footer .widget.widget_top_rated_products ul li:last-child{margin-bottom:0}#qodef-page-footer .widget.widget_products .qodef-woo-product-image,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}#qodef-page-footer .widget.widget_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}#qodef-page-footer .widget.widget_products .qodef-woo-product-title a,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}#qodef-page-footer .widget.widget_products .qodef-woo-ratings,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings{margin-top:10px}#qodef-page-footer .widget.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-page-footer .widget.widget_recent_reviews ul li:last-child{margin-bottom:0}#qodef-page-footer .widget.widget_recent_reviews ul li>*{display:block;padding-left:100px}#qodef-page-footer .widget.widget_recent_reviews a{position:relative;font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-page-footer .widget.widget_recent_reviews a{font-size:22px}}#qodef-page-footer .widget.widget_recent_reviews a img{position:absolute;top:0;left:0;width:80px}#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings{margin-top:5px}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Cormorant,serif;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){font-size:22px}}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove{position:absolute;top:0;right:0;font-size:0;line-height:1;z-index:2}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{position:relative;display:block;padding:0 3px;content:"\e04a";font-family:linea-arrows-10!important;font-size:23px;line-height:25px}body:not([class*=alloggio-core]) #qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{content:'x'}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}#qodef-page-footer.qodef-footer--light .widget.widget_shopping_cart .widget_shopping_cart_content .buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:21px 0 0}#qodef-page-footer.qodef-footer--light .widget.widget_layered_nav ul li.chosen a{color:#fff}#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:4px;background-color:#faf9f5;border-radius:0;cursor:pointer}#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{position:absolute;top:-3px;height:10px;width:10px;background-color:#910c19;border-radius:100%;outline:0;z-index:2}#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#910c19;border-radius:0;z-index:1}#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_amount{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:32px 0 0}#qodef-page-footer.qodef-footer--light .widget.widget_price_filter .price_slider_amount .clear{display:none}#qodef-page-footer.qodef-footer--light .widget.widget_product_categories select{width:100%;max-width:100%;margin:8px 0 0}#qodef-page-footer.qodef-footer--light .widget.widget_product_categories .select2{margin-bottom:0}#qodef-page-footer.qodef-footer--light .widget.widget_product_search .qodef-widget-title{margin-bottom:20px}#qodef-page-footer.qodef-footer--light .widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer.qodef-footer--light .widget.widget_product_search input{padding:8px 40px 1px 3px;margin:0;border:0;border-bottom:1px solid #ccc}#qodef-page-footer.qodef-footer--light .widget.widget_product_search input:focus{color:#fff;background-color:transparent}#qodef-page-footer.qodef-footer--light .widget.widget_product_search button{position:absolute;top:0;right:0;width:40px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:20px;color:#fff;background-color:transparent;border:0;padding-bottom:8px}#qodef-page-footer.qodef-footer--light .widget.widget_product_search button:hover{color:#ccc}#qodef-page-footer.qodef-footer--light .widget.widget_product_search button svg{position:relative;top:4px;display:block;width:20px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}#qodef-page-footer.qodef-footer--light .widget.widget_product_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 8px 11px 0;font-family:inherit;font-size:17px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;color:#ccc}#qodef-page-footer.qodef-footer--light .widget.widget_product_tag_cloud .tagcloud a:hover{color:#fff}#qodef-page-footer.qodef-footer--light .widget.widget_products ul li,#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products ul li,#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}#qodef-page-footer.qodef-footer--light .widget.widget_products ul li:last-child,#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products ul li:last-child,#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products ul li:last-child{margin-bottom:0}#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-image,#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-image,#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-image{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-image a,#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-image a,#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-image a,#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-title a,#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-title a,#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-product-title a:hover,#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-product-title a:hover{color:#fff}#qodef-page-footer.qodef-footer--light .widget.widget_products .qodef-woo-ratings,#qodef-page-footer.qodef-footer--light .widget.widget_recently_viewed_products .qodef-woo-ratings,#qodef-page-footer.qodef-footer--light .widget.widget_top_rated_products .qodef-woo-ratings{margin-top:10px}#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews ul li:last-child{margin-bottom:0}#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews ul li>*{display:block;padding-left:100px}#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews a{position:relative;font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews a{font-size:22px}}#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews a:hover{color:#fff}#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews a img{position:absolute;top:0;left:0;width:80px}#qodef-page-footer.qodef-footer--light .widget.widget_recent_reviews .qodef-woo-ratings{margin-top:5px}@media only screen and (max-width:1200px){.qodef-content-grid{width:960px}.qodef--boxed .qodef-content-grid{width:calc(960px + 60px)}}@media only screen and (max-width:1024px){.qodef-content-grid{width:768px}.qodef--boxed .qodef-content-grid{width:calc(768px + 60px)}}@media only screen and (max-width:800px){.qodef-content-grid{width:86%}.qodef--boxed .qodef-content-grid{width:calc(86% + 60px)}}@media only screen and (max-width:480px){.qodef-content-grid{width:82%}.qodef--boxed .qodef-content-grid{width:calc(82% + 60px)}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-50px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner{margin:0 -25px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item{padding:0 25px;margin:0 0 50px}}@media only screen and (max-width:1440px){#qodef-404-page{padding:300px 10% 155px}}@media only screen and (max-width:680px){#qodef-404-page{padding:240px 40px 180px}#qodef-404-page .qodef-404-watermark{top:calc(50% - 190px);font-size:185px}}@media only screen and (max-width:768px){.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right{margin-top:15px}.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-block}.qodef-blog .qodef-blog-item.format-link .qodef-e-link{padding-left:104px}.qodef-blog .qodef-blog-item.format-link .qodef-e-mark{width:54px;left:30px}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote{padding:130px 40px 34px}.qodef-blog .qodef-blog-item.format-quote .qodef-e-mark{top:40px;height:auto}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author{margin-top:22px}}@media only screen and (max-width:1024px){#qodef-page-comments{margin-bottom:30px}}@media only screen and (max-width:1024px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:40px}}@media only screen and (max-width:768px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:20px}}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-m-comments{padding-left:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{margin-top:23px}#qodef-page-comments-list .qodef-comment-item .qodef-e-title-and-date-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-page-comments-list .qodef-comment-item .qodef-e-title{width:100%;margin:0 0 5px}#qodef-page-comments-list .qodef-comment-item .children{padding-left:3%}}@media only screen and (max-width:680px){.qodef-m-filter .qodef-m-filter-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-m-filter .qodef-m-filter-item{margin:5px 0}}@media only screen and (max-width:1024px){#qodef-page-footer-top-area .qodef-content-full-width{padding:0 40px}}@media only screen and (max-width:1024px){#qodef-page-footer-bottom-area .qodef-content-full-width{padding:0 40px}}@media only screen and (max-width:1024px){#qodef-page-header{display:none}}@media only screen and (max-width:1024px){#qodef-page-mobile-header{display:block}}@media only screen and (max-width:768px){.woocommerce-page div.woocommerce .col2-set{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .shop_table td.product-name{padding-left:0}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon{width:100%;float:none}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*{margin-bottom:20px}#qodef-woo-page.qodef--cart .shop_table td.actions>.button{float:none}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th{width:auto}}@media only screen and (max-width:768px){.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-navigation{padding-right:0}.woocommerce-account .woocommerce-MyAccount-content{margin-top:50px}}@media only screen and (max-width:680px){.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox{margin:20px 0 0}.woocommerce-account .woocommerce-form-login>p:nth-child(3){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (max-width:1440px){.qodef-woo-product-list ul.products.columns-6>.product{width:20%}}@media only screen and (max-width:1366px){.qodef-woo-product-list ul.products.columns-5>.product{width:25%}.qodef-woo-product-list ul.products.columns-6>.product{width:25%}.qodef-woo-product-list ul.products.columns-7>.product{width:25%}.qodef-woo-product-list ul.products.columns-8>.product{width:25%}}@media only screen and (max-width:1024px){.qodef-woo-product-list ul.products.columns-4>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-5>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-6>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-7>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-8>.product{width:33.33333%}}@media only screen and (max-width:768px){.qodef-woo-product-list ul.products.columns-3>.product{width:50%}.qodef-woo-product-list ul.products.columns-4>.product{width:50%}.qodef-woo-product-list ul.products.columns-5>.product{width:50%}.qodef-woo-product-list ul.products.columns-6>.product{width:50%}.qodef-woo-product-list ul.products.columns-7>.product{width:50%}.qodef-woo-product-list ul.products.columns-8>.product{width:50%}}@media only screen and (max-width:680px){.qodef-woo-product-list ul.products.columns-2>.product{width:100%}.qodef-woo-product-list ul.products.columns-3>.product{width:100%}.qodef-woo-product-list ul.products.columns-4>.product{width:100%}.qodef-woo-product-list ul.products.columns-5>.product{width:100%}.qodef-woo-product-list ul.products.columns-6>.product{width:100%}.qodef-woo-product-list ul.products.columns-7>.product{width:100%}.qodef-woo-product-list ul.products.columns-8>.product{width:100%}}@media only screen and (max-width:1440px){.qodef-woo-product-list.qodef-gutter--huge ul.products{margin:0 -25px}.qodef-woo-product-list.qodef-gutter--huge ul.products>.product{padding:0 25px;margin:0 0 50px}}@media only screen and (max-width:680px){.qodef-woo-results{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.qodef-woo-results .woocommerce-ordering{margin-left:0}@media only screen and (max-width:1024px){#qodef-woo-page.qodef--single .qodef-woo-single-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single .entry-summary{margin-top:60px}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger{left:10px}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image{width:100%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper{width:100%!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child{margin-top:16px!important}}.alloggio-core-page-inline-style{position:absolute!important;width:0;height:0;line-height:1;display:none}.kc-elm.qodef-shortcode .fa,.kc-elm.qodef-shortcode .fas{font-family:'Font Awesome 5 Free';font-weight:900}.kc-elm.qodef-shortcode .fa:before,.kc-elm.qodef-shortcode .fas:before{font-family:inherit;font-weight:inherit}.kc-elm.qodef-shortcode .fab{font-family:'Font Awesome 5 Brands';font-weight:400}.kc-elm.qodef-shortcode .fab:before{font-family:inherit;font-weight:inherit}#qodef-back-to-top{position:fixed;width:40px;height:40px;right:25px;bottom:25px;margin:0;opacity:0;visibility:hidden;z-index:10000}#qodef-back-to-top .qodef-back-to-top-icon{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:16px;color:#910c19;background-color:transparent;border:1px solid #910c19;overflow:hidden;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}#qodef-back-to-top .qodef-back-to-top-icon *{display:block;line-height:inherit;z-index:1}#qodef-back-to-top .qodef-back-to-top-icon:before{content:'';display:block;position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#910c19;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.3s cubic-bezier(.75,.01,.13,1.01);-o-transition:.3s cubic-bezier(.75,.01,.13,1.01);transition:.3s cubic-bezier(.75,.01,.13,1.01);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-browser--safari #qodef-back-to-top .qodef-back-to-top-icon:before{width:calc(100% + 3px)}#qodef-back-to-top:hover .qodef-back-to-top-icon{color:#fff}#qodef-back-to-top:hover .qodef-back-to-top-icon:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}#qodef-back-to-top.qodef--off{opacity:0;visibility:hidden;-webkit-transition:opacity .15s ease,visibility 0s .15s;-o-transition:opacity .15s ease,visibility 0s .15s;transition:opacity .15s ease,visibility 0s .15s}#qodef-back-to-top.qodef--on{opacity:1;visibility:visible;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-title{color:#fff}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-title a:hover{color:#e4ceb9}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-excerpt{color:#b8b8b8}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-read-more .qodef-button.qodef-layout--textual{color:#fff}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-read-more .qodef-button.qodef-layout--textual:hover{color:#910c19}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-info.qodef-info--top a:hover{color:#fff}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-info-item a:hover{color:#910c19}.qodef-blog.qodef-item-layout--metro{margin:0}.qodef-blog.qodef-item-layout--metro .qodef-blog-item .qodef-e-media-image.qodef--background{margin-bottom:0}.qodef-blog.qodef-item-layout--metro .qodef-blog-item .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 40px 35px;background-color:rgba(0,0,0,.12)}.qodef-blog.qodef-item-layout--metro .qodef-blog-item .qodef-e-content a{position:relative;z-index:3}.qodef-blog.qodef-item-layout--metro .qodef-blog-item .qodef-e-title{margin:0;color:#fff}.qodef-blog.qodef-item-layout--metro .qodef-blog-item .qodef-e-title a{color:inherit}.qodef-blog.qodef-item-layout--metro .qodef-blog-item .qodef-e-title a:hover{color:#000}.qodef-blog.qodef-item-layout--metro .qodef-blog-item .qodef-e-info>*{color:#fff}.qodef-blog.qodef-item-layout--metro .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:0}.qodef-blog.qodef-item-layout--metro .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-audio .qodef-e-media-image:after,.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-gallery .qodef-e-media-image:after,.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-video .qodef-e-media-image:after{position:absolute;top:calc(50% - 36px);left:calc(50% - 36px);content:'\45';font-family:ElegantIcons;font-size:72px;line-height:1;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;color:#fff;speak:none;-webkit-font-smoothing:antialiased;z-index:1;border:3px solid #fff}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-gallery .qodef-e-media-image:after{content:'\e006'}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-video .qodef-e-media-image:after{content:'\45'}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-audio .qodef-e-media-image:after{content:'\e027'}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-link .qodef-e-link{padding:76px 40px 31px;background-color:#faf9f5}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-link .qodef-e-mark{position:absolute;top:40px;left:50%;font-size:40px;line-height:1;-webkit-text-stroke:1px #000;-webkit-text-fill-color:transparent;-webkit-transform:translateX(-50%) rotate(90deg);-ms-transform:translateX(-50%) rotate(90deg);transform:translateX(-50%) rotate(90deg)}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-link .qodef-e-link-text{margin:34px 0 0}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-link .qodef-e-link-url{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-quote .qodef-e-quote{padding:76px 40px 30px;background-color:#faf9f5}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-quote .qodef-e-mark{position:absolute;top:38px;left:50%;font-size:40px;line-height:1;-webkit-text-stroke:1px #000;-webkit-text-fill-color:transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-quote .qodef-e-quote-text{margin:29px 0 0}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-quote .qodef-e-quote-author{margin:20px 0 4px}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-quote .qodef-e-quote-url{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-blog.qodef-item-layout--metro.qodef-items--fixed .qodef-blog-item.format-link .qodef-e-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:40px;padding-bottom:40px}.qodef-blog.qodef-item-layout--metro.qodef-items--fixed .qodef-blog-item.format-quote .qodef-e-quote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:40px;padding-bottom:40px}.qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-info.qodef-info--bottom{margin-top:5px}.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-title{margin:0}.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-media-image{-ms-flex-negative:0;flex-shrink:0;width:120px;margin:0 20px 0 0}.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-info.qodef-info--bottom{margin-top:3px}.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-info-date{color:#910c19}.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-info-date a:hover{color:#000}.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-inner{margin-bottom:32px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-inner .qodef-e-media{overflow:hidden}.qodef-blog.qodef-item-layout--standard.qodef--has-animation .qodef-blog-item .qodef-e-inner .qodef-e-media-image{will-change:transform;-webkit-transform:translateX(-4px) translateZ(0) scale(1.02);transform:translateX(-4px) translateZ(0) scale(1.02);-webkit-transition:.29s cubic-bezier(.4,.12,.4,.85);-o-transition:.29s cubic-bezier(.4,.12,.4,.85);transition:.29s cubic-bezier(.4,.12,.4,.85)}.qodef-blog.qodef-item-layout--standard.qodef--has-animation .qodef-blog-item .qodef-e-inner:hover .qodef-e-media-image{-webkit-transform:translateX(4px) translateZ(0) scale(1.02);transform:translateX(4px) translateZ(0) scale(1.02);-webkit-transition:.35s cubic-bezier(.4,.12,.4,.85);-o-transition:.35s cubic-bezier(.4,.12,.4,.85);transition:.35s cubic-bezier(.4,.12,.4,.85)}.qodef-blog.qodef-item-layout--standard .qodef-m-pagination.qodef--standard{margin-top:49px;margin-bottom:55px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item:not(:last-child).format-link .qodef-e-inner{margin-bottom:40px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item:not(:last-child).format-quote .qodef-e-inner{margin-bottom:40px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item:last-child .qodef-e-inner{margin-bottom:0}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-blog-item.format-link .qodef-e-link{padding:140px 40px 40px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-blog-item.format-link .qodef-e-mark{top:40px;height:auto}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-blog-item.format-quote .qodef-e-quote{padding:140px 40px 40px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-blog-item.format-quote .qodef-e-mark{top:40px;height:auto}.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-e-inner{margin-bottom:32px}.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-m-pagination.qodef--standard{margin-top:18px;margin-bottom:0}#qodef-author-info{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-author-info .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:26px 36px;background-color:#faf9f5}#qodef-author-info .qodef-m-image{-ms-flex-negative:0;flex-shrink:0;margin-right:30px}#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img{display:block}#qodef-author-info .qodef-m-author{margin:3px 0 0}#qodef-author-info .qodef-m-email{margin:5px 0 0}#qodef-author-info .qodef-m-description{margin:17px 0 0}#qodef-author-info .qodef-m-social-icons{margin-top:18px}#qodef-author-info .qodef-m-social-icons a{position:relative;display:inline-block;vertical-align:top;margin-right:16px}#qodef-author-info .qodef-m-social-icons a:last-child{margin-right:0}#qodef-related-posts{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-related-posts .qodef-related-posts-title{margin-top:60px;padding-top:53px;border-top:1px solid rgba(181,105,83,.3)}#qodef-related-posts .qodef-e-info.qodef-info--top>*{display:inline-block;margin-right:6px;color:#910c19}#qodef-related-posts .qodef-e-info.qodef-info--top>:last-child{margin-right:0}#qodef-related-posts .qodef-e-info.qodef-info--top a{color:#910c19}#qodef-related-posts .qodef-e-info.qodef-info--top a:hover{color:#3c5c37}#qodef-single-post-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:62px 0 0}#qodef-single-post-navigation .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:6px}#qodef-single-post-navigation .qodef-m-nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-single-post-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-post-navigation .qodef-m-nav.qodef--prev{left:0}#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-elegant-icons{margin-right:4px}#qodef-single-post-navigation .qodef-m-nav.qodef--next{right:0;margin-left:auto;text-align:right}#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons{margin-left:4px}#qodef-single-post-navigation .qodef-icon-elegant-icons{font-size:30px}#qodef-single-post-navigation .qodef-m-nav-label{font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em;margin-right:10px}#qodef-single-post-navigation .qodef-m-nav-icon{padding-bottom:1px;font-size:20px}.qodef-page-footer--uncover #qodef-page-outer{z-index:90}.no-touchevents .qodef-page-footer--uncover #qodef-page-footer{position:fixed;bottom:0;left:0}#qodef-page-footer-top-area .qodef-grid-item.qodef-col--40 .textwidget{max-width:87%}@media only screen and (max-width:680px){#qodef-page-footer-top-area .qodef-grid-item.qodef-col--40 .textwidget{max-width:100%}}@media only screen and (max-width:1024px){#qodef-page-footer-top-area .qodef-grid-item.qodef--1024-col-6{margin-bottom:45px}#qodef-page-footer-top-area .qodef-grid-item.qodef--1024-col-6:nth-child(2n+1){clear:both}}#qodef-fullscreen-area{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#faf9f5;overflow-x:hidden!important;visibility:hidden;opacity:0;z-index:99}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area{-webkit-animation:qode-fade-in .5s ease-out both;animation:qode-fade-in .5s ease-out both}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area{-webkit-animation:qode-fade-out .5s ease-out both;animation:qode-fade-out .5s ease-out both}#qodef-fullscreen-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area-inner{-webkit-animation:qode-fade-in .6s ease-out both;animation:qode-fade-in .6s ease-out both;-webkit-animation-delay:.3s;animation-delay:.3s}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area-inner{-webkit-animation:qode-fade-out .45s ease-out both;animation:qode-fade-out .45s ease-out both;-webkit-animation-delay:0s;animation-delay:0s}#qodef-fullscreen-area-inner.qodef--has-widget{margin:0 -50px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}#qodef-fullscreen-area-inner.qodef--has-widget>*{width:50%;padding:0 50px;-ms-flex-negative:0;flex-shrink:0}#qodef-fullscreen-area-inner.qodef--has-widget .qodef-fullscreen-menu{text-align:right;border-right:1px solid rgba(75,76,80,.62)}#qodef-fullscreen-area-inner.qodef--has-widget .qodef-fullscreen-menu-widget{text-align:left}.qodef-fullscreen-menu ul{margin:0;padding:0;list-style:none}.qodef-fullscreen-menu ul li{position:relative;margin:0;padding:0}.qodef-fullscreen-menu ul li a{position:relative;letter-spacing:.25em;text-transform:uppercase;color:#000}.qodef-fullscreen-menu ul li a:hover{color:#910c19}.qodef-fullscreen-menu ul li.current-menu-ancestor>a,.qodef-fullscreen-menu ul li.current-menu-item>a{color:#910c19}.qodef-fullscreen-menu ul li.qodef--hide-link>a{cursor:pointer}.qodef-fullscreen-menu ul li.menu-item-has-children>a{padding-left:55px}.qodef-fullscreen-menu ul li.menu-item-has-children>a:before{content:'';position:absolute;top:calc(50% - 5px);left:0;width:18px;height:2px;background-color:currentColor}.qodef-fullscreen-menu ul li.menu-item-has-children>a:after{content:'';position:absolute;top:calc(50% - 13px);left:8px;width:2px;height:18px;background-color:currentColor}.qodef-fullscreen-menu ul li.menu-item-has-children.qodef--opened>a:after{display:none}.qodef-fullscreen-menu ul.sub-menu{display:none}.qodef-fullscreen-menu .qodef-menu-item-icon{margin-right:5px}.qodef-fullscreen-menu .qodef-mega-menu-widget-holder{display:none}.qodef-fullscreen-menu>ul>li{margin:29px 0}.qodef-fullscreen-menu>ul>li>a{font-size:40px;line-height:1.5em;margin-right:-.25em}.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul{padding:3px 0 13px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul{padding-left:55px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{font-family:Raleway,sans-serif;font-size:13px;line-height:3em;font-weight:500;color:rgba(96,96,96,.74)}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover{color:#910c19}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li ul{padding-left:35px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.menu-item-has-children>a{padding-left:35px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.menu-item-has-children>a:before{top:calc(50% - 1px);width:14px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.menu-item-has-children>a:after{top:calc(50% - 7px);left:6px;height:14px}.qodef-fullscreen-menu-widget{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-fullscreen-menu-widget .widget{margin-bottom:0;max-width:330px}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close .qodef-m-line{opacity:0}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close .qodef-m-line.qodef--1{-webkit-transform:rotate(45deg) translate(7px,6px);-ms-transform:rotate(45deg) translate(7px,6px);transform:rotate(45deg) translate(7px,6px)}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close .qodef-m-line.qodef--2{opacity:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close .qodef-m-line.qodef--3{-webkit-transform:rotate(-45deg) translate(2px,6px);-ms-transform:rotate(-45deg) translate(2px,6px);transform:rotate(-45deg) translate(2px,6px);-ms-transform-origin:0 0;-webkit-transform-origin:0 100%;transform-origin:0 100%}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open .qodef-m-line{opacity:0}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close .qodef-m-line{opacity:1}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener{color:#606060}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close{visibility:visible}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener:hover{color:#910c19}.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened .qodef-header-logo-link,.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link{visibility:visible}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-navigation>ul>li>a{color:#fff!important}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-navigation>ul>li>a:hover{color:#910c19!important}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-navigation>ul>li>a{color:#000!important}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-navigation>ul>li>a:hover{color:#910c19!important}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-navigation>ul>li.current-menu-ancestor>a,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-navigation>ul>li.current-menu-item>a,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-navigation>ul>li.current-menu-ancestor>a,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-navigation>ul>li.current-menu-item>a{color:#910c19!important}#qodef-page-header .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin-left:30px}#qodef-page-header .qodef-widget-holder .widget{margin:0 15px}#qodef-page-header .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-page-header .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-page-header .qodef-widget-holder .widget.widget_alloggio_core_separator{margin:0}#qodef-page-header .qodef-widget-holder .widget.widget_custom_html{height:100%}#qodef-page-header .qodef-widget-holder .widget.widget_custom_html>*{height:100%}#qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget{height:100%}#qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{height:100%}#qodef-page-header div[id^=monster-widget-placeholder],#qodef-page-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-header-inner.qodef-content-grid{padding:0}#qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:1}#qodef-page-header .qodef-header-logo-link img.qodef--dark,#qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:0}#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky){position:absolute;top:66%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-logo-link .qodef--light{opacity:1}.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-logo-link .qodef--dark,.qodef-header--light:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-logo-link .qodef--main{opacity:0}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-logo-link .qodef--dark{opacity:1}.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-logo-link .qodef--light,.qodef-header--dark:not(.qodef-header--sticky-display) #qodef-page-header .qodef-header-logo-link .qodef--main{opacity:0}#qodef-page-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder{left:0}.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder{right:0}.qodef-header--divided #qodef-page-header .qodef-header-logo-link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header--divided #qodef-page-header .qodef-header-navigation{margin:0 42px}.qodef-header--divided #qodef-page-header .qodef-widget-holder{margin-left:0;position:absolute}.qodef-header--divided #qodef-page-header .qodef-widget-holder .widget.widget_custom_html{height:100%}.qodef-header--divided #qodef-page-header .qodef-widget-holder .widget.widget_custom_html>*{height:100%}.qodef-header--divided #qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget{height:100%}.qodef-header--divided #qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.qodef-header--divided #qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-header--divided #qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-header--divided #qodef-page-header .qodef-widget-holder .widget.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{height:100%}.qodef-header--divided #qodef-page-header-inner{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link{margin-right:auto}.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder{margin-right:30px}.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation{margin-left:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation{margin-left:auto;margin-right:auto}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation{margin-right:auto}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link{margin-right:45px}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid{width:920px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid{width:768px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid{width:920px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid{width:768px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid{width:920px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid{width:768px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid{width:920px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid{width:768px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:920px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:920px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:920px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:920px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}.qodef-header--vertical #qodef-page-header{position:fixed;top:0;left:0;width:350px;height:100%;background-color:#f9f7f1}.qodef-header--vertical #qodef-page-header .qodef-header-logo-link{height:auto}.qodef-header--vertical #qodef-page-header-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:12%;padding-bottom:47px}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder{display:block;width:100%;height:auto;margin:0;text-align:center}.qodef-header--vertical #qodef-page-header-inner .widget{margin:0 0 5px}.qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer{padding-left:350px}.qodef-header--vertical.admin-bar #qodef-page-header{top:32px;height:calc(100% - 32px)}.qodef-header--vertical .qodef-header-vertical-navigation{margin-bottom:1.7vh;z-index:100;width:100%;text-align:center}.qodef-header--vertical .qodef-header-vertical-navigation ul{margin:0;padding:0;list-style:none}.qodef-header--vertical .qodef-header-vertical-navigation ul li{position:relative;padding:0;margin:0}.qodef-header--light.qodef-header--vertical .qodef-header-vertical-navigation ul li>a{color:#fff!important}.qodef-header--light.qodef-header--vertical .qodef-header-vertical-navigation ul li>a:hover{color:#910c19}.qodef-header--dark.qodef-header--vertical .qodef-header-vertical-navigation ul li>a{color:#000!important}.qodef-header--dark.qodef-header--vertical .qodef-header-vertical-navigation ul li>a:hover{color:#910c19}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second{-webkit-transform:translateZ(0);transform:translateZ(0)}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link>a{cursor:pointer}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li{margin:2px 0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a{font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;font-size:13px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover{color:#910c19}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 5px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:3px 0;font-family:Raleway,sans-serif;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a{color:#910c19}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a{color:#910c19}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second{display:none}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second{position:absolute;top:0;width:100%}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul{position:absolute;top:-23px;left:calc(100% + 40px);width:254px;background-color:#faf9f5;padding:25px 20px;margin-left:50px;visibility:hidden;opacity:0;-webkit-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open{margin-left:0;opacity:1;visibility:visible;z-index:900}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul{top:-25px;left:calc(100% + 20px);visibility:hidden;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.qodef-header--fixed-display #qodef-page-header,.qodef-header--fixed-display #qodef-top-area{position:fixed;top:0;left:0;width:100%}.qodef--boxed.qodef-header--fixed-display #qodef-top-area{left:30px;width:calc(100% - 60px)}.qodef--boxed.qodef-header--fixed-display #qodef-page-header{left:30px;width:calc(100% - 60px)}.qodef-header--fixed-display.admin-bar #qodef-page-header,.qodef-header--fixed-display.admin-bar #qodef-top-area{top:32px}.qodef-header-sticky{position:fixed;top:0;left:0;height:70px;width:100%;background-color:#fff;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:top .5s ease,-webkit-transform .5s ease;transition:top .5s ease,-webkit-transform .5s ease;-o-transition:transform .5s ease,top .5s ease;transition:transform .5s ease,top .5s ease;transition:transform .5s ease,top .5s ease,-webkit-transform .5s ease;z-index:100;pointer-events:none}.qodef-sticky-header--light .qodef-header-sticky .qodef-header-logo-link .qodef--light{opacity:1}.qodef-sticky-header--light .qodef-header-sticky .qodef-header-logo-link .qodef--dark,.qodef-sticky-header--light .qodef-header-sticky .qodef-header-logo-link .qodef--main{opacity:0}.qodef-sticky-header--dark .qodef-header-sticky .qodef-header-logo-link .qodef--dark{opacity:1}.qodef-sticky-header--dark .qodef-header-sticky .qodef-header-logo-link .qodef--light,.qodef-sticky-header--dark .qodef-header-sticky .qodef-header-logo-link .qodef--main{opacity:0}.qodef-sticky-header--light .qodef-header-sticky .qodef-header-navigation>ul>li>a{color:#fff!important}.qodef-sticky-header--light .qodef-header-sticky .qodef-header-navigation>ul>li>a:hover{color:#910c19!important}.qodef-sticky-header--dark .qodef-header-sticky .qodef-header-navigation>ul>li>a{color:#000!important}.qodef-sticky-header--dark .qodef-header-sticky .qodef-header-navigation>ul>li>a:hover{color:#910c19!important}.qodef-header--dark .qodef-header-sticky .qodef-header-navigation>ul>li.current-menu-ancestor>a,.qodef-header--dark .qodef-header-sticky .qodef-header-navigation>ul>li.current-menu-item>a,.qodef-header--light .qodef-header-sticky .qodef-header-navigation>ul>li.current-menu-ancestor>a,.qodef-header--light .qodef-header-sticky .qodef-header-navigation>ul>li.current-menu-item>a{color:#910c19!important}.qodef-header--sticky-display .qodef-header-sticky{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:all}.admin-bar.qodef-header--sticky-display .qodef-header-sticky{top:32px}.qodef-header-sticky-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 40px}.qodef-header-sticky-inner.qodef-content-grid{padding:0}.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link{margin-right:auto}.qodef-header-standard--left .qodef-header-sticky-inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation{margin-left:45px}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder{margin-left:auto!important}#qodef-top-area{position:relative;height:40px;padding:0 40px;background-color:#faf9f5;z-index:101}#qodef-top-area .qodef-top-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#qodef-top-area .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}#qodef-top-area .qodef-widget-holder.qodef--left{margin-right:auto}#qodef-top-area .qodef-widget-holder.qodef--right{margin-left:auto}#qodef-top-area .qodef-widget-holder .widget{margin:0 12px}#qodef-top-area .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-top-area .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-top-area .qodef-widget-holder .widget.widget_alloggio_core_separator{margin:0}#qodef-top-area .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p{margin:0}#qodef-top-area div[id^=monster-widget-placeholder],#qodef-top-area div[id^=woo-monster-widget-placeholder]{display:none}#qodef-multiple-map-notice{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:30px 15%;text-align:center;color:#910c19;background-color:#faf9f5}.qodef-map-marker-holder{-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);z-index:10}.qodef-map-marker-holder.qodef-active{z-index:500}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window{display:block}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-map-marker{position:relative;width:50px;height:auto;-webkit-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out}.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner{position:relative;width:100%;height:100%}.qodef-map-marker-holder .qodef-map-marker svg{width:100%;height:auto}.qodef-map-marker-holder .qodef-map-marker svg path{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-info-window{position:absolute;top:-10px;left:-17px;display:none;min-width:284px;background-color:#fff;border:1px solid rgba(0,0,0,.18);border-radius:4px;-webkit-box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);z-index:10;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.qodef-map-marker-holder .qodef-info-window-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px}.qodef-map-marker-holder .qodef-info-window-inner:after{content:'';position:absolute;bottom:-4px;left:35px;width:5px;height:5px;background-color:#fff;border-top:1px solid rgba(0,0,0,.18);border-left:1px solid rgba(0,0,0,.18);-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image{margin-right:12px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img{display:block;width:65px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title{margin:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location{margin:3px 0 0;font-family:"Josefin Sans",sans-serif;font-size:14px;line-height:1.2em}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title{color:#910c19}.qodef-cluster-marker{width:50px;height:auto}.qodef-cluster-marker.qodef-active svg path:first-child,.qodef-cluster-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-cluster-marker.qodef-active svg path:last-child,.qodef-cluster-marker:hover svg path:last-child{fill:#51a69e}.qodef-cluster-marker .qodef-cluster-marker-inner{position:relative}.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number{position:absolute;top:-4px;left:0;right:0;font-size:30px;font-weight:700;text-align:center;color:#000}.qodef-cluster-marker svg{width:100%;height:auto}.qodef-cluster-marker svg path{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.qodef-places-geo-radius{position:absolute;left:0;top:calc(100% + 10px);width:100%;height:48px;display:none;padding:10px 20px;background-color:#fff;border:1px solid rgba(0,0,0,.18);z-index:9999}.qodef-places-geo-radius .qodef-range-slider-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-places-geo-radius .noUi-target{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:3px;width:calc(100% - 70px);background-color:#eaeaea;border:0;direction:ltr;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;margin-left:10px}.qodef-places-geo-radius .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.qodef-places-geo-radius .noUi-target .noUi-base{position:relative;width:100%;height:100%;z-index:1}.qodef-places-geo-radius .noUi-target .noUi-connects{position:relative;width:100%;height:100%;overflow:hidden;z-index:0}.qodef-places-geo-radius .noUi-target .noUi-connect,.qodef-places-geo-radius .noUi-target .noUi-origin{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;will-change:transform;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.qodef-places-geo-radius .noUi-target .noUi-connect{background-color:#910c19}.qodef-places-geo-radius .noUi-target .noUi-handle{position:absolute;top:-3px;left:auto;right:-9px;width:9px;height:9px;background-color:#910c19;cursor:pointer}.qodef-places-geo-radius .noUi-target .noUi-tooltip{position:absolute;left:50%;bottom:7px;display:block;font-size:12px;white-space:nowrap;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-places-geo-radius .noUi-target .noUi-tooltip:after{content:' km'}.qodef-places-geo-radius .noUi-state-drag *{cursor:inherit!important}.qodef-places-geo-radius .noUi-draggable{cursor:ew-resize}.qodef-places-geo-radius [disabled] .noUi-handle,.qodef-places-geo-radius [disabled].noUi-handle,.qodef-places-geo-radius [disabled].noUi-target{cursor:not-allowed!important}#qodef-page-mobile-header{background-color:#fff}.qodef-mobile-header--sticky #qodef-page-mobile-header{width:100%;position:fixed;top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.qodef-mobile-header--sticky-animation #qodef-page-mobile-header{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,top .3s ease;transition:transform .3s ease,top .3s ease;transition:transform .3s ease,top .3s ease,-webkit-transform .3s ease}.qodef-mobile-header--sticky-display #qodef-page-mobile-header{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header{top:46px}#qodef-page-mobile-header .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}#qodef-page-mobile-header .qodef-widget-holder .widget{margin:0 0 0 12px}#qodef-page-mobile-header .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-page-mobile-header .widget .textwidget>*,#qodef-page-mobile-header .widget .widget p{margin:0}#qodef-page-mobile-header div[id^=monster-widget-placeholder],#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-line.qodef--1{-webkit-transform:rotate(45deg) translate(7px,5px);-ms-transform:rotate(45deg) translate(7px,5px);transform:rotate(45deg) translate(7px,5px)}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-line.qodef--2{opacity:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-line.qodef--3{-webkit-transform:rotate(-45deg) translate(3px,5px);-ms-transform:rotate(-45deg) translate(3px,5px);transform:rotate(-45deg) translate(3px,5px);-ms-transform-origin:0 0;-webkit-transform-origin:0 100%;transform-origin:0 100%}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon{visibility:hidden}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close{visibility:visible}#qodef-page-mobile-header-inner.qodef-content-grid{padding:0}.qodef--passepartout #qodef-page-mobile-header-inner{padding:0}.qodef-mobile-header-navigation ul li .qodef-content-grid{width:100%}#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:1}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:0}#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main){position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon{margin-right:5px}.qodef-mobile-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon{margin-left:20px}.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-header-navigation .qodef-menu-item-icon{display:block;margin-right:5px;line-height:inherit}.qodef-header-navigation .qodef-menu-item-icon:before{display:block;line-height:inherit}.qodef-header-navigation ul li .qodef-drop-down-second{position:absolute;top:100%;display:block;width:auto;height:0;opacity:0;visibility:hidden;overflow:hidden;z-index:10;left:-30px}.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start{opacity:1;visibility:visible;overflow:visible;z-index:20;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.qodef-header-navigation ul li .qodef-mega-menu-widget-holder{display:none;white-space:normal}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right{left:auto;right:-30px}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul{position:relative;top:auto;opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder{display:block}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{background-color:#faf9f5}.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{width:100vw}.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid){padding:0 40px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:46px 0 41px;margin:-15px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li{width:100%;padding:0 15px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a{font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover{color:#910c19}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul{padding-top:12px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:3px 0;font-family:Raleway,sans-serif;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a{color:#910c19}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a{color:#910c19}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover{color:#910c19}body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner{padding:0 40px}.qodef-opener-icon{position:relative;display:inline-block;vertical-align:middle;line-height:1}.qodef-opener-icon .qodef-m-icon{position:relative;visibility:visible}.qodef-opener-icon .qodef-m-icon.qodef--close{position:absolute;top:0;left:0;visibility:hidden}.qodef-opener-icon.qodef-source--icon-pack{font-size:35px}.qodef-opener-icon.qodef-source--icon-pack *{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--icon-pack :before{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--svg-path span{position:relative}.qodef-opener-icon.qodef-source--svg-path span>*{vertical-align:middle}.qodef-opener-icon.qodef-source--svg-path span path,.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:currentColor}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines{position:relative;width:31px;height:19px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-opener-icon.qodef-source--predefined .qodef-m-line{left:0;height:1px;width:100%;background-color:currentColor;-webkit-transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,-webkit-transform .5s ease-out;-o-transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out}@media only screen and (min-width:1025px){.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path{color:#fff!important}.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path{color:#000!important}}.qodef-parallax{position:relative;width:100%;overflow:hidden}.qodef-parallax.elementor-section{overflow:visible}.qodef-parallax-row-holder{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.qodef-parallax-img-holder{position:absolute;top:-50%;height:150%;left:0;width:100%;opacity:0}.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder{top:0;height:100%;opacity:1}.qodef-parallax-content-holder{position:relative;z-index:99}.qodef-parallax-img-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;will-change:transform}.qodef-parallax-img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.touchevents .qodef-parallax-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.qodef-browser--edge .qodef-parallax-img,.qodef-browser--ms-explorer .qodef-parallax-img{height:100%}.qodef-contact-form-7{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-contact-form-7 button.qodef-type--outlined:before{content:'';display:block;position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#910c19;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.5s cubic-bezier(.75,.01,.13,1.01);-o-transition:.5s cubic-bezier(.75,.01,.13,1.01);transition:.5s cubic-bezier(.75,.01,.13,1.01);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-browser--safari .qodef-contact-form-7 button.qodef-type--outlined:before{width:calc(100% + 3px)}.qodef-contact-form-7 button.qodef-type--outlined:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-contact-form-7 .ajax-loader{position:absolute;right:-10px}.qodef-contact-form-7 label{font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2.8em;color:#000;margin-bottom:0}.qodef-contact-form-7 input[type=email],.qodef-contact-form-7 input[type=number],.qodef-contact-form-7 input[type=password],.qodef-contact-form-7 input[type=search],.qodef-contact-form-7 input[type=tel],.qodef-contact-form-7 input[type=text],.qodef-contact-form-7 input[type=url],.qodef-contact-form-7 p,.qodef-contact-form-7 textarea{margin:0}.qodef-contact-form-7 div.wpcf7-response-output{margin-left:0;margin-right:0}.qodef-contact-form-7 .qodef-newsletter-form-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-contact-form-7 .qodef-newsletter-form-style .qodef-e-title{position:relative;margin:0 25px 0 0;top:6px}@media only screen and (max-width:1368px){.qodef-header--vertical .qodef-contact-form-7 .qodef-newsletter-form-style .qodef-e-title{margin:0 0 30px}}@media only screen and (max-width:1024px){.qodef-contact-form-7 .qodef-newsletter-form-style .qodef-e-title{margin:0 0 30px}}.qodef-contact-form-7 .qodef-newsletter-form-style .qodef-e-icon{position:relative;margin-right:20px;top:5px}.qodef-contact-form-7 .qodef-newsletter-form-style .wpcf7-form-control-wrap{display:inline-block;vertical-align:bottom;max-width:353px;padding-right:30px}.qodef-contact-form-7 .qodef-newsletter-form-style input{border:0;padding:0;border-bottom:1px solid rgba(0,0,0,.18)}.qodef-contact-form-7 .qodef-newsletter-form-style button[type=submit]{position:relative;top:2px}@media only screen and (max-width:680px){.qodef-contact-form-7 .qodef-newsletter-form-style button[type=submit]{margin:20px 0 0}}.qodef-contact-form-7 .qodef-newsletter-form-style span.wpcf7-not-valid-tip{position:absolute}.qodef-contact-form-7 .qodef-newsletter-form-style .ajax-loader.is-active{position:relative}.qodef-contact-form-7 .qodef-newsletter-form-style.qodef-skin--light .qodef-e-icon{color:#910c19}.qodef-contact-form-7 .qodef-newsletter-form-style.qodef-skin--light .qodef-e-title{color:#fff}.qodef-contact-form-7 .qodef-newsletter-form-style.qodef-skin--light input{color:#b8b8b8;border-color:rgba(184,184,184,.62)}.qodef-contact-form-7 .qodef-newsletter-form-style.qodef-skin--light button[type=submit]{color:#fff;border-color:#fff;background-color:transparent}.qodef-contact-form-7 .qodef-newsletter-form-style.qodef-skin--light button[type=submit]:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;background-color:#910c19}.qodef-contact-form-7 .qodef-newsletter-form-style.qodef-skin--light button[type=submit]:hover{color:#fff}.qodef-contact-form-7 .qodef-newsletter-form-style.qodef-skin--light button[type=submit]:hover:before{-webkit-transform:scaleX(0) translateX(1px);-ms-transform:scaleX(0) translateX(1px);transform:scaleX(0) translateX(1px);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.qodef-contact-form-7 .qodef-newsletter-vertical-form-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-contact-form-7 .qodef-newsletter-vertical-form-style .qodef-e-title{margin:0 0 14px}.qodef-contact-form-7 .qodef-newsletter-vertical-form-style .qodef-e-icon{display:block;margin-bottom:7px}.qodef-contact-form-7 .qodef-newsletter-vertical-form-style .qodef-e-text{margin-bottom:64px}.qodef-contact-form-7 .qodef-newsletter-vertical-form-style input{border:0;padding:0;border-bottom:1px solid rgba(0,0,0,.18)}.qodef-contact-form-7 .qodef-newsletter-vertical-form-style button.wpcf7-submit{margin-top:35px}.qodef-instagram-list .qodef-instagram-title,.qodef-instagram-swiper-container .qodef-instagram-title{position:absolute;top:calc(50% - 25px);left:50%;padding:0 63px;margin:0;font-size:17px;line-height:50px;color:#626262;background-color:#f8f6f1;white-space:nowrap;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (max-width:680px){.qodef-instagram-list .qodef-instagram-title,.qodef-instagram-swiper-container .qodef-instagram-title{display:none}}.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a{background-image:none!important;height:auto!important}.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img{display:inline-block!important}.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0}.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -5px}.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0 5px!important;margin:0 0 10px!important}.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -10px}.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0 10px!important;margin:0 0 20px!important}.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -15px}.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0 15px!important;margin:0 0 30px!important}.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -20px}.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0 20px!important;margin:0 0 40px!important}.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -25px}.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0 25px!important;margin:0 0 50px!important}.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-70px}.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -35px}.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0 35px!important;margin:0 0 70px!important}.qodef-instagram-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-instagram-swiper-container .swiper-slide a,.qodef-instagram-swiper-container .swiper-slide img{width:100%}.qodef-instagram-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions{display:none}.qodef-twitter-list.qodef-layout--columns #ctf{overflow:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item{position:relative;display:inline-block;width:100%;vertical-align:top;float:left;border:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box{margin-left:0;display:block;margin-bottom:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link{line-height:1!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar{width:37px;height:37px;margin:0 7px 0 0;float:none;border-radius:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name{font-family:Cormorant,serif;color:#000;font-size:18px;line-height:1.333333333333333em;font-weight:500;font-weight:600!important;margin:0 4px 0 0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink{font-family:"Josefin Sans",sans-serif;font-size:17px;line-height:1.58824em;font-weight:300;color:#4d4d4d;margin-right:4px;margin-left:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta{margin-top:4px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:0;padding:0;margin-top:-5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;position:relative;top:5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:0;margin-top:-3px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;visibility:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a{padding:0;font-size:14px;margin-right:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply{margin-left:0}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before{content:"";display:table;table-layout:fixed}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after{clear:both}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item{width:50%}@media only screen and (min-width:681px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item{width:33.33333%}@media only screen and (min-width:769px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item{width:25%}@media only screen and (min-width:1025px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item{width:20%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item{width:16.66667%}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item{width:14.28571%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item{width:12.5%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets{margin:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item{padding:0;margin:0}.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets{margin:0 -5px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item{padding:0 5px;margin:0 0 10px}.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets{margin:0 -10px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item{padding:0 10px;margin:0 0 20px}.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets{margin:0 -15px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item{padding:0 15px;margin:0 0 30px}.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets{margin:0 -20px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item{padding:0 20px;margin:0 0 40px}.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-70px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -35px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 35px;margin:0 0 70px}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button{margin-top:20px!important}.widget.widget_alloggio_core_woo_side_area_cart{margin:0!important}.qodef-woo-side-area-cart{position:relative;display:inline-block;vertical-align:top;height:100%;padding:0 8px}.qodef-woo-side-area-cart .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-woo-side-area-cart .qodef-m-opener{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-woo-side-area-cart .qodef-m-opener-icon{display:block;font-size:19px}.qodef-woo-side-area-cart .qodef-m-opener-icon>*{display:block;line-height:inherit}.qodef-woo-side-area-cart .qodef-m-opener-icon>:before{display:block;line-height:inherit}.qodef-woo-side-area-cart .qodef-m-opener-count{position:relative;top:2px;right:-4px;font-size:13px;font-weight:400}.qodef-woo-side-area-cart .qodef-m-opener-count:before{content:'('}.qodef-woo-side-area-cart .qodef-m-opener-count:after{content:')'}.qodef-woo-side-area-cart .qodef-m-content{position:fixed;top:0;right:-395px;height:100vh;width:395px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:50px 40px 130px;font-size:17px;background-color:#fff;border-left:1px solid rgba(0,0,0,.18);overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1)}.admin-bar .qodef-woo-side-area-cart .qodef-m-content{top:32px;height:calc(100vh - 32px)}.qodef-woo-side-area-cart .qodef-m-content-title{margin:0 0 35px}.qodef-woo-side-area-cart .qodef-m-close{position:absolute;top:38px;right:38px;display:block;color:#606060;z-index:1000}.qodef-woo-side-area-cart .qodef-m-close .qodef-m-lines{position:relative;width:31px;height:19px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-woo-side-area-cart .qodef-m-close .qodef-m-line{left:0;height:1px;width:100%;background-color:currentColor}.qodef-woo-side-area-cart .qodef-m-close .qodef-m-line.qodef--1{-webkit-transform:rotate(45deg) translate(3px,8px);-ms-transform:rotate(45deg) translate(3px,8px);transform:rotate(45deg) translate(3px,8px)}.qodef-woo-side-area-cart .qodef-m-close .qodef-m-line.qodef--2{-webkit-transform:rotate(-45deg) translate(0,1px);-ms-transform:rotate(-45deg) translate(0,1px);transform:rotate(-45deg) translate(0,1px);-ms-transform-origin:0 0;-webkit-transform-origin:0 100%;transform-origin:0 100%}.qodef-woo-side-area-cart .qodef-m-close:hover{color:#910c19}.qodef-woo-side-area-cart .qodef-m-items{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-side-area-cart .qodef-m-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:30px}.qodef-woo-side-area-cart .qodef-m-item:first-child{margin-top:0}.qodef-woo-side-area-cart .qodef-e-image{-ms-flex-negative:0;flex-shrink:0;width:134px;margin-right:15px}.qodef-woo-side-area-cart .qodef-e-image a,.qodef-woo-side-area-cart .qodef-e-image img{display:block}.qodef-woo-side-area-cart .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding-right:20px}.qodef-woo-side-area-cart .qodef-e-title{margin:0}.qodef-woo-side-area-cart .qodef-e-price{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500;margin:0}@media only screen and (max-width:680px){.qodef-woo-side-area-cart .qodef-e-price{font-size:22px}}.qodef-woo-side-area-cart .qodef-e-quantity{margin:4px 0 0}.qodef-woo-side-area-cart .qodef-e-remove{position:absolute;top:1px;right:0;font-size:23px;line-height:1}.qodef-woo-side-area-cart .qodef-m-order-details{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:14px 0;margin-top:30px;border-top:1px solid rgba(0,0,0,.18);border-bottom:1px solid rgba(0,0,0,.18)}.qodef-woo-side-area-cart .qodef-m-order-details>*{margin:0}.qodef-woo-side-area-cart .qodef-m-order-amount{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500;line-height:1}@media only screen and (max-width:680px){.qodef-woo-side-area-cart .qodef-m-order-amount{font-size:22px}}.qodef-woo-side-area-cart .qodef-m-action{position:absolute;bottom:40px;left:0;width:100%;padding:0 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.qodef-woo-side-area-cart .qodef-m-action-link{padding:12px 27px!important}.qodef-woo-side-area-cart .qodef-m-posts-not-found{margin:0}.qodef-woo-side-area-cart.qodef--opened .qodef-m-content{right:0;visibility:visible}.qodef-woo-side-area-cart-cover{position:fixed;top:0;left:0;width:calc(100% - 395px);height:100vh;overflow:hidden;z-index:1002}.qodef-shortcode .last_toggle_el_margin,.qodef-shortcode .wpb_button,.qodef-shortcode .wpb_content_element,.qodef-shortcode .wpb_row,.qodef-shortcode ul.wpb_thumbnails-fluid>li{margin-bottom:0!important}.qodef-vc-row-wrapper.qodef--parallax-row{width:100%}.touchevents .qodef-vc-row-wrapper.qodef--parallax-row{height:auto!important}.qodef-clients-list .qodef-e{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo{width:auto;opacity:1;will-change:opacity;-webkit-transition:opacity .35s ease-out;-o-transition:opacity .35s ease-out;transition:opacity .35s ease-out;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo{position:absolute;top:0;left:0;width:auto;opacity:0;will-change:opacity;-webkit-transition:opacity .35s ease-out;-o-transition:opacity .35s ease-out;transition:opacity .35s ease-out}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo{opacity:0}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo{opacity:1}.qodef-masonry-gallery-list .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-masonry-gallery-list .qodef-e-media-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-masonry-gallery-list .qodef-e-media-image img{display:block}.qodef-masonry-gallery-list .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-masonry-gallery-list .qodef-e-title{margin:0}.qodef-masonry-gallery-list .qodef-e-text{margin:16px 0 0}.qodef-masonry-gallery-list .qodef-e-button{margin:21px 0 0}.qodef-masonry-gallery-list .qodef-e-button a{position:relative;z-index:2}.qodef-masonry-gallery-list .qodef-e-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-masonry-gallery-list.qodef-items--fixed .qodef-e-media-image{height:100%}.qodef-masonry-gallery-list .qodef-layout--standard .qodef-e-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.touch .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner{cursor:pointer}.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner:hover .qodef-e-content{opacity:1}.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-content{padding:30px 40px;background-color:rgba(0,0,0,.3);opacity:0;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.qodef-reservation-form .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-reservation-form .qodef-m-field{-ms-flex-preferred-size:19%;flex-basis:19%;position:relative}.qodef-reservation-form .qodef-m-field-label{-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto}.qodef-reservation-form .qodef-m-icon-arrow{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:23px}.qodef-reservation-form .qodef-m-icon{color:#910c19;position:absolute;left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;top:18px;z-index:1}.qodef-reservation-form .qodef-m-icon-date{font-size:17px;top:16px}.qodef-reservation-form .qodef-m-label{text-align:center;font-size:38px;line-height:46px;color:#000}.qodef-reservation-form .qodef-m-date,.qodef-reservation-form .qodef-m-date:focus,.qodef-reservation-form .select2-container--default{margin:0;width:100%!important;text-align:center;font-size:17px;border:1px solid rgba(0,0,0,.18)}.qodef-reservation-form .select2-selection--single{color:inherit!important;font-size:inherit!important;border:inherit!important}.qodef-reservation-form button{width:100%;padding-left:0!important;padding-right:0!important}.qodef-reservation-form .qodef-m-copyright{font-size:14px;font-family:"Josefin Sans",sans-serif;margin:5px 0}.qodef-restaurant-menu-info{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-restaurant-menu-info .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.qodef-restaurant-menu-info .qodef-m-content{width:40%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:144px 70px 150px;text-align:right;background-color:#f6f3ea}.qodef-restaurant-menu-info .qodef-m-media{width:60%}.qodef-restaurant-menu-info .qodef-m-media>*{height:100%}.qodef-restaurant-menu-info .qodef-m-media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.qodef-restaurant-menu-info .qodef-m-availability{color:#910c19}.qodef-restaurant-menu-info .qodef-m-title{margin:0 0 27px}.qodef-restaurant-menu-info .qodef-e-item{margin:0 0 3px}.qodef-restaurant-menu-info .qodef-e-item:last-child{margin:0}.qodef-restaurant-menu-info .qodef-e-title{margin:0}.qodef-restaurant-menu-info .qodef-m-download{margin:66px 0 0}.qodef-restaurant-menu-info .qodef-m-download .qodef-button:before{content:'';display:block;position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#910c19;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.5s cubic-bezier(.75,.01,.13,1.01);-o-transition:.5s cubic-bezier(.75,.01,.13,1.01);transition:.5s cubic-bezier(.75,.01,.13,1.01);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-browser--safari .qodef-restaurant-menu-info .qodef-m-download .qodef-button:before{width:calc(100% + 3px)}.qodef-restaurant-menu-info .qodef-m-download .qodef-button:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-restaurant-menu-list{padding:42px 45px 16px}@media only screen and (max-width:680px){.qodef-restaurant-menu-list{padding-left:25px}}.qodef-restaurant-menu-list:before{content:'';position:absolute;display:block;width:19.685%;height:100%;top:0;left:0;z-index:-1;background-color:#fbfaf5}@media only screen and (max-width:680px){.qodef-restaurant-menu-list:before{width:30%}}.qodef-restaurant-menu-list.qodef-col-num--1{padding-right:15%}.qodef-restaurant-menu-list.qodef-gutter--no.qodef-col-num--1 .qodef-grid-item{margin-bottom:28px}.qodef-restaurant-menu-list.qodef-gutter--no.qodef-col-num--1 .qodef-grid-item:last-child{margin-bottom:0}.qodef-restaurant-menu-list .qodef-e-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.qodef-restaurant-menu-list .qodef-e-heading-title{margin:0}.qodef-restaurant-menu-list .qodef-e-heading-line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid rgba(0,0,0,.18);opacity:.5;margin:0 10px}.qodef-restaurant-menu-list .qodef-e-heading-price{margin:0;font-family:"Josefin Sans",sans-serif}.qodef-restaurant-menu-list .qodef-e-description{margin:7px 0 0}.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-price,.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-title{color:#fff}.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-description{color:#910c19}.woocommerce-page div.woocommerce .shop_table tr.qodef-product-type-room .qodef-quantity-buttons span{display:none!important}.woocommerce-page div.woocommerce .shop_table tr.qodef-product-type-room .qodef-quantity-buttons .qodef-quantity-input{margin:0!important;cursor:none;pointer-events:none}.woocommerce-page div.woocommerce .qodef-reservation-info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;line-height:1.4em}.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-label{margin-right:5px;color:#000}.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-label .qodef--mark{margin:0 2px}#qodef-room-sticky-widget{position:relative;width:100%;height:0;margin:0!important;padding:0!important}@media only screen and (min-width:1025px){.archive .qodef-grid.qodef-layout--template.qodef-gutter--huge>.qodef-grid-inner .qodef-page-content-section{margin-bottom:0}}.archive .qodef-grid.qodef-layout--template.qodef-gutter--huge>.qodef-grid-inner .qodef-page-sidebar-section{margin-bottom:0}.single-room #qodef-page-inner{padding-top:0}.single-room .woocommerce-error,.single-room .woocommerce-info,.single-room .woocommerce-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 30px;margin:50px 0 20px;border:1px solid rgba(0,0,0,.18)}.single-room .woocommerce-error a,.single-room .woocommerce-info a,.single-room .woocommerce-message a{margin-top:12px}.single-room .woocommerce-info{border-color:#0b9c0b}.single-room .woocommerce-error{border-color:#ff3135}.single-room .datepick-popup .datepick{border-top:0}.qodef-room{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:20px}.qodef-room .qodef-m-slider{width:100%;margin-bottom:70px}.qodef-room .qodef-m-slider .swiper-slide{width:auto}.qodef-room .qodef-m-slider .swiper-slide img{width:auto}.qodef-room .qodef-m-slider.qodef-skin--light .swiper-button-next,.qodef-room .qodef-m-slider.qodef-skin--light .swiper-button-prev{color:#fff}.qodef-room .qodef-m-slider.qodef-skin--light .swiper-button-next:hover,.qodef-room .qodef-m-slider.qodef-skin--light .swiper-button-prev:hover{color:rgba(255,255,255,.4)}.qodef-room .qodef-m-image{width:100%;margin-bottom:70px}.qodef-room .qodef-m-image img{display:block;margin:0 auto}.qodef-room .qodef-m-content{display:block}.qodef-room .qodef-room-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-room .qodef-e-title{margin:0}.qodef-room .qodef-e-content{margin-top:22px}.qodef-room .qodef-e-amenity{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:46px;padding-top:37px;border-top:1px solid rgba(189,140,126,.22)}.qodef-room .qodef-e-amenity-title{margin:0 0 34px}.qodef-room .qodef-e-amenity-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.qodef-room .qodef-e-amenity-items .qodef-e-amenity-item{position:relative;width:50%;padding:5px 10px}.qodef-room .qodef-e-amenity-items .qodef-ei-link{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-room .qodef-e-amenity-items .qodef-ei-svg{width:30px;-ms-flex-negative:0;flex-shrink:0;margin-right:13px;color:#910c19}.qodef-room .qodef-e-amenity-items .qodef-ei-svg svg{display:block;max-width:100%}.qodef-room .qodef-e-amenity-items .qodef-ei-svg svg *{fill:none;stroke:currentColor}.qodef-room .qodef-e-amenity-items .qodef-ei-svg-icon{stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;fill:none}.qodef-room .qodef-e-info-items{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:40px;padding-top:37px;border-top:1px solid rgba(189,140,126,.22)}.qodef-room .qodef-e-info-items .qodef-e-info-item{margin-bottom:54px}.qodef-room .qodef-e-info-items .qodef-e-info-item .qodef-ei-title{margin:0 0 22px}.qodef-room .qodef-e-info-items .qodef-e-info-item:last-child{margin-bottom:0}.qodef-room .qodef-e-availability{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:56px;padding-top:37px;border-top:1px solid rgba(189,140,126,.22)}.qodef-room .qodef-e-availability-title{margin:0 0 13px}.qodef-room .qodef-e-calendar-wrapper{display:inline-block;vertical-align:top;background-color:#fbfaf5;border:1px solid rgba(0,0,0,.18)}.qodef-room .qodef-e-availability-calendar .datepick{padding:34px 40px 30px;background-color:transparent;border:0}.qodef-room .qodef-e-availability-calendar .datepick-month tr td a{position:relative;pointer-events:none}.qodef-room .qodef-e-availability-calendar .datepick-month tr td .datepick-highlight:not(.datepick-disabled),.qodef-room .qodef-e-availability-calendar .datepick-month tr td .datepick-selected:not(.datepick-disabled){color:inherit!important;background-color:#fff!important}.qodef-room .qodef-e-availability-calendar .datepick-month tr td .datepick-today{color:#910c19;background-color:#fff}.qodef-room .qodef-e-availability-calendar .datepick-month tr td .datepick-last-room{color:#000;background:#f8f6c1}.qodef-room .qodef-e-availability-calendar .datepick-month tr td .datepick-disabled{color:rgba(80,78,69,.4);background:-o-linear-gradient(bottom right,rgba(80,78,69,0) 0,rgba(80,78,69,0) calc(50% - .8px),rgba(80,78,69,.4) 50%,rgba(80,78,69,0) calc(50% + .8px),rgba(80,78,69,0) 100%);background:linear-gradient(to top left,rgba(80,78,69,0) 0,rgba(80,78,69,0) calc(50% - .8px),rgba(80,78,69,.4) 50%,rgba(80,78,69,0) calc(50% + .8px),rgba(80,78,69,0) 100%)}.qodef-room .qodef-e-availability-legend{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px;padding:0 40px 30px}.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;margin:10px 0}.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item.qodef--selected .qodef-ei-box{background-color:#910c19}.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item.qodef--available .qodef-ei-box{background-color:#fff;border:1px solid rgba(0,0,0,.18)}.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item.qodef--no-available .qodef-ei-box{background:-o-linear-gradient(bottom right,rgba(80,78,69,0) 0,rgba(80,78,69,0) calc(50% - .8px),rgba(80,78,69,.4) 50%,rgba(80,78,69,0) calc(50% + .8px),rgba(80,78,69,0) 100%)!important;background:linear-gradient(to top left,rgba(80,78,69,0) 0,rgba(80,78,69,0) calc(50% - .8px),rgba(80,78,69,.4) 50%,rgba(80,78,69,0) calc(50% + .8px),rgba(80,78,69,0) 100%)!important;border:1px solid rgba(0,0,0,.18)}.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item.qodef--last-room .qodef-ei-box{background:#f8f6c1}.qodef-room .qodef-e-availability-legend .qodef-ei-box{width:31px;height:31px;margin-right:10px}.qodef-room .qodef-e-availability-legend .qodef-ei-label{font-family:Raleway,sans-serif;font-size:12px;color:#000;letter-spacing:.03em}.qodef-room .qodef-e-seasonal{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:70px;padding-top:37px;border-top:1px solid rgba(189,140,126,.22)}.qodef-room .qodef-e-seasonal-title{margin:0}.qodef-room .qodef-e-seasonal-description{margin:11px 0 0}.qodef-room .qodef-e-seasonal-items{position:relative;display:inline-block;width:100%;vertical-align:top;margin:41px 0 0;padding:14px 40px;background-color:#faf9f5}.qodef-room .qodef-e-seasonal-items .qodef-ei{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:20px 0;line-height:1}.qodef-room .qodef-e-seasonal-items .qodef-ei>*{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0}.qodef-room .qodef-e-seasonal-items .qodef-ei-date-begin:after{margin:0 5px;content:'-'}.qodef-room .qodef-e-seasonal-items .qodef-ei-price{-ms-flex-negative:0;flex-shrink:0}.qodef-room .qodef-e-seasonal-items .qodef-ei-price-label{margin-right:5px}.qodef-room .qodef-e-seasonal-items .qodef-ei-price-value{color:#910c19}.qodef-room .qodef-e-seasonal-items .qodef-ei-line{top:-4px;-ms-flex-negative:inherit;flex-shrink:inherit;width:calc(100% - 20px);margin:0 10px;height:1px;background-color:rgba(181,105,83,.3)}.qodef-room .qodef-e-location{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:51px;padding-top:37px;border-top:1px solid rgba(189,140,126,.22)}.qodef-room .qodef-e-location-title{margin:0 0 23px}.datepick-popup .datepick,.qodef-datepick-calendar .datepick{width:auto!important;min-width:250px;padding:25px;font-family:Raleway,sans-serif;font-size:14px;line-height:2em;font-weight:500;color:#000;background-color:#fbfaf5;border:1px solid rgba(0,0,0,.18);border-radius:0}@media only screen and (max-width:680px){.datepick-popup .datepick,.qodef-datepick-calendar .datepick{min-width:200px}}.datepick-popup .datepick-month-row,.qodef-datepick-calendar .datepick-month-row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -12px}.datepick-popup .datepick-month-row>*,.qodef-datepick-calendar .datepick-month-row>*{width:100%;padding:0 12px}.datepick-popup .datepick-month-row .datepick-cmd,.qodef-datepick-calendar .datepick-month-row .datepick-cmd{position:absolute;top:-2px;display:inline-block;vertical-align:top;float:none;height:auto;width:auto;padding:6px 8px;color:#000;background-color:inherit}.datepick-popup .datepick-month-row .datepick-cmd:hover,.qodef-datepick-calendar .datepick-month-row .datepick-cmd:hover{color:#910c19}.datepick-popup .datepick-month-row .datepick-cmd.datepick-cmd-prev,.qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-cmd-prev{left:15px}.datepick-popup .datepick-month-row .datepick-cmd.datepick-cmd-next,.qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-cmd-next{right:15px}.datepick-popup .datepick-month-row .datepick-cmd.datepick-disabled,.qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-disabled{color:#4d4d4d;cursor:not-allowed}.datepick-popup .datepick-month-row .qodef-e-calendar-icon,.qodef-datepick-calendar .datepick-month-row .qodef-e-calendar-icon{display:block;width:7px;fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.datepick-popup .datepick-month-header,.qodef-datepick-calendar .datepick-month-header{height:auto;margin-bottom:17px;font-size:12px;line-height:22px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;text-align:center;color:#000;background-color:inherit}.datepick-popup .datepick-month,.qodef-datepick-calendar .datepick-month{border:0}.datepick-popup .datepick-month thead,.qodef-datepick-calendar .datepick-month thead{border-bottom:0}.datepick-popup .datepick-month th,.qodef-datepick-calendar .datepick-month th{padding:0 0 2px;font-weight:inherit;letter-spacing:.01em;color:#910c19;border:0;background-color:inherit}.datepick-popup .datepick-month tr,.qodef-datepick-calendar .datepick-month tr{padding:0;border:0}.datepick-popup .datepick-month tr td>*,.qodef-datepick-calendar .datepick-month tr td>*{display:block;padding:3px 9.45px 4px;border-style:solid;border-color:rgba(0,0,0,.18)}@media only screen and (max-width:480px){.datepick-popup .datepick-month tr td>*,.qodef-datepick-calendar .datepick-month tr td>*{padding:2px 7px 3px}}.datepick-popup .datepick-month tr td a,.datepick-popup .datepick-month tr td span:not(.datepick-other-month),.qodef-datepick-calendar .datepick-month tr td a,.qodef-datepick-calendar .datepick-month tr td span:not(.datepick-other-month){border-width:0 1px 1px 0}.datepick-popup .datepick-month tr td span.datepick-other-month,.qodef-datepick-calendar .datepick-month tr td span.datepick-other-month{display:none}.datepick-popup .datepick-month tr td:first-child a,.datepick-popup .datepick-month tr td:first-child span:not(.datepick-other-month),.qodef-datepick-calendar .datepick-month tr td:first-child a,.qodef-datepick-calendar .datepick-month tr td:first-child span:not(.datepick-other-month){border-left-width:1px}.datepick-popup .datepick-month tr:first-child td,.qodef-datepick-calendar .datepick-month tr:first-child td{position:relative}.datepick-popup .datepick-month tr:first-child td:before,.qodef-datepick-calendar .datepick-month tr:first-child td:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:rgba(0,0,0,.18);z-index:1}.datepick-popup .datepick-month tr:first-child td a,.datepick-popup .datepick-month tr:first-child td span:not(.datepick-other-month),.qodef-datepick-calendar .datepick-month tr:first-child td a,.qodef-datepick-calendar .datepick-month tr:first-child td span:not(.datepick-other-month){border-top-width:1px;border-bottom-width:0}.datepick-popup .datepick-month tr:first-child td a:before,.datepick-popup .datepick-month tr:first-child td span:not(.datepick-other-month):before,.qodef-datepick-calendar .datepick-month tr:first-child td a:before,.qodef-datepick-calendar .datepick-month tr:first-child td span:not(.datepick-other-month):before{content:'';position:absolute;top:0;left:-1px;width:1px;height:100%;background-color:rgba(0,0,0,.18)}.datepick-popup .datepick-month td,.qodef-datepick-calendar .datepick-month td{padding:0;font-weight:inherit;background:0 0;border:0}.datepick-popup .datepick-month td span,.qodef-datepick-calendar .datepick-month td span{color:rgba(80,78,69,.4)}.datepick-popup .datepick-month td span.datepick-other-month,.datepick-popup .datepick-month td span.datepick-today,.datepick-popup .datepick-month td span.datepick-weekend,.qodef-datepick-calendar .datepick-month td span.datepick-other-month,.qodef-datepick-calendar .datepick-month td span.datepick-today,.qodef-datepick-calendar .datepick-month td span.datepick-weekend{background-color:inherit}.datepick-popup .datepick-month td a,.qodef-datepick-calendar .datepick-month td a{color:#000;background-color:#fff;-webkit-transition:color .25s ease-out,background-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out}.datepick-popup .datepick-month td .datepick-today,.qodef-datepick-calendar .datepick-month td .datepick-today{color:#910c19;background-color:#fff}.datepick-popup .datepick-month td .datepick-highlight,.datepick-popup .datepick-month td .datepick-selected,.qodef-datepick-calendar .datepick-month td .datepick-highlight,.qodef-datepick-calendar .datepick-month td .datepick-selected{color:#fff!important;background-color:#910c19!important}.datepick-popup .datepick-month td .datepick-last-room,.qodef-datepick-calendar .datepick-month td .datepick-last-room{color:#000;background:#f8f6c1}.datepick-popup .datepick-month td .datepick-last-room:hover,.qodef-datepick-calendar .datepick-month td .datepick-last-room:hover{color:#fff;background-color:#910c19}.datepick-popup .datepick-month td .datepick-disabled,.qodef-datepick-calendar .datepick-month td .datepick-disabled{color:rgba(80,78,69,.4)!important;background:-o-linear-gradient(bottom right,rgba(80,78,69,0) 0,rgba(80,78,69,0) calc(50% - .8px),rgba(80,78,69,.4) 50%,rgba(80,78,69,0) calc(50% + .8px),rgba(80,78,69,0) 100%)!important;background:linear-gradient(to top left,rgba(80,78,69,0) 0,rgba(80,78,69,0) calc(50% - .8px),rgba(80,78,69,.4) 50%,rgba(80,78,69,0) calc(50% + .8px),rgba(80,78,69,0) 100%)!important;cursor:not-allowed!important;pointer-events:none!important}.datepick-popup{width:auto!important;z-index:9999999!important}.qodef-datepick-calendar{position:relative;display:inline-block;vertical-align:top}#qodef-room-reservation{position:relative;display:inline-block;width:100%;vertical-align:top;padding:26px 40px 40px;background-color:#faf9f5}#qodef-room-reservation .qodef-room-reservation-title{margin:0 0 39px}#qodef-room-reservation-form .qodef-m-field{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:36px}#qodef-room-reservation-form .qodef-m-field label{margin-bottom:5px;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em;color:#000}#qodef-room-reservation-form .qodef-m-field input,#qodef-room-reservation-form .qodef-m-field select{margin-bottom:0}#qodef-room-reservation-form .qodef-m-field input:hover,#qodef-room-reservation-form .qodef-m-field select:hover{border-color:#000}#qodef-room-reservation-form .qodef-m-field .select2-container--default{margin-bottom:0}#qodef-room-reservation-form .qodef-m-field .select2-container--default .select2-selection--single:hover{border-color:#000}#qodef-room-reservation-form .qodef-m-field.qodef--room-amount .qodef-e-input{width:100%}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-input-icon{top:calc(50% - 10px);width:20px}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-persons{position:absolute;top:100%;left:0;width:100%;display:block;padding:20px;background-color:#faf9f5;border:1px solid rgba(0,0,0,.18);border-top-width:0;visibility:hidden;z-index:-1;opacity:0;-webkit-transition:.35s ease-out;-o-transition:.35s ease-out;transition:.35s ease-out}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--above{top:auto;bottom:calc(100% - 24px);border-top-width:1px;border-bottom-width:0}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--opened{visibility:visible;opacity:1;z-index:999}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-input{-ms-flex-negative:0;flex-shrink:0;width:44px}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection--single{height:auto;padding:3px 6px;line-height:22px}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow{right:2px;width:20px}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow:before{font-size:10px}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-text{color:#000}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-description{display:block;font-size:13px;line-height:1}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person.qodef--button{margin:16px 0 0}#qodef-room-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person.qodef--button .qodef-button{padding-top:7px;padding-bottom:7px}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services{margin-bottom:25px}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-title{margin-bottom:19px}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:9px 0}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--checked .qodef-e-field-checkbox{background-color:#910c19;background-image:url(//www.vistaegadi.it/wp-content/plugins/alloggio-core/assets/img/check-mark.png)}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--disabled .qodef-e-field-checkbox,#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--disabled .qodef-e-field-label-name{cursor:not-allowed}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-input{position:absolute;top:0;left:0;visibility:hidden}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-checkbox{position:relative;-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;margin:0 15px 0 0;border:1px solid rgba(0,0,0,.18);background-position:center 40%;background-repeat:no-repeat;cursor:pointer}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label-name{-ms-flex-negative:0;flex-shrink:0;cursor:pointer}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label-line{position:relative;bottom:8px;width:100%;height:1px;margin:0 8px 0 2px;background-color:rgba(77,77,77,.12)}#qodef-room-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label-price{-ms-flex-negative:0;flex-shrink:0}#qodef-room-reservation-form .qodef-m-field.qodef--price{margin-bottom:41px}#qodef-room-reservation-form .qodef-m-field.qodef--price .qodef-m-field-title{margin-bottom:17px}#qodef-room-reservation-form .qodef-m-field.qodef--price .qodef-m-price{font-size:20px}#qodef-room-reservation-form .qodef-m-field.qodef--booking{margin:0}#qodef-room-reservation-form .qodef-m-field-title{margin:0}#qodef-room-reservation-form .qodef-m-field-input-wrapper{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-room-reservation-form .qodef-m-field-input-icon{position:absolute;top:calc(50% - 8px);right:18px;width:16px;height:auto;fill:none;stroke:#000;z-index:1;cursor:pointer}#qodef-room-reservation-form:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);z-index:1}#qodef-room-reservation-form .qodef-m-spinner{position:absolute;color:#910c19;fill:currentColor;-webkit-animation:qode-rotate 2s infinite linear;animation:qode-rotate 2s infinite linear;z-index:-1}#qodef-room-reservation-form .qodef-m-spinner.qodef--form{top:calc(50% - 30px);left:calc(50% - 30px);width:60px;z-index:2}#qodef-room-reservation-form .qodef-m-spinner.qodef--button{top:calc(50% - 18px);left:calc(50% - 18px);width:36px;visibility:hidden}#qodef-room-reservation-form .qodef-m-response{position:relative;display:none;line-height:1;margin-top:20px}#qodef-room-reservation-form .qodef-m-response.qodef--show{display:block}#qodef-room-reservation-form .qodef-m-response.qodef--success{color:#0b9c0b}#qodef-room-reservation-form .qodef-m-response.qodef--error{color:#ff3135}#qodef-room-reservation-form.qodef--loaded:after{display:none}#qodef-room-reservation-form.qodef--loaded .qodef-m-spinner.qodef--form{display:none}#qodef-room-reservation-form.qodef--checking .qodef-button{visibility:hidden}#qodef-room-reservation-form.qodef--checking .qodef-m-spinner.qodef--button{visibility:visible;z-index:1}#qodef-room-weather{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:25px;padding:27px 40px 22px;background-color:#faf9f5}@media only screen and (max-width:680px){#qodef-room-weather{padding:27px 30px 22px}}#qodef-room-ads{margin-top:25px}#qodef-room-ads a,#qodef-room-ads img{display:block}.qodef-profile-reserved-rooms .qodef-m-heading{padding-bottom:11px;border-bottom:1px solid #e9d2cc}.qodef-profile-reserved-rooms .qodef-m-heading>*{margin:0}.qodef-profile-reserved-rooms .qodef-m-text{margin-top:15px}.qodef-profile-reserved-rooms .qodef-m-reserved-rooms{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.qodef-profile-reserved-rooms .qodef-m-reserved-room{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:25px 0;margin:0;border-bottom:1px solid #e9d2cc}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image{width:220px;-ms-flex-negative:0;flex-shrink:0;margin-right:25px}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image a,.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image img{display:block}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-heading{width:100%}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-title{margin:0}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-reservation-info{margin-top:12px}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-reservation-info .qodef--mark{margin:0 2px}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-price-value{color:#910c19}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order{-ms-flex-negative:0;flex-shrink:0}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order .qodef-ei-order-status{display:inline-block;vertical-align:top;padding:0 1em;line-height:2.5em;color:#777;background:#e5e5e5;border-radius:4px;border-bottom:1px solid rgba(0,0,0,.05);white-space:nowrap}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order .qodef-ei-order-status.qodef--completed{color:#2e4453;background:#c8d7e1}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order .qodef-ei-order-status.qodef--on-hold{color:#94660c;background:#f8dda7}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order .qodef-ei-order-status.qodef--failed{color:#761919;background:#eba3a3}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order .qodef-ei-order-status.qodef--processing{color:#5b841b;background:#c6e1c6}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order .qodef-ei-order-status.qodef--trash{color:#761919;background:#eba3a3}.qodef-profile-reserved-rooms .qodef-m-not-found{margin:0}.qodef-amenity-list{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-amenity-list .qodef-e-link{display:block;color:#000}.qodef-amenity-list .qodef-e-icon{position:relative;display:block;max-width:80px;margin:0 auto;-ms-flex-negative:0;flex-shrink:0}.qodef-amenity-list .qodef-e-icon svg{position:relative;display:block;max-width:inherit;margin:0 auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:.4s cubic-bezier(.24,.13,.2,1.11);-o-transition:.4s cubic-bezier(.24,.13,.2,1.11);transition:.4s cubic-bezier(.24,.13,.2,1.11)}.qodef-amenity-list .qodef-e-icon:before{content:'';position:absolute;bottom:15px;left:-15px;width:100%;height:0;padding-bottom:100%;background-color:#faf9f5;border-radius:100%;opacity:0;-webkit-transition:.5s cubic-bezier(.45,.05,.55,.95);-o-transition:.5s cubic-bezier(.45,.05,.55,.95);transition:.5s cubic-bezier(.45,.05,.55,.95)}.qodef-amenity-list .qodef-ei-svg-icon{stroke:currentColor;stroke-linecap:round;stroke-width:.6;fill:none}.qodef-amenity-list .qodef-e-title{display:block;margin:10px -.25em 0 0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em}.qodef-amenity-list.qodef-layout--columns>.qodef-grid-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-amenity-list.qodef-skin--light .qodef-e-link{color:#fff}.qodef-amenity-list.qodef-skin--light .qodef-e-icon{color:#b8b8b8}.qodef-amenity-list.qodef-skin--light .qodef-e-icon svg *{fill:none;stroke:currentColor}.qodef-amenity-list.qodef-skin--light .qodef-e-icon:before{background-color:#302b26}.qodef-amenity-list.qodef--has-animation .qodef-e{display:block;color:#000}.qodef-amenity-list.qodef--has-animation .qodef-e:hover .qodef-e-icon:before{opacity:1}.qodef-amenity-list.qodef--has-animation .qodef-e:hover .qodef-e-icon svg{-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px);transform:translateY(-7px)}.qodef-room-calendar{position:relative;display:inline-block;vertical-align:top;min-width:300px;padding:24px 30px 30px;background-color:#faf9f5}.qodef-room-calendar .qodef-m-title{margin:0 0 24px;text-align:center}.qodef-room-calendar .qodef-m-form{position:relative}.qodef-room-calendar .qodef-m-form:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);z-index:1}.qodef-room-calendar .qodef-m-form.qodef--loaded:after{display:none}.qodef-room-calendar .qodef-m-form.qodef--loaded .qodef-m-spinner{display:none}.qodef-room-calendar .qodef-m-form.qodef--selected .qodef-m-form-button{display:block}.qodef-room-calendar .qodef-m-spinner{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;color:#910c19;fill:currentColor;-webkit-animation:qode-rotate 2s infinite linear;animation:qode-rotate 2s infinite linear;z-index:2}.qodef-room-calendar .qodef-m-form-calendar{width:100%;min-height:200px}.qodef-room-calendar .qodef-m-form-button{display:none;margin-top:30px}.qodef-room-gallery-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-room-gallery-list .qodef-room-gallery-list-item:nth-child(odd) .qodef-e-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.qodef-room-gallery-list .qodef-room-gallery-list-item:nth-child(odd) .swiper-button-prev{left:0!important}.qodef-room-gallery-list .qodef-room-gallery-list-item:nth-child(odd) .swiper-button-next{left:48px!important}.qodef-room-gallery-list .qodef-room-gallery-list-item:nth-child(odd) .qodef-e-content{text-align:right}.qodef-room-gallery-list .qodef-e-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.qodef-room-gallery-list .qodef-e-media{width:60%;background-color:#f6f3ea}.qodef-room-gallery-list .qodef-e-media>*{height:100%}.qodef-room-gallery-list .qodef-e-media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.qodef-room-gallery-list .qodef-e-media-image a{display:block;height:100%}.qodef-room-gallery-list .qodef-e-media-slider .qodef-swiper-container{height:100%}.qodef-room-gallery-list .qodef-e-media-slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transition-timing-function:cubic-bezier(.35,.33,.31,.94);-o-transition-timing-function:cubic-bezier(.35,.33,.31,.94);transition-timing-function:cubic-bezier(.35,.33,.31,.94)}.qodef-room-gallery-list .qodef-e-media-slider .swiper-slide{height:auto;overflow:hidden}.qodef-room-gallery-list .qodef-e-media-slider img{will-change:transform}.qodef-room-gallery-list .swiper-button-next,.qodef-room-gallery-list .swiper-button-prev{top:auto;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:48px!important;height:50px!important;color:#000;background-color:#faf9f5;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:color .25s ease-out;-o-transition:color .25s ease-out;transition:color .25s ease-out}.qodef-room-gallery-list .swiper-button-next svg,.qodef-room-gallery-list .swiper-button-prev svg{width:6px;stroke-width:3}.qodef-room-gallery-list .swiper-button-next:hover,.qodef-room-gallery-list .swiper-button-prev:hover{color:rgba(0,0,0,.5)}.qodef-room-gallery-list .swiper-button-prev{left:auto!important;right:48px!important}.qodef-room-gallery-list .swiper-button-prev svg{margin-left:17px}.qodef-room-gallery-list .swiper-button-next{left:auto!important;right:0!important}.qodef-room-gallery-list .swiper-button-next svg{margin-right:17px}.qodef-room-gallery-list .qodef-e-content{width:40%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:144px 70px 150px;background-color:#f6f3ea}.qodef-room-gallery-list .qodef-e-price{color:#910c19;line-height:1.1em}.qodef-room-gallery-list .qodef-e-title{margin:0}.qodef-room-gallery-list .qodef-e-amenity-items{margin-top:30px}.qodef-room-gallery-list .qodef-e-amenity-items .qodef-ei{margin:2px 0;color:#4d4d4d}.qodef-room-gallery-list .qodef-e-button{margin-top:41px}.qodef-room-list .qodef-e-media-image{overflow:hidden}.qodef-room-list .qodef-e-media-image img{will-change:transform;-webkit-transform:translateX(-4px) translateZ(0) scale(1.02);transform:translateX(-4px) translateZ(0) scale(1.02);-webkit-transition:.29s cubic-bezier(.4,.12,.4,.85);-o-transition:.29s cubic-bezier(.4,.12,.4,.85);transition:.29s cubic-bezier(.4,.12,.4,.85)}.qodef-room-list .qodef-e-media-image:hover img{-webkit-transform:translateX(4px) translateZ(0) scale(1.02);transform:translateX(4px) translateZ(0) scale(1.02);-webkit-transition:.35s cubic-bezier(.4,.12,.4,.85);-o-transition:.35s cubic-bezier(.4,.12,.4,.85);transition:.35s cubic-bezier(.4,.12,.4,.85)}.qodef-room-list .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-room-list .qodef-e-media{position:relative}.qodef-room-list .qodef-e-media a,.qodef-room-list .qodef-e-media img{display:block;width:100%}.qodef-room-list .qodef-e-media .qodef-e-price{position:absolute;left:-18px;bottom:18px;white-space:nowrap;padding:14px 20px;z-index:1}.qodef-room-list .qodef-e-media .qodef-e-price:after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#faf9f5;content:'';z-index:-1;-webkit-transition:.35s cubic-bezier(.25,.04,0,.93);-o-transition:.35s cubic-bezier(.25,.04,0,.93);transition:.35s cubic-bezier(.25,.04,0,.93);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-room-list .qodef-e-media .qodef-e-price .qodef-e-price-label,.qodef-room-list .qodef-e-media .qodef-e-price .qodef-e-price-value{-webkit-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0);-webkit-transition:.35s cubic-bezier(.25,.04,0,.93);-o-transition:.35s cubic-bezier(.25,.04,0,.93);transition:.35s cubic-bezier(.25,.04,0,.93)}.qodef-room-list .qodef-e-media .qodef-e-price:hover:after{-webkit-transform:scaleX(1.05);-ms-transform:scaleX(1.05);transform:scaleX(1.05)}.qodef-room-list .qodef-e-media .qodef-e-price:hover .qodef-e-price-label,.qodef-room-list .qodef-e-media .qodef-e-price:hover .qodef-e-price-value{-webkit-transform:translateX(5px) translateZ(0);transform:translateX(5px) translateZ(0)}.qodef-room-list .qodef-e-media .qodef-e-price-label{color:#910c19}.qodef-room-list .qodef-e-media .qodef-e-price-value{position:relative;top:-3px;font-family:Cormorant,serif;font-size:25px}.qodef-room-list .qodef-e-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-room-list .qodef-e-price-label{margin-right:8px}.qodef-room-list .qodef-e-price-value{color:#000}.qodef-room-list .qodef-e-title{margin:0}.qodef-room-list .qodef-e-title a{position:relative;z-index:1}.qodef-room-list .qodef-e-excerpt{margin:20px 0 0}.qodef-room-list .qodef-e-button{margin-top:20px}.qodef-room-list .qodef-e-info-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:5px}.qodef-room-list .qodef-e-info-items>:not(:last-child){margin-right:5px}.qodef-room-list .qodef-e-info-items>:not(:last-child):after{content:'/';margin-left:4px}.qodef-room-list .qodef-e-amenity-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.qodef-room-list .qodef-e-amenity-items .qodef-e-amenity-item{position:relative;padding:5px 10px;margin-bottom:5px}.qodef-room-list .qodef-e-amenity-items .qodef-ei-link{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#910c19}.qodef-room-list .qodef-e-amenity-items .qodef-ei-svg{-ms-flex-negative:0;flex-shrink:0}.qodef-room-list .qodef-e-amenity-items .qodef-ei-svg svg{display:block;max-width:30px}.qodef-room-list .qodef-e-amenity-items .qodef-ei-svg svg *{fill:none;stroke:currentColor}.qodef-room-list .qodef-e-amenity-items .qodef-ei-svg-icon{stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;fill:none}.qodef-room-list .qodef-e-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-room-list .qodef-m-pagination.qodef--load-more{margin:10px 0 40px}.qodef-room-list:not(.qodef-col-num--1) .swiper-button-prev{left:20px!important}.qodef-room-list:not(.qodef-col-num--1) .swiper-button-next{right:20px!important}.qodef-room-list.qodef--simple-slider .swiper-button-next,.qodef-room-list.qodef--simple-slider .swiper-button-prev{color:#fff}.qodef-room-list.qodef--simple-slider .swiper-button-next:hover,.qodef-room-list.qodef--simple-slider .swiper-button-prev:hover{color:rgba(255,255,255,.4)}.qodef-room-list.qodef-layout--boxed .qodef-e-media{position:relative;padding-left:40px}.qodef-room-list.qodef-layout--boxed .qodef-e-media:before{content:'';position:absolute;left:0;bottom:0;width:calc(100% - 2*40px);height:calc(100% - 2*40px);background-color:#faf9f5;z-index:-1}.qodef-room-list.qodef-layout--boxed .qodef-e-content{width:calc(100% - 2*40px);margin-bottom:22px;padding:27px 40px calc(40px - 8px);background-color:#faf9f5}.qodef-room-list.qodef-layout--boxed .qodef-e-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.qodef-room-list.qodef-layout--boxed .qodef-e-heading .qodef-e-price-label{color:#910c19}.qodef-room-list.qodef-layout--boxed .qodef-e-heading .qodef-e-price-value{position:relative;top:-4px;font-family:Cormorant,serif;font-size:35px}.qodef-room-list.qodef-layout--boxed .qodef-e-price{-ms-flex-negative:0;flex-shrink:0}.qodef-room-list.qodef-layout--boxed .qodef-e-info-items{color:#910c19}.qodef-room-list.qodef-layout--boxed .qodef-e-info-items .qodef-e-price{display:none}.qodef-room-list.qodef-layout--boxed .qodef-e-info-items .qodef-e-price-value{color:inherit}.qodef-room-list.qodef-layout--boxed .qodef-e-excerpt{margin-top:12px}.qodef-room-list.qodef-layout--boxed .qodef-e-button{margin-top:34px}.qodef-room-list.qodef-layout--boxed .qodef-m-pagination.qodef--load-more{margin-top:18px}.qodef-room-list.qodef-layout--gallery.qodef-swiper-container .swiper-wrapper{-webkit-transition-timing-function:cubic-bezier(.35,.33,.31,.94);-o-transition-timing-function:cubic-bezier(.35,.33,.31,.94);transition-timing-function:cubic-bezier(.35,.33,.31,.94);will-change:transform}.qodef-room-list.qodef-layout--gallery.qodef-swiper-container .qodef-e-inner{overflow:hidden;-webkit-clip-path:inset(1px 0 0 0);clip-path:inset(1px 0 0 0)}.qodef-room-list.qodef-layout--gallery .qodef-e-inner .qodef-e-media-image{-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-room-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content{opacity:1}.qodef-room-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-excerpt,.qodef-room-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-info-items,.qodef-room-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-title{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-room-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-title{-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.qodef-room-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-info-items{-webkit-transition-delay:.18s;-o-transition-delay:.18s;transition-delay:.18s}.qodef-room-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-excerpt{-webkit-transition-delay:.21s;-o-transition-delay:.21s;transition-delay:.21s}.qodef-room-list.qodef-layout--gallery .qodef-image-gallery{z-index:auto}.qodef-room-list.qodef-layout--gallery .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:29px 35px 30px;color:#fff;background:-o-linear-gradient(81deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 85%);background:linear-gradient(9deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 85%);opacity:0;-webkit-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out}.qodef-room-list.qodef-layout--gallery .qodef-e-content a{color:#fff}.qodef-room-list.qodef-layout--gallery .qodef-e-content a:hover{color:#e4ceb9}@media only screen and (min-width:681px){.qodef-room-list.qodef-layout--gallery.qodef-col-num--1 .qodef-e-content{padding:30px 50px 41px;background:-o-linear-gradient(81deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 37%);background:linear-gradient(9deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 37%)}}.qodef-room-list.qodef-layout--gallery .qodef-e-content{z-index:1}.qodef-room-list.qodef-layout--gallery .qodef-e-link{z-index:1}.qodef-room-list.qodef-layout--gallery .qodef-e-excerpt,.qodef-room-list.qodef-layout--gallery .qodef-e-info-items,.qodef-room-list.qodef-layout--gallery .qodef-e-title{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.4s ease-out;-o-transition:.4s ease-out;transition:.4s ease-out;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.qodef-room-list.qodef-layout--gallery .qodef-e-title{z-index:2}.qodef-room-list.qodef-layout--gallery .qodef-e-excerpt,.qodef-room-list.qodef-layout--gallery .qodef-e-info-items{z-index:1}.qodef-room-list.qodef-layout--gallery.qodef-visible-info .qodef-e-content{opacity:1;background:0 0;overflow:hidden}.qodef-room-list.qodef-layout--gallery.qodef-visible-info .qodef-e-content:after{content:'';position:absolute;top:20%;left:-140%;width:300%;height:200%;background:-o-radial-gradient(circle,#000 0,rgba(0,0,0,0) 29%);background:radial-gradient(circle,#000 0,rgba(0,0,0,0) 29%)}.qodef-room-list.qodef-layout--gallery.qodef-visible-info .qodef-e-content .qodef-e-excerpt,.qodef-room-list.qodef-layout--gallery.qodef-visible-info .qodef-e-content .qodef-e-info-items,.qodef-room-list.qodef-layout--gallery.qodef-visible-info .qodef-e-content .qodef-e-title{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-room-list.qodef-layout--gallery .qodef-e-excerpt{margin-top:10px}.qodef-room-list.qodef-layout--gallery .qodef-e-price-label,.qodef-room-list.qodef-layout--gallery .qodef-e-price-value{color:#fff}.qodef-room-list.qodef-layout--gallery .qodef-m-pagination.qodef--load-more{margin-top:40px}@media only screen and (min-width:1025px){.qodef-room-list.qodef-layout--gallery.qodef-col-num--1 .qodef-e-excerpt{max-width:40%}}.qodef-room-list.qodef-layout--gallery:not(.qodef-col-num--1) .swiper-button-next,.qodef-room-list.qodef-layout--gallery:not(.qodef-col-num--1) .swiper-button-prev{display:none}.qodef-room-list.qodef-layout--simple .qodef-e-media-image,.qodef-room-list.qodef-layout--simple .qodef-e-media-slider{margin-bottom:20px}.qodef-room-list.qodef-layout--simple .qodef-e-content{margin-bottom:22px}.qodef-room-list.qodef-layout--simple .qodef-e-info-items{margin-top:0;color:#910c19}.qodef-room-list.qodef-layout--simple .qodef-e-excerpt{margin-top:13px}.qodef-room-list.qodef-layout--standard.qodef-col-num--1 .qodef-room-list-item{margin-bottom:80px}.qodef-room-list.qodef-layout--standard.qodef-col-num--1 .qodef-room-list-item:last-child{margin-bottom:55px}.qodef-room-list.qodef-layout--standard .qodef-e-media-image,.qodef-room-list.qodef-layout--standard .qodef-e-media-slider{margin-bottom:40px}.qodef-room-list.qodef-layout--standard .qodef-e-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0 -30px}.qodef-room-list.qodef-layout--standard .qodef-e-content>*{padding:0 30px}.qodef-room-list.qodef-layout--standard .qodef-e-content-text{width:67%;border-right:1px solid rgba(0,0,0,.18)}.qodef-room-list.qodef-layout--standard .qodef-e-content-info{width:33%}.qodef-room-list.qodef-layout--standard .qodef-e-excerpt{margin-top:14px}.qodef-room-list.qodef-layout--standard .qodef-e-button{margin-top:29px}.qodef-room-list.qodef-layout--standard .qodef-e-info-items{margin-bottom:12px;color:#000}.qodef-room-reservation-filter{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field label{margin-bottom:5px;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em;color:#000}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field input,.qodef-room-reservation-filter .qodef-m-form .qodef-m-field select{margin-bottom:0}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field input:hover,.qodef-room-reservation-filter .qodef-m-form .qodef-m-field select:hover{border-color:#000}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field .select2-container--default{margin-bottom:0}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field .select2-container--default .select2-selection--single:hover{border-color:#000}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--room-amount .qodef-e-input,.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--room-type .qodef-e-input{width:100%}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-input-icon{top:calc(50% - 10px);width:20px}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons{position:absolute;top:100%;left:0;width:100%;display:block;padding:20px;background-color:#faf9f5;border:1px solid rgba(0,0,0,.18);border-top-width:0;visibility:hidden;z-index:-1;opacity:0;-webkit-transition:.35s ease-out;-o-transition:.35s ease-out;transition:.35s ease-out}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--above{top:auto;bottom:calc(100% - 24px);border-top-width:1px;border-bottom-width:0}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--opened{visibility:visible;z-index:999;opacity:1}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-person{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-input{-ms-flex-negative:0;flex-shrink:0;width:44px}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection--single{height:auto;padding:3px 6px;line-height:22px}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow{right:2px;width:20px}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow:before{font-size:10px}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-text{color:#000}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-description{display:block;font-size:13px;line-height:1}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-person.qodef--button{margin:16px 0 0}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-person.qodef--button .qodef-button{padding-top:7px;padding-bottom:7px}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field-title{margin:0}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field-input-wrapper{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-room-reservation-filter .qodef-m-form .qodef-m-field-input-icon{position:absolute;top:calc(50% - 8px);right:18px;width:16px;height:auto;fill:none;stroke:#000;z-index:1;cursor:pointer}.qodef-room-reservation-filter .qodef-m-spinner{position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);width:60px;color:#910c19;fill:currentColor;-webkit-animation:qode-rotate 2s infinite linear;animation:qode-rotate 2s infinite linear;z-index:2}.qodef-room-reservation-filter:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);z-index:1}.qodef-room-reservation-filter.qodef--loaded:after{display:none}.qodef-room-reservation-filter.qodef--loaded .qodef-m-spinner{display:none}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-title{color:#fff}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field label{color:#fff}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field input,.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field select{color:#b8b8b8;border-color:rgba(124,124,124,.29)}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field input:hover,.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field select:hover{border-color:#fff}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field>.select2-container--default .select2-selection--single{color:#b8b8b8;border-color:rgba(124,124,124,.29)}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field>.select2-container--default .select2-selection--single .select2-selection__arrow{color:#b8b8b8}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field>.select2-container--default .select2-selection--single:hover{border-color:#fff}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field-input-icon{stroke:#b8b8b8}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef--booking .qodef-button.qodef-layout--outlined{color:#fff;background-color:transparent;border-color:#fff}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef--booking .qodef-button.qodef-layout--outlined .qodef-m-background-holder{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef--booking .qodef-button.qodef-layout--outlined:hover{color:#fff;background-color:transparent}.qodef-room-reservation-filter.qodef-skin--light .qodef-m-form .qodef--booking .qodef-button.qodef-layout--outlined:hover .qodef-m-background-holder{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.qodef-room-reservation-filter.qodef-layout--horizontal{padding:24px 24px 28px 24px;background-color:#faf9f5}.qodef-room-reservation-filter.qodef-layout--horizontal .qodef-m-form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:0 -12px}.qodef-room-reservation-filter.qodef-layout--horizontal .qodef-m-form .qodef-m-field{padding:0 12px}.qodef-room-reservation-filter.qodef-layout--horizontal .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons{left:12px;width:calc(100% - 24px)}.qodef-room-reservation-filter.qodef-layout--horizontal .qodef-m-spinner{top:calc(50% - 20px);left:calc(50% - 20px);width:40px}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-form-wrapper{position:absolute;left:0;bottom:0;width:100%;z-index:99;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-content-grid{position:relative;padding:24px;background-color:#faf9f5}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-content-grid:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);z-index:1}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:0 -12px}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field{padding:0 12px}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field>.select2-container--default{width:100%!important}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons{left:12px;width:calc(100% - 24px)}.qodef-room-reservation-filter.qodef-layout--revolution-slider.qodef--loaded .qodef-content-grid:after{display:none}.qodef-room-reservation-filter.qodef-layout--split{padding:26px 40px 40px;background-color:#faf9f5}.qodef-room-reservation-filter.qodef-layout--split .qodef-m-title{margin:0 0 39px}.qodef-room-reservation-filter.qodef-layout--split .qodef-m-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px}.qodef-room-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field{width:50%;margin-bottom:36px;padding:0 20px}.qodef-room-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons{left:20px;width:calc(100% - 40px)}.qodef-room-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field.qodef--booking{width:100%;margin:4px 0 0}.qodef-room-reservation-filter.qodef-layout--vertical{padding:26px 40px 40px;background-color:#faf9f5}.qodef-room-reservation-filter.qodef-layout--vertical .qodef-m-title{margin:0 0 39px}.qodef-room-reservation-filter.qodef-layout--vertical .qodef-m-form .qodef-m-field{margin-bottom:31px}.qodef-room-reservation-filter.qodef-layout--vertical .qodef-m-form .qodef-m-field>.select2-container--default{width:100%!important}.qodef-room-reservation-filter.qodef-layout--vertical .qodef-m-form .qodef-m-field.qodef--booking{margin:4px 0 0}.qodef-room-reservation-filter.qodef-layout--vertical.qodef--without-title{padding:23px 40px 25px}#qodef-room-related-items{position:relative;margin-top:13px;margin-bottom:-10px}#qodef-room-related-items .qodef-m-title{margin:0 0 21px}.qodef-testimonials-list-wrapper{position:relative}.qodef-testimonials-list-wrapper>.swiper-button-next,.qodef-testimonials-list-wrapper>.swiper-button-prev{margin-top:-25px!important}.qodef-testimonials-list.qodef-swiper-container{cursor:-webkit-grab;cursor:grab}.qodef-testimonials-list .qodef-e-inner{padding-bottom:40px}.qodef-testimonials-list .qodef-e-media-image{width:65px;margin-bottom:21px;line-height:0}.qodef-testimonials-list .qodef-e-media-image img{border-radius:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-testimonials-list .qodef-e-title{position:relative;margin:0 0 23px;z-index:2}.qodef-testimonials-list .qodef-e-text{margin:0 0 42px;font-size:21px;line-height:1.476190476190476em}.qodef-testimonials-list .qodef-e-author{margin:0}.qodef-testimonials-list .qodef-e-author .qodef-e-author-name{color:#910c19}.qodef-testimonials-list .qodef-e-author>*{display:block}.qodef-testimonials-list .qodef-e-mark{position:absolute;top:-45px;left:calc(50% - 47px);display:block;color:#fff;z-index:1}.qodef-testimonials-list .qodef-e-mark svg{display:block;width:95px;fill:currentColor;stroke:none}.qodef-testimonials-list.qodef-swiper-container .qodef-e-inner{padding-bottom:0}.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide{opacity:0;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active,.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-visible{opacity:1;-webkit-transition:opacity .4s ease-out .2s;-o-transition:opacity .4s ease-out .2s;transition:opacity .4s ease-out .2s}.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .qodef-e-content{padding:0 15%}@media only screen and (max-width:680px){.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .qodef-e-content{padding:0 30px}}.qodef-testimonials-list.qodef-content-position--center{text-align:center}.qodef-testimonials-list.qodef-content-position--center .qodef-e-media-image{margin-right:auto;margin-left:auto}.qodef-testimonials-list.qodef-content-position--center .qodef-e-title{margin-bottom:8px}.qodef-testimonials-list.qodef-content-position--center .qodef-e-text{margin-bottom:9px}.qodef-testimonials-list.qodef-icon-behind--title{padding-top:25px}.qodef-testimonials-list.qodef-icon-behind--text .qodef-e-title{margin-bottom:30px}.qodef-testimonials-list.qodef-icon-behind--text .qodef-e-text{position:relative;margin-bottom:30px;z-index:1}.qodef-testimonials-list.qodef-icon-behind--text .qodef-e-mark{top:25px;z-index:-1}.qodef-testimonials-list.qodef-icon-behind--text.qodef-skin--light .qodef-e-mark{color:#302b26}.qodef-testimonials-list.qodef-content-position--right{text-align:right}.qodef-testimonials-list.qodef-skin--light .qodef-e-title{color:#fff}.qodef-testimonials-list.qodef-skin--light .qodef-e-text{color:#b8b8b8}.qodef-testimonials-list.qodef-skin--light .swiper-button-next,.qodef-testimonials-list.qodef-skin--light .swiper-button-prev{color:#fff}.qodef-testimonials-list.qodef-skin--light .swiper-button-next:hover,.qodef-testimonials-list.qodef-skin--light .swiper-button-prev:hover{color:rgba(255,255,255,.4)}.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before{background-color:#fff}@media only screen and (max-width:680px){.qodef-testimonials-list .swiper-button-prev{left:0!important}.qodef-testimonials-list .swiper-button-next{right:0!important}}@-webkit-keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@-webkit-keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}@keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}.qodef-search-cover-form{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;background-color:#fff;z-index:-1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-search-cover-form .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 70px}.qodef-search-cover-form .qodef-m-form-field{padding:0;margin-bottom:0;font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500;background-color:transparent;border:0;border-radius:0;outline-offset:0}@media only screen and (max-width:680px){.qodef-search-cover-form .qodef-m-form-field{font-size:22px}}.qodef-search-cover-form .qodef-m-form-field:focus{color:#910c19}.qodef-search-cover-form .qodef-m-form-field::-webkit-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::-moz-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-close{-ms-flex-negative:0;flex-shrink:0}.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack{font-size:23px}.qodef-covers-search--fadeout .qodef-search-cover-form{-webkit-animation:cover_search_fade_out .3s ease both;animation:cover_search_fade_out .3s ease both}.qodef-covers-search--fadein .qodef-search-cover-form{-webkit-animation:cover_search_fade_in .3s ease both;animation:cover_search_fade_in .3s ease both}.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form{display:none}.qodef-search-opener>*{position:relative;display:inline-block;vertical-align:middle;line-height:inherit}.qodef-search-opener.qodef-source--icon-pack{font-size:23px}.qodef-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-accordion .qodef-accordion-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-accordion.qodef--init{visibility:visible}.qodef-accordion.qodef-layout--simple .qodef-accordion-title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:14px 0 0;padding:8px 6px 8px 0;border-bottom:1px solid rgba(0,0,0,.18);-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;cursor:pointer}.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child{margin-top:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark{position:relative;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:end;align-self:flex-end;width:20px;height:20px;font-size:20px;line-height:1;text-align:center}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span{position:absolute;display:block;width:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before{display:block;line-height:inherit}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--arrow-up{opacity:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--arrow-down{opacity:1}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover{border-color:#eee2d5}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--arrow-up,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--arrow-up{opacity:1}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--arrow-down,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--arrow-down{opacity:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content{padding:29px 5.8% 48px 0;margin:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content p{margin:0}.qodef-banner{position:relative;display:inline-block;vertical-align:top}.qodef-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-banner .qodef-m-image img{display:block;-webkit-transform:translateX(-4px) translateZ(0) scale(1.05);transform:translateX(-4px) translateZ(0) scale(1.05);-webkit-transition:.35s cubic-bezier(.4,.12,.4,.85);-o-transition:.35s cubic-bezier(.4,.12,.4,.85);transition:.35s cubic-bezier(.4,.12,.4,.85)}.qodef-banner .qodef-m-image:hover img{-webkit-transform:translateX(4px) translateZ(0) scale(1.05);transform:translateX(4px) translateZ(0) scale(1.05)}.qodef-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-banner .qodef-m-title{margin:0}@media only screen and (max-width:680px){.qodef-banner .qodef-m-title br{display:none}}.qodef-banner .qodef-m-text{margin:10px 0 0}.qodef-banner .qodef-m-button{margin:13px 0 0}.qodef-banner .qodef-m-button a{position:relative;z-index:2}.qodef-banner .qodef-m-button .qodef-m-text{margin:0}.qodef-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-banner.qodef-layout--link-overlay .qodef-m-content{left:-20px}@media only screen and (max-width:680px){.qodef-banner.qodef-layout--link-overlay .qodef-m-content{position:relative}}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{width:auto;max-width:90%;padding:31px 61px 42px 37px;position:relative;z-index:1;cursor:default}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-m-content-inner-background{background-color:#faf9f5;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-transform:scaleX(1.02);-ms-transform:scaleX(1.02);transform:scaleX(1.02);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition:.37s cubic-bezier(.25,.04,0,.93);-o-transition:.37s cubic-bezier(.25,.04,0,.93);transition:.37s cubic-bezier(.25,.04,0,.93);-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-m-content-inner-holder{position:relative;z-index:2;-webkit-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0);-webkit-transition:.37s cubic-bezier(.25,.04,0,.93);-o-transition:.37s cubic-bezier(.25,.04,0,.93);transition:.37s cubic-bezier(.25,.04,0,.93)}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner:hover .qodef-m-content-inner-background{-webkit-transform:scaleX(1.03);-ms-transform:scaleX(1.03);transform:scaleX(1.03)}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner:hover .qodef-m-content-inner-holder{-webkit-transform:translateX(10px) translateZ(0);transform:translateX(10px) translateZ(0)}@media only screen and (max-width:680px){.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{width:100%;max-width:100%;padding:21px 30px 28px 30px!important}}.qodef-banner.qodef-layout--link-overlay .qodef-m-title{position:relative;left:-2px}@media only screen and (max-width:680px){.qodef-banner.qodef-layout--link-overlay .qodef-m-button{display:none}}.qodef-banner.qodef-layout--link-overlay.qodef--has-text .qodef-m-content-inner{max-width:40%}@media only screen and (max-width:1024px){.qodef-banner.qodef-layout--link-overlay.qodef--has-text .qodef-m-content-inner{max-width:49%}}@media only screen and (max-width:768px){.qodef-banner.qodef-layout--link-overlay.qodef--has-text .qodef-m-content-inner{max-width:55%}}@media only screen and (max-width:680px){.qodef-banner.qodef-layout--link-overlay.qodef--has-text .qodef-m-content-inner{max-width:100%}.qodef-banner.qodef-layout--link-overlay.qodef--has-text .qodef-m-content-inner>.qodef-m-text{display:none}}.qodef-banner.qodef-layout--link-overlay.qodef--has-button .qodef-m-content{left:0}.qodef-blockquote{position:relative;display:inline-block;width:100%;vertical-align:top;padding:14px 22px 8px}.qodef-blockquote:before{content:'';position:absolute;display:block;width:1px;height:100%;top:0;left:0;background-color:#910c19}.qodef-blockquote.qodef-alignment--center{text-align:center}.qodef-blockquote.qodef-alignment--left{text-align:left}.qodef-blockquote.qodef-alignment--right{text-align:right}.qodef-blockquote .qodef-m-title{margin:0;color:#910c19}.qodef-blockquote .qodef-m-author{margin:10px 0 0;color:#910c19}.qodef-button.qodef-html--link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:2em;color:#000;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;padding:12px 38px}.qodef-button.qodef-size--small{padding:8px 33px}.qodef-button.qodef-size--large{padding:12px 42px}.qodef-button.qodef-size--full{width:100%;padding:12px 12px;text-align:center}.qodef-button.qodef-layout--filled.qodef-html--link{color:#fff;background-color:#910c19;border:1px solid transparent}.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text{position:relative;z-index:1}.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-background-holder{position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#000;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.5s cubic-bezier(.75,.01,.13,1.01);-o-transition:.5s cubic-bezier(.75,.01,.13,1.01);transition:.5s cubic-bezier(.75,.01,.13,1.01);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-browser--safari .qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-background-holder{width:calc(100% + 3px)}.qodef-button.qodef-layout--filled.qodef-html--link:hover{color:#fff}.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-background-holder{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-button-inverted-hover .qodef-button.qodef-layout--filled.qodef-html--link{border-color:#fff;background-color:transparent}.qodef-button-inverted-hover .qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-background-holder{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;background-color:#910c19;right:-1px;left:auto}.qodef-button-inverted-hover .qodef-button.qodef-layout--filled.qodef-html--link:hover{color:#fff}.qodef-button-inverted-hover .qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-background-holder{width:0}.qodef-button.qodef-layout--outlined{color:#000;background-color:transparent;border:1px solid rgba(0,0,0,.6);-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.qodef-button.qodef-layout--outlined .qodef-m-text{position:relative;z-index:1}.qodef-button.qodef-layout--outlined .qodef-m-background-holder{position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#910c19;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.5s cubic-bezier(.75,.01,.13,1.01);-o-transition:.5s cubic-bezier(.75,.01,.13,1.01);transition:.5s cubic-bezier(.75,.01,.13,1.01);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-browser--safari .qodef-button.qodef-layout--outlined .qodef-m-background-holder{width:calc(100% + 3px)}.qodef-button.qodef-layout--outlined:hover{color:#fff;background-color:transparent}.qodef-button.qodef-layout--outlined:hover .qodef-m-background-holder{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-button.qodef-layout--textual{padding:0!important;color:#000;background-color:transparent;border:0}.qodef-button.qodef-layout--textual .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-button.qodef-layout--textual .qodef-m-plus{position:relative;top:-1px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:7px;height:7px;vertical-align:middle;margin-left:4px}.qodef-button.qodef-layout--textual .qodef-m-plus:after,.qodef-button.qodef-layout--textual .qodef-m-plus:before{content:'';position:absolute;background-color:currentColor}.qodef-button.qodef-layout--textual .qodef-m-plus:before{height:1px;width:100%}.qodef-button.qodef-layout--textual .qodef-m-plus:after{height:100%;width:1px}.qodef-button.qodef-layout--textual:hover{color:#910c19}.qodef-cards-gallery{position:relative;display:inline-block;width:100%;vertical-align:top;padding:10px 0}.qodef-cards-gallery .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-cards-gallery img{position:relative;display:block;-webkit-box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-shadow:3px 3px 16px 2px rgba(0,0,0,.04)}.qodef-cards-gallery .qodef-m-fake-card{position:relative;display:block;opacity:0;visibility:hidden;pointer-events:none}.qodef-cards-gallery .qodef-m-card{position:absolute;-webkit-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease}.qodef-cards-gallery .qodef-m-card.qodef-animating{-webkit-transition:all 1s cubic-bezier(.19,1,.22,1);-o-transition:all 1s cubic-bezier(.19,1,.22,1);transition:all 1s cubic-bezier(.19,1,.22,1);pointer-events:none}.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings{-webkit-transition:all .6s cubic-bezier(0,0,0,1);-o-transition:all .6s cubic-bezier(0,0,0,1);transition:all .6s cubic-bezier(0,0,0,1);pointer-events:none}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{left:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.5) translateX(80%);-ms-transform:scale(.5) translateX(80%);transform:scale(.5) translateX(80%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.6) translateX(54%);-ms-transform:scale(.6) translateX(54%);transform:scale(.6) translateX(54%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.7) translateX(35%);-ms-transform:scale(.7) translateX(35%);transform:scale(.7) translateX(35%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.8) translateX(21%);-ms-transform:scale(.8) translateX(21%);transform:scale(.8) translateX(21%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.9) translateX(9.2%);-ms-transform:scale(.9) translateX(9.2%);transform:scale(.9) translateX(9.2%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover{margin-left:10px!important}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{right:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.5) translateX(-80%);-ms-transform:scale(.5) translateX(-80%);transform:scale(.5) translateX(-80%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.6) translateX(-54%);-ms-transform:scale(.6) translateX(-54%);transform:scale(.6) translateX(-54%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.7) translateX(-35%);-ms-transform:scale(.7) translateX(-35%);transform:scale(.7) translateX(-35%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.8) translateX(-21%);-ms-transform:scale(.8) translateX(-21%);transform:scale(.8) translateX(-21%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.9) translateX(-9.2%);-ms-transform:scale(.9) translateX(-9.2%);transform:scale(.9) translateX(-9.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover{margin-right:10px!important}.no-touch .qodef-cards-gallery.qodef-animation--bundle img{visibility:hidden}@-webkit-keyframes qodefCardAppearFromRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;visibility:visible}30%{opacity:1;visibility:visible}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes qodefCardAppearFromRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;visibility:visible}30%{opacity:1;visibility:visible}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img{-webkit-animation:qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards;animation:qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){-webkit-animation-delay:.2s;animation-delay:.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){-webkit-animation-delay:.4s;animation-delay:.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){-webkit-animation-delay:.6s;animation-delay:.6s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){-webkit-animation-delay:.8s;animation-delay:.8s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){-webkit-animation-delay:1s;animation-delay:1s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){-webkit-animation-delay:1.2s;animation-delay:1.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){-webkit-animation-delay:1.4s;animation-delay:1.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){-webkit-animation-delay:1.6s;animation-delay:1.6s}@-webkit-keyframes qodefCardAppearFromLeft{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}30%{visibility:visible;opacity:1}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes qodefCardAppearFromLeft{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}30%{visibility:visible;opacity:1}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img{-webkit-animation:qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards;animation:qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){-webkit-animation-delay:.2s;animation-delay:.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){-webkit-animation-delay:.4s;animation-delay:.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){-webkit-animation-delay:.6s;animation-delay:.6s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){-webkit-animation-delay:.8s;animation-delay:.8s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){-webkit-animation-delay:1s;animation-delay:1s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){-webkit-animation-delay:1.2s;animation-delay:1.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){-webkit-animation-delay:1.4s;animation-delay:1.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){-webkit-animation-delay:1.6s;animation-delay:1.6s}.qodef-centered-slider.qodef---has-hover .qodef-m-image-holder{overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.qodef-centered-slider.qodef---has-hover .qodef-m-image-holder .qodef-m-image{-webkit-transform:translateX(-4px) translateZ(0) scale(1.2);transform:translateX(-4px) translateZ(0) scale(1.2);-webkit-transition:.29s cubic-bezier(.4,.12,.4,.85);-o-transition:.29s cubic-bezier(.4,.12,.4,.85);transition:.29s cubic-bezier(.4,.12,.4,.85)}.qodef-centered-slider.qodef---has-hover .qodef-m-image-holder:hover .qodef-m-image{-webkit-transform:translateX(4px) translateZ(0) scale(1.2);transform:translateX(4px) translateZ(0) scale(1.2);-webkit-transition:.35s cubic-bezier(.4,.12,.4,.85);-o-transition:.35s cubic-bezier(.4,.12,.4,.85);transition:.35s cubic-bezier(.4,.12,.4,.85)}.qodef-centered-slider .qodef-m-item{margin:0 20px;width:39.254%}.qodef-centered-slider .qodef-m-title{margin:36px 0 0}.qodef-centered-slider .qodef-m-subtitle{display:block;margin:0;color:#910c19}.qodef-centered-slider .qodef-m-subtitle,.qodef-centered-slider .qodef-m-title{opacity:0;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);-webkit-transition:opacity .2s ease-out 0s,-webkit-transform .2s ease-out .5s;transition:opacity .2s ease-out 0s,-webkit-transform .2s ease-out .5s;-o-transition:opacity .2s ease-out 0s,transform .2s ease-out .5s;transition:opacity .2s ease-out 0s,transform .2s ease-out .5s;transition:opacity .2s ease-out 0s,transform .2s ease-out .5s,-webkit-transform .2s ease-out .5s;text-align:center}.qodef-centered-slider .swiper-slide-active .qodef-m-subtitle,.qodef-centered-slider .swiper-slide-active .qodef-m-title,.qodef-centered-slider .swiper-slide-duplicate-active .qodef-m-subtitle,.qodef-centered-slider .swiper-slide-duplicate-active .qodef-m-title{-webkit-transition:opacity .45s ease-out,-webkit-transform .45s ease-out;transition:opacity .45s ease-out,-webkit-transform .45s ease-out;-o-transition:opacity .45s ease-out,transform .45s ease-out;transition:opacity .45s ease-out,transform .45s ease-out;transition:opacity .45s ease-out,transform .45s ease-out,-webkit-transform .45s ease-out;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-centered-slider .swiper-slide-active .qodef-m-title,.qodef-centered-slider .swiper-slide-duplicate-active .qodef-m-title{-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-centered-slider .swiper-slide-active .qodef-m-subtitle,.qodef-centered-slider .swiper-slide-duplicate-active .qodef-m-subtitle{-webkit-transition-delay:.36s;-o-transition-delay:.36s;transition-delay:.36s}.qodef-centered-slider:not(.qodef--has-title) .qodef-m-item{-webkit-box-shadow:0 0 21px 0 rgba(130,45,21,.1);box-shadow:0 0 21px 0 rgba(130,45,21,.1)}.qodef-centered-slider.qodef--has-title:after{content:'';position:absolute;display:block;width:68.314%;height:100%;top:25.3%;left:15.843%;background-color:#f6f3ea;z-index:0}.qodef-centered-slider.qodef--has-title .swiper-wrapper{padding-bottom:44px}.qodef-centered-slider.qodef--has-title .swiper-navigation{position:absolute;display:block;width:68.314%;height:51px;bottom:48px;left:15.843%;margin:0 auto}.qodef-centered-slider.qodef--has-title .qodef-m-item{margin:0 2.06%}.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-countdown .qodef-label{font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){.qodef-countdown .qodef-label{font-size:22px}}.qodef-countdown.qodef-show--1 .qodef-digit-wrapper{width:100%}.qodef-countdown.qodef-show--2 .qodef-digit-wrapper{width:50%}.qodef-countdown.qodef-show--3 .qodef-digit-wrapper{width:33.33333%}.qodef-countdown.qodef-show--4 .qodef-digit-wrapper{width:25%}.qodef-countdown.qodef-show--5 .qodef-digit-wrapper{width:20%}.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:16.66667%}.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label{color:#fff}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{display:inline-block;vertical-align:top;padding:0 20px}.qodef-countdown.qodef-layout--simple .qodef-digit{font-family:inherit;font-size:50px;line-height:1em;color:#910c19}.qodef-countdown.qodef-layout--simple .qodef-label{margin-top:3px}.qodef-counter .qodef-m-digit{font-family:inherit;font-size:50px;line-height:1;color:#910c19}.qodef-counter .qodef-m-title{margin:9px 0 0}.qodef-counter .qodef-m-text{margin:17px 0 0}.qodef-counter.qodef-layout--simple{text-align:center}.qodef-custom-font{position:relative;margin:0}.qodef-dropcaps{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-dropcaps .qodef-m-letter{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;float:left;margin:0 16px 5px 0;font-family:Cormorant,serif;font-size:90px;line-height:.8em;font-weight:600;color:#910c19}.qodef-dropcaps .qodef-m-text{display:inline;margin:0}.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{width:40px;height:40px;font-size:25px;line-height:1.2em;font-weight:500;color:#fff;background-color:#910c19}@media only screen and (max-width:680px){.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{font-size:22px}}.qodef-dropcaps.qodef-type--circle .qodef-m-letter{border-radius:100%}.qodef-google-map{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-google-map .qodef-m-map{display:block;width:100%}.qodef-google-map .qodef-m-map embed,.qodef-google-map .qodef-m-map iframe,.qodef-google-map .qodef-m-map object{width:100%;display:block}.qodef-google-map .qodef-m-map img{max-width:none}.qodef-highlight .qodef-highlight-text{padding:0 5px;color:#fff;background-color:#000}.qodef-icon-list-item{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-icon-list-item .qodef-e-title{position:relative;display:inline-block;vertical-align:top;margin:0;line-height:1}.qodef-icon-list-item .qodef-e-title a{display:block}.qodef-icon-list-item .qodef-e-title-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-icon-list-item .qodef-icon-holder{-ms-flex-negative:0;flex-shrink:0;margin-right:5px;float:none}.qodef-icon-list-item .qodef-icon-holder .qodef-icon{font-size:18px}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img{display:block}#qodef-page-sidebar .widget.widget_alloggio_core_icon_list_item{margin-bottom:0}#qodef-page-footer .widget.widget_alloggio_core_icon_list_item{margin-bottom:0}#qodef-side-area .widget.widget_alloggio_core_icon_list_item{margin-bottom:0}.qodef-icon-with-text .qodef-m-title{margin:0}.qodef-icon-with-text .qodef-m-title a{display:block}.qodef-icon-with-text .qodef-m-text{margin:17px 0 0}.qodef-icon-with-text .qodef-m-icon-wrapper{line-height:1}.qodef-icon-with-text .qodef-icon-holder{float:none}.qodef-icon-with-text .qodef-icon-holder .qodef-icon{color:#910c19}.qodef-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img{display:block}.qodef-icon-with-text.qodef-layout--before-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title{line-height:1}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:5px}.qodef-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:6px}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center{text-align:center}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left{text-align:left}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right{text-align:right}.qodef-icon-holder{position:relative;display:inline-block;vertical-align:top;width:auto;line-height:1}.qodef-icon-holder.qodef-payment-icon .qodef-icon{color:#c5c0b1}.qodef-icon-holder.qodef-payment-icon .qodef-icon:hover{color:#910c19}.qodef-icon-holder a{display:block}.qodef-icon-holder .qodef-icon{display:block;line-height:inherit;-webkit-transition:.25s ease-out;-o-transition:.25s ease-out;transition:.25s ease-out}.qodef-icon-holder .qodef-icon:before{display:block;line-height:inherit}.qodef-icon-holder.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square{width:2em;height:2em;line-height:2em;text-align:center;color:#fff;background-color:#910c19;-webkit-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;-o-transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;transition:color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out}.qodef-icon-holder.qodef-layout--circle a,.qodef-icon-holder.qodef-layout--square a{color:inherit;-webkit-transition:none;-o-transition:none;transition:none}.qodef-icon-holder.qodef-layout--circle:hover,.qodef-icon-holder.qodef-layout--square:hover{background-color:#000}.qodef-icon-holder.qodef-layout--circle{border-radius:50%}.qodef-icon-holder.qodef-size--tiny{font-size:1.33333333em}.qodef-icon-holder.qodef-size--small{font-size:2em}.qodef-icon-holder.qodef-size--medium{font-size:3em}.qodef-icon-holder.qodef-size--large{font-size:4em}.qodef-icon-holder.qodef-size--huge{font-size:5em}.widget.widget_alloggio_core_icon{display:inline-block;line-height:1}#qodef-page-sidebar .widget.widget_alloggio_core_icon{margin-bottom:0}#qodef-page-footer .widget.widget_alloggio_core_icon{margin-bottom:0}#qodef-side-area .widget.widget_alloggio_core_icon{margin-bottom:0}.qodef-image-gallery-info{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-gallery-info .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -50px}.qodef-image-gallery-info .qodef-m-inner .qodef-m-gallery,.qodef-image-gallery-info .qodef-m-inner .qodef-m-items{padding:0 50px}.qodef-image-gallery-info .qodef-m-inner .qodef-m-items{width:48.5%}.qodef-image-gallery-info .qodef-m-inner .qodef-m-gallery{width:51.5%}.qodef-image-gallery-info .qodef-m-inner .qodef-m-gallery .qodef-image-gallery{max-width:760px}.qodef-image-gallery-info .qodef-m-inner .qodef-m-items{max-width:670px}@media only screen and (min-width:1025px){.qodef-image-gallery-info .qodef-m-inner .qodef-m-items{margin-top:-78px}}.qodef-image-gallery-info .qodef-m-title{margin:0}.qodef-image-gallery-info .qodef-m-subtitle{margin:24px 0 0}.qodef-image-gallery-info span.qodef-m-subtitle{display:block}@media only screen and (min-width:1025px){.qodef-image-gallery-info span.qodef-m-subtitle{font-size:21px;line-height:1.476190476190476em}}.qodef-image-gallery-info .qodef-m-text-items{margin:42px 0 20px}.qodef-image-gallery-info .qodef-m-text-items .qodef-m-text{position:absolute;top:0;left:0;margin:0;opacity:0;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;z-index:-1;line-height:34px}.qodef-image-gallery-info .qodef-m-text-items .qodef-m-text.qodef--active{position:relative;opacity:1;z-index:9}.qodef-image-gallery-info .qodef-m-button{margin:45px 0 0}.qodef-image-gallery-info .qodef-swiper-container:after{position:absolute;top:0;left:0;width:100%;height:calc(100% - 70px);content:'';border:1px solid #eaeaea;z-index:1}.qodef-image-gallery.qodef--has-shadow .swiper-slide{-webkit-box-shadow:0 0 21px 0 rgba(130,45,21,.1);box-shadow:0 0 21px 0 rgba(130,45,21,.1)}.qodef-image-gallery.qodef--has-shadow .qodef-image-wrapper:not(.swiper-slide) img{-webkit-box-shadow:0 0 21px 0 rgba(130,45,21,.1);box-shadow:0 0 21px 0 rgba(130,45,21,.1)}.qodef-image-gallery.qodef--has-border .qodef-image-wrapper img{border:1px solid #eaeaea}.qodef-image-gallery.qodef-layout--columns.qodef--predefined .qodef-grid-item a,.qodef-image-gallery.qodef-layout--columns.qodef--predefined .qodef-grid-item img{display:block;width:100%}@media only screen and (min-width:481px){.qodef-image-gallery.qodef-layout--columns.qodef--predefined>.qodef-grid-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-image-gallery.qodef-layout--columns.qodef--predefined>.qodef-grid-inner a,.qodef-image-gallery.qodef-layout--columns.qodef--predefined>.qodef-grid-inner img{height:100%}.qodef-image-gallery.qodef-layout--columns.qodef--predefined.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+2),.qodef-image-gallery.qodef-layout--columns.qodef--predefined.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+3){width:50%}}.qodef-image-with-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image a,.qodef-image-with-text .qodef-m-image img{display:block}.qodef-image-with-text .qodef-m-caption{display:block;margin:1px 0 0;font-size:15px;line-height:2.333333333333333em;color:#910c19}.qodef-image-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-title{margin:31px 0 0}.qodef-image-with-text span.qodef-m-title{display:block;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em;color:#000}.qodef-image-with-text .qodef-m-text{margin:17px 0 0}.qodef-image-with-text.qodef--has-shadow .qodef-m-image{-webkit-box-shadow:0 0 21px 0 rgba(130,45,21,.1);box-shadow:0 0 21px 0 rgba(130,45,21,.1)}.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder{position:relative;overflow:hidden;border:1px solid #eaeaea}.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner{position:absolute;top:0;left:0;height:100%;width:100%}.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner a{position:absolute;top:0;left:0;height:100%;width:100%;z-index:100}.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder img{-webkit-transition-timing-function:cubic-bezier(.45,.05,.55,.95);-o-transition-timing-function:cubic-bezier(.45,.05,.55,.95);transition-timing-function:cubic-bezier(.45,.05,.55,.95)}.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-e-frame{vertical-align:middle}@media only screen and (max-width:768px){.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-e-frame{max-height:50vh}}.qodef-image-with-text.qodef-action--scrolling-image.qodef-scrolling--vertical .qodef-m-image-holder-inner .qodef-e-main-image{width:100%}.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:31px -46px 0}.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content>*{margin:0;padding:0 46px}.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content .qodef-m-title{-ms-flex-negative:0;flex-shrink:0}.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content .qodef-m-text{width:75%;color:#910c19;border-left:1px solid rgba(0,0,0,.18)}@media only screen and (max-width:1440px){.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content{margin-left:-30px;margin-right:-30px}.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content>*{padding:0 30px}}@media only screen and (max-width:680px){.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content{-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content .qodef-m-text{width:100%;margin-top:14px;border-left:0}}.qodef-info-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-info-card .qodef-m-image{-ms-flex-negative:0;flex-shrink:0;-webkit-clip-path:inset(10% 0 10% 0);clip-path:inset(10% 0 10% 0)}.qodef-info-card .qodef-m-image a,.qodef-info-card .qodef-m-image img{display:block}.qodef-info-card .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding:100px 205px 100px 105px;background-color:#faf9f5;z-index:1}.qodef-info-card .qodef-m-title{margin:0}.qodef-info-card .qodef-m-subtitle{margin:24px 0 0}.qodef-info-card span.qodef-m-subtitle{display:block;font-size:21px;line-height:1.666666666666667em}.qodef-info-card .qodef-m-text{margin:22px 0 0}.qodef-info-card .qodef-m-button{margin:43px 0 0}.qodef-info-card .qodef-m-content-image{position:absolute;left:88px;bottom:-60px;z-index:-1}.qodef-info-card .qodef-m-content-image img{display:block}.qodef-info-card.qodef-image--right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.qodef-info-card.qodef-image--right .qodef-m-content-image{left:auto;right:88px}.qodef-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center;background-color:#faf9f5}.qodef-pricing-table.qodef-status--featured{background-color:#f3ece8}.qodef-pricing-table.qodef-status--featured:before{content:'\f005';font-family:'Font Awesome 5 free';position:absolute;display:block;top:25px;right:20px;font-size:35px;font-weight:900;-webkit-text-stroke:1px #910c19;-webkit-text-fill-color:transparent}.qodef-pricing-table .qodef-m-inner{padding:71px 10% 85px}.qodef-pricing-table .qodef-m-title p{font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;margin:0;font-weight:300}@media only screen and (max-width:1024px){.qodef-pricing-table .qodef-m-title p{font-size:29px}}.qodef-pricing-table .qodef-m-price{margin-top:-3px}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:7px 0 0;line-height:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-pricing-table .qodef-m-price .qodef-m-price-value{margin-right:3px;font-size:70px;color:#3e3b39}.qodef-pricing-table .qodef-m-price .qodef-m-price-currency{margin-top:5px}.qodef-pricing-table .qodef-m-content{margin:34px 0 0}.qodef-pricing-table .qodef-m-content ul{list-style:none;margin:0}.qodef-pricing-table .qodef-m-content ul li{color:#000;margin-bottom:8px}.qodef-pricing-table .qodef-m-content ul li:last-child{margin-bottom:0}.qodef-pricing-table .qodef-m-content ul li:before{content:'\f00c';font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.qodef-pricing-table .qodef-m-button .qodef-button{margin:39px 0 0}.qodef-progress-bar{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-progress-bar .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-progress-bar .qodef-m-canvas{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-progress-bar .qodef-m-canvas svg{display:block}.qodef-progress-bar .qodef-m-title{margin:20px 0 0}.qodef-progress-bar.qodef--init{visibility:visible}.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;font-family:Cormorant,serif;color:#000;font-size:18px;line-height:1.333333333333333em;font-weight:500}.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text{padding-top:20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.qodef-progress-bar.qodef-layout--line .qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.qodef-progress-bar.qodef-layout--line .proggress{width:0}.qodef-progress-bar.qodef-layout--line .percentCount{position:absolute;top:-26px;right:0;width:auto;font-size:21px;line-height:1;color:#000}.qodef-progress-bar.qodef-layout--line .qodef-m-title{margin:0 0 3px}.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount{left:0;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-section-title{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-section-title .qodef-m-title{margin:0}.qodef-section-title .qodef-m-text{margin:24px 0 0}.qodef-section-title span.qodef-m-text{display:block}@media only screen and (min-width:1025px){.qodef-section-title span.qodef-m-text{font-size:21px;line-height:1.476190476190476em}}.qodef-section-title.qodef-alignment--center{text-align:center}@media only screen and (min-width:1025px){.qodef-section-title.qodef-alignment--center .qodef-m-text{max-width:78%;margin-left:auto;margin-right:auto}}.qodef-section-title.qodef-alignment--left{text-align:left}.qodef-section-title.qodef-alignment--right{text-align:right}.qodef-separator{position:relative;height:auto;font-size:0;line-height:1}.qodef-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;margin:10px 0;border-bottom:1px solid rgba(0,0,0,.18)}.qodef-separator.qodef-position--center{text-align:center}.qodef-separator.qodef-position--left{text-align:left}.qodef-separator.qodef-position--right{text-align:right}#qodef-page-sidebar .widget.widget_alloggio_core_separator{margin-bottom:0}#qodef-page-footer .widget.widget_alloggio_core_separator{margin-bottom:0}#qodef-side-area .widget.widget_alloggio_core_separator{margin-bottom:0}.qodef-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-tabs.qodef--init{visibility:visible}.qodef-tabs .qodef-tabs-navigation{margin:0;padding:0;list-style:none}.qodef-tabs .qodef-tabs-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-tabs .qodef-tabs-content p{margin:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 26px 0 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{display:block;padding:0 3px 1px;font-family:Cormorant,serif;color:#000;font-size:25px;line-height:1.2em;font-weight:500}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{font-size:22px}}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-right:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a{color:#910c19}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 0 26px 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-bottom:0}}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{-ms-flex-negative:0;flex-shrink:0;display:block;padding-right:26px;margin-right:26px;border-right:1px solid rgba(0,0,0,.18)}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li{width:100%;margin-bottom:26px}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child{margin-bottom:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a{display:inline-block;width:auto}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}.qodef-video-button{position:relative;display:inline-block;vertical-align:middle}.qodef-video-button .qodef-m-play{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:60px;line-height:1}.qodef-video-button .qodef-m-play span{display:block;line-height:inherit}.qodef-video-button .qodef-m-play span svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;width:60px;overflow:visible}.qodef-video-button .qodef-m-play span svg circle{-webkit-transition:.45s cubic-bezier(.25,.04,0,.93);-o-transition:.45s cubic-bezier(.25,.04,0,.93);transition:.45s cubic-bezier(.25,.04,0,.93);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.qodef-video-button .qodef-m-play:hover span svg circle{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}#qodef-side-area{position:fixed;top:0;right:-420px;width:420px;height:100%;min-height:100%;padding:120px 40px 35px;background-color:#faf9f5;overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1)}.qodef-side-area--opened #qodef-side-area{right:0;visibility:visible}#qodef-side-area.qodef-alignment--center{text-align:center}#qodef-side-area.qodef-alignment--right{text-align:right}#qodef-side-area.qodef-alignment--left{text-align:left}#qodef-side-area-close{position:absolute;top:38px;right:38px;display:block;z-index:1000}.admin-bar #qodef-side-area-close{top:70px}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1{-webkit-transform:rotate(45deg) translate(-3px,14px);-ms-transform:rotate(45deg) translate(-3px,14px);transform:rotate(45deg) translate(-3px,14px)}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2{opacity:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--3{-webkit-transform:rotate(-45deg) translate(-5px,-4px);-ms-transform:rotate(-45deg) translate(-5px,-4px);transform:rotate(-45deg) translate(-5px,-4px);-ms-transform-origin:0 0;-webkit-transform-origin:0 100%;transform-origin:0 100%}.qodef-side-area-cover{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;overflow:hidden;z-index:0;-webkit-transition:opacity .2s ease-in-out,z-index .2s ease-in-out;-o-transition:opacity .2s ease-in-out,z-index .2s ease-in-out;transition:opacity .2s ease-in-out,z-index .2s ease-in-out}.qodef-side-area--opened .qodef-side-area-cover{opacity:1;z-index:1002}.qodef-social-share{position:relative;display:inline-block;vertical-align:top}.qodef-social-share .qodef-social-title{position:relative;display:inline-block;vertical-align:top;margin:0 5px 0 0;font-family:Cormorant,serif;color:#000;font-size:18px;line-height:1.333333333333333em;font-weight:500}.qodef-social-share ul{position:relative;display:inline-block;vertical-align:top;list-style:none;padding:0;margin:0}.qodef-social-share li{position:relative;display:inline-block;vertical-align:top;line-height:1;padding:0;margin:0}.qodef-social-share li a{font-size:16px}.qodef-social-share li.qodef-facebook-share a:hover{color:#3b5998}.qodef-social-share li.qodef-twitter-share a:hover{color:#00aced}.qodef-social-share li.qodef-linkedin-share a:hover{color:#007bb5}.qodef-social-share li.qodef-tumblr-share a:hover{color:#32506d}.qodef-social-share li.qodef-pinterest-share a:hover{color:#cb2027}.qodef-social-share li.qodef-vk-share a:hover{color:#45668e}.qodef-social-share.qodef-layout--dropdown{position:relative;display:inline-block;vertical-align:bottom}.qodef-social-share.qodef-layout--dropdown .qodef-social-title{margin:0;vertical-align:middle}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon{vertical-align:middle}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li{opacity:1;visibility:visible;cursor:pointer}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener{display:block}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title{display:inline-block;vertical-align:top;margin-right:5px}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown{position:absolute;visibility:hidden;z-index:950}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul{position:relative;display:block;z-index:990;margin:0;padding:0!important}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li{position:absolute;display:block;text-align:center;visibility:hidden;overflow:hidden;opacity:0;-webkit-transition:opacity .2s ease-out,visibility .2s ease-out;-o-transition:opacity .2s ease-out,visibility .2s ease-out;transition:opacity .2s ease-out,visibility .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a{-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li *{display:block;line-height:inherit}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown{bottom:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li{width:90px;height:30px;line-height:30px;border:1px solid rgba(0,0,0,.18)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child){border-top:none}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover{background-color:#3b5998;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover{background-color:#00aced;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover{background-color:#007bb5;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover{background-color:#32506d;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover{background-color:#cb2027;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover{background-color:#45668e;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a{font-size:14px;color:#4d4d4d;background-color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1){bottom:-30px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2){bottom:-60px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3){bottom:-90px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4){bottom:-120px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5){bottom:-150px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6){bottom:-180px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7){bottom:-210px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown{top:0;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:185px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{top:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:185px}.qodef-social-share.qodef-layout--list li{margin-right:15px}.qodef-social-share.qodef-layout--list li:last-child{margin-right:0}.qodef-social-share.qodef-layout--text li{margin-right:15px}.qodef-social-share.qodef-layout--text li:last-child{margin-right:0}.widget .qodef-social-share.qodef-layout--list .qodef-social-title{display:block;margin-bottom:21px}.widget .qodef-social-share.qodef-layout--text .qodef-social-title{display:block;margin-bottom:21px}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-page-spinner{position:fixed;top:0;bottom:0;right:0;left:0;z-index:99999}#qodef-page-spinner .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;color:#910c19;background-color:#fff}#qodef-page-spinner .qodef-m-spinner{position:relative}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1{position:absolute;top:50%;left:50%;height:50%;width:50%;z-index:1;-webkit-animation:qode-atom-shrink 4.5s infinite linear;animation:qode-atom-shrink 4.5s infinite linear}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before{content:'';position:absolute;top:-50%;left:-50%;height:100%;width:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{position:absolute;width:100%;height:100%;z-index:0}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{content:'';position:absolute;top:0;left:0;height:20px;width:20px;margin:0 auto;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2{-webkit-animation:qode-atom-zindex 1.5s .75s infinite steps(2,end);animation:qode-atom-zindex 1.5s .75s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease;animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end);animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before{-webkit-animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease;animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation:qode-atom-zindex 1.5s .25s infinite steps(2,end);animation:qode-atom-zindex 1.5s .25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{-webkit-animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease;animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock{position:relative;width:50px;height:50px;margin:-25px 0 0 -25px;-webkit-animation:qode-clock 8s infinite steps(8);animation:qode-clock 8s infinite steps(8)}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item{position:absolute;height:50px;width:50px}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before{content:'';position:absolute;height:18.31501832px;width:18.31501832px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-animation:qode-clock-1 1s ease-in infinite;animation:qode-clock-1 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-animation:qode-clock-2 1s ease-in infinite;animation:qode-clock-2 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:qode-clock-3 1s ease-in infinite;animation:qode-clock-3 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4{-webkit-animation:qode-clock-4 1s ease-in infinite;animation:qode-clock-4 1s ease-in infinite}#qodef-page-spinner.qodef-layout--cube .qodef-m-cube{width:60px;height:60px;margin:-30px 0 0 -30px;background-color:currentColor;-webkit-animation:qode-cube 1.2s infinite ease-in-out;animation:qode-cube 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse{position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;border-radius:50%;opacity:.6;-webkit-animation:qode-double-pulse 2s infinite ease-in-out;animation:qode-double-pulse 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2{-webkit-animation-delay:-1s;animation-delay:-1s}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles{position:relative;width:60px;height:60px;margin:-30px 0 0 -30px}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item{position:absolute;width:100%;height:100%}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1500ms);animation-delay:calc((600ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1500ms);animation-delay:calc((900ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1500ms);animation-delay:calc((1200ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2{-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1{-webkit-animation-delay:calc((300ms) - 1400ms);animation-delay:calc((300ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1400ms);animation-delay:calc((600ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1400ms);animation-delay:calc((900ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1400ms);animation-delay:calc((1200ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1{-webkit-animation-delay:calc((300ms) - 1300ms);animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1300ms);animation-delay:calc((600ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1300ms);animation-delay:calc((900ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1300ms);animation-delay:calc((1200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle{position:absolute;width:12px;height:12px;background-color:currentColor;border-radius:100%;-webkit-animation:qode-bounce-delay 1.2s infinite ease-in-out both;animation:qode-bounce-delay 1.2s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1{top:0;left:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2{top:0;right:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3{right:0;bottom:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4{left:0;bottom:0}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion{position:relative;width:30px;height:30px;margin:-45px 0 0 -30px}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item{position:absolute;top:50%;left:50%;height:40px;width:40px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1{top:0;left:50%;-webkit-animation:qode-fussion-ball-1 1s 0s ease infinite;animation:qode-fussion-ball-1 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2{top:50%;left:100%;-webkit-animation:qode-fussion-ball-2 1s 0s ease infinite;animation:qode-fussion-ball-2 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3{top:100%;left:50%;-webkit-animation:qode-fussion-ball-3 1s 0s ease infinite;animation:qode-fussion-ball-3 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4{top:50%;left:0;-webkit-animation:qode-fussion-ball-4 1s 0s ease infinite;animation:qode-fussion-ball-4 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--lines .qodef-m-lines{width:60px;height:60px;margin:0 0 0 -30px}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis{position:relative;height:50px;width:50px;margin:-25px 0 0 -25px;-webkit-animation:qode-mitosis-invert 2s infinite steps(2,end);animation:qode-mitosis-invert 2s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1{-webkit-animation:qode-mitosis-ball-1 1s infinite alternate linear;animation:qode-mitosis-ball-1 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2{-webkit-animation:qode-mitosis-ball-2 1s infinite alternate linear;animation:qode-mitosis-ball-2 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3{-webkit-animation:qode-mitosis-ball-3 1s infinite alternate linear;animation:qode-mitosis-ball-3 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4{-webkit-animation:qode-mitosis-ball-4 1s infinite alternate linear;animation:qode-mitosis-ball-4 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>*{margin:0;opacity:0;-webkit-animation:qode-fade-in 1s forwards;animation:qode-fade-in 1s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder{-ms-flex-negative:0;flex-shrink:0;-webkit-animation-delay:.5s;animation-delay:.5s}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line{position:relative;display:block;height:3px;width:500px;margin-top:20px;background-color:#e5e1dc;overflow:hidden;opacity:0;-webkit-animation:qode-fade-in 1s .3s forwards;animation:qode-fade-in 1s .3s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#910c19;width:0}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle{position:absolute;height:100%;width:100%;background:currentColor;border:0 solid currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse{width:32px;height:32px;margin:-16px 0 0 -16px;background-color:currentColor;border-radius:16px;-webkit-animation:qode-scaleout 1s infinite ease-in-out;animation:qode-scaleout 1s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles{width:60px;height:20px}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div{display:inline-block;width:12px;height:12px;margin:4px;background-color:currentColor;border-radius:100%;opacity:0;-webkit-animation:qode-ball-fall 1.5s ease infinite both;animation:qode-ball-fall 1.5s ease infinite both}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1){-webkit-animation-delay:calc((100ms) - 300ms);animation-delay:calc((100ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2){-webkit-animation-delay:calc((200ms) - 300ms);animation-delay:calc((200ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3){-webkit-animation-delay:calc((300ms) - 300ms);animation-delay:calc((300ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes{position:relative;width:32px;height:32px;margin:-16px 0 0 -16px}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube{position:absolute;top:0;left:0;width:10px;height:10px;background-color:currentColor;-webkit-animation:qode-rotating-cubes 1.8s infinite ease-in-out;animation:qode-rotating-cubes 1.8s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2{-webkit-animation-delay:-.9s;animation-delay:-.9s}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes{width:50px;height:60px;margin:-30px 0 0 -25px;text-align:center}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe{display:inline-block;float:left;height:100%;width:6px;margin:0 3px 0 0;background-color:currentColor;-webkit-animation:qode-stretch-delay 1.2s infinite ease-in-out;animation:qode-stretch-delay 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2{-webkit-animation-delay:calc((200ms) - 1300ms);animation-delay:calc((200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3{-webkit-animation-delay:calc((300ms) - 1300ms);animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4{-webkit-animation-delay:calc((400ms) - 1300ms);animation-delay:calc((400ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5{-webkit-animation-delay:calc((500ms) - 1300ms);animation-delay:calc((500ms) - 1300ms)}#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Cormorant,serif;color:#000;font-size:35px;line-height:1.142857142857143em;font-weight:500;opacity:0}@media only screen and (max-width:1024px){#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text{font-size:29px}}#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character{opacity:0}@-webkit-keyframes qodef-fade-in{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes qodef-fade-in{0%{opacity:0}50%{opacity:1}100%{opacity:0}}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px;text-align:center;-webkit-animation:qode-rotate-circles 2s infinite linear;animation:qode-rotate-circles 2s infinite linear}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle{position:absolute;top:0;width:60%;height:60%;display:inline-block;background-color:currentColor;border-radius:100%;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:qode-bounce 2s infinite ease-in-out;animation:qode-bounce 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles{width:150px;height:30px;margin:-15px 0 0 -75px}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle{float:left;height:30px;width:30px;margin-right:10px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1{-webkit-animation:qode-wave-jump-3 1.8s infinite ease-out;animation:qode-wave-jump-3 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2{-webkit-animation:qode-wave-jump-2 1.8s infinite ease-out;animation:qode-wave-jump-2 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3{-webkit-animation:qode-wave-jump-1 1.8s infinite ease-out;animation:qode-wave-jump-1 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4{margin-right:0;-webkit-animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1);animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave{width:72px;margin:-9px 0 0 -36px;text-align:center}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item{display:inline-block;width:18px;height:18px;margin:0 3px 0 0;background-color:currentColor;border-radius:100%;-webkit-animation:qode-bounce-delay 1.4s infinite ease-in-out both;animation:qode-bounce-delay 1.4s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1{-webkit-animation-delay:-.32s;animation-delay:-.32s}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.qodef-page-title{background-position:center 0;background-repeat:no-repeat;background-size:cover}.qodef-page-title .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-page-title .qodef-m-image img{display:block;width:100%}.qodef-page-title .qodef-m-content.qodef-content-full-width{padding:0 40px}.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span{font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-current{color:#910c19}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator{margin:0 5px}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after{content:'/'}.qodef-page-title.qodef-image--responsive{height:auto!important}.qodef-page-title.qodef-image--responsive .qodef-m-content{position:absolute;top:0;left:0}.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-page-title.qodef-alignment--center{text-align:center}.qodef-page-title.qodef-alignment--right{text-align:right}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs{margin-top:5px}.qodef-page-title.qodef-title--standard .qodef-m-title{position:relative;z-index:2}.qodef-page-title.qodef-title--standard .qodef-m-subtitle{margin:4px 0 0}.qodef-page-title.qodef-title--standard span.qodef-m-subtitle{position:absolute;left:0;bottom:-22px;width:100%;display:block;color:rgba(0,0,0,.04);font-size:150px;line-height:.8;text-transform:uppercase;white-space:nowrap;z-index:1}@media only screen and (max-width:1440px){.qodef-page-title.qodef-title--standard span.qodef-m-subtitle{font-size:130px;bottom:-20px}}@media only screen and (max-width:1024px){.qodef-page-title.qodef-title--standard span.qodef-m-subtitle{display:none}}.widget.qodef-author-info .qodef-author-info-image{margin-bottom:21px;display:inline-block}.widget.qodef-author-info .qodef-author-info-name{margin:0 0 21px}.widget.qodef-author-info .qodef-author-info-description{margin:0}.widget .qodef-contact-info-widget{margin:0}.qodef-social-icons-group .qodef-icon-holder{margin-left:9px}.qodef-social-icons-group .qodef-icon-holder:first-child{margin-left:0}.widget.widget_alloggio_core_social_icons_group .qodef-icon-holder a{color:#fff;-webkit-transition:color .25s ease-out;-o-transition:color .25s ease-out;transition:color .25s ease-out}.widget.widget_alloggio_core_social_icons_group .qodef-icon-holder.qodef-layout--circle{background-color:#910c19}.widget.widget_alloggio_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover{background-color:#000}.widget.widget_alloggio_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a{color:#fff}.widget_alloggio_core_sticky_sidebar{position:relative;width:100%;height:0;margin:0!important;padding:0!important;border:none!important;background:0 0!important}.qodef-weather-widget{cursor:default}.qodef-weather-widget .qodef-m-city{margin:0 0 6px}.qodef-weather-widget .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-weather-widget .qodef-m-weather{margin-right:20px;-ms-flex-negative:0;flex-shrink:0}.qodef-weather-widget .qodef-m-weather-icon{font-family:linea-weather-10;font-size:45px;line-height:1;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-bottom:15px}.qodef-weather-widget .qodef-m-weather-icon:before{content:''}.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before{content:"\e00d"}.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before{content:"\e02d"}.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before{content:"\e034"}.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before{content:"\e027"}.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before{content:"\e01b"}.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before{content:"\e042"}.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before{content:"\e038"}.qodef-weather-widget .qodef-m-temperature{margin-bottom:3px;color:#000;font-family:Raleway,sans-serif;font-size:20px;font-weight:400;letter-spacing:.15em;text-transform:uppercase}.qodef-weather-widget .qodef-m-temperature sup{font-size:inherit;top:0}.qodef-weather-widget .qodef-e-humidity,.qodef-weather-widget .qodef-e-wind{font-size:15px;line-height:1}.qodef-weather-widget .qodef-m-other-days{font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em;color:#000;-ms-flex-negative:0;flex-shrink:0}.qodef-weather-widget .qodef-m-other-days .qodef-m-inner{width:100%;margin:17px 0}.qodef-weather-widget .qodef-m-other-days .qodef-m-weather-icon{font-size:22px;letter-spacing:0;margin:0 4px 0 0;-ms-flex-negative:0;flex-shrink:0;min-width:38px;text-align:center}.qodef-weather-widget .qodef-m-other-days .qodef-m-temperature{margin-bottom:0;font-size:13px;font-weight:500}.qodef-weather-widget .qodef-m-other-days .qodef-m-day{min-width:40px}.qodef-weather-widget.qodef-layout--standard>.qodef-m-inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:680px){.qodef-weather-widget.qodef-layout--standard>.qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}.qodef-weather-widget.qodef-layout--standard .qodef-m-weather{margin-bottom:6px}}.qodef-weather-widget.qodef-layout--simple .qodef-m-city{margin:0 10px 0 0;font-size:15px;color:#000}.qodef-weather-widget.qodef-layout--simple .qodef-m-weather-icon{font-size:22px;margin:0 8px}.qodef-weather-widget.qodef-layout--simple .qodef-m-temperature{margin-bottom:0;font-size:13px;font-weight:500}.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget .qodef-m-temperature{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget .qodef-m-other-days{color:#fff}.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget.qodef-layout--simple .qodef-m-city{color:#fff}.qodef-sticky-header--light .qodef-weather-widget{color:#fff}.qodef-sticky-header--light .qodef-weather-widget .qodef-m-temperature{color:#fff}.qodef-sticky-header--light .qodef-weather-widget .qodef-m-other-days{color:#fff}.qodef-sticky-header--light .qodef-weather-widget.qodef-layout--simple .qodef-m-city{color:#fff}#qodef-page-footer .qodef-weather-widget{color:#fff}#qodef-page-footer .qodef-weather-widget .qodef-m-temperature{color:#fff}#qodef-page-footer .qodef-weather-widget .qodef-m-other-days{color:#fff}#qodef-page-footer .qodef-weather-widget.qodef-layout--simple .qodef-m-city{color:#fff}.qodef-working-hours-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-working-hours-list .qodef-working-hours-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:16px}.qodef-working-hours-list .qodef-e-day{position:relative;margin:0}.qodef-working-hours-list .qodef-e-day-icon{position:absolute;top:-2px;right:-8px;font-size:8px;color:#910c19}.qodef-working-hours-list .qodef-e-line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 10px;border-bottom:1px solid #bfb8b6;opacity:.5}.qodef-working-hours-list .qodef-e-time{margin:0;font-family:"Josefin Sans",sans-serif;font-style:italic}.qodef-working-hours-list .qodef-e-time.qodef--closed{color:#910c19}.qodef-working-hours-list .qodef-m-footer{position:relative;top:3px;font-size:14px;color:#817c7b}.qodef-working-hours-list .qodef-m-footer-icon{position:relative;top:-5px;right:0;font-size:8px;color:#910c19}@media only screen and (max-width:1440px){.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-link .qodef-e-link{padding:83px 40px}.qodef-blog.qodef-item-layout--metro .qodef-blog-item.format-quote .qodef-e-quote{padding:83px 40px 87px}}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-author-info .qodef-m-content{margin-top:23px}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) #qodef-page-outer{margin-top:0!important}}@media only screen and (max-width:1440px){.qodef-header--vertical #qodef-page-header-inner{padding-bottom:12px}}@media only screen and (max-width:1024px){.qodef-header--vertical #qodef-page-header-inner{display:none}.qodef-header--vertical #qodef-page-outer,.qodef-header--vertical footer{padding-left:0}}@media only screen and (max-width:1024px){#qodef-top-area{display:none}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-50px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}}@media only screen and (max-width:1024px){.qodef-reservation-form .qodef-holder--field{-ms-flex-preferred-size:49%;flex-basis:49%;margin-bottom:10px}.qodef-holder--label{display:none}}@media only screen and (max-width:680px){.qodef-reservation-form .qodef-holder--field{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:10px}}@media only screen and (max-width:1024px){.qodef-restaurant-menu-info .qodef-m-content{padding:94px 45px 100px}}@media only screen and (max-width:768px){.qodef-restaurant-menu-info .qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-restaurant-menu-info .qodef-m-inner>*{width:100%}.qodef-restaurant-menu-info .qodef-m-content{text-align:inherit}.qodef-restaurant-menu-info .qodef-m-media>*{height:auto}}@media only screen and (max-width:680px){.qodef-restaurant-menu-info .qodef-m-content{padding:44px 28px 50px}}@media only screen and (max-width:1024px){.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info{-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info>*{width:100%}.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-value .qodef--mark{display:none}}@media only screen and (max-width:480px){.woocommerce-page div.woocommerce .woocommerce-cart-form .qodef-reservation-info{display:none}}@media only screen and (max-width:1024px){.qodef-room .qodef-m-slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.qodef-room .qodef-m-slider .swiper-slide{height:auto}.qodef-room .qodef-m-slider .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item{width:50%}.qodef-room .qodef-e-location{margin-bottom:50px}}@media only screen and (max-width:680px){.qodef-room .qodef-e-amenity-items .qodef-e-amenity-item{width:100%}.qodef-room .qodef-e-availability-calendar .datepick{padding:29px 25px 25px}.qodef-room .qodef-e-availability-legend{padding:0 25px 25px}.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item{width:100%}.qodef-room .qodef-e-seasonal-items{padding:0 25px}.qodef-room .qodef-e-seasonal-items .qodef-ei{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:30px 0}.qodef-room .qodef-e-seasonal-items .qodef-ei>*{-ms-flex-negative:inherit;flex-shrink:inherit}.qodef-room .qodef-e-seasonal-items .qodef-ei:last-child .qodef-ei-line{display:none}.qodef-room .qodef-e-seasonal-items .qodef-ei-line{position:absolute;top:auto;left:0;bottom:-15px;width:100%;margin:0}#qodef-room-reservation{padding:26px 30px 30px}}@media only screen and (max-width:480px){.qodef-room .qodef-e-seasonal-items .qodef-ei-date{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:5px}.qodef-room .qodef-e-seasonal-items .qodef-ei-date-begin{margin-bottom:5px}.qodef-room .qodef-e-seasonal-items .qodef-ei-date-begin:after{display:none}}@media only screen and (max-width:1024px){.qodef-profile-reserved-rooms .qodef-m-reserved-room{-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-image{margin-bottom:30px}.qodef-profile-reserved-rooms .qodef-m-reserved-room .qodef-ei-order{width:100%;margin-top:20px}}@media only screen and (max-width:1024px){.qodef-amenity-list .qodef-amenity-item{width:33.333333%}}@media only screen and (max-width:680px){.qodef-amenity-list .qodef-amenity-item{width:50%}}@media only screen and (max-width:1024px){.qodef-room-gallery-list .qodef-e-content{padding:94px 45px 100px}}@media only screen and (max-width:768px){.qodef-room-gallery-list .qodef-room-gallery-list-item:nth-child(odd) .qodef-e-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-room-gallery-list .qodef-room-gallery-list-item:nth-child(odd) .qodef-e-content{text-align:inherit}.qodef-room-gallery-list .qodef-e-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-room-gallery-list .qodef-e-inner>*{width:100%}.qodef-room-gallery-list .qodef-e-media>*{height:auto}}@media only screen and (max-width:680px){.qodef-room-gallery-list .qodef-e-content{padding:44px 28px 50px}}@media only screen and (max-width:1024px){.qodef-room-list.qodef-layout--boxed .qodef-e-media{padding-left:0}.qodef-room-list.qodef-layout--boxed .qodef-e-media:before{display:none}.qodef-room-list.qodef-layout--boxed .qodef-e-content{width:100%;padding:23px 30px 32px}.qodef-room-list.qodef-layout--boxed .qodef-e-heading{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-room-list.qodef-layout--boxed .qodef-e-heading .qodef-e-price{display:none}.qodef-room-list.qodef-layout--boxed .qodef-e-info-items .qodef-e-price{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width:680px){.qodef-room-list.qodef-layout--gallery .qodef-e-content{padding:10px 30px 21px}.qodef-room-list.qodef-layout--gallery .qodef-e-excerpt,.qodef-room-list.qodef-layout--gallery .qodef-e-info-items{display:none}}@media only screen and (max-width:680px){.qodef-room-list.qodef-layout--standard .qodef-e-media-image{margin-bottom:34px}.qodef-room-list.qodef-layout--standard .qodef-e-content{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.qodef-room-list.qodef-layout--standard .qodef-e-content>*{width:100%}.qodef-room-list.qodef-layout--standard .qodef-e-content-text{border-right:0}.qodef-room-list.qodef-layout--standard .qodef-e-content-info{margin-bottom:6px}}@media only screen and (max-width:1024px){.qodef-room-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3) .qodef-m-form{-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-room-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3) .qodef-m-form .qodef-m-field:not(.qodef--booking){width:50%;margin-bottom:36px}.qodef-room-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3) .qodef-m-form .qodef-m-field.qodef--booking{width:100%}}@media only screen and (min-width:681px) and (max-width:768px){.qodef-room-reservation-filter.qodef-layout--horizontal.qodef-columns--3 .qodef-m-form .qodef-m-field-input-icon{display:none}}@media only screen and (max-width:680px){.qodef-room-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3) .qodef-m-form .qodef-m-field:not(.qodef--booking){width:100%}.qodef-room-reservation-filter.qodef-layout--horizontal.qodef-columns--3 .qodef-m-form{-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-room-reservation-filter.qodef-layout--horizontal.qodef-columns--3 .qodef-m-form .qodef-m-field:not(.qodef--booking){width:100%;margin-bottom:36px}.qodef-room-reservation-filter.qodef-layout--horizontal.qodef-columns--3 .qodef-m-form .qodef-m-field.qodef--booking{width:100%}}@media only screen and (max-width:1440px){.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-content-grid{padding:20px}}@media only screen and (max-width:1024px){.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-form-wrapper{position:relative;margin-top:100px;-webkit-transform:none;-ms-transform:none;transform:none}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form{-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field:not(.qodef--booking){width:50%;margin-bottom:36px}.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field.qodef--booking{width:100%}}@media only screen and (max-width:680px){.qodef-room-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field:not(.qodef--booking){width:100%}}@media only screen and (max-width:680px){.qodef-room-reservation-filter.qodef-layout--split{padding:26px 30px 30px}.qodef-room-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field{width:100%}}@media only screen and (max-width:680px){.qodef-room-reservation-filter.qodef-layout--vertical{padding:26px 30px 30px}}@media only screen and (max-width:1024px){.qodef-blockquote.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:768px){.qodef-cards-gallery .qodef-m-fake-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(84%);-ms-transform:scale(.3) translateX(84%);transform:scale(.3) translateX(84%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(60%);-ms-transform:scale(.4) translateX(60%);transform:scale(.4) translateX(60%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(39%);-ms-transform:scale(.5) translateX(39%);transform:scale(.5) translateX(39%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(25%);-ms-transform:scale(.6) translateX(25%);transform:scale(.6) translateX(25%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(11.2%);-ms-transform:scale(.7) translateX(11.2%);transform:scale(.7) translateX(11.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(-84%);-ms-transform:scale(.3) translateX(-84%);transform:scale(.3) translateX(-84%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(-60%);-ms-transform:scale(.4) translateX(-60%);transform:scale(.4) translateX(-60%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(-39%);-ms-transform:scale(.5) translateX(-39%);transform:scale(.5) translateX(-39%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(-25%);-ms-transform:scale(.6) translateX(-25%);transform:scale(.6) translateX(-25%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(-11.2%);-ms-transform:scale(.7) translateX(-11.2%);transform:scale(.7) translateX(-11.2%)}}@media only screen and (max-width:768px){.qodef-centered-slider .qodef-m-item{width:100%;margin:0!important}.qodef-centered-slider.qodef--has-title .swiper-navigation,.qodef-centered-slider.qodef--has-title:after{width:84%;left:8%}}@media only screen and (max-width:680px){.qodef-centered-slider .qodef-m-title{font-size:24px}.qodef-centered-slider .qodef-m-subtitle{display:none}.qodef-centered-slider .swiper-navigation{display:none}}@media only screen and (max-width:768px){.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:33.33333333333333%}}@media only screen and (max-width:1024px){.qodef-highlight.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1440px){.qodef-image-gallery-info .qodef-m-inner{margin:0 -23px}.qodef-image-gallery-info .qodef-m-inner .qodef-m-gallery,.qodef-image-gallery-info .qodef-m-inner .qodef-m-items{padding:0 23px}}@media only screen and (max-width:1024px){.qodef-image-gallery-info .qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-image-gallery-info .qodef-m-inner .qodef-m-gallery,.qodef-image-gallery-info .qodef-m-inner .qodef-m-items{width:100%}.qodef-image-gallery-info .qodef-m-items{margin-top:60px}}@media only screen and (max-width:1440px){.qodef-info-card .qodef-m-content{padding:61px 70px 80px}.qodef-info-card .qodef-m-content-image{left:48px}.qodef-info-card.qodef-image--right .qodef-m-content-image{right:48px}}@media only screen and (max-width:1024px){.qodef-info-card{-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-info-card .qodef-m-image{-ms-flex-negative:inherit;flex-shrink:inherit;margin:-13% auto}.qodef-info-card .qodef-m-content-image{left:auto;right:48px}.qodef-info-card.qodef-image--right{-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}}@media only screen and (max-width:680px){.qodef-info-card .qodef-m-content{padding:51px 30px 70px}.qodef-info-card .qodef-m-content-image{display:none}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:block}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{padding-right:0;margin-right:0;border-right:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:26px}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content{padding-top:0!important}}@media only screen and (max-width:1024px){#qodef-page-sidebar .qodef-social-icons-group{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}#qodef-membership-user-dashboard{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}#qodef-membership-user-dashboard .qodef-m-navigation{position:relative;display:inline-block;vertical-align:top;width:280px;padding:15px 25px;margin-right:40px;-ms-flex-negative:0;flex-shrink:0;background-color:#faf9f5}#qodef-membership-user-dashboard .qodef-m-navigation-items{list-style:none;margin:0}#qodef-membership-user-dashboard .qodef-m-navigation-item{position:relative;display:block;margin:0 0 23px}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-icon{position:relative;top:2px;-ms-flex-negative:0;flex-shrink:0;margin-right:25px;width:25px;text-align:center}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-icon svg{max-width:100%;height:auto;stroke:currentColor;fill:none;stroke-miterlimit:10;stroke-width:2}#qodef-membership-user-dashboard .qodef-m-navigation-item:first-child{margin-top:14px}#qodef-membership-user-dashboard .qodef-m-navigation-item.qodef--active .qodef-e-link{color:#b56953}#qodef-membership-user-dashboard .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-image{margin-bottom:29px}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-image img{display:block}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-text{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:10px 0}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-text>*{margin:0}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-text-label{-ms-flex-negative:0;flex-shrink:0;margin-right:10px}#qodef-membership-user-dashboard .qodef-options-front-end .qodef-field-section{margin-bottom:26px}#qodef-membership-user-dashboard .qodef-options-front-end .qodef-field-title{margin:0 0 8px;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em;color:#000}#qodef-membership-user-dashboard .qodef-options-front-end .qodef-field{margin:0}#qodef-membership-user-dashboard .qodef-options-front-end .qodef-front-end-submit{margin-top:4px}#qodef-membership-user-dashboard .qodef-options-front-end .qodef-front-end-submit:before{content:'';display:block;position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#b56953;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.5s cubic-bezier(.75,.01,.13,1.01);-o-transition:.5s cubic-bezier(.75,.01,.13,1.01);transition:.5s cubic-bezier(.75,.01,.13,1.01);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;z-index:-1}.qodef-browser--safari #qodef-membership-user-dashboard .qodef-options-front-end .qodef-front-end-submit:before{width:calc(100% + 3px)}#qodef-membership-user-dashboard .qodef-options-front-end .qodef-front-end-submit:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}#qodef-membership-login-modal{position:fixed;top:0;left:0;width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;visibility:hidden;opacity:0;z-index:9999999;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}#qodef-membership-login-modal .qodef-membership-login-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(250,249,245,.97)}#qodef-membership-login-modal .qodef-membership-login-modal-content{position:relative;display:inline-block;vertical-align:top;width:420px;background-color:#fff;z-index:2}#qodef-membership-login-modal .qodef-membership-login-modal-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:15px 0 10px}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-state-active .qodef-e-link,#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-state-hover .qodef-e-link{color:#b56953}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-link{position:relative;display:block;padding:14px 20px;font-family:Cormorant,serif;color:#000;font-size:18px;line-height:1.333333333333333em;font-weight:500;font-size:20px}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-label{display:block}#qodef-membership-login-modal form{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 30px 30px}#qodef-membership-login-modal form .qodef-m-fields>*{margin-bottom:20px}#qodef-membership-login-modal form .qodef-m-fields>:last-child{margin-bottom:0}#qodef-membership-login-modal form.qodef--loading .qodef-m-action-button{opacity:0}#qodef-membership-login-modal form.qodef--loading .qodef-m-action-spinner{opacity:1}#qodef-membership-login-modal .qodef-m-action{position:relative;display:block;margin-top:31px;text-align:center}#qodef-membership-login-modal .qodef-m-action-button{opacity:1;z-index:2}#qodef-membership-login-modal .qodef-m-action-spinner{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);font-size:30px;opacity:0}#qodef-membership-login-modal .qodef-m-response{margin-top:10px;text-align:center;line-height:1}#qodef-membership-login-modal .qodef-m-response.qodef--success{color:#1f6d1f}#qodef-membership-login-modal .qodef-m-response.qodef--error{color:#c61f1f}#qodef-membership-login-modal.qodef--opened{opacity:1;visibility:visible}.page-template-user-dashboard #qodef-membership-login-modal{position:relative;height:auto;background-color:transparent;opacity:1;visibility:visible}.page-template-user-dashboard #qodef-membership-login-modal .qodef-membership-login-modal-overlay{display:none}.page-template-user-dashboard #qodef-membership-login-modal .qodef-membership-login-modal-content{background-color:#faf9f5}#qodef-membership-login-modal-part .qodef-m-links{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:29px}#qodef-membership-login-modal-part .qodef-m-links-remember-me{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}#qodef-membership-login-modal-part .qodef-m-links-remember-me input{margin:-3px 5px 0 0}#qodef-membership-login-modal-part .qodef-m-links-remember-me label{margin-bottom:0;cursor:pointer}#qodef-membership-login-modal-part .qodef-m-links-reset-password{color:#4d4d4d}#qodef-membership-login-modal-part .qodef-m-links-reset-password:hover{color:#000}#qodef-membership-reset-password-modal-part .qodef-m-fields label{margin-bottom:22px}#qodef-page-header .widget.widget_alloggio_membership_login_opener{height:100%}.page-template-user-dashboard:not(.logged-in) #qodef-page-header .widget.widget_alloggio_membership_login_opener{display:none}.qodef-login-opener-widget{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin:0}.qodef-login-opener-widget .qodef-login-opener{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em}.qodef-login-opener-widget .qodef-login-opener .qodef-login-opener-icon{display:block;width:14px;margin-right:6px;-ms-flex-negative:0;flex-shrink:0}.qodef-login-opener-widget .qodef-login-opener .qodef-login-opener-icon svg{display:block;max-width:100%;height:auto;stroke:currentColor;fill:none;stroke-miterlimit:10;stroke-width:1}.qodef-login-opener-widget .qodef-login-opener .qodef-login-opener-icon .qodef-login-opener-text{padding-top:1px}.qodef-login-opener-widget .qodef-logged-in-user{position:relative;display:inline-block;vertical-align:top;height:100%;cursor:pointer}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-family:Raleway,sans-serif;font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;line-height:1.6em;color:#000}.qodef-header--light:not(.qodef-header--sticky-display) .qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user{color:#fff}.qodef-header--dark:not(.qodef-header--sticky-display) .qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user{color:#000}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user-image{-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user-name{margin-top:3px}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-items{position:absolute;top:100%;left:-30px;width:200px;margin:0;padding:19px 0!important;background-color:#faf9f5;visibility:hidden;opacity:0;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item{margin:3px 0!important;padding:0 30px;line-height:1.58824em}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-family:Raleway,sans-serif;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:5px}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item.qodef--active .qodef-e-link{color:#b56953}.qodef-login-opener-widget .qodef-logged-in-user:hover .qodef-m-navigation-items{opacity:1;visibility:visible}@media only screen and (max-width:768px){#qodef-membership-user-dashboard{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-membership-user-dashboard .qodef-m-navigation{width:100%;margin-bottom:50px;border-right:0}}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }