[class*=hint--] {
	position: relative;
	display: inline-block
}

[class*=hint--]:after,
[class*=hint--]:before {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	transition: .3s ease;
	transition-delay: 0s
}

[class*=hint--]:before {
	content: '';
	background: 0 0;
	border: 6px solid transparent;
	z-index: 1000001
}

[class*=hint--]:hover:after,
[class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	transition-delay: .1s
}

[class*=hint--]:after {
	background: #383838;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	line-height: 12px;
	white-space: nowrap;
	text-shadow: 0 -1px 0 #000;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}

[class*=hint--][aria-label]:after {
	content: attr(aria-label)
}

[class*=hint--][data-hint]:after {
	content: attr(data-hint)
}

[aria-label='']:after,
[aria-label='']:before,
[data-hint='']:after,
[data-hint='']:before {
	display: none!important
}

.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
	border-top-color: #383838
}

.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
	border-bottom-color: #383838
}

.hint--top:after,
.hint--top:before {
	bottom: 100%;
	left: 50%
}

.hint--top:before {
	margin-bottom: -11px;
	left: calc(50% - 6px)
}

.hint--top:after {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--top:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top:hover:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:after,
.hint--bottom:before {
	top: 100%;
	left: 50%
}

.hint--bottom:before {
	margin-top: -11px;
	left: calc(50% - 6px)
}

.hint--bottom:after {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--bottom:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom:hover:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
	border-right-color: #383838;
	margin-left: -11px;
	margin-bottom: -6px
}

.hint--right:after {
	margin-bottom: -14px
}

.hint--right:after,
.hint--right:before {
	left: 100%;
	bottom: 50%
}

.hint--right:hover:after,
.hint--right:hover:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--left:before {
	border-left-color: #383838;
	margin-right: -11px;
	margin-bottom: -6px
}

.hint--left:after {
	margin-bottom: -14px
}

.hint--left:after,
.hint--left:before {
	right: 100%;
	bottom: 50%
}

.hint--left:hover:after,
.hint--left:hover:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--top-left:after,
.hint--top-left:before {
	bottom: 100%;
	left: 50%
}

.hint--top-left:before {
	margin-bottom: -11px;
	left: calc(50% - 6px)
}

.hint--top-left:after {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: 12px
}

.hint--top-left:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:after,
.hint--top-right:before {
	bottom: 100%;
	left: 50%
}

.hint--top-right:before {
	margin-bottom: -11px;
	left: calc(50% - 6px)
}

.hint--top-right:after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-left: -12px
}

.hint--top-right:hover:after,
.hint--top-right:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--bottom-left:after,
.hint--bottom-left:before {
	top: 100%;
	left: 50%
}

.hint--bottom-left:before {
	margin-top: -11px;
	left: calc(50% - 6px)
}

.hint--bottom-left:after {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: 12px
}

.hint--bottom-left:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:after,
.hint--bottom-right:before {
	top: 100%;
	left: 50%
}

.hint--bottom-right:before {
	margin-top: -11px;
	left: calc(50% - 6px)
}

.hint--bottom-right:after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-left: -12px
}

.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--large:after,
.hint--medium:after,
.hint--small:after {
	white-space: normal;
	line-height: 1.4em;
	word-wrap: break-word
}

.hint--small:after {
	width: 80px
}

.hint--medium:after {
	width: 150px
}

.hint--large:after {
	width: 300px
}

.hint--error:after {
	background-color: #b34e4d;
	text-shadow: 0 -1px 0 #592726
}

.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
	border-top-color: #b34e4d
}

.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d
}

.hint--warning:after {
	background-color: #c09854;
	text-shadow: 0 -1px 0 #6c5328
}

.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
	border-top-color: #c09854
}

.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854
}

.hint--warning.hint--left:before {
	border-left-color: #c09854
}

.hint--warning.hint--right:before {
	border-right-color: #c09854
}

.hint--info:after {
	background-color: #3986ac;
	text-shadow: 0 -1px 0 #1a3c4d
}

.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
	border-top-color: #3986ac
}

.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac
}

.hint--info.hint--left:before {
	border-left-color: #3986ac
}

.hint--info.hint--right:before {
	border-right-color: #3986ac
}

.hint--success:after {
	background-color: #458746;
	text-shadow: 0 -1px 0 #1a321a
}

.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
	border-top-color: #458746
}

.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
	border-bottom-color: #458746
}

.hint--success.hint--left:before {
	border-left-color: #458746
}

.hint--success.hint--right:before {
	border-right-color: #458746
}

.hint--always:after,
.hint--always:before {
	opacity: 1;
	visibility: visible
}

.hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--top:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--always.hint--top-left:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--top-left:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--bottom:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--always.hint--bottom-left:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--bottom-left:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--rounded:after {
	border-radius: 4px
}

.hint--no-animate:after,
.hint--no-animate:before {
	transition-duration: 0s
}

.hint--bounce:after,
.hint--bounce:before {
	transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}

.hint--no-shadow:after,
.hint--no-shadow:before {
	text-shadow: initial;
	box-shadow: initial
}

@font-face {
	font-family: material icons;
	font-style: normal;
	font-weight: 400;
	src: url(/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.eot);
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff2) format('woff2'), url(/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff) format('woff'), url(/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.ttf) format('truetype')
}

#profilepress-myaccount-wrapper .ppmyac-icons,
.pp-form-field-wrap .pp-form-material-icons,
.ppress-material-icons {
	font-family: material icons!important;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga'
}

.pp-tab-widget-avatar img {
	display: block;
	border-radius: 50%;
	height: 190px;
	margin: 0 auto 10px!important;
	padding: 2px;
	text-align: center;
	width: 190px;
	float: none!important
}

.pp-user-panel {
	border-radius: 6px;
	text-align: center
}

.pp-user-panel-title {
	font-size: 20px;
	margin: 0
}

.pp-user-panel p {
	font-size: 15px;
	margin-bottom: 23px
}

.pp-tabbed-btn {
	border: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 4px;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	transition: border .25s linear, color .25s linear, background-color .25s linear
}

.pp-tabbed-btn-inverse {
	color: #fff!important;
	background-color: #34495e
}

.pp-password-reset-handler-wrap .pp-reset-password-form {
	padding: 40px;
	max-width: 500px;
	margin-top: 5px;
	margin-bottom: 5px
}

.pp-password-reset-handler-wrap .pp-reset-password-form h3 {
	color: #444;
	font-weight: 300;
	margin: 0 auto 40px
}

.pp-password-reset-handler-wrap .pp-reset-password-form label {
	color: #444;
	font-size: 15px
}

.pp-password-reset-handler-wrap .pp-reset-password-form label .req {
	margin: 2px;
	color: red
}

.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {
	opacity: 0
}

.pp-password-reset-handler-wrap .pp-reset-password-form input {
	font-size: 22px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	padding: 5px 10px;
	background: 0 0;
	margin-bottom: 40px;
	border: 1px solid #a0b3b0;
	border-radius: 0;
	transition: border-color .25s ease, box-shadow .25s ease
}

.pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
	outline: 0;
	border-color: #1ab188
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
	border: 0;
	outline: 0;
	border-radius: 0;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: #1ab188;
	color: #fff;
	transition: all .5s ease;
	-webkit-appearance: none;
	text-shadow: none;
	box-shadow: none
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover {
	background: #179b77
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {
	display: block;
	width: 100%
}

.pp-password-reset-handler-wrap .profilepress-reset-status {
	margin-left: 40px;
	max-width: 420px
}

#pp-pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	box-sizing: border-box
}

#pp-pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1
}

#pp-pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1
}

#pp-pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1
}

#pp-pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1
}

.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
	color: red;
	font-weight: 400
}

.pp-form-wrapper input[type=checkbox],
.pp-form-wrapper input[type=radio] {
	cursor: pointer
}

.pp-form-wrapper p {
	margin: 0 0 5px!important;
	padding: 0!important
}

.pp-form-wrapper input[type=datetime],
.pp-form-wrapper input[type=email],
.pp-form-wrapper input[type=number],
.pp-form-wrapper input[type=password],
.pp-form-wrapper input[type=search],
.pp-form-wrapper input[type=tel],
.pp-form-wrapper input[type=text],
.pp-form-wrapper input[type=url],
.pp-form-wrapper select,
.pp-form-wrapper textarea {
	-webkit-appearance: none;
	width: 100%;
	background: #fff;
	border: 1px solid #dedee5;
	padding: 13px 15px;
	outline: 0;
	line-height: 1
}

.pp-form-wrapper select {
	background-image: url(/wp-content/plugins/wp-user-avatar/assets/images/frontend/arrow-down.png)!important;
	background-position: right 20px center!important;
	background-repeat: no-repeat!important;
	background-size: 10px auto!important;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important
}

.pp-form-wrapper .pp-form-label-wrap {
	margin: 0 0 4px;
	padding: 0
}

.pp-form-wrapper .pp-form-label {
	font-size: 14px;
	text-transform: none;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	float: none;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
	cursor: pointer
}

.pp-form-wrapper .pp-checkbox-wrap,
.pp-form-wrapper .pp-radio-wrap {
	display: block;
	text-align: left;
	line-height: normal;
	margin: 5px 0;
	padding: 0
}

.pp-form-wrapper .pp-checkbox-wrap label,
.pp-form-wrapper .pp-radio-wrap label {
	margin-left: 5px
}

.pp-form-wrapper input[type=checkbox],
.pp-form-wrapper input[type=radio] {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 14px!important;
	height: 14px!important;
	display: inline-block;
	vertical-align: baseline
}

.pp-form-wrapper .ppress-pf-profile-connect {
	padding: 5px 0 10px
}

.pp-form-wrapper a.ppress-pf-social-icon {
	width: 100%;
	height: 100%;
	display: inline
}

.pp-form-wrapper .ppress-pf-social-icon svg {
	vertical-align: middle;
	width: 40px;
	height: 40px
}

.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,
.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg {
	padding: 3px
}

a.pp-button-social-login:focus {
	outline-color: transparent
}

a.pp-button-social-login:focus .ppsc,
a.pp-button-social-login:hover .ppsc {
	background-color: rgba(255, 255, 255, .75)
}

a.pp-button-social-login:visited {
	color: #fff
}

a.pp-button-social-login,
a.pp-button-social-login .ppsc {
	display: inline-block;
	font-size: 100%;
	height: 2.5em;
	padding: 0
}

a.pp-button-social-login {
	position: relative;
	vertical-align: middle;
	line-height: 2.5em;
	font-family: inherit;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid #333;
	color: #fff!important;
	background: #333;
	margin: 6px 0;
	border-radius: 2px;
	box-sizing: content-box;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	text-decoration: none!important;
	min-width: 220px
}

a.pp-button-social-login .ppsc {
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
	text-align: center;
	width: 2.5em;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 1.8em 1.8em;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: absolute;
	left: 0;
	margin: 0
}

a.pp-button-social-login span.ppsc-text {
	margin-left: 40px;
	padding: .5em;
	color: #fff!important
}

a.pp-button-social-login .ppsc-google {
	background-image: url(/wp-content/plugins/wp-user-avatar/assets/images/social-login/google.svg)
}

a.pp-button-social-login.pp-button-social-login-google {
	background: #4285f4;
	border-color: #4285f4
}

a.pp-button-social-login.pp-button-social-login-facebook {
	background: #3b5998;
	border-color: #3b5998
}

a.pp-button-social-login.pp-button-social-login-twitter {
	background: #55acee;
	border-color: #55acee
}

a.pp-button-social-login.pp-button-social-login-linkedin {
	background: #0077b5;
	border-color: #0077b5
}

a.pp-button-social-login.pp-button-social-login-vk {
	background: #4a76a8;
	border-color: #4a76a8
}

a.pp-button-social-login.pp-button-social-login-github {
	background: #24292e;
	border-color: #24292e
}

a.pp-button-social-login .ppsc-vk {
	background-image: url(/wp-content/plugins/wp-user-avatar/assets/images/social-login/vk-fa.svg)
}

a.pp-button-social-login .ppsc-facebook {
	background-image: url(/wp-content/plugins/wp-user-avatar/assets/images/social-login/facebook.svg)
}

a.pp-button-social-login .ppsc-twitter {
	background-image: url(/wp-content/plugins/wp-user-avatar/assets/images/social-login/twitter.svg)
}

a.pp-button-social-login .ppsc-linkedin {
	background-image: url(/wp-content/plugins/wp-user-avatar/assets/images/social-login/linkedin.svg)
}

a.pp-button-social-login .ppsc-github {
	background-image: url(/wp-content/plugins/wp-user-avatar/assets/images/social-login/github-fa.svg)
}

#profilepress-myaccount-wrapper,
#profilepress-myaccount-wrapper *,
#profilepress-myaccount-wrapper ::after,
#profilepress-myaccount-wrapper ::before,
.pp-form-container *,
.pp-form-container .pp-form-wrapper,
.pp-form-container .pp-form-wrapper * {
	box-sizing: border-box
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,
html .pp-form-container .select2 input.select2-search__field {
	border: 0!important
}

.pp-form-container form input[type=submit] {
	-webkit-appearance: none!important;
	cursor: pointer;
	text-shadow: none
}

.pp-form-container form {
	margin: 0;
	padding: 0;
	background-color: transparent
}

.woocommerce .woocommerce-MyAccount-content .pp-form-container {
	margin-right: 0!important;
	margin-left: 0!important
}

.pp-form-container form input,
.pp-form-container form select,
.pp-form-container form textarea {
	outline: 0;
	background-image: none;
	height: auto;
	float: none;
	position: static;
	box-shadow: none;
	text-shadow: none;
	text-transform: none;
	text-decoration: none;
	resize: vertical
}

.pp-form-container form p {
	margin: 0 0 .5em
}

.pp-form-container form input[type=submit]:focus {
	outline: 0
}

.pp-form-container .pp-user-avatar {
	border-radius: 50%!important;
	display: block!important;
	margin: 0 auto 10px!important;
	text-align: center!important
}

.pp-form-container img.pp-user-cover-image {
	width: 100%!important;
	height: auto!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
	border: 1px solid #7e8993!important;
	border-radius: 4px!important;
	background: #fff!important;
	color: #555!important;
	clear: none!important;
	cursor: pointer!important;
	display: inline-block!important;
	line-height: 0!important;
	margin: 0!important;
	outline: 0!important;
	padding: 0!important;
	text-align: center!important;
	vertical-align: middle!important;
	-webkit-appearance: none!important;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)!important;
	transition: .05s border-color ease-in-out!important;
	width: 16px!important;
	height: 16px!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
	border-radius: 50%!important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
	border-radius: 4px!important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
	border-radius: 50%!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before {
	content: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTE0LjgzIDQuODlsMS4zNC45NC01LjgxIDguMzhIOS4wMkw1Ljc4IDkuNjdsMS4zNC0xLjI1IDIuNTcgMi40eicgZmlsbD0nIzAwMDAwMCcvPjwvc3ZnPg==)!important;
	margin: -3px 0 0 -4px!important;
	width: 20px!important;
	height: 20px!important;
	position: static
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
	content: "";
	border-radius: 50%!important;
	margin: 3px!important;
	background-color: #000!important;
	line-height: 1.14285714!important;
	width: 8px!important;
	height: 8px!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
	float: left!important;
	display: inline-block!important;
	vertical-align: middle!important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pp-form-container .pp-form-wrapper.ppBuildScratch,
.pp-form-container .pp-form-wrapper.ppBuildScratch * {
	font-family: merriweather, sans-serif
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 1em;
	margin-top: 0;
	text-align: center;
	margin-right: 6.387%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch h1,
.pp-form-container .pp-form-wrapper.ppBuildScratch h2,
.pp-form-container .pp-form-wrapper.ppBuildScratch h3,
.pp-form-container .pp-form-wrapper.ppBuildScratch h4 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 1em;
	margin-top: 1em
}

.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {
	opacity: .5
}

.pp-form-container .pp-form-wrapper.ppBuildScratch {
	max-width: 100%;
	width: 100%;
	padding: 6% 0 6% 6%;
	background: #fff;
	color: #222;
	font-size: 14px;
	position: relative;
	box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
	border-radius: 3px;
	margin: 0 auto
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {
	box-shadow: none;
	border-radius: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
	padding: 0 6.387% 4% 0;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 6.387% 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
	margin: 0 0 5px;
	padding: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description {
	display: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description {
	display: block
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip {
	display: inline;
	font-weight: 400
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 110%;
	display: inline;
	vertical-align: top
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside {
	position: relative
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 2
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
	left: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
	padding-top: 18px;
	padding-bottom: 2px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
	padding-top: 23px;
	padding-bottom: 7px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
	padding-top: 30px;
	padding-bottom: 10px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
	width: 50%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third {
	width: 33.3333333333%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
	border: 1px solid #dbdbdb;
	font-size: 14px;
	padding: 10px 15px;
	transition: all .35s;
	background: #fff;
	color: #69717a;
	width: 100%;
	border-radius: 0;
	line-height: 1.3;
	min-height: 40px;
	display: inline-block;
	margin: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
	height: 100px;
	overflow: auto
}

.pp-form-field-wrap .pp-form-material-icons {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: text;
	margin: 8px 12px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
	padding-right: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
	padding-left: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
	padding-left: 30px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
	padding-right: 30px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
	left: 0;
	margin-left: 12px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
	left: 0!important;
	margin-left: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons {
	margin-right: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons {
	margin-top: 10px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {
	margin-top: 18px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons {
	cursor: pointer
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
	border-radius: 25px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea {
	border-radius: 6px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea {
	border: 0!important;
	border-bottom: 1px solid #dbdbdb!important;
	padding-left: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus {
	border-top: 0!important;
	border-right: 0!important;
	border-left: 0!important;
	box-shadow: none!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea {
	border: 0!important;
	background: #f7f7f7!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select {
	padding-top: 15px;
	padding-bottom: 15px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
	height: 150px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select {
	padding-top: 20px;
	padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea {
	height: 200px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {
	border: 1px solid #999
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
	font-style: normal;
	background-color: transparent;
	display: block;
	font-weight: 700;
	font-size: 14px;
	float: none;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	color: #444
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
	display: inline-block
}

.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,
.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label {
	display: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
	background: #000;
	border: 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 15px 10px;
	transition: .15s ease-in-out;
	width: auto;
	min-width: 110px;
	text-align: center
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit] {
	padding-top: 20px;
	padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
	border-radius: 25px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit] {
	border-radius: 6px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover {
	background-color: #ededed;
	color: #000;
	text-decoration: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {
	margin: 0 0 5px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,
.ppressmd-new-dropdown ul {
	margin: 0;
	padding: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {
	margin-bottom: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 1.3;
	text-align: left;
	margin: 4px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit] {
	width: 100%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
	margin-top: 4%;
	margin-bottom: 4%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {
	width: 100%!important;
	position: absolute!important;
	bottom: 0!important;
	right: 0!important;
	left: 0!important;
	border-top-right-radius: 0!important;
	border-top-left-radius: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
	border-bottom-right-radius: 25px!important;
	border-bottom-left-radius: 25px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {
	border-bottom-right-radius: 6px!important;
	border-bottom-left-radius: 6px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type {
	margin-bottom: 1.5em!important
}

#profilepress-myaccount-wrapper {
	font-size: 16px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item {
	text-decoration: none!important;
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	width: 100%;
	text-align: inherit;
	box-shadow: none
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

#profilepress-myaccount-wrapper .ppmyac-icons {
	margin-right: .5rem;
	vertical-align: text-bottom
}

#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

@media(min-width:576px) {
	#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px
}

@media(min-width:576px) {
	#profilepress-myaccount-wrapper .profilepress-myaccount-content {
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {
	text-align: center;
	margin-bottom: 20px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar {
	margin: 0!important;
	position: static!important;
	float: none!important;
	display: inline-block;
	border-radius: 999px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {
	outline: 0;
	text-shadow: none;
	box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h2 {
	margin-top: 0!important;
	margin-bottom: 1.8rem!important;
	font-weight: 700!important;
	line-height: 1.2!important;
	font-size: 2rem!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
	margin-top: 0!important;
	line-height: 1.2!important;
	font-weight: 500!important;
	font-size: 1.2rem!important;
	margin-bottom: 1rem!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap {
	margin-bottom: 2rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap {
	display: inline;
	padding-right: 1rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item {
	color: inherit;
	padding: 0 0 10px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active {
	border-bottom: 3px solid #6c757d
}

.profilepress-myaccount-alert,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.profilepress-myaccount-alert.pp-alert-danger,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.profilepress-myaccount-alert.pp-alert-success,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field {
	margin-top: .5rem;
	margin-bottom: 1rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty {
	min-height: 250px;
	background-color: #eee
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap {
	padding: .75rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	margin-bottom: 0;
	border-radius: .25rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img {
	width: 100%;
	height: auto
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field {
	margin-top: .5rem;
	margin-bottom: .5rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap {
	margin-bottom: 2rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label {
	margin-bottom: .2rem;
	font-weight: 500;
	display: block
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label {
	display: inline
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	overflow: visible;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
	height: auto!important;
	min-height: 100px!important;
	resize: vertical!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus {
	background-color: #fff;
	border-color: #bbb;
	outline: 0;
	box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
	display: inline-block;
	cursor: pointer;
	width: auto
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	text-decoration: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label {
	display: inline-block;
	margin: 0 0 0 .3819820591em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 1em 0 0;
	padding-left: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar {
	position: relative;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	margin-bottom: 0;
	border-radius: .25rem;
	-webkit-justify-content: space-between!important;
	justify-content: space-between!important;
	display: -webkit-flex!important;
	display: flex!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
	width: 70px;
	height: 70px;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 50%
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {
	margin-bottom: .5rem!important;
	margin-top: .5rem!important;
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	color: #fff;
	height: 35px;
	background-color: #6c757d;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	text-shadow: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #6c757d;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar {
	margin-top: .75rem!important;
	margin-bottom: 0!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button {
	background: #fff;
	border-radius: 6px;
	font-size: 14px;
	border: 1px solid #ddd
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection {
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125)
}

.pp-form-container .pp-field-user-avatar-picture-wrap {
	width: 250px;
	height: auto;
	margin: auto;
	position: relative
}

.pp-form-container .pp-field-user-cover-image-wrap {
	margin: auto;
	position: relative
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	color: #fff;
	text-shadow: 0 1px #666;
	line-height: 21px;
	font-size: 16px;
	height: 100%;
	width: 100%;
	border-radius: 50%
}

.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
	border-radius: 0
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {
	display: table;
	height: 100%;
	width: 100%
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-decoration: none!important;
	background: 0 0!important;
	color: #fff!important;
	border-bottom: none!important
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons {
	font-size: 35px!important;
	display: block!important;
	position: static!important;
	right: auto!important;
	top: auto!important;
	color: #fff!important;
	margin: 0!important;
	width: auto!important;
	height: auto!important;
	cursor: pointer
}

html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
	border: 0!important;
	height: auto!important
}

.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
	border: 0!important;
	box-shadow: none!important
}

.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
	height: auto;
	line-height: normal
}

.pp-form-wrapper.pp-member-directory {
	opacity: 0
}

.pp-form-wrapper.ppress-default-profile {
	max-width: 1000px;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	color: #666;
	margin-bottom: 30px;
	opacity: 0
}

.pp-form-wrapper.ppress-default-profile * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box
}

.pp-form-wrapper.ppress-default-profile a,
.pp-form-wrapper.ppress-default-profile a:hover {
	text-decoration: none!important
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {
	background-color: #eee;
	box-sizing: border-box;
	position: relative
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {
	text-align: center;
	overflow: hidden
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 0;
	margin: 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
	position: relative;
	padding: 0 0 25px;
	border-bottom: solid 2px #eee;
	min-height: 85px;
	box-sizing: content-box
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
	position: absolute;
	top: 15px;
	right: 0;
	vertical-align: middle;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 66;
	margin-right: 10px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons {
	font-size: 30px
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {
	color: #aaa;
	text-decoration: none;
	border-bottom: 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {
	color: #007bff
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {
	float: left;
	position: absolute;
	margin: 0 0 0 30px;
	box-sizing: border-box;
	width: 200px;
	height: 200px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {
	width: 100%;
	height: auto;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
	box-shadow: none;
	background: #fff;
	border: 5px solid #fff
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {
	padding-right: 30px;
	-ms-word-break: break-all;
	word-break: break-word;
	word-wrap: break-word
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {
	padding: 10px 0 0;
	color: #999
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-name {
	font-size: 24px;
	font-weight: 700;
	margin-right: 30px;
	color: #555;
	line-height: 1.7em
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {
	clear: both
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {
	margin: 0 5px;
	font-size: 14px;
	display: inline-block;
	line-height: .1
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {
	margin: 0 5px 0 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {
	margin: 5px 0 0;
	line-height: 1.4em;
	font-size: 13px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {
	padding: 10px;
	background: #444;
	text-align: center
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 10px 6px 28px;
	display: block;
	float: left;
	border-radius: 4px;
	margin-left: 5px;
	position: relative;
	border-bottom: 0;
	text-decoration: none!important
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
	background: #555
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {
	font-size: 18px;
	height: 18px;
	line-height: 1.5;
	position: absolute;
	display: block;
	left: 10px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title {
	padding-left: 5px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
	background: #007bff
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
	max-width: 600px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note {
	text-align: center;
	padding-top: 20px;
	color: #666
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons {
	display: inline-block;
	font-size: 70px;
	height: 70px;
	line-height: 70px
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	color: #888
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {
	border: 0!important
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {
	margin: 0 0 30px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {
	position: relative;
	padding: 15px 0 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
	display: block;
	margin: 0 0 8px;
	border-bottom: solid 2px #eee;
	padding-bottom: 4px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {
	float: left;
	margin: 0 8px 0 0;
	height: 22px;
	line-height: 18px;
	display: inline-block;
	width: 24px;
	text-align: center
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {
	font-size: 22px;
	position: relative;
	top: 1px
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo {
	float: none;
	margin: 0 auto;
	text-align: center;
	position: relative
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {
	padding-left: 0!important;
	padding-right: 0!important;
	text-align: center!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {
	padding: 0
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
	margin-left: 0;
	border-radius: 0
}

.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {
	padding-left: 0;
	padding-right: 0
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	position: static;
	top: auto;
	left: auto
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta {
	text-align: center;
	padding: 0;
	margin-top: -30px
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
	padding-top: 0
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {
	float: none;
	margin-right: 0;
	font-size: 18px
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {
	padding: 0 20px
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	float: none;
	left: auto;
	text-align: center;
	top: -40px
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	width: 120px;
	height: 120px
}

.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {
	font-size: 12px
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons {
	display: block;
	position: static;
	top: auto;
	left: auto;
	height: 20px;
	line-height: 20px
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
	margin-top: 0
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {
	padding: 0
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
	display: block;
	position: static;
	top: auto;
	left: auto;
	font-size: 22px;
	height: 22px;
	line-height: 22px
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {
	padding-left: 0;
	padding-right: 0
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	position: static;
	top: auto;
	left: auto;
	width: 120px;
	height: 120px
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	float: none;
	display: block;
	top: -40px;
	left: 0
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta {
	text-align: center;
	padding: 0;
	margin-top: -30px
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {
	float: none;
	margin-right: 0;
	font-size: 21px
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {
	padding-top: 10px
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {
	padding: 0 20px;
	display: block
}

.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {
	font-size: 12px
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
	display: block;
	position: static;
	top: auto;
	left: auto;
	height: 20px;
	line-height: 20px
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
	margin-top: 0
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {
	padding: 0
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {
	padding: 10px 20px;
	margin-left: 0;
	border-radius: 0
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
	width: 140px;
	height: 140px;
	top: -70px
}

.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	top: auto
}

.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-profile-meta {
	padding-left: 200px
}

.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {
	padding-top: 10px
}

.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {
	font-size: 12px
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons {
	display: block;
	position: static;
	top: auto;
	left: auto;
	font-size: 20px;
	height: 20px;
	line-height: 20px
}

.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
	width: 140px;
	height: 140px;
	top: -70px
}

.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {
	margin-top: -50px
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
	padding: 5px 11px;
	font-size: 12px
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
	font-size: 14px
}

.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,
.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {
	font-size: 10px
}

.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {
	padding: 20px 0;
	border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,
.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	text-decoration: none
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head {
	line-height: 20px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {
	text-align: center;
	padding-top: 30px
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {
	font-size: 15px;
	border: 0;
	display: block;
	width: 100%;
	line-height: 1em;
	padding: 15px;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	transition: .25s;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	max-width: 250px;
	margin: 0 auto;
	color: #fff;
	background: #007bff
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item {
	padding: 20px 0;
	border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {
	color: inherit
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap {
	display: none
}

.pp-member-directory .ppressmd-member-directory-header.ppressmd-form {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar) {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 60%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label {
	-webkit-flex: 1;
	flex: 1;
	margin: 0 10px 0 0;
	min-width: 90px;
	max-width: 85%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line {
	-webkit-appearance: textfield;
	width: 100%;
	padding: 0 12px!important;
	display: block!important;
	border-radius: 2px;
	outline: 0!important;
	cursor: text!important;
	font-size: 15px!important;
	height: 40px!important;
	box-sizing: border-box!important;
	box-shadow: none!important;
	margin: 0!important;
	position: static
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search {
	min-width: 15%;
	width: auto
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex: 5;
	flex: 5
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	cursor: pointer
}

.pp-member-directory .ppressmd-member-directory-header a {
	text-decoration: none;
	border-bottom: none;
	box-shadow: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons {
	display: inline;
	vertical-align: middle
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex: 2;
	flex: 2;
	text-align: right
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	cursor: pointer
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a {
	margin: 0 5px 0 0
}

.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up {
	display: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,
.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down {
	display: none
}

.ppressmd-new-dropdown {
	font-size: 16px;
	margin: 0;
	position: absolute;
	height: auto;
	background: #fff;
	z-index: 10;
	display: none;
	border: 1px solid #ddd;
	box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	-webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px
}

.ppressmd-new-dropdown ul li {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown {
	top: 24px;
	width: 200px;
	left: -12px
}

.ppressmd-new-dropdown ul li a {
	display: block;
	padding: 8px 12px;
	line-height: 1
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {
	padding: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible {
	margin: 0
}

.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
	display: grid
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search {
	margin: 0;
	width: 100%;
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	grid-auto-rows: minmax(-webkit-max-content, auto);
	grid-auto-rows: minmax(max-content, auto);
	-ms-grid-template-rows: auto 1fr;
	-ms-grid-template-columns: repeat(3, 1fr);
	-ms-grid-gap: 10px;
	-ms-grid-auto-rows: minmax(max-content, auto);
	-webkit-align-items: center;
	align-items: center
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: nowrap;
	width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input {
	width: 100%;
	padding: 10px 30px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
	background-color: transparent;
	border: 1px solid #ddd!important
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered {
	color: #666;
	background-color: transparent
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus {
	border: 1px solid #bbb!important
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {
	border: 0!important;
	display: block;
	width: 100%;
	line-height: 1em!important;
	padding: 16px 20px!important;
	text-decoration: none!important;
	text-align: center;
	text-transform: none!important;
	font-weight: 400!important;
	overflow: hidden;
	position: relative;
	transition: .25s;
	box-sizing: border-box;
	border-radius: 4px!important;
	box-shadow: none;
	vertical-align: middle!important;
	height: auto!important;
	cursor: pointer!important;
	text-shadow: none;
	font-family: inherit;
	outline: 0!important;
	margin: 0;
	-webkit-appearance: none
}

.pp-member-directory .ppressmd-members-total-wrap {
	text-align: center;
	margin: 0 0 10px
}

.pp-member-directory .ppressmd-members-total {
	font-size: 20px;
	font-weight: 300
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container {
	width: 100%!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field {
	width: auto!important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
	display: block!important;
	height: 40px;
	padding: 0 0 0 12px!important;
	overflow: hidden!important;
	position: relative!important;
	white-space: nowrap!important;
	line-height: 35px!important;
	font-size: 15px!important;
	text-align: left!important;
	text-decoration: none!important;
	border-radius: 2px!important;
	background-clip: padding-box!important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow {
	display: inline-block!important;
	width: 34px!important;
	height: 100%!important;
	position: absolute!important;
	right: 0!important;
	top: 0!important;
	border-radius: 0 2px 2px 0!important;
	background-clip: padding-box!important;
	text-align: center!important;
	background: 0 0!important;
	border-left: 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown {
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
	font-size: 15px;
	margin: 5px!important;
	color: #666!important;
	padding: 3px 7px 4px!important;
	cursor: pointer;
	min-height: 1em!important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple {
	height: auto!important;
	line-height: .8!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0!important;
	line-height: 37px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	line-height: 37px;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding-left: 0!important;
	padding-right: 30px;
	width: 100%;
	font-size: 13px
}

.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted {
	background: 0 0!important;
	background: #f4f4f4!important;
	color: #666!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
	right: 10px;
	margin: 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
	right: 10px;
	font-size: 30px;
	margin: 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
	color: #888!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
	position: absolute
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 3px 3px 3px 5px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input {
	border: 0!important;
	padding: 0!important;
	border-radius: 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	overflow-x: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	box-sizing: border-box
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: 20px!important
}

.pp-member-directory .ppmd-pagination-wrap {
	font-size: 16px;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	text-align: center
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers {
	display: inline-block;
	width: auto;
	height: 34px;
	line-height: 34px;
	transition: all .2s linear;
	padding: 0 14px;
	color: #666;
	font-weight: 400
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers.current {
	background: #007bff;
	color: #fff
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons {
	vertical-align: middle
}

.flatpickr-calendar {
	background: 0 0;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: #fff;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
	opacity: 1;
	max-height: 640px;
	visibility: visible
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
	left: auto;
	right: 22px
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
	bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
	top: 100%
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff
}

.flatpickr-calendar:focus {
	outline: 0
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block
}

.flatpickr-months {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-months .flatpickr-month {
	background: 0 0;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	display: none
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
	position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	left: 0
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	right: 0
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
	color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
	width: 14px;
	height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
	-webkit-transition: fill .1s;
	transition: fill .1s;
	fill: inherit
}

.numInputWrapper {
	position: relative;
	height: auto
}

.numInputWrapper input,
.numInputWrapper span {
	display: inline-block
}

.numInputWrapper input {
	width: 100%
}

.numInputWrapper input::-ms-clear {
	display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%
}

.numInputWrapper span.arrowDown {
	top: 50%
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%
}

.numInputWrapper span svg {
	width: inherit;
	height: auto
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
	opacity: 1
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0;
	line-height: 1;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch\0;
	display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
	background: 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: 0 0;
	pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: 0 0;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
	outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: none;
	padding: 0
}

.flatpickr-weekdays {
	background: 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: 0 0;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
	padding: 1px 0 0
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px
}

.flatpickr-days:focus {
	outline: 0
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.dayContainer+.dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
	background: 0 0;
	border: 1px solid transparent;
	border-radius: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.today {
	border-color: #959ea9
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px
}

.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
	visibility: hidden
}

.rangeMode .flatpickr-day {
	margin-top: 1px
}

.flatpickr-weekwrapper {
	float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6;
	box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	cursor: default;
	border: none
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both
}

.flatpickr-time .numInputWrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%
}

.flatpickr-time input {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
	font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
	font-weight: 400
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: 700;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
	background: #eee
}

.flatpickr-input[readonly] {
	cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	height: 1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.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
}

.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
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

@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") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

: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(-1 * 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:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.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-container-horizontal>.swiper-pagination-bullets,
.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: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-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%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-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-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-qi-grid {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-grid>.qodef-grid-inner {
	margin: 0 -15px
}

.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 15px;
	margin: 0 0 30px
}

.qodef-qi-grid .qodef-grid-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	min-height: 1px;
	float: left
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item {
	width: 100%
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
	width: 50%
}

@media only screen and (min-width:681px) {
	.qodef-qi-grid.qodef-layout--qi-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-qi-grid.qodef-layout--qi-columns.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
	width: 33.33333%
}

@media only screen and (min-width:769px) {
	.qodef-qi-grid.qodef-layout--qi-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-qi-grid.qodef-layout--qi-columns.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
	width: 25%
}

@media only screen and (min-width:1025px) {
	.qodef-qi-grid.qodef-layout--qi-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-qi-grid.qodef-layout--qi-columns.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item {
	width: 20%
}

@media only screen and (min-width:1367px) {
	.qodef-qi-grid.qodef-layout--qi-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-qi-grid.qodef-layout--qi-columns.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item {
	width: 16.66667%
}

@media only screen and (min-width:1441px) {
	.qodef-qi-grid.qodef-layout--qi-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-qi-grid.qodef-layout--qi-columns.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item {
	width: 14.28571%
}

@media only screen and (min-width:1367px) {
	.qodef-qi-grid.qodef-layout--qi-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-qi-grid.qodef-layout--qi-columns.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item {
	width: 12.5%
}

@media only screen and (min-width:1367px) {
	.qodef-qi-grid.qodef-layout--qi-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-qi-grid.qodef-layout--qi-columns.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
	height: 100%;
	overflow: hidden
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item img {
	height: 100%;
	width: 100%
}

.qodef-qi-grid.qodef-layout--qi-masonry .qodef-grid-inner {
	visibility: hidden
}

.qodef-qi-grid.qodef-layout--qi-masonry .qodef-grid-inner.qodef--masonry-init {
	visibility: visible
}

.qodef-qi-grid.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer {
	width: 100%;
	padding: 0;
	margin: 0
}

.qodef-qi-grid.qodef-layout--qi-masonry .qodef-qi-grid-masonry-gutter {
	width: 0;
	padding: 0;
	margin: 0
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--1 .qodef-qi-grid-masonry-sizer,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item {
	width: 100%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2 .qodef-qi-grid-masonry-sizer,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
	width: 50%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape {
	width: 100%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3 .qodef-qi-grid-masonry-sizer,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
	width: 33.33333%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape {
	width: 66.66667%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4 .qodef-qi-grid-masonry-sizer,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
	width: 25%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape {
	width: 50%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5 .qodef-qi-grid-masonry-sizer,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item {
	width: 20%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape {
	width: 40%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6 .qodef-qi-grid-masonry-sizer,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item {
	width: 16.66667%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape {
	width: 33.33333%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7 .qodef-qi-grid-masonry-sizer,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item {
	width: 14.28571%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape {
	width: 28.57143%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8 .qodef-qi-grid-masonry-sizer,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item {
	width: 12.5%
}

.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape {
	width: 25%
}

.qodef-qi-grid.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0
}

.qodef-qi-grid.qodef-gutter--no>.qodef-grid-inner {
	margin: 0
}

.qodef-qi-grid.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item {
	padding: 0;
	margin: 0
}

.qodef-qi-grid.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px
}

.qodef-qi-grid.qodef-gutter--tiny>.qodef-grid-inner {
	margin: 0 -5px
}

.qodef-qi-grid.qodef-gutter--tiny>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 5px;
	margin: 0 0 10px
}

.qodef-qi-grid.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px
}

.qodef-qi-grid.qodef-gutter--small>.qodef-grid-inner {
	margin: 0 -10px
}

.qodef-qi-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 10px;
	margin: 0 0 20px
}

.qodef-qi-grid.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px
}

.qodef-qi-grid.qodef-gutter--normal>.qodef-grid-inner {
	margin: 0 -15px
}

.qodef-qi-grid.qodef-gutter--normal>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 15px;
	margin: 0 0 30px
}

.qodef-qi-grid.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px
}

.qodef-qi-grid.qodef-gutter--medium>.qodef-grid-inner {
	margin: 0 -20px
}

.qodef-qi-grid.qodef-gutter--medium>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 20px;
	margin: 0 0 40px
}

.qodef-qi-grid.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px
}

.qodef-qi-grid.qodef-gutter--large>.qodef-grid-inner {
	margin: 0 -25px
}

.qodef-qi-grid.qodef-gutter--large>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 25px;
	margin: 0 0 50px
}

.qodef-qi-grid.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -68px
}

.qodef-qi-grid.qodef-gutter--huge>.qodef-grid-inner {
	margin: 0 -34px
}

.qodef-qi-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 34px;
	margin: 0 0 68px
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 40%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 40%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 40%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 25%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 40%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:1440px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 25%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 40%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 25%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 40%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 25%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 40%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (max-width:768px) and (min-width:681px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 25%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 40%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (max-width:680px) and (min-width:481px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 25%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 100%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
		clear: both
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 50%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 100%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
		clear: both
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 33.33333%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 66.66667%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
		clear: both
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 25%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 50%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
		clear: both
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 20%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 40%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
		clear: both
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 16.66667%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 33.33333%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
		clear: both
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 14.28571%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 28.57143%
	}
}

@media only screen and (max-width:480px) and (min-width:0) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
		clear: both
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-masonry .qodef-qi-grid-masonry-sizer,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-grid-item {
		width: 12.5%
	}
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--huge-square,
	.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-masonry>.qodef-grid-inner>.qodef-item--landscape {
		width: 25%
	}
}

@keyframes qi-addons-for-elementor-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
		z-index: 102
	}
	100% {
		opacity: 1;
		visibility: visible;
		z-index: 102
	}
}

@keyframes qi-addons-for-elementor-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
		z-index: 102
	}
	100% {
		opacity: 0;
		visibility: hidden;
		z-index: 0
	}
}

@keyframes qodef-animate-underline-from-left {
	0% {
		transform: scaleX(1);
		transform-origin: right
	}
	37% {
		transform: scaleX(0);
		transform-origin: right
	}
	38% {
		transform: scaleX(0);
		transform-origin: left
	}
	100% {
		transform: scaleX(1);
		transform-origin: left
	}
}

@keyframes qodef-animate-underline-from-right {
	0% {
		transform: scaleX(1);
		transform-origin: left
	}
	37% {
		transform: scaleX(0);
		transform-origin: left
	}
	38% {
		transform: scaleX(0);
		transform-origin: right
	}
	100% {
		transform: scaleX(1);
		transform-origin: right
	}
}

@keyframes qodef-animate-underline-multiline {
	0% {
		background-size: 100% 87%;
		background-position-x: right
	}
	38% {
		background-size: 0 87%;
		background-position-x: right
	}
	39% {
		background-size: 0 87%;
		background-position-x: left
	}
	100% {
		background-size: 100% 87%;
		background-position-x: left
	}
}

.qodef-qi-clear:after,
.qodef-qi-clear:before {
	content: '';
	display: table;
	table-layout: fixed
}

.qodef-qi-clear:after {
	clear: both
}

.qodef-category-separator:after {
	content: ',';
	margin-right: 5px
}

.qodef-shortcode h1 a,
.qodef-shortcode h2 a,
.qodef-shortcode h3 a,
.qodef-shortcode h4 a,
.qodef-shortcode h5 a,
.qodef-shortcode 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-custom-text-underline-draw a {
	position: relative;
	color: currentColor
}

.qodef-custom-text-underline-draw a:after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-custom-text-underline-draw a:hover {
	text-decoration: none
}

.qodef-custom-text-underline-draw a:hover:after {
	animation: qodef-animate-underline-from-left .6s cubic-bezier(.45, .29, 0, .82) forwards
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button,
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text,
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text {
	transition-delay: .25s, .25s
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button {
	transition-delay: .5s, .5s
}

body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-button,
body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-text,
body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-title {
	opacity: 1;
	transform: translateX(0) translateZ(0)
}

@media only screen and (max-width:1440px) {
	.qodef-grid.qodef-qi-hide-under-1440,
	.qodef-qi-hide-under-1440 {
		display: none
	}
}

.qodef-grid.qodef-qi-show-under-1440,
.qodef-qi-show-under-1440 {
	display: none
}

.qodef-grid.qodef-qi-show-under-1440+.swiper-button-prev,
.qodef-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,
.qodef-qi-show-under-1440+.swiper-button-prev,
.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next {
	display: none
}

@media only screen and (max-width:1440px) {
	.qodef-grid.qodef-qi-show-under-1440,
	.qodef-qi-show-under-1440 {
		display: block
	}
	.qodef-grid.qodef-qi-show-under-1440+.swiper-button-prev,
	.qodef-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,
	.qodef-qi-show-under-1440+.swiper-button-prev,
	.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next {
		display: block
	}
}

.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container {
	max-width: unset
}

.fslightbox-container .fslightbox-nav .fslightbox-toolbar {
	background: 0 0
}

.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button {
	color: #fff
}

.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"] {
	display: none
}

.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg {
	fill: currentColor;
	width: 17px;
	stroke: none
}

.fslightbox-container .fslightbox-slide-btn-container-next,
.fslightbox-container .fslightbox-slide-btn-container-previous {
	padding: 30px
}

.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn,
.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn {
	width: 30px;
	padding: 0;
	background: 0 0;
	color: #fff
}

.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn svg,
.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn svg {
	fill: currentColor;
	stroke: currentColor;
	width: 100%
}

.qodef-qi-swiper-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 1;
	visibility: hidden;
	overflow: hidden
}

.qodef-qi-swiper-container .swiper-slide a:not(.qodef-qi-button) {
	display: block
}

.qodef-qi-swiper-container .swiper-slide img {
	width: 100%
}

.qodef-qi-swiper-container.qodef-swiper--initialized {
	visibility: visible
}

.qodef-qi-swiper-container .swiper-pagination-bullet {
	color: #000;
	vertical-align: middle;
	opacity: 1;
	transform-origin: center;
	transform: matrix(1, 0, 0, 1, 0, 0);
	border: 1px solid transparent;
	background: currentColor;
	transition: transform .2s ease-out, color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-qi-swiper-container .swiper-pagination-bullet-active,
.qodef-qi-swiper-container .swiper-pagination-bullet:hover {
	transform: matrix(1.4, 0, 0, 1.4, 0, 0) translateZ(0)
}

.qodef-qi-swiper-container .swiper-button-next,
.qodef-qi-swiper-container .swiper-button-prev,
.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-next,
.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev,
.qodef-qi-swiper-container+.swiper-button-prev,
.qodef-qi-swiper-container+.swiper-button-prev+.swiper-button-next {
	background-image: none!important;
	width: auto!important;
	height: auto!important;
	margin: 0!important;
	color: #111;
	font-size: 26px;
	transition: color .2s ease-out, background-color .2s ease-out;
	transform: translateY(-50%)
}

.qodef-qi-swiper-container .swiper-button-next svg,
.qodef-qi-swiper-container .swiper-button-prev svg,
.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-next svg,
.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev svg,
.qodef-qi-swiper-container+.swiper-button-prev svg,
.qodef-qi-swiper-container+.swiper-button-prev+.swiper-button-next svg {
	display: block;
	width: 1em;
	height: auto;
	transition: background-color .2s ease-out, color .2s ease-out;
	stroke: currentColor;
	fill: currentColor
}

.qodef-qi-swiper-container .swiper-button-next:after,
.qodef-qi-swiper-container .swiper-button-prev:after,
.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-next:after,
.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev:after,
.qodef-qi-swiper-container+.swiper-button-prev+.swiper-button-next:after,
.qodef-qi-swiper-container+.swiper-button-prev:after {
	display: none!important
}

.qodef-qi-swiper-container .swiper-button-prev {
	left: 30px
}

.qodef-qi-swiper-container .swiper-button-next {
	right: 30px
}

.qodef-qi-swiper-container .swiper-button-next:after,
.qodef-qi-swiper-container .swiper-button-next:before,
.qodef-qi-swiper-container .swiper-button-prev:after,
.qodef-qi-swiper-container .swiper-button-prev:before {
	display: none
}

.qodef-qi-swiper-container+.swiper-button-prev {
	left: -50px
}

.qodef-qi-swiper-container+.swiper-button-prev+.swiper-button-next {
	right: -50px
}

.qodef-qi-swiper-container+.qodef-swiper-together-nav {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 30px
}

.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-next,
.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	transform: none;
	z-index: 15
}

.qodef-qi-swiper-container+.qodef-swiper-together-nav .swiper-button-prev {
	margin-right: 20px!important
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg {
	margin-left: 4px
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg {
	margin-right: 4px
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev+.swiper-button-next i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev+.swiper-button-next svg {
	transform: translateX(0);
	will-change: transform;
	transition: transform .25s cubic-bezier(.37, .08, .02, .93), background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev+.swiper-button-next i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev+.swiper-button-next svg {
	transform: translateX(0);
	will-change: transform;
	transition: transform .12s ease-out, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-next:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-next:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev:hover svg {
	transition: transform .22s cubic-bezier(.37, .08, .02, .93) 50ms, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-prev:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev:hover svg {
	transform: translateX(-4px)
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-next:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.qodef-swiper-together-nav .swiper-button-next:hover svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev+.swiper-button-next:hover i,
.qodef-qi-swiper-container.qodef-navigation--hover-move+.swiper-button-prev+.swiper-button-next:hover svg {
	transform: translateX(4px)
}

.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets {
	bottom: 0
}

.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets {
	bottom: 0
}

@media only screen and (max-width:1024px) {
	.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024+.qodef-swiper-together-nav .swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024+.qodef-swiper-together-nav .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024+.swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--1024+.swiper-button-prev+.swiper-button-next {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--768+.qodef-swiper-together-nav .swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--768+.qodef-swiper-together-nav .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--768+.swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--768+.swiper-button-prev+.swiper-button-next {
		display: none
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--680+.qodef-swiper-together-nav .swiper-button-next,
	.qodef-qi-swiper-container.qodef-hide-navigation--680+.qodef-swiper-together-nav .swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--680+.swiper-button-prev,
	.qodef-qi-swiper-container.qodef-hide-navigation--680+.swiper-button-prev+.swiper-button-next {
		display: none
	}
}

.qodef-swiper-pagination-outside.swiper-pagination {
	position: relative
}

.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet {
	color: #000;
	opacity: 1;
	transform-origin: center;
	transform: matrix(1, 0, 0, 1, 0, 0);
	border: 1px solid transparent;
	background: currentColor;
	transition: transform .2s ease-out, color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	margin: 0 6px
}

.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet-active,
.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover {
	transform: matrix(1.4, 0, 0, 1.4, 0, 0) translateZ(0)
}

.qodef-addons-blog-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-addons-blog-list .qodef-blog-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow: hidden
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
	display: block
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe {
	display: block;
	height: 100%
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
	margin: 0 0 .5em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt {
	margin: 0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 24px;
	color: #111
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
	display: inline-flex;
	align-items: center;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
	color: #3c3c3c
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
	margin-right: 0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
	margin-right: 8px;
	width: 14px;
	height: auto;
	fill: currentColor;
	flex-shrink: 0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top {
	margin-bottom: .25em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
	font-size: .9em;
	line-height: 1.13333em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
	display: inline-flex
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a {
	position: relative;
	text-decoration: underline
}

.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after {
	content: '*';
	position: absolute;
	top: 0;
	right: -.5em;
	font-size: 1.5em
}

.qodef-addons-blog-list.qodef-alignment--centered {
	text-align: center
}

.qodef-addons-blog-list.qodef-alignment--centered .qodef-blog-item .qodef-e-info {
	justify-content: center
}

.qodef-addons-blog-list.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after {
	content: '/';
	position: relative;
	left: 12px
}

.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link {
	width: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
	transition: .9s cubic-bezier(.32, .32, .15, 1.17);
	background-size: 0 92%
}

.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover {
	background-size: 100% 92%
}

.qodef-addons-blog-list.qodef--overlay .qodef-e-media-image a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out
}

.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a {
	display: block;
	width: 100%;
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a {
	transform: scale(1.03)
}

.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a {
	display: block;
	width: 100%;
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a {
	transform: scale(1)
}

.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a {
	display: block;
	width: 100%;
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-addons-blog-list.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a {
	transform: scale(1.2) translateX(12px)
}

.qodef-addons-blog-list.qodef-image--hover-from-top a {
	transform-origin: top
}

.qodef-addons-blog-list.qodef-image--hover-from-bottom a {
	transform-origin: bottom
}

.qodef-addons-blog-list.qodef-image--hover-from-left a {
	transform-origin: left
}

.qodef-addons-blog-list.qodef-image--hover-from-right a {
	transform-origin: right
}

@media only screen and (max-width:1024px) {
	.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
		padding: 11% 15%
	}
	.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
		padding: 10.7% 15% 11.3%
	}
}

@media only screen and (max-width:680px) {
	.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
		display: inline-block
	}
	.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
		padding: 11% 10%
	}
	.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link-icon {
		left: calc(50% - 75px);
		width: 150px
	}
	.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
		padding: 11% 10%
	}
	.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote-icon {
		left: calc(50% - 70px);
		width: 140px
	}
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder {
	position: relative
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	color: #fff;
	background-color: #111
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a {
	color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
	background-color: #fff
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text {
	margin-bottom: 1em
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content {
	padding: 45px 40px
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder {
	position: relative
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	color: #fff;
	background-color: #111
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a {
	color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media {
	margin-bottom: 1.5em
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text {
	margin-bottom: 1em
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder {
	position: relative
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	background-color: #fff
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a {
	color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item {
	color: #fff
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover {
	color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title {
	color: #fff;
	margin: 0
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a {
	color: inherit
}

.qodef-addons-blog-list.qodef-item-layout--minimal {
	overflow: hidden
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-grid-inner {
	margin-top: -2em!important
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner {
	padding-top: 2em;
	border-top: 1px solid #ebebeb
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
	display: flex;
	align-items: center
}

@media only screen and (max-width:480px) {
	.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
		flex-direction: column;
		align-items: flex-start
	}
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
	width: 50%
}

@media only screen and (max-width:480px) {
	.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
		width: 100%
	}
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
	flex: 1;
	padding: 20px 27px
}

@media only screen and (max-width:480px) {
	.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
		padding: 20px 0
	}
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media {
	margin-bottom: 1.5em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text {
	margin-bottom: 1em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px
}

.qodef-addons-blog-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-addons-blog-slider .qodef-blog-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content {
	padding-top: 27px
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img {
	display: block;
	width: 100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
	display: block
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title {
	margin: 0 0 .5em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt {
	margin: 0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more {
	margin-top: 14px
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 24px;
	color: #111
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
	display: inline-flex;
	align-items: center;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
	color: #3c3c3c
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
	margin-right: 0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
	margin-right: 8px;
	width: 14px;
	height: auto;
	fill: currentColor;
	flex-shrink: 0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top {
	margin-bottom: .25em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
	font-size: .9em;
	line-height: 1.13333em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom {
	display: inline-flex
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a {
	position: relative;
	text-decoration: underline
}

.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after {
	content: '*';
	position: absolute;
	top: 0;
	right: -.5em;
	font-size: 1.5em
}

.qodef-addons-blog-slider article .qodef-e-media-image {
	overflow: hidden
}

.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content {
	padding-left: 28px;
	padding-right: 28px
}

.qodef-addons-blog-slider.qodef-alignment--centered {
	text-align: center
}

.qodef-addons-blog-slider.qodef-alignment--centered .qodef-blog-item .qodef-e-info {
	justify-content: center
}

.qodef-addons-blog-slider.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after {
	content: '/';
	position: relative;
	left: 12px
}

.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link {
	width: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
	transition: .9s cubic-bezier(.32, .32, .15, 1.17);
	background-size: 0 92%
}

.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link:hover {
	background-size: 100% 92%
}

.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link {
	display: inline
}

.qodef-addons-blog-slider.qodef--overlay .qodef-e-media-image a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out
}

.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a {
	transform: scale(1.03)
}

.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a {
	transform: scale(1)
}

.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a {
	transform: scale(1.2) translateX(12px)
}

.qodef-addons-blog-slider.qodef-image--hover-from-top a {
	transform-origin: top
}

.qodef-addons-blog-slider.qodef-image--hover-from-bottom a {
	transform-origin: bottom
}

.qodef-addons-blog-slider.qodef-image--hover-from-left a {
	transform-origin: left
}

.qodef-addons-blog-slider.qodef-image--hover-from-right a {
	transform-origin: right
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder {
	position: relative
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	color: #fff;
	background-color: #111
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a {
	color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
	background-color: #fff
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text {
	margin-bottom: 1em
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content {
	padding: 45px 40px
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder {
	position: relative
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px;
	color: #fff;
	background-color: #111
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a {
	color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media {
	margin-bottom: 1.5em
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text {
	margin-bottom: 1em
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-media-holder {
	position: relative
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item {
	color: #fff
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover {
	color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title {
	color: #fff;
	margin: 0
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a {
	color: inherit
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
	display: flex;
	align-items: center
}

@media only screen and (max-width:480px) {
	.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
		flex-direction: column;
		align-items: flex-start
	}
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
	width: 50%
}

@media only screen and (max-width:480px) {
	.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
		width: 100%
	}
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
	flex: 1;
	padding: 20px 27px
}

@media only screen and (max-width:480px) {
	.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
		padding: 20px 0
	}
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media {
	margin-bottom: 1.5em
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text {
	margin-bottom: 1em
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img {
	width: 48px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px
}

.qodef-shortcode .qodef-addons-m-pagination {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links {
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all .2s ease-out
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.next svg,
.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.prev svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
	max-height: 100%
}

.qodef-qi-contact-form-7 form div {
	position: relative;
	margin: 0
}

.qodef-qi-contact-form-7.qodef-button--full-width input[type=submit] {
	width: 100%
}

.qodef-qi-contact-form-7 .wpcf7-form-control-wrap {
	width: 100%;
	display: block
}

.qodef-qi-contact-form-7 textarea {
	resize: none
}

.qodef-qi-contact-form-7 .wpcf7-list-item.first {
	margin-left: 0
}

.qodef-qi-contact-form-7 .qodef-cf7-flex {
	display: flex
}

@media only screen and (max-width:1024px) {
	.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024 {
		flex-wrap: wrap
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768 {
		flex-wrap: wrap
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680 {
		flex-wrap: wrap
	}
}

.qodef-qi-contact-form-7 .qodef-grid-item {
	margin: 0!important
}

.qodef-qi-contact-form-7 .wpcf7-checkbox,
.qodef-qi-contact-form-7 .wpcf7-radio {
	line-height: 1;
	display: block
}

.qodef-qi-contact-form-7 .wpcf7-checkbox label,
.qodef-qi-contact-form-7 .wpcf7-radio label {
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-qi-contact-form-7 label {
	margin-bottom: 0
}

.qodef-qi-contact-form-7 input[type=date],
.qodef-qi-contact-form-7 input[type=email],
.qodef-qi-contact-form-7 input[type=number],
.qodef-qi-contact-form-7 input[type=password],
.qodef-qi-contact-form-7 input[type=search],
.qodef-qi-contact-form-7 input[type=tel],
.qodef-qi-contact-form-7 input[type=text],
.qodef-qi-contact-form-7 input[type=url],
.qodef-qi-contact-form-7 select,
.qodef-qi-contact-form-7 textarea {
	margin: 0
}

.qodef-qi-contact-form-7 input[type=checkbox],
.qodef-qi-contact-form-7 input[type=radio] {
	margin: 0;
	width: 1em;
	height: 1em;
	vertical-align: middle
}

.qodef-qi-contact-form-7 button[type=submit]:focus,
.qodef-qi-contact-form-7 button[type=submit]:hover,
.qodef-qi-contact-form-7 input[type=submit]:focus,
.qodef-qi-contact-form-7 input[type=submit]:hover {
	color: unset;
	background-color: unset
}

.qodef-qi-contact-form-7 input[type=submit] {
	transition: all .3s ease-out
}

.qodef-qi-contact-form-7 textarea {
	vertical-align: middle
}

.qodef-addons-woo-shortcode .qodef-e-product-mark {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 68px;
	color: #111;
	background-color: #fff;
	padding: 1.8em 1.2em;
	z-index: 5
}

.qodef-addons-woo-shortcode .qodef-e-product-title {
	margin: 0;
	z-index: 2;
	position: relative
}

.qodef-addons-woo-shortcode .qodef-e-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star {
	color: #111
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
	display: inline-block;
	margin-right: 4px;
	width: 16px;
	height: auto;
	fill: none;
	stroke: currentColor
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child {
	margin-right: 0
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg {
	fill: currentColor;
	stroke: none
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
	width: 1em;
	margin-right: 8px
}

.qodef-addons-woo-shortcode .price {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0
}

.qodef-addons-woo-shortcode .price del {
	margin-right: .8em
}

.qodef-addons-woo-shortcode .price ins {
	text-decoration: none
}

.qodef-addons-woo-shortcode .added_to_cart,
.qodef-addons-woo-shortcode .button {
	color: #111;
	z-index: 3
}

.qodef-addons-woo-shortcode .added_to_cart.added,
.qodef-addons-woo-shortcode .button.added {
	display: none!important
}

.qodef-addons-woo-shortcode .added_to_cart.qodef-qi-button.qodef-layout--textual,
.qodef-addons-woo-shortcode .button.qodef-qi-button.qodef-layout--textual {
	background: 0 0
}

.qodef-qi-woo-shortcode-add-to-cart {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-woo-shortcode-add-to-cart .button.added {
	display: none
}

.qodef-qi-woo-product-category-list .woocommerce-loop-category__title {
	margin: 0
}

.qodef-qi-woo-product-category-list .count {
	display: none
}

.qodef-qi-woo-product-category-list .qodef-e-img-holder {
	overflow: hidden
}

.qodef-qi-woo-product-category-list.qodef--overlay .qodef-e-img-holder:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img {
	transform: scale(1.03)
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out img {
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img {
	transform: scale(1)
}

.qodef-qi-woo-product-category-list.qodef-image--hover-move img {
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-qi-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img {
	transform: scale(1.2) translateX(12px)
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-top img {
	transform-origin: top
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-bottom img {
	transform-origin: bottom
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-left img {
	transform-origin: left
}

.qodef-qi-woo-product-category-list.qodef-image--hover-from-right img {
	transform-origin: right
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	color: #fff;
	text-align: center
}

.qodef-position--bottom-left .qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
	top: auto;
	bottom: 0;
	left: 0;
	transform: none;
	text-align: left
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title {
	position: absolute;
	bottom: 40px;
	left: 50%;
	background-color: #fff;
	width: auto;
	text-align: center;
	padding: 10px 40px;
	transform: translateX(-50%)
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #f6f6f6
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content {
	position: absolute;
	max-height: 100%;
	width: 100%;
	left: 0;
	flex: 1;
	overflow: hidden
}

.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image {
	width: 60%
}

.qodef-qi-woo-shortcode-product-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%
}

.qodef-qi--touch .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
	cursor: pointer
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner {
	opacity: 1
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title {
	color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image img {
	display: block;
	width: 100%
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease-out
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-heading {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline
}

.qodef-qi-woo-shortcode-product-list .woocommerce-Price-currencySymbol {
	position: relative;
	top: -.3em;
	font-size: .6em
}

.qodef-qi-woo-shortcode-product-list .price {
	flex-shrink: 0
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-title {
	transition: color .2s ease-out
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	z-index: 3
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:hover {
	color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-list .woocommerce-LoopProduct-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-qi-woo-shortcode-product-list.qodef--overlay .qodef-e-product-image-holder:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out
}

.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
	overflow: hidden;
	width: 101%
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img {
	transform: scale(1.03)
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out img {
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img {
	transform: scale(1)
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move img {
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img {
	transform: scale(1.2) translateX(12px)
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-top img {
	transform-origin: top
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-bottom img {
	transform-origin: bottom
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-left img {
	transform-origin: left
}

.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-right img {
	transform-origin: right
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content {
	text-align: center;
	padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price {
	justify-content: center
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .25s ease-out, all .3s cubic-bezier(.46, .03, .52, .96);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	pointer-events: none
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a {
	pointer-events: all
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner {
	opacity: 1;
	-webkit-clip-path: inset(13px 13px 13px 13px);
	clip-path: inset(13px 13px 13px 13px);
	transition-delay: 0s, .15s
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content {
	padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
	text-align: center;
	padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
	justify-content: center
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 3;
	margin: 0 auto;
	opacity: 0;
	transition: .15s ease-out
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
	opacity: 1
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
	transform: translateX(0);
	transition: transform .4s .1s ease;
	width: 100%;
	position: absolute
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
	position: absolute;
	width: 100%;
	transform: translateX(100%);
	transition: transform .5s 0s ease
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
	transform: translateX(-100%);
	transition-delay: 0s
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
	transform: translateX(0);
	transition-delay: .1s
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
	padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
	opacity: 1;
	transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 25px 35px;
	background-color: #f6f6f6
}

.qodef-position--bottom-left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
	align-items: flex-start;
	justify-content: flex-end;
	text-align: left
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings {
	text-align: center
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
	left: auto;
	right: 0
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price>span {
	width: 100%
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner {
	opacity: 1;
	transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%
}

.qodef-qi--touch .qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
	cursor: pointer
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner {
	opacity: 1
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title {
	color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img {
	display: block;
	width: 100%
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline
}

.qodef-qi-woo-shortcode-product-slider .woocommerce-Price-currencySymbol {
	position: relative;
	top: -.3em;
	font-size: .6em
}

.qodef-qi-woo-shortcode-product-slider .price {
	flex-shrink: 0
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-title {
	transition: color .2s ease-out
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	z-index: 3
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:hover {
	color: #3c3c3c
}

.qodef-qi-woo-shortcode-product-slider .woocommerce-LoopProduct-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef--overlay .qodef-e-product-image-holder:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
	overflow: hidden;
	width: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img {
	transform: scale(1.03)
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out img {
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img {
	transform: scale(1)
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move img {
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img {
	transform: scale(1.2) translateX(12px)
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-top img {
	transform-origin: top
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-bottom img {
	transform-origin: bottom
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-left img {
	transform-origin: left
}

.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-right img {
	transform-origin: right
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner {
	text-align: center;
	padding: 25px 15px;
	background-color: #f6f6f6;
	transition: background-color .35s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price {
	justify-content: center
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 3;
	margin: 0 auto;
	opacity: 0;
	transition: .15s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
	opacity: 1
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
	transform: translateX(0);
	transition: transform .4s .1s ease;
	width: 100%;
	position: absolute
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
	position: absolute;
	width: 100%;
	transform: translateX(100%);
	transition: transform .5s 0s ease
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
	transform: translateX(-100%);
	transition-delay: 0s
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
	transform: translateX(0);
	transition-delay: .1s
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
	padding: 22px 0 25px
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
	opacity: 1;
	transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px;
	transition: opacity .25s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top {
	text-align: left;
	width: 100%;
	transform: translateY(10px);
	transition: transform .25s ease-out
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom {
	width: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
	left: auto;
	right: 0
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom,
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top {
	transform: translateY(0)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 25px 35px;
	background-color: #f6f6f6
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings {
	text-align: center
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price>span {
	width: 100%
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark {
	left: auto;
	right: 0
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner {
	opacity: 1;
	transform: translateY(0)
}

.qodef-qi-wp-forms textarea {
	resize: none
}

.qodef-qi-wp-forms input,
.qodef-qi-wp-forms select {
	height: auto!important
}

.qodef-qi-wp-forms.qodef-button--full-width button[type=submit] {
	width: 100%
}

.qodef-qi-wp-forms.qodef-wpf-flex form {
	display: flex;
	align-items: center
}

.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-field-container {
	flex-grow: 1;
	flex-basis: 100%
}

.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-submit-container {
	flex-grow: 0
}

.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form>.wpforms-submit-container {
	position: absolute;
	right: 0
}

@media only screen and (max-width:1024px) {
	.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form {
		flex-wrap: wrap
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form {
		flex-wrap: wrap
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form {
		flex-wrap: wrap
	}
}

.qodef-qi-wp-forms .qodef-grid-item {
	margin: 0!important
}

.qodef-qi-wp-forms .wpforms-submit-container {
	padding: 0!important
}

.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
	margin-right: 0!important
}

.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form ul li {
	margin-bottom: 0!important
}

.qodef-qi-wp-forms label {
	margin-bottom: 0
}

.qodef-qi-wp-forms input[type=date],
.qodef-qi-wp-forms input[type=email],
.qodef-qi-wp-forms input[type=number],
.qodef-qi-wp-forms input[type=password],
.qodef-qi-wp-forms input[type=search],
.qodef-qi-wp-forms input[type=tel],
.qodef-qi-wp-forms input[type=text],
.qodef-qi-wp-forms input[type=url],
.qodef-qi-wp-forms textarea {
	margin: 0
}

.qodef-qi-wp-forms input[type=range] {
	padding: 0!important;
	margin: 0!important
}

.qodef-qi-wp-forms input[type=checkbox],
.qodef-qi-wp-forms input[type=radio] {
	margin: 0;
	width: 1em!important;
	height: 1em!important;
	vertical-align: middle!important
}

.qodef-qi-wp-forms button[type=submit]:focus,
.qodef-qi-wp-forms button[type=submit]:hover,
.qodef-qi-wp-forms input[type=submit]:focus,
.qodef-qi-wp-forms input[type=submit]:hover {
	color: unset;
	background-color: unset
}

.qodef-qi-wp-forms button[type=submit],
.qodef-qi-wp-forms input[type=submit] {
	display: inline-flex
}

.qodef-qi-wp-forms button[type=submit] span,
.qodef-qi-wp-forms input[type=submit] span {
	display: inline
}

.qodef-qi-accordion {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
	overflow-anchor: none
}

.qodef-qi-accordion .qodef-e-content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-accordion.qodef--init {
	visibility: visible
}

.qodef-qi-accordion .qodef-e-icon>svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
	vertical-align: top
}

.qodef-qi-accordion .qodef-e-title-holder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 10px 26px 26px;
	transition: all .2s ease-out;
	cursor: pointer;
	margin: 0
}

.qodef-qi-accordion .qodef-e-title-holder:not(:first-child) {
	margin: 12px 0 0
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 18px;
	line-height: 1;
	text-align: center
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span:before {
	display: block;
	line-height: inherit
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus,
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
	transition: opacity .2s ease-out, color .2s ease-out
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
	opacity: 0
}

.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
	opacity: 1
}

.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
	opacity: 1
}

.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
	opacity: 0
}

.qodef-qi-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
	opacity: 0
}

.qodef-qi-accordion .qodef-e-content {
	padding: 0 26px 16px;
	margin: 0;
	transition: background-color .2s ease-out;
	box-sizing: content-box
}

.qodef-qi-accordion .qodef-e-content p {
	margin: 0
}

.qodef-qi-accordion.qodef-style--standard .qodef-e-content {
	padding: 16px 26px
}

.qodef-qi-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active {
	background-color: #f6f6f6
}

.qodef-qi-accordion.qodef-style--boxed {
	border: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
	margin: 0;
	border-top: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-top {
	border-bottom: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-top .qodef-e-title-holder {
	margin: 0;
	border-top: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-between .qodef-e-title-holder {
	margin: 0;
	border-bottom: 1px solid #ebebeb
}

.qodef-qi-accordion.qodef-style--border-between .qodef-e-content {
	padding: 16px 26px;
	border-bottom: 1px solid #ebebeb
}

.qodef-qi-animated-text .qodef-m-title {
	overflow: hidden
}

.qodef-qi-animated-text .qodef-e-word {
	display: inline-block
}

.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title {
	justify-content: flex-start
}

.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title {
	justify-content: flex-end
}

.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title {
	justify-content: center
}

.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-word {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word {
	opacity: 0;
	transform: translateY(-50px);
	transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-word {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-word {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text.qodef--appear-fade .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade .qodef-e-word {
	opacity: 0;
	transition: opacity 1s ease-out
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2) {
	transition-delay: .28s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3) {
	transition-delay: .42s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4) {
	transition-delay: .56s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5) {
	transition-delay: .7s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6) {
	transition-delay: .84s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7) {
	transition-delay: .98s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8) {
	transition-delay: 1.12s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9) {
	transition-delay: 1.26s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10) {
	transition-delay: 1.4s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11) {
	transition-delay: 1.54s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12) {
	transition-delay: 1.68s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13) {
	transition-delay: 1.82s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14) {
	transition-delay: 1.96s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15) {
	transition-delay: 2.1s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16) {
	transition-delay: 2.24s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17) {
	transition-delay: 2.38s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18) {
	transition-delay: 2.52s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19) {
	transition-delay: 2.66s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20) {
	transition-delay: 2.8s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21) {
	transition-delay: 2.94s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22) {
	transition-delay: 3.08s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23) {
	transition-delay: 3.22s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24) {
	transition-delay: 3.36s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25) {
	transition-delay: 3.5s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26) {
	transition-delay: 3.64s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27) {
	transition-delay: 3.78s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28) {
	transition-delay: 3.92s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29) {
	transition-delay: 4.06s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30) {
	transition-delay: 4.2s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31) {
	transition-delay: 4.34s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32) {
	transition-delay: 4.48s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33) {
	transition-delay: 4.62s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34) {
	transition-delay: 4.76s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35) {
	transition-delay: 4.9s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36) {
	transition-delay: 5.04s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37) {
	transition-delay: 5.18s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38) {
	transition-delay: 5.32s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39) {
	transition-delay: 5.46s
}

.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40) {
	transition-delay: 5.6s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2) {
	transition-delay: .28s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3) {
	transition-delay: .42s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4) {
	transition-delay: .56s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5) {
	transition-delay: .7s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6) {
	transition-delay: .84s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7) {
	transition-delay: .98s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8) {
	transition-delay: 1.12s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9) {
	transition-delay: 1.26s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10) {
	transition-delay: 1.4s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11) {
	transition-delay: 1.54s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12) {
	transition-delay: 1.68s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13) {
	transition-delay: 1.82s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14) {
	transition-delay: 1.96s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15) {
	transition-delay: 2.1s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16) {
	transition-delay: 2.24s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17) {
	transition-delay: 2.38s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18) {
	transition-delay: 2.52s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19) {
	transition-delay: 2.66s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20) {
	transition-delay: 2.8s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21) {
	transition-delay: 2.94s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22) {
	transition-delay: 3.08s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23) {
	transition-delay: 3.22s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24) {
	transition-delay: 3.36s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25) {
	transition-delay: 3.5s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26) {
	transition-delay: 3.64s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27) {
	transition-delay: 3.78s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28) {
	transition-delay: 3.92s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29) {
	transition-delay: 4.06s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30) {
	transition-delay: 4.2s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31) {
	transition-delay: 4.34s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32) {
	transition-delay: 4.48s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33) {
	transition-delay: 4.62s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34) {
	transition-delay: 4.76s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35) {
	transition-delay: 4.9s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36) {
	transition-delay: 5.04s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37) {
	transition-delay: 5.18s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38) {
	transition-delay: 5.32s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39) {
	transition-delay: 5.46s
}

.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40) {
	transition-delay: 5.6s
}

.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word {
	opacity: 1;
	transform: translateX(0) translateZ(0)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title {
	opacity: 0;
	transform: translateY(-50px);
	transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right .qodef-m-title {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade .qodef-m-title {
	opacity: 0;
	transition: opacity .7s ease-out
}

.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared .qodef-m-title {
	opacity: 1;
	transform: translateX(0) translateZ(0)
}

.qodef-qi-banner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: auto;
	overflow: hidden;
	transition: box-shadow .35s ease-out
}

.qodef-qi-banner .qodef-m-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1
}

.qodef-qi-banner .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column
}

.qodef-qi-banner .qodef-m-title {
	margin: .25em 0 0
}

.qodef-qi-banner .qodef-m-title-inner {
	display: inline-block
}

.qodef-qi-banner .qodef-m-subtitle {
	margin: 0
}

.qodef-qi-banner .qodef-m-content-inner>.qodef-m-text {
	margin: .7em 0 0
}

.qodef-qi-banner .qodef-m-button {
	margin: .5em 0 0
}

.qodef-qi-banner .qodef-m-button .qodef-qi-button {
	z-index: 2
}

.qodef-qi-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: auto;
	overflow: hidden
}

.qodef-qi-banner .qodef-m-image img {
	display: inline-block
}

.qodef-qi-banner.qodef-vertical--top .qodef-m-content {
	justify-content: flex-start
}

.qodef-qi-banner.qodef-vertical--middle .qodef-m-content {
	justify-content: center
}

.qodef-qi-banner.qodef-vertical--bottom .qodef-m-content {
	justify-content: flex-end
}

.qodef-qi-banner.qodef-horizontal--left .qodef-m-content {
	align-items: flex-start;
	text-align: left
}

.qodef-qi-banner.qodef-horizontal--center .qodef-m-content {
	align-items: center;
	text-align: center
}

.qodef-qi-banner.qodef-horizontal--right .qodef-m-content {
	align-items: flex-end;
	text-align: right
}

.qodef-qi-banner.qodef--overlay .qodef-m-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out
}

.qodef-qi-banner.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-banner.qodef-image--hover-zoom:hover img {
	transform: scale(1.03)
}

.qodef-qi-banner.qodef-image--hover-zoom-out img {
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-banner.qodef-image--hover-zoom-out:hover img {
	transform: scale(1)
}

.qodef-qi-banner.qodef-image--hover-move img {
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-qi-banner.qodef-image--hover-move:hover img {
	transform: scale(1.2) translateX(12px)
}

.qodef-qi-banner.qodef-image--hover-from-top img {
	transform-origin: top
}

.qodef-qi-banner.qodef-image--hover-from-bottom img {
	transform-origin: bottom
}

.qodef-qi-banner.qodef-image--hover-from-left img {
	transform-origin: left
}

.qodef-qi-banner.qodef-image--hover-from-right img {
	transform-origin: right
}

.qodef-qi-banner.qodef-layout--in-box .qodef-m-content {
	padding: 45px
}

.qodef-qi-banner.qodef-layout--in-box .qodef-m-content-inner {
	background-color: #fff;
	padding: 25px;
	max-width: 100%;
	width: 100%
}

.qodef-qi-banner.qodef-layout--standard .qodef-m-content {
	padding: 30px
}

.qodef-before-after-image-holder {
	visibility: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.qodef-before-after-image-holder img {
	position: absolute;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.qodef-before-after-image-holder.active {
	cursor: grab
}

.qodef-qi-before-after {
	-webkit-user-select: none;
	overflow: hidden
}

.qodef-qi-before-after .twentytwenty-handle {
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 100px;
	height: 1em;
	width: 1em;
	margin-left: -.5em;
	margin-top: -.5em;
	color: #fff;
	background-color: currentColor;
	border-radius: 50%;
	cursor: grab;
	z-index: 40
}

@media only screen and (max-width:1024px) {
	.qodef-qi-before-after .twentytwenty-handle {
		font-size: 50px
	}
}

.qodef-qi-before-after .twentytwenty-handle .qodef-handle-text {
	font-size: 1rem;
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.qodef-qi-before-after .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-handle:before {
	content: " ";
	display: block;
	background: currentColor;
	position: absolute;
	z-index: 30
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
	width: 2px;
	height: 100vh;
	left: 50%;
	transform: translateX(-50%)
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
	width: 100vw;
	height: 2px;
	top: 50%;
	transform: translateY(-50%)
}

.qodef-qi-before-after .twentytwenty-after-label,
.qodef-qi-before-after .twentytwenty-before-label {
	display: none
}

.qodef-qi-before-after .twentytwenty-container {
	position: relative;
	overflow: hidden;
	z-index: 0
}

.qodef-qi-before-after .twentytwenty-container img {
	position: absolute;
	top: 0;
	max-width: 100%;
	width: 100%
}

.qodef-qi-before-after .twentytwenty-before {
	z-index: 20
}

.qodef-qi-before-after .twentytwenty-after {
	z-index: 10
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: .48em
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: .48em
}

.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-down-arrow,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-up-arrow {
	display: none
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: .48em
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: .48em
}

.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-right-arrow {
	display: none
}

.qodef-qi-blockquote .qodef-m-text {
	margin: 0
}

.qodef-qi-blockquote .qodef-m-icon {
	font-size: 30px;
	line-height: 1;
	transition: all .3s ease-in-out
}

.qodef-qi-blockquote .qodef-m-icon i {
	color: inherit
}

.qodef-qi-blockquote .qodef-m-icon svg {
	width: 30px;
	height: auto;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon {
	float: left;
	line-height: 1em;
	width: 1em;
	height: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 .5em 0 0
}

.qodef-qi-business-hours {
	position: relative;
	border: 1px solid #e1e1e1;
	padding: 35px
}

.qodef-qi-business-hours.qodef-line-type--between .qodef-e-line {
	border-bottom: 1px solid rgba(30, 30, 30, .2)
}

.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item {
	border-bottom: 1px solid rgba(30, 30, 30, .2)
}

.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item:last-child {
	border-bottom: none
}

.qodef-qi-business-hours.qodef-line-type--none .qodef-e-day {
	margin-right: 10px
}

.qodef-qi-business-hours.qodef-line-type--none .qodef-e-line {
	display: none
}

.qodef-qi-business-hours .qodef-e-item {
	margin-bottom: 1em;
	display: flex;
	align-items: baseline
}

.qodef-qi-business-hours .qodef-e-item:last-child {
	margin-bottom: 0
}

.qodef-qi-business-hours .qodef-e-title-holder {
	display: flex;
	align-items: baseline
}

.qodef-qi-business-hours .qodef-m-title {
	margin: 0 0 1em
}

.qodef-qi-business-hours .qodef-m-subtitle {
	margin: 0 0 .5em
}

.qodef-qi-business-hours .qodef-m-text {
	margin: .5em 0 0
}

.qodef-qi-business-hours .qodef-e-icon {
	line-height: 1;
	padding-right: 12px
}

.qodef-qi-business-hours .qodef-e-day {
	margin: 0
}

.qodef-qi-business-hours .qodef-e-hours {
	margin: 0
}

.qodef-qi-business-hours .qodef-e-line {
	flex-grow: 1;
	margin: 0 8px
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a {
	position: relative;
	color: currentColor
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover {
	text-decoration: none
}

.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover:after {
	animation: qodef-animate-underline-from-left .6s cubic-bezier(.45, .29, 0, .82) forwards
}

@media only screen and (max-width:768px) {
	.qodef-resposive--768.qodef-qi-business-hours .qodef-e-item {
		flex-direction: column
	}
}

@media only screen and (max-width:680px) {
	.qodef-resposive--680.qodef-qi-business-hours .qodef-e-item {
		flex-direction: column
	}
}

@media only screen and (max-width:480px) {
	.qodef-resposive--480.qodef-qi-business-hours .qodef-e-item {
		flex-direction: column
	}
}

.qodef-qi-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 2em;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	border-radius: 4px;
	outline: 0;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	padding: 13px 46px;
	overflow: hidden
}

.qodef-qi-button.qodef-size--small {
	padding: 9px 33px
}

.qodef-qi-button.qodef-size--large {
	padding: 15px 52px
}

.qodef-qi-button.qodef-size--full {
	width: 100%;
	text-align: center
}

.qodef-qi-button.qodef-layout--filled {
	color: #111;
	background-color: #f4f4f4;
	border: 0;
	font-size: 1rem;
	border-style: solid
}

.qodef-qi-button.qodef-layout--filled:hover {
	color: #fff;
	background-color: #111
}

.qodef-qi-button.qodef-layout--outlined {
	color: #111;
	background-color: transparent;
	border: 2px solid #111
}

.qodef-qi-button.qodef-layout--outlined:hover {
	color: #111;
	background-color: #f4f4f4;
	border-color: #f4f4f4
}

.qodef-qi-button.qodef-layout--textual {
	padding: 0!important;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible
}

.qodef-qi-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	vertical-align: middle
}

.qodef-qi-button.qodef-layout--textual:hover {
	color: #111
}

.qodef-qi-button.qodef-icon--left {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse
}

.qodef-qi-button.qodef-text-underline .qodef-m-text {
	position: relative
}

.qodef-qi-button.qodef-text-underline .qodef-m-text:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: background-color .25s ease-in-out, width .36s cubic-bezier(.51, .5, .07, .99);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-qi-button.qodef-text-underline:not(.qodef-button-underline-draw):hover .qodef-m-text:after {
	width: 0
}

.qodef-qi-button.qodef-text-underline.qodef-underline--center .qodef-m-text:after {
	left: 50%;
	transform: translateX(-50%)
}

.qodef-qi-button.qodef-text-underline.qodef-underline--right .qodef-m-text:after {
	left: auto;
	right: 0
}

.qodef-qi-button.qodef-button-underline-draw .qodef-m-text {
	overflow: hidden
}

.qodef-qi-button.qodef-button-underline-draw.qodef-underline--left:hover .qodef-m-text:after,
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
	animation: qodef-animate-underline-from-left .7s cubic-bezier(.45, .29, 0, .82) forwards
}

.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
	animation: qodef-animate-underline-from-right .7s cubic-bezier(.45, .29, 0, .82) forwards
}

.qodef-qi-button .qodef-m-icon {
	color: currentColor;
	line-height: 0
}

.qodef-qi-button .qodef-m-icon.qodef--icon-color-set {
	transition: color .25s ease-in-out, background-color .25s ease-in-out
}

.qodef-qi-button .qodef-m-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
	vertical-align: middle
}

.qodef-qi-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon {
	margin-left: 10px
}

.qodef-qi-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon {
	margin-right: 10px
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
	position: relative;
	overflow: hidden;
	display: inherit;
	padding: 1px
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
	transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
	will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1) {
	transform: translateX(0) translateY(0);
	transition-delay: .1s;
	opacity: 1
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
	position: absolute;
	opacity: 0;
	left: 1px;
	top: 1px;
	transition-delay: 0s
}

.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
	opacity: 0
}

.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2) {
	transform: translateX(0) translateY(0) translatez(0);
	transition-delay: .25s;
	opacity: 1
}

.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
	transform: translateX(-150%) translateY(0)
}

.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
	transform: translateX(200%) translateY(0)
}

.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
	will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
	transform: translateX(0) translateY(150%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
	transform: translateX(0) translateY(-150%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
	will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
	transform: translateX(-100%) translateY(100%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
	transform: translateX(100%) translateY(-100%) translateZ(0)
}

.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
	transition: transform .3s cubic-bezier(.37, .08, .02, .93), opacity .2s ease-in-out;
	transform: translateX(0);
	will-change: transform
}

.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
	transform: translateX(4px)
}

.qodef-qi-button.qodef-hover--reveal:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .5s cubic-bezier(.54, .3, .02, 1.01)
}

.qodef-qi-button.qodef-hover--reveal .qodef-m-icon,
.qodef-qi-button.qodef-hover--reveal .qodef-m-text {
	z-index: 1
}

.qodef-qi-button.qodef-hover--reveal:hover:after {
	transform: scaleX(1) scaleY(1)
}

.qodef-qi-button.qodef-hover--reveal.qodef-layout--outlined:hover {
	background-color: initial
}

.qodef-qi-button.qodef--reveal-horizontal:after {
	transform-origin: left;
	transform: scaleX(0)
}

.qodef-qi-button.qodef--reveal-vertical:after {
	transform-origin: bottom;
	transform: scaleY(0)
}

.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .5s cubic-bezier(.54, .3, .02, 1.01)
}

.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon .qodef-m-icon-inner {
	z-index: 1
}

.qodef-qi-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after {
	transform: scaleX(1) scaleY(1)
}

.qodef-qi-button.qodef-icon-background-hover--reveal-horizontal .qodef-m-icon:after {
	transform-origin: left;
	transform: scaleX(0)
}

.qodef-qi-button.qodef-icon-background-hover--reveal-vertical .qodef-m-icon:after {
	transform-origin: bottom;
	transform: scaleY(0)
}

.qodef-qi-button.qodef-type--icon-boxed {
	padding: 0!important;
	align-items: stretch
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-text {
	align-self: center;
	padding: 11px 28px
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 11px 0
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon i {
	line-height: inherit
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-button.qodef-type--icon-boxed .qodef-m-border {
	width: 2px;
	background-color: #111;
	transition: background-color .25s ease-in-out
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-inner-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #111;
	font-size: 4px;
	transition: color .25s ease-in-out
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
	position: absolute;
	background-color: currentColor;
	transition: background-color .25s ease-in-out
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
	top: 1em;
	left: 1em;
	height: 2px;
	width: calc(100% - 2em)
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right {
	top: 1em;
	right: 1em;
	width: 2px;
	height: calc(100% - 2em)
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom {
	bottom: 1em;
	right: 1em;
	height: 2px;
	width: calc(100% - 2em)
}

.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left {
	bottom: 1em;
	left: 1em;
	width: 2px;
	height: calc(100% - 2em)
}

.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-top {
	transition: transform .36s ease-out
}

.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-top {
	transform: scaleX(0)
}

.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-right {
	transform: scaleY(0)
}

.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-top {
	transform: scaleX(1) scaleY(1)
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
	transition-duration: .28s
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
	transform-origin: left
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right {
	transform-origin: top
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
	transition-delay: .28s
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right {
	transition-delay: 0s
}

.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top {
	transition-delay: 0s
}

.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right {
	transition-delay: .28s
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-top {
	transform-origin: left
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-bottom {
	transform-origin: right
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-left {
	transform-origin: top
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-right {
	transform-origin: bottom
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-top {
	transition: background-color .25s ease-in-out, transform .36s ease-out;
	transform: scaleX(1) scaleY(1)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-top {
	transform: scaleX(0)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-right {
	transform: scaleY(0)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
	transition: background-color .25s ease-in-out, transform .28s ease-out
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
	transform-origin: left
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right {
	transform-origin: top
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
	transition-delay: 0s, 0s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right {
	transition-delay: 0s, .28s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top {
	transition-delay: 0s, .28s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right {
	transition-delay: 0s, 0s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-top {
	transform-origin: left
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-bottom {
	transform-origin: right
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-left {
	transform-origin: top
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-right {
	transform-origin: bottom
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge {
	overflow: visible
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge .qodef-m-inner-border {
	top: 1em;
	left: 1em;
	width: calc(100% - 2em);
	height: calc(100% - 2em);
	border: 1px solid currentColor;
	transition: all .3s cubic-bezier(.46, .03, .52, .96)
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge:hover .qodef-m-inner-border {
	top: -1em;
	left: -1em;
	width: calc(100% + 2em);
	height: calc(100% + 2em)
}

.qodef-qi-call-to-action.qodef-layout--standard {
	position: relative
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #333;
	padding: 6.4% 6% 6.9% 5.5%
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-title {
	color: #fff;
	margin: 0
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text {
	color: #fff;
	margin: .8em 0 0
}

.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-button {
	flex: 0 0 auto
}

.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-button {
	z-index: 1
}

@media only screen and (max-width:1024px) {
	.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--1024 .qodef-m-inner {
		display: block
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--768 .qodef-m-inner {
		display: block
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--680 .qodef-m-inner {
		display: block
	}
}

.qodef-qi-cards-gallery {
	position: relative;
	display: inline-block
}

.qodef-qi-cards-gallery .qodef-e-inner {
	position: relative
}

.qodef-qi-cards-gallery .qodef-m-fake-card {
	position: relative;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.qodef-qi-cards-gallery .qodef-m-card {
	position: absolute;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	width: 100%
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card {
	will-change: transform
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n) {
	transform-origin: right
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1) {
	transform-origin: left
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out {
	transition: transform .5s ease-in-out, left .3s ease-in-out, right .3s ease-in-out
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:not(:last-of-type) {
	cursor: pointer
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover {
	margin-right: -10px!important
}

.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1):not(:last-of-type):not(.active):hover {
	margin-left: -10px!important
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
	transform-origin: left;
	will-change: transform
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
	transition: transform .5s ease-in-out, left .3s ease-in-out
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
	cursor: pointer
}

.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
	margin-left: -10px!important
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
	transform-origin: right;
	will-change: transform
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
	transition: transform .5s ease-in-out, right .3s ease-in-out
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
	cursor: pointer
}

.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
	margin-right: -10px!important
}

@media only screen and (max-width:768px) {
	.qodef-qi-cards-gallery .qodef-m-fake-card {
		transform: scale(.8)
	}
	.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
		transform: scale(.8)
	}
	.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
		transform: translateX(-100%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
		transform: scale(.3) translateX(84%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
		transform: scale(.4) translateX(60%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
		transform: scale(.5) translateX(39%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
		transform: scale(.6) translateX(25%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
		transform: scale(.7) translateX(11.2%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
		transform: scale(.8)
	}
	.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
		transform: translateX(100%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
		transform: scale(.3) translateX(-84%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
		transform: scale(.4) translateX(-60%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
		transform: scale(.5) translateX(-39%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
		transform: scale(.6) translateX(-25%)
	}
	.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
		transform: scale(.7) translateX(-11.2%)
	}
}

.qodef-qi-charts {
	position: relative;
	visibility: hidden
}

.qodef-qi-charts.qodef--init {
	visibility: visible
}

.qodef-qi-charts .qodef-m-inner {
	position: relative
}

.qodef-qi-charts .qodef-m-canvas-holder {
	display: flex
}

.qodef-qi-charts .qodef-m-canvas {
	position: relative;
	width: 260px
}

.qodef-qi-charts .qodef-m-title {
	margin: 2em 0 0
}

.qodef-qi-charts .qodef-m-text {
	margin: .2em 0 0
}

.qodef-qi-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
	justify-content: flex-start
}

.qodef-qi-charts.qodef-chart-alignment--center .qodef-m-canvas-holder {
	justify-content: center
}

.qodef-qi-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
	justify-content: flex-end
}

.qodef-qi-clients-list .qodef-e-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%
}

.qodef-qi-clients-list .qodef-e-inner a {
	display: inline-block
}

.qodef-qi-clients-list .qodef-e-inner>a {
	display: block
}

.qodef-qi-clients-list .qodef-grid-item {
	text-align: center
}

.qodef-qi-clients-list .qodef-e-images-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	margin: 0 0 1em
}

.qodef-qi-clients-list .qodef-e-main-image {
	display: inline-block;
	width: auto
}

.qodef-qi-clients-list .qodef-e-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	opacity: 0
}

.qodef-qi-clients-list .qodef-e-hover-image img {
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.qodef-qi-clients-list .qodef-e-title {
	margin: 0 0 .65em
}

.qodef-qi-clients-list .qodef-e-text {
	margin: 0
}

.qodef-qi-clients-list.qodef--boxed .qodef-e-inner {
	padding: 20px;
	background-color: #f6f6f6
}

.qodef-qi-clients-list.qodef-border--all {
	margin: 0!important
}

.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner {
	margin: 0!important;
	border-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #ebebeb
}

.qodef-qi-clients-list.qodef-border--all .qodef-grid-item {
	margin: 0!important;
	padding: 0!important;
	border-width: 1px;
	border-style: inherit;
	border-top-style: hidden;
	border-left-style: hidden;
	border-color: inherit
}

.qodef-qi-clients-list.qodef-border--inner {
	margin: 0!important;
	overflow: hidden
}

.qodef-qi-clients-list.qodef-border--inner .qodef-grid-inner {
	margin: -1px -1px 0!important;
	padding-right: 1px
}

.qodef-qi-clients-list.qodef-border--inner .qodef-grid-item {
	margin: 0!important;
	padding: 0!important;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-main-image {
	will-change: opacity;
	transition: opacity .25s ease-in-out
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image {
	opacity: 0
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
	opacity: 1
}

.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
	opacity: 0
}

.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-main-image {
	opacity: 1;
	transition: opacity .2s ease-out;
	will-change: opacity
}

.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-hover-image {
	display: none
}

.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
	opacity: .8
}

.qodef-qi-clients-list.qodef--hover-scale .qodef-e-main-image {
	transform: scale(1) translateZ(0);
	transition: transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-list.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
	transform: scale(1.05) translateZ(0)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder {
	overflow: hidden
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
	transition: transform .5s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
	opacity: 1
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image {
	transform: translateX(0)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image {
	transform: translateX(-130%)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
	transform: translateX(0)
}

.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
	transform: translateX(130%)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
	transform: translateY(0)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
	transform: translateY(130%)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
	transform: translateY(0)
}

.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
	transform: translateY(-130%)
}

.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a {
	position: relative
}

.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 0;
	transition: width .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a:after {
	width: 100%
}

.qodef-qi-clients-slider .qodef-e-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 0
}

.qodef-qi-clients-slider .qodef-e-inner a {
	display: inline-block
}

.qodef-qi-clients-slider .qodef-e-images-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	margin: 0 0 1em
}

.qodef-qi-clients-slider .qodef-e-title {
	margin: 0 0 .65em
}

.qodef-qi-clients-slider .qodef-e-text {
	line-height: 1rem
}

.qodef-qi-clients-slider .qodef-e-main-image {
	display: inline-block;
	width: auto
}

.qodef-qi-clients-slider .qodef-e-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%
}

.qodef-qi-clients-slider .qodef-e-hover-image img {
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.qodef-qi-clients-slider.qodef--boxed .qodef-e-inner {
	padding: 20px;
	background-color: #f6f6f6
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-main-image {
	will-change: opacity;
	transition: opacity .25s ease-in-out
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
	opacity: 0
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
	opacity: 1
}

.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
	opacity: 0
}

.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-main-image {
	opacity: 1;
	transition: opacity .2s ease-out;
	will-change: opacity
}

.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-hover-image {
	display: none
}

.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
	opacity: .8
}

.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-main-image {
	transform: scale(1) translateZ(0);
	transition: transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
	transform: scale(1.05) translateZ(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder {
	overflow: hidden
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
	transition: transform .5s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
	opacity: 1
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image {
	transform: translateX(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image {
	transform: translateX(-130%)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
	transform: translateX(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
	transform: translateX(130%)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
	transform: translateY(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
	transform: translateY(130%)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
	transform: translateY(0)
}

.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
	transform: translateY(-130%)
}

.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a {
	display: inline-block;
	position: relative
}

.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 0;
	transition: width .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a:after {
	width: 100%
}

.qodef-qi-countdown .qodef-m-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.qodef-qi-countdown .qodef-digit-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 150px
}

.qodef-qi-countdown .qodef-digit {
	font-size: 70px;
	line-height: 1
}

.qodef-qi-countdown .qodef-label {
	font-size: 20px
}

.qodef-qi-counter.qodef-layout--simple.qodef-digit-stroke-effect .qodef-m-digit {
	color: transparent!important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #333;
	text-shadow: none
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-digit {
	display: inline-block;
	font-size: 70px;
	line-height: 1
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-icon {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(100%, -50%);
	font-size: 20px
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-title {
	margin: .9em 0 0
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-text {
	margin: .45em 0 0
}

.qodef-qi-device-carousel {
	position: relative
}

.qodef-qi-device-carousel>.qodef-qi-swiper-container {
	padding: 30px 0
}

.qodef-qi-device-carousel>.qodef-qi-swiper-container>.swiper-wrapper {
	align-items: center
}

.qodef-qi-device-carousel .qodef-device-carousel-device {
	position: relative;
	margin: 0 auto
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image {
	position: relative;
	pointer-events: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, .07);
	border-radius: 15px;
	z-index: 10
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image img {
	width: 100%
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-items {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-qi-swiper-container {
	overflow: hidden;
	height: 100%;
	padding: 0!important
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item {
	height: 100%
}

.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.qodef-qi-device-slider {
	position: relative;
	margin: auto
}

.qodef-qi-device-slider .qodef-device-slider-image {
	position: relative;
	pointer-events: none;
	z-index: 10
}

.qodef-qi-device-slider .qodef-device-slider-image img {
	width: 100%;
	filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-qi-device-slider .qodef-m-items {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5
}

.qodef-qi-device-slider .qodef-qi-swiper-container {
	overflow: hidden;
	height: 100%
}

.qodef-qi-device-slider .qodef-m-item {
	height: 100%
}

.qodef-qi-device-slider .qodef-m-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (max-width:1024px) {
	.qodef-device-slider-holder {
		margin-bottom: 96px
	}
	.qodef-device-slider-holder .swiper-pagination-bullets {
		bottom: -96px!important
	}
}

@media only screen and (max-width:768px) {
	.qodef-device-slider-holder {
		margin-bottom: 86px
	}
	.qodef-device-slider-holder .swiper-pagination-bullets {
		bottom: -86px!important
	}
}

@media only screen and (max-width:680px) {
	.qodef-device-slider-holder {
		margin-bottom: 76px
	}
	.qodef-device-slider-holder .swiper-pagination-bullets {
		bottom: -76px!important
	}
}

@media only screen and (max-width:480px) {
	.qodef-device-slider-holder {
		margin-bottom: 46px
	}
	.qodef-device-slider-holder .swiper-pagination-bullets {
		bottom: -46px!important
	}
}

.qodef-qi-dropcaps {
	position: relative
}

.qodef-qi-dropcaps.qodef-letter-stroke-effect .qodef-m-letter {
	color: transparent!important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #333;
	text-shadow: none
}

.qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

body.e--ua-safari .qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
	display: block
}

.qodef-qi-dropcaps .qodef-m-letter {
	float: left;
	font-size: 60px;
	line-height: 1em;
	width: 1em;
	height: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.qodef-qi-dropcaps .qodef-m-text {
	margin: 0
}

.qodef-qi-dual-image-with-content {
	position: relative;
	display: flex
}

.qodef-qi-dual-image-with-content.qodef--content-right {
	flex-direction: row-reverse
}

.qodef-qi-dual-image-with-content .qodef-dual-content {
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 100px;
	background-color: #f6f6f6
}

.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-title {
	margin: 0 0 .5em
}

.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-text {
	margin: 0 0 .5em
}

.qodef-qi-dual-image-with-content .qodef-m-inner-bottom {
	width: 100%
}

.qodef-qi-dual-image-with-content .qodef-m-content-shortcode {
	position: relative
}

.qodef-qi-dual-image-with-content .qodef-image-holder {
	--holder_height: auto;
	position: relative;
	flex: 1;
	height: var(--holder_height)
}

.qodef-qi-dual-image-with-content .qodef-m-main-image {
	width: 100%;
	height: 100%
}

.qodef-qi-dual-image-with-content .qodef-m-main-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.qodef-qi-dual-image-with-content .qodef-m-second-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-qi-dual-image-with-content.qodef-decoration--underline .qodef-e-decorated {
	text-decoration: underline
}

.qodef-qi-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated {
	font-style: italic
}

.qodef-qi-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated {
	font-weight: 700
}

.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link {
	width: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - .07em), currentColor .07em);
	background-size: 100% 87%
}

.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link:hover {
	animation: qodef-animate-underline-multiline 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
	transform: scale(1) translateX(14px)
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
	transform: scale(1) translateX(-14px)
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder {
	overflow: hidden
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image {
	display: flex;
	justify-content: center
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
	display: inline-block;
	max-width: unset;
	transition: transform 1.3s cubic-bezier(.37, .08, .02, .93) 0s
}

.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
	transform: scale(1) translateX(0)
}

@media only screen and (max-width:1440px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_1440)
	}
}

@media only screen and (max-width:1366px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_1366)
	}
}

@media only screen and (max-width:1280px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_1280)
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_1024)
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_768)
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-dual-image-with-content .qodef-image-holder {
		height: var(--holder_height_680)
	}
}

@media only screen and (max-width:1024px) {
	.qodef-qi-dual-image-with-content {
		flex-direction: column
	}
	.qodef-qi-dual-image-with-content.qodef--content-right {
		flex-direction: column
	}
	.qodef-qi-dual-image-with-content .qodef-dual-content {
		width: 100%
	}
	.qodef-qi-dual-image-with-content .qodef-m-second-image {
		position: relative;
		padding: 7% 0
	}
	.qodef-qi-dual-image-with-content .qodef-m-main-image {
		position: absolute
	}
	.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,
	.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image {
		flex-flow: column;
		align-items: center
	}
	.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,
	.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img {
		max-width: 160%
	}
}

.qodef-qi-faq {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-faq.qodef-behavior--accordion {
	visibility: hidden;
	overflow-anchor: none
}

.qodef-qi-faq.qodef-behavior--accordion.qodef--init {
	visibility: visible
}

.qodef-qi-faq.qodef-behavior--accordion .qodef-e-title-holder {
	cursor: pointer
}

.qodef-qi-faq .qodef-e-content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-faq .qodef-e-icon>svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-faq .qodef-e-title-holder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 10px 26px 26px;
	transition: all .2s ease-out;
	margin: 0
}

.qodef-qi-faq .qodef-e-title-holder:not(:first-child) {
	margin: 12px 0 0
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-title {
	display: inline-flex
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 18px;
	line-height: 1;
	text-align: center
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: opacity .2s ease-out, color .2s ease-out
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span:before {
	display: block;
	line-height: inherit
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
	opacity: 0
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
	opacity: 1
}

.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
	opacity: 1
}

.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
	opacity: 0
}

.qodef-qi-faq .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
	opacity: 0
}

.qodef-qi-faq .qodef-e-title-holder .qodef-e-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 8px
}

.qodef-qi-faq .qodef-e-content {
	padding: 0 26px 16px;
	margin: 0;
	transition: background-color .2s ease-out
}

.qodef-qi-faq .qodef-e-content p {
	margin: 0
}

.qodef-qi-faq.qodef-style--standard .qodef-e-content {
	padding: 16px 26px
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active {
	background-color: #f6f6f6
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child) {
	margin: 0
}

.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2) {
	border-color: transparent!important
}

.qodef-qi-faq.qodef-style--standard .qodef-e-content {
	border-bottom: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--boxed {
	border: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
	margin: 0;
	border-top: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder {
	margin: 0;
	border-top: 1px solid #ebebeb
}

.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder:first-child {
	border-top: none
}

.qodef-qi-graphs {
	position: relative;
	visibility: hidden
}

.qodef-qi-graphs.qodef--init {
	visibility: visible
}

.qodef-qi-graphs .qodef-m-inner {
	position: relative
}

.qodef-qi-graphs .qodef-m-canvas-holder {
	display: flex
}

.qodef-qi-graphs .qodef-m-canvas {
	position: relative;
	width: 100%
}

.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
	align-items: flex-start
}

.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-legend {
	justify-content: flex-start
}

.qodef-qi-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--right .qodef-m-canvas-holder {
	justify-content: flex-start
}

.qodef-qi-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--left .qodef-m-canvas-holder {
	justify-content: flex-end
}

.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder {
	align-items: center
}

.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-legend {
	justify-content: center
}

.qodef-qi-graphs.qodef-chart-alignment--center.qodef-legend-position--left .qodef-m-canvas-holder,
.qodef-qi-graphs.qodef-chart-alignment--center.qodef-legend-position--right .qodef-m-canvas-holder {
	justify-content: center
}

.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
	align-items: flex-end
}

.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-legend {
	justify-content: flex-end
}

.qodef-qi-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--right .qodef-m-canvas-holder {
	justify-content: flex-end
}

.qodef-qi-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--left .qodef-m-canvas-holder {
	justify-content: flex-start
}

.qodef-qi-highlight {
	margin: 0!important
}

.qodef-qi-highlight .qodef-highlight-text {
	padding: 0;
	color: #fff
}

.qodef-qi-how-to {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-how-to .qodef-m-title {
	margin: .35em 0 0
}

.qodef-qi-how-to .qodef-m-text {
	margin: 1.2em 0 0
}

.qodef-qi-how-to .qodef-m-title-holder {
	margin-bottom: 2.5em
}

.qodef-qi-how-to .qodef-e-step {
	margin-bottom: 30px
}

.qodef-qi-how-to .qodef-e-step-title {
	margin: 0 0 .8em
}

.qodef-qi-how-to .qodef-e-step-text {
	margin: 0 0 1em
}

.qodef-qi-how-to .qodef-e-step-image {
	display: inline-block;
	vertical-align: top
}

.qodef-qi-icon-with-text .qodef-m-title {
	margin: 0
}

.qodef-qi-icon-with-text .qodef-m-title a {
	display: block;
	color: inherit
}

.qodef-qi-icon-with-text .qodef-m-content>.qodef-m-text {
	margin: .5em 0 0
}

.qodef-qi-icon-with-text .qodef-m-button {
	margin: 1.5em 0 0
}

.qodef-qi-icon-with-text .qodef-m-icon-holder {
	font-size: 1.4em;
	line-height: 1;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out
}

.qodef-qi-icon-with-text .qodef-m-icon-holder i {
	vertical-align: top;
	color: inherit
}

.qodef-qi-icon-with-text .qodef-m-icon-holder svg {
	width: 1em;
	vertical-align: top;
	fill: currentColor;
	stroke: currentColor;
	overflow: visible
}

.qodef-qi-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	background-color: #c4c4c4;
	border: 1px solid transparent
}

.qodef-qi-icon-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-icon-with-text .qodef-m-separator .qodef-m-line {
	width: 60px
}

.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: block
}

.qodef-qi-icon-with-text.qodef--appear-from-bottom {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared {
	opacity: 1;
	transform: translateY(0)
}

.qodef-qi-icon-with-text.qodef--appear-from-top {
	opacity: 0;
	transform: translateY(-50px);
	transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-top.qodef-qi--appeared {
	opacity: 1;
	transform: translateY(0)
}

.qodef-qi-icon-with-text.qodef--appear-from-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-left.qodef-qi--appeared {
	opacity: 1;
	transform: translateX(0)
}

.qodef-qi-icon-with-text.qodef--appear-from-right {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity .25s, transform .35s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-from-right.qodef-qi--appeared {
	opacity: 1;
	transform: translateX(0)
}

.qodef-qi-icon-with-text.qodef--appear-fade {
	opacity: 0;
	transition: opacity .7s ease-out
}

.qodef-qi-icon-with-text.qodef--appear-fade.qodef-qi--appeared {
	opacity: 1
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder svg {
	transform: translateX(0);
	transition: transform .28s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover svg {
	transform: translateX(4px)
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder svg {
	transform: translateY(0);
	transition: transform .32s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover svg {
	transform: translateY(-7px)
}

.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg {
	transform: scale(1) translateZ(0);
	transition: transform .3s cubic-bezier(.22, .61, .36, 1);
	will-change: transform
}

.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover svg {
	transform: scale(1.17) translateZ(0)
}

.qodef-qi-icon-with-text.qodef-layout--before-content {
	display: flex;
	align-items: flex-start
}

.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: .7em
}

@media only screen and (max-width:768px) {
	.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768 {
		flex-direction: column
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680 {
		flex-direction: column
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480 {
		flex-direction: column
	}
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title a {
	transition: color .2s ease-out
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
	display: flex;
	align-items: center
}

.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: .15em;
	transition: color .2s ease-out
}

.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center
}

.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left
}

.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right
}

.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 1.3em
}

.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-separator+.qodef-m-title {
	margin: 0
}

.qodef-qi-image-gallery-masonry.qodef-grid {
	margin-bottom: -24px
}

.qodef-qi-image-gallery-masonry.qodef-grid>.qodef-grid-inner {
	margin: 0 -12px
}

.qodef-qi-image-gallery-masonry.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 12px;
	margin: 0 0 24px
}

.qodef-qi-image-gallery-masonry.qodef-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-image-wrapper img {
	-o-object-fit: cover;
	object-fit: cover
}

.qodef-qi-image-gallery-masonry .qodef-e-inner {
	overflow: hidden
}

.qodef-qi-image-gallery-masonry.qodef--overlay .qodef-e-inner {
	position: relative
}

.qodef-qi-image-gallery-masonry.qodef--overlay .qodef-e-inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out;
	pointer-events: none
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
	transform: scale(1.03)
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
	transform: scale(1)
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
	transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img {
	transform-origin: top
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-bottom .qodef-e-inner img {
	transform-origin: bottom
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-left .qodef-e-inner img {
	transform-origin: left
}

.qodef-qi-image-gallery-masonry.qodef-image--hover-from-right .qodef-e-inner img {
	transform-origin: right
}

.qodef-qi-image-gallery-pinterest.qodef-grid {
	margin-bottom: -24px
}

.qodef-qi-image-gallery-pinterest.qodef-grid>.qodef-grid-inner {
	margin: 0 -12px
}

.qodef-qi-image-gallery-pinterest.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 12px;
	margin: 0 0 24px
}

.qodef-qi-image-gallery-pinterest .qodef-e-inner {
	overflow: hidden
}

.qodef-qi-image-gallery-pinterest.qodef--overlay .qodef-e-inner {
	position: relative
}

.qodef-qi-image-gallery-pinterest.qodef--overlay .qodef-e-inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out;
	pointer-events: none
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
	transform: scale(1.03)
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
	transform: scale(1)
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
	transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-top .qodef-e-inner img {
	transform-origin: top
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-bottom .qodef-e-inner img {
	transform-origin: bottom
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-left .qodef-e-inner img {
	transform-origin: left
}

.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-right .qodef-e-inner img {
	transform-origin: right
}

.qodef-qi-image-gallery.qodef-grid {
	margin-bottom: -24px
}

.qodef-qi-image-gallery.qodef-grid>.qodef-grid-inner {
	margin: 0 -12px
}

.qodef-qi-image-gallery.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 12px;
	margin: 0 0 24px
}

.qodef-qi-image-gallery .qodef-e-inner {
	overflow: hidden
}

.qodef-qi-image-gallery.qodef--overlay .qodef-e-inner {
	position: relative
}

.qodef-qi-image-gallery.qodef--overlay .qodef-e-inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out;
	pointer-events: none
}

.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.01) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
	transform: scale(1.03)
}

.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
	transform: scale(1)
}

.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e-inner img {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
	transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-gallery.qodef-image--hover-from-top .qodef-e-inner img {
	transform-origin: top
}

.qodef-qi-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img {
	transform-origin: bottom
}

.qodef-qi-image-gallery.qodef-image--hover-from-left .qodef-e-inner img {
	transform-origin: left
}

.qodef-qi-image-gallery.qodef-image--hover-from-right .qodef-e-inner img {
	transform-origin: right
}

.qodef-qi-image-slider .qodef-e {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-qi-image-slider.qodef--overlay .qodef-e-inner {
	position: relative
}

.qodef-qi-image-slider.qodef--overlay .qodef-e-inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .35s ease-out;
	pointer-events: none
}

.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner {
	display: block;
	width: calc(100% - 1px);
	transform: scale(1.02) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner {
	transform: scale(1.05)
}

.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.03) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner {
	transform: scale(1)
}

.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner {
	display: block;
	width: calc(100% + 2px);
	transform: scale(1.2);
	transition: transform .5s cubic-bezier(.33, .02, 0, .93);
	will-change: transform
}

.qodef-qi-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner {
	transform: scale(1.2) translateX(12px)
}

.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner {
	transform-origin: top
}

.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner {
	transform-origin: bottom
}

.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner {
	transform-origin: left
}

.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner {
	transform-origin: right
}

.qodef-qi-info-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 2em;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	border-radius: 4px;
	outline: 0;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
	padding: 11px 28px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	line-height: 1.2em;
	overflow: hidden
}

.qodef-qi-info-button .qodef-m-text-holder {
	display: flex;
	align-items: center
}

.qodef-qi-info-button .qodef-m-subtext {
	font-size: .75em
}

.qodef-qi-info-button .qodef-m-subtext.qodef--subtext-color-set {
	transition: color .25s ease-in-out
}

.qodef-qi-info-button.qodef-size--small {
	padding: 6px 24px
}

.qodef-qi-info-button.qodef-size--large {
	padding: 11px 36px
}

.qodef-qi-info-button.qodef-size--full {
	width: 100%;
	text-align: center
}

.qodef-qi-info-button.qodef-layout--filled {
	color: #111;
	background-color: #f4f4f4;
	border: 0;
	font-size: 1rem;
	border-style: solid
}

.qodef-qi-info-button.qodef-layout--filled:hover {
	color: #fff;
	background-color: #111
}

.qodef-qi-info-button.qodef-layout--outlined {
	color: #111;
	background-color: transparent;
	border: 2px solid #111
}

.qodef-qi-info-button.qodef-layout--outlined:hover {
	color: #111;
	background-color: #f4f4f4;
	border-color: #f4f4f4
}

.qodef-qi-info-button.qodef-icon--left .qodef-m-text-holder {
	flex-direction: row-reverse
}

.qodef-qi-info-button .qodef-m-icon {
	color: currentColor
}

.qodef-qi-info-button .qodef-m-icon.qodef--icon-color-set {
	transition: color .25s ease-in-out, background-color .25s ease-in-out
}

.qodef-qi-info-button .qodef-m-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon i,
.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
	margin-left: 10px
}

.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon i,
.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
	margin-right: 10px
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
	position: relative;
	overflow: hidden;
	display: inherit;
	padding: 1px
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
	transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
	will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1) {
	transform: translateX(0) translateY(0);
	transition-delay: .1s;
	opacity: 1
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
	position: absolute;
	opacity: 0;
	left: 1px;
	top: 1px;
	transition-delay: 0s
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
	opacity: 0
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2) {
	transform: translateX(0) translateY(0) translatez(0);
	transition-delay: .25s;
	opacity: 1
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
	transform: translateX(-150%) translateY(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
	transform: translateX(200%) translateY(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
	will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
	transform: translateX(0) translateY(150%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
	transform: translateX(0) translateY(-150%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
	will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
	transform: translateX(-100%) translateY(100%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
	transform: translateX(100%) translateY(-100%) translateZ(0)
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
	transition: transform .3s cubic-bezier(.37, .08, .02, .93), opacity .2s ease-in-out;
	transform: translateX(0);
	will-change: transform
}

.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
	transform: translateX(4px)
}

.qodef-qi-info-button.qodef-type--icon-boxed {
	padding: 0!important;
	flex-direction: row;
	align-items: stretch
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
	flex-direction: column;
	padding: 11px 28px
}

.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left {
	flex-direction: row-reverse
}

.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left .qodef-m-icon-holder {
	flex-direction: row-reverse
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
	align-items: flex-start;
	justify-content: center
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 11px 0;
	flex: 1
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon i {
	line-height: inherit
}

.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-border {
	height: 100%;
	width: 2px;
	background-color: #111;
	transition: background-color .25s ease-in-out
}

.qodef-qi-info-cards {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #f9f9f9;
	padding: 30px;
	transition: background-color .4s ease-out
}

.qodef-qi-info-cards .qodef-m-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-qi-info-cards a:not(.qodef-m-link) {
	position: relative;
	z-index: 1
}

.qodef-qi-info-cards .qodef-m-title {
	margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-title a {
	display: block;
	color: inherit
}

.qodef-qi-info-cards .qodef-m-subtitle {
	margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-content {
	position: relative
}

.qodef-qi-info-cards .qodef-m-content .qodef-m-text {
	margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-icon-wrapper {
	margin: 0 0 .5em
}

.qodef-qi-info-cards .qodef-m-icon-holder {
	font-size: 55px;
	line-height: 1;
	transition: all .3s ease-in-out
}

.qodef-qi-info-cards .qodef-m-icon-holder i {
	vertical-align: top;
	color: inherit
}

.qodef-qi-info-cards .qodef-m-icon-holder svg {
	width: 30px;
	height: auto;
	vertical-align: top;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative
}

.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: inline-block
}

.qodef-qi-interactive-banner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: auto;
	overflow: hidden
}

.qodef-qi-interactive-banner .qodef-m-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block
}

.qodef-qi-interactive-banner .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column
}

.qodef-qi-interactive-banner .qodef-m-title {
	margin: 0
}

.qodef-qi-interactive-banner .qodef-m-title-inner {
	display: inline-block
}

.qodef-qi-interactive-banner .qodef-m-subtitle {
	margin: 0 0 .4em
}

.qodef-qi-interactive-banner .qodef-m-content-inner>.qodef-m-text {
	margin: .7em 0 0
}

.qodef-qi-interactive-banner .qodef-m-text-holder {
	margin: .7em 0 0
}

.qodef-qi-interactive-banner .qodef-m-button {
	padding: .5em 0 0;
	z-index: 1;
	position: relative;
	display: inline-block
}

.qodef-qi-interactive-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: auto;
	overflow: hidden
}

.qodef-qi-interactive-banner .qodef-m-image img {
	display: inline-block;
	transition: all .35s ease-out
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom.qodef--visible .qodef-m-content {
	opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content {
	align-items: flex-start;
	justify-content: flex-end;
	padding: 60px;
	opacity: 0;
	transition: opacity .2s
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner {
	position: relative;
	overflow: hidden
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement {
	transform: translateZ(0);
	transition: transform .4s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder {
	opacity: 0;
	transition: opacity .25s ease-out
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder .qodef-m-text {
	margin: 0
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement {
	transform: translateY(0) translateZ(0)!important
}

.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-text-holder {
	opacity: 1;
	transition-delay: .15s
}

.qodef-qi-interactive-banner.qodef-layout--image-switch {
	width: 100%;
	background-color: #f6f6f6
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	text-align: left;
	padding: 60px
}

@media only screen and (max-width:680px) {
	.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
		flex-direction: column
	}
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
	flex: 1;
	margin-right: 2em
}

@media only screen and (max-width:680px) {
	.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
		margin-right: 0
	}
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
	position: relative;
	width: 35%
}

@media only screen and (max-width:680px) {
	.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
		width: 100%;
		margin-top: 2em
	}
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image {
	transition: .2s ease-in-out
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:first-child {
	opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:first-child {
	opacity: 0
}

.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:last-child {
	opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--revealing.qodef--visible .qodef-m-content {
	opacity: 1
}

.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content {
	align-items: flex-start;
	justify-content: flex-start;
	padding: 60px;
	opacity: 0;
	transition: opacity .2s
}

.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content-inner>.qodef-m-text {
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity .25s, transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-button {
	transition: transform .4s cubic-bezier(.22, .61, .36, 1);
	transition-delay: .05s
}

.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-button {
	transform: translateY(0) translateZ(0)!important;
	transition-delay: 0s
}

.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-content-inner>.qodef-m-text {
	opacity: 1;
	transform: translateY(0);
	transition-duration: .25s, .35s;
	transition-delay: .1s, .1s
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-content {
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
	opacity: 0;
	transition: opacity .23s ease-out, transform .28s ease-out
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
	transform: translateY(-10px)
}

.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button {
	transform: translateY(10px)
}

.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle {
	opacity: 1;
	transform: translateY(0)
}

.qodef-qi-interactive-link-showcase {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	display: flex;
	align-items: center;
	visibility: hidden
}

.qodef-qi-interactive-link-showcase.qodef--full-height {
	height: 100vh
}

.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height {
	height: calc(100vh - 32px)
}

.qodef-qi-interactive-link-showcase .qodef-e-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0s .45s
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img {
	display: none
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active {
	opacity: 1;
	z-index: 5;
	transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-qi-interactive-link-showcase .qodef-m-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10
}

.qodef-qi-interactive-link-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	color: #111;
	margin: .6em 0
}

.qodef-qi-interactive-link-showcase .qodef-e-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
	font-weight: 500;
	letter-spacing: -.02em;
	font-size: 39px;
	line-height: 1.19048em;
	transition: color .2s ease-out;
	z-index: 2
}

@media only screen and (max-width:680px) {
	.qodef-qi-interactive-link-showcase .qodef-e-title {
		font-size: 36px
	}
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width .3s ease
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title:hover:after {
	width: 100%
}

.qodef-hover--underline.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
	bottom: 0
}

.qodef-hover--line-through.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
	top: 50%;
	transform: translateY(-50%)
}

.qodef-qi-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-inner-title:after {
	width: 100%
}

.qodef-qi-interactive-link-showcase .qodef-e-text {
	display: block
}

.qodef-qi-interactive-link-showcase.qodef--init {
	visibility: visible
}

.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items {
	width: 40%;
	justify-content: center;
	align-items: flex-start
}

.qodef-qi-interactive-link-showcase.qodef-layout--split {
	align-items: stretch
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
	position: relative;
	flex: 1
}

@media only screen and (max-width:680px) {
	.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
		display: none
	}
}

@media only screen and (max-width:480px) {
	.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
		display: none
	}
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
	width: 40%;
	justify-content: center;
	align-items: flex-start;
	padding: 150px 10%
}

@media only screen and (max-width:680px) {
	.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
		width: 100%
	}
}

@media only screen and (max-width:480px) {
	.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
		width: 100%
	}
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) {
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img {
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard {
	justify-content: center;
	text-align: center
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

@media only screen and (max-width:680px) {
	.qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
		display: none
	}
}

@media only screen and (max-width:480px) {
	.qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
		display: none
	}
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
	width: 40%;
	justify-content: center
}

@media only screen and (max-width:680px) {
	.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
		width: 100%
	}
}

@media only screen and (max-width:480px) {
	.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
		width: 100%
	}
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .35s ease-out
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left {
	left: 0;
	width: 30%
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right {
	left: auto;
	right: 0;
	width: 30%
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img {
	position: relative
}

.qodef-qi-item-showcase {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.qodef-qi-item-showcase .qodef-m-image {
	position: relative;
	flex-shrink: 0;
	max-width: 60%;
	padding: 0 60px
}

.qodef-qi-item-showcase .qodef-m-image img {
	display: block
}

.qodef-qi-item-showcase .qodef-m-items {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%
}

.qodef-qi-item-showcase .qodef-m-items.qodef--left {
	text-align: right
}

.qodef-qi-item-showcase .qodef-m-items.qodef--right {
	text-align: left
}

.qodef-qi-item-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px
}

@media screen and (min-width:1025px) {
	.qodef-qi-item-showcase .qodef-m-item:last-child {
		margin-bottom: 0!important
	}
}

.qodef-qi-item-showcase .qodef-e-icon-holder {
	line-height: 1em;
	transition: color .2s ease-out
}

.qodef-qi-item-showcase .qodef-e-icon-holder a {
	display: inline-block
}

.qodef-qi-item-showcase .qodef-e-icon-holder>svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-item-showcase .qodef-e-title {
	margin: 0 0 1em
}

.qodef-qi-item-showcase .qodef-e-title-link {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit
}

.qodef-qi-item-showcase .qodef-e-title-link:hover {
	color: var(--qode-main-color)
}

.qodef-qi-item-showcase .qodef-e-text {
	margin: 0
}

.qodef-qi-item-showcase.qodef-qi--has-appear {
	visibility: hidden
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-image {
	transform: translateY(70px);
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	opacity: 0
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item {
	transform: translateY(70px);
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	opacity: 0
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1) {
	transition-delay: .2s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2) {
	transition-delay: .4s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3) {
	transition-delay: .6s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4) {
	transition-delay: .8s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5) {
	transition-delay: 1s
}

.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6) {
	transition-delay: 1.2s
}

.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared {
	visibility: visible
}

.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image {
	opacity: 1;
	transform: translateY(0)
}

.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item {
	opacity: 1;
	transform: translateY(0)
}

@media only screen and (max-width:1024px) {
	.qodef-qi-item-showcase {
		align-items: flex-start;
		flex-wrap: wrap
	}
	.qodef-qi-item-showcase .qodef-m-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		max-width: 100%;
		padding-left: 0!important
	}
	.qodef-qi-item-showcase .qodef-m-items {
		left: 40%;
		width: calc(100% - 40%)
	}
	.qodef-qi-item-showcase .qodef-m-items .qodef-m-item {
		transition-delay: 0s
	}
	.qodef-qi-item-showcase .qodef-m-items.qodef--left {
		text-align: left
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-item-showcase .qodef-m-image {
		display: none
	}
	.qodef-qi-item-showcase .qodef-m-items {
		left: 0;
		width: 100%
	}
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-m-item {
	display: flex;
	align-items: flex-start
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
	flex-direction: row-reverse
}

@media only screen and (max-width:1024px) {
	.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
		flex-direction: row
	}
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
	margin-left: .5em
}

@media only screen and (max-width:1024px) {
	.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
		margin-left: 0;
		margin-right: .5em
	}
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--right .qodef-e-side-holder {
	margin-right: .5em
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder {
	font-size: 3em;
	flex-shrink: 0
}

.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-content-holder {
	flex: 1
}

.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-icon-holder,
.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-number {
	margin-bottom: .4em
}

.qodef-qi-message-box {
	background: #d5eaf4;
	padding: 40px;
	display: flex;
	transition: opacity .19s ease, visibility .19s ease
}

.qodef-qi-message-box.qodef-hidden {
	opacity: 0;
	visibility: hidden
}

.qodef-qi-message-box.qodef-icon--middle {
	align-items: center
}

.qodef-qi-message-box.qodef-icon--top {
	align-items: flex-start
}

.qodef-qi-message-box.qodef-icon--bottom {
	align-items: flex-end
}

.qodef-qi-message-box .qodef-m-close-icon {
	position: absolute;
	right: 17px;
	top: 17px;
	line-height: 1;
	cursor: pointer;
	transition: color .25s ease-in-out
}

.qodef-qi-message-box .qodef-m-close-icon i {
	color: inherit
}

.qodef-qi-message-box .qodef-m-close-icon svg {
	width: 30px;
	height: auto;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-message-box .qodef-m-icon {
	line-height: 1;
	margin-right: 20px
}

.qodef-qi-message-box .qodef-m-title {
	margin: 0
}

.qodef-qi-message-box .qodef-m-text {
	margin: 0
}

.q-message-box-holder {
	transition: height .23s cubic-bezier(.05, .47, .58, 1)
}

.qodef-qi-parallax-images {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-parallax-images .qodef-m-images {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.qodef-browser--ms-explorer .qodef-qi-parallax-images .qodef-m-images {
	width: 100%
}

.e--ua-firefox .qodef-qi-parallax-images .qodef-m-images img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-qi-parallax-images .qodef-e-parallax-image {
	position: absolute;
	display: block;
	transition: all .7s cubic-bezier(.23, 1, .32, 1)
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-left {
	top: 0;
	left: 0
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-right {
	top: 0;
	right: 0
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left {
	bottom: 0;
	left: 0
}

.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right {
	bottom: 0;
	right: 0
}

.qodef-qi-preview-slider {
	position: relative;
	opacity: 0;
	transition: opacity .35s ease-out
}

.qodef-qi-preview-slider.qodef--visible {
	opacity: 1
}

.qodef-qi-preview-slider .qodef-preview-slider-device-holder {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10
}

.qodef-qi-preview-slider .qodef-preview-slider-device {
	position: absolute;
	margin: auto;
	width: 214px;
	bottom: -50px;
	right: 50px
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image {
	position: relative;
	pointer-events: none;
	z-index: 10
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image img {
	width: 100%;
	filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-items {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-qi-swiper-container {
	overflow: hidden;
	height: 100%;
	padding: 0!important
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item {
	height: 100%
}

.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.qodef-qi-pricing-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-pricing-list .qodef-m-item:not(:last-child) {
	margin-bottom: 35px
}

.qodef-qi-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price {
	text-decoration: line-through;
	margin-right: .25em
}

.qodef-qi-pricing-list .qodef-e-heading {
	display: flex;
	align-items: baseline
}

.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image {
	max-width: 20%
}

.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image img {
	margin-left: 10px
}

.qodef-qi-pricing-list .qodef-e-heading-title {
	margin: 0
}

.qodef-qi-pricing-list .qodef-e-heading-line {
	flex-grow: 1;
	margin: 0 8px;
	border-bottom: 1px solid #ebebeb
}

.qodef-qi-pricing-list .qodef-e-heading-discount-price,
.qodef-qi-pricing-list .qodef-e-heading-price {
	margin: 0;
	color: #111
}

.qodef-qi-pricing-list .qodef-e-description {
	margin: .5em 0 0;
	color: #9c9c9c
}

.qodef-qi-pricing-list .qodef-m-button {
	margin-top: 30px
}

.qodef-qi-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line {
	height: 5px;
	background-repeat: repeat;
	border: none
}

.qodef-qi-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line {
	border-bottom-style: dashed
}

.qodef-qi-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line {
	border-bottom-style: dotted
}

.qodef-qi-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child) {
	border-bottom: 1px solid #ebebeb
}

.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item {
	display: flex;
	align-items: center
}

.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image {
	max-width: 25%;
	flex-shrink: 0;
	margin-right: 24px
}

.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-item-holder {
	flex: 1
}

.qodef-qi-pricing-table {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden
}

.qodef-qi-pricing-table.qodef-status--featured {
	transform: translateY(-18px)
}

.qodef-qi-pricing-table .qodef-m-inner {
	position: relative;
	padding: 45px
}

.qodef-qi-pricing-table .qodef-m-title {
	margin: 0
}

.qodef-qi-pricing-table .qodef-m-price {
	display: flex;
	align-items: baseline
}

.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper {
	display: inline-flex;
	margin: 0;
	line-height: 1;
	justify-content: center;
	align-items: baseline
}

.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-currency {
	align-self: flex-start
}

.qodef-qi-pricing-table.qodef-period--side .qodef-m-price-period {
	margin-left: 5px
}

.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price {
	flex-direction: column
}

.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price-period {
	margin: 0
}

.qodef-qi-pricing-table .qodef-m-content {
	padding: 25px 0 0;
	margin: 0
}

.qodef-qi-pricing-table .qodef-m-content li {
	margin-bottom: 8px
}

.qodef-qi-pricing-table .qodef-m-content li:last-child {
	margin-bottom: 0
}

.qodef-qi-pricing-table .qodef-m-content li.qodef--excluded {
	text-decoration: line-through;
	color: rgba(17, 17, 17, .6)
}

.qodef-qi-pricing-table .qodef-m-button .qodef-qi-button {
	margin: 25px 0 0
}

.qodef-qi-pricing-table .qodef-m-label {
	position: absolute;
	right: 15px;
	color: #fff;
	background-color: #111
}

.qodef-qi-pricing-table.qodef-label-type--badge .qodef-m-label {
	top: 15px;
	border-radius: 50px;
	padding: 10px
}

.qodef-qi-pricing-table.qodef-label-type--ribbon .qodef-m-label {
	top: -1px;
	border-radius: 50px 0 0 50px;
	transform: rotate(-90deg) translate(0, -100%);
	transform-origin: right top;
	padding: 5px 15px
}

.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content {
	list-style-type: none
}

.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-m-content {
	margin: 0 calc(-1em - 5px)
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside li {
	position: relative;
	display: flex
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-icon {
	position: absolute;
	left: 0
}

.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-text {
	flex: 1;
	padding: 0 5px;
	margin: 0 1em
}

.qodef-qi-pricing-table.qodef-list-style--inside .qodef-m-content {
	list-style-position: inside
}

.qodef-qi-pricing-table.qodef-list-type--none .qodef-m-content {
	list-style-type: none
}

.qodef-qi-pricing-table .qodef-qi-separator .qodef-m-line {
	width: 30px
}

.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-inner {
	padding: 50px
}

.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-title {
	background-color: #f6f6f6;
	padding: 30px 50px
}

.qodef-qi-pricing-table.qodef-layout--minimal {
	border-width: 0 0 0 1px
}

.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-inner {
	padding: 0 0 0 15px
}

.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper {
	margin: 0 0 .5em
}

.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-inner {
	padding: 0 50px 40px
}

.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-title-wrapper {
	background-color: #f6f6f6;
	padding: 40px 20px
}

.qodef-qi-pricing-table.qodef-layout--standard .qodef-m-title {
	margin: 0 0 1em
}

.qodef-qi-pricing-table.qodef-layout--vertical-image {
	display: flex
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-inner {
	flex: 1
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder {
	width: 90px;
	max-width: 60%
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder .qodef-m-image {
	height: 100%
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-title {
	margin-bottom: 1em
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-inner {
	padding: 0
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-top {
	padding: 50px
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content {
	padding: 0
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item {
	padding: 27px 50px;
	margin: 0;
	border-top: 1px solid #ebebeb
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon {
	line-height: 1em
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg {
	width: 1em;
	vertical-align: top;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title {
	margin: .7em 0 1em
}

.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-button .qodef-qi-button {
	width: 100%;
	text-align: center;
	margin-top: 0
}

.qodef-qi-process.qodef-grid>.qodef-grid-inner {
	margin: 0
}

.qodef-qi-process.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
	padding: 0
}

.qodef-qi-process.qodef-grid>.qodef-grid-inner>.qodef-grid-item:last-child .qodef-e-line {
	display: none
}

.qodef-qi-process .qodef-e-icon-holder {
	position: relative;
	z-index: 5
}

.qodef-qi-process .qodef-e-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	font-size: 60px;
	background: #f6f6f6;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 3
}

.qodef-qi-process .qodef-e-number {
	position: absolute;
	top: 0;
	right: 0;
	background: #333;
	width: 2.8em;
	height: 2.8em;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-qi-process .qodef-e-line {
	position: absolute;
	z-index: 2
}

.qodef-qi-process .qodef-e-title {
	margin: 2em 0 0
}

.qodef-qi-process .qodef-e-text {
	margin: .3em 0 0
}

.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-number {
	width: 2.8em;
	height: 2.8em;
	font-size: 20px
}

.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line {
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto
}

.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner {
	width: 100%;
	height: 100%;
	border-bottom: #acacac;
	position: absolute;
	top: 0;
	left: 0
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
	transition: transform 1s;
	transform-origin: left;
	transform: scaleX(0)
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-icon {
	transition: transform .35s, opacity .2s;
	transform: scale(.8);
	opacity: 0
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-title {
	transition: transform .35s, opacity .2s;
	transform: translateY(10px);
	opacity: 0
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) {
	transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
	transition-delay: .25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
	transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title {
	transition-delay: .1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) {
	transition-delay: .35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
	transition-delay: .6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
	transition-delay: .35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title {
	transition-delay: .45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) {
	transition-delay: .7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
	transition-delay: .95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
	transition-delay: .7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title {
	transition-delay: .8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) {
	transition-delay: 1.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
	transition-delay: 1.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
	transition-delay: 1.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title {
	transition-delay: 1.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) {
	transition-delay: 1.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
	transition-delay: 1.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
	transition-delay: 1.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title {
	transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) {
	transition-delay: 1.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
	transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
	transition-delay: 1.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title {
	transition-delay: 1.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) {
	transition-delay: 2.1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
	transition-delay: 2.35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
	transition-delay: 2.1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title {
	transition-delay: 2.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) {
	transition-delay: 2.45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
	transition-delay: 2.7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
	transition-delay: 2.45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title {
	transition-delay: 2.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) {
	transition-delay: 2.8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
	transition-delay: 3.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
	transition-delay: 2.8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title {
	transition-delay: 2.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) {
	transition-delay: 3.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
	transition-delay: 3.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
	transition-delay: 3.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title {
	transition-delay: 3.25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) {
	transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
	transition-delay: 3.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
	transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title {
	transition-delay: 3.6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) {
	transition-delay: 3.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
	transition-delay: 4.1s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
	transition-delay: 3.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title {
	transition-delay: 3.95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) {
	transition-delay: 4.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
	transition-delay: 4.45s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
	transition-delay: 4.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title {
	transition-delay: 4.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) {
	transition-delay: 4.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
	transition-delay: 4.8s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
	transition-delay: 4.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title {
	transition-delay: 4.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) {
	transition-delay: 4.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
	transition-delay: 5.15s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
	transition-delay: 4.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title {
	transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) {
	transition-delay: 5.25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
	transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
	transition-delay: 5.25s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title {
	transition-delay: 5.35s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) {
	transition-delay: 5.6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
	transition-delay: 5.85s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
	transition-delay: 5.6s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title {
	transition-delay: 5.7s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) {
	transition-delay: 5.95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
	transition-delay: 6.2s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
	transition-delay: 5.95s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title {
	transition-delay: 6.05s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) {
	transition-delay: 6.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
	transition-delay: 6.55s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
	transition-delay: 6.3s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title {
	transition-delay: 6.4s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) {
	transition-delay: 6.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
	transition-delay: 6.9s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
	transition-delay: 6.65s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title {
	transition-delay: 6.75s
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
	transform: scaleX(1)
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
	transform: scale(1);
	opacity: 1
}

.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title {
	transform: translateY(0);
	opacity: 1
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-content {
	display: flex;
	align-items: stretch
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-text-wrapper {
	margin-left: 30px
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-process-item:not(:last-child) .qodef-e-icon-holder {
	padding-bottom: 50px
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-icon {
	font-size: 40px
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line {
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%)
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #acacac
}

.qodef-qi-process.qodef-item-layout--vertical .qodef-e-title {
	margin: 0
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
	transition: transform .8s;
	transform-origin: top;
	transform: scaleY(0)
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-icon {
	transition: opacity .35s;
	opacity: 0
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-title {
	transition: transform .35s, opacity .25s;
	transform: translateY(-10px);
	opacity: 0
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) {
	transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
	transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
	transition-delay: 0s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title {
	transition-delay: .15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) {
	transition-delay: .5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
	transition-delay: .5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
	transition-delay: .5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title {
	transition-delay: .65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) {
	transition-delay: 1s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
	transition-delay: 1s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
	transition-delay: 1s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title {
	transition-delay: 1.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) {
	transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
	transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
	transition-delay: 1.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title {
	transition-delay: 1.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) {
	transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
	transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
	transition-delay: 2s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title {
	transition-delay: 2.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) {
	transition-delay: 2.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
	transition-delay: 2.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
	transition-delay: 2.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title {
	transition-delay: 2.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) {
	transition-delay: 3s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
	transition-delay: 3s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
	transition-delay: 3s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title {
	transition-delay: 3.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) {
	transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
	transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
	transition-delay: 3.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title {
	transition-delay: 3.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) {
	transition-delay: 4s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
	transition-delay: 4s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
	transition-delay: 4s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title {
	transition-delay: 4.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) {
	transition-delay: 4.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
	transition-delay: 4.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
	transition-delay: 4.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title {
	transition-delay: 4.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) {
	transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
	transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
	transition-delay: 5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title {
	transition-delay: 5.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) {
	transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
	transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
	transition-delay: 5.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title {
	transition-delay: 5.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) {
	transition-delay: 6s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
	transition-delay: 6s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
	transition-delay: 6s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title {
	transition-delay: 6.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) {
	transition-delay: 6.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
	transition-delay: 6.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
	transition-delay: 6.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title {
	transition-delay: 6.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) {
	transition-delay: 7s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
	transition-delay: 7s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
	transition-delay: 7s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title {
	transition-delay: 7.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) {
	transition-delay: 7.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
	transition-delay: 7.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
	transition-delay: 7.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title {
	transition-delay: 7.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) {
	transition-delay: 8s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
	transition-delay: 8s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
	transition-delay: 8s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title {
	transition-delay: 8.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) {
	transition-delay: 8.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
	transition-delay: 8.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
	transition-delay: 8.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title {
	transition-delay: 8.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) {
	transition-delay: 9s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
	transition-delay: 9s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
	transition-delay: 9s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title {
	transition-delay: 9.15s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) {
	transition-delay: 9.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
	transition-delay: 9.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
	transition-delay: 9.5s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title {
	transition-delay: 9.65s
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
	transform: scaleY(1)
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
	opacity: 1
}

.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title {
	transform: translateX(0);
	opacity: 1
}

.qodef-qi-progress-bar-circle {
	position: relative;
	visibility: hidden
}

.qodef-qi-progress-bar-circle.qodef--init {
	visibility: visible
}

.qodef-qi-progress-bar-circle .qodef-m-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}

.qodef-qi-progress-bar-circle .qodef-m-canvas {
	position: relative;
	width: 100%
}

.qodef-qi-progress-bar-circle .qodef-m-title {
	margin: 2em 0 0
}

.qodef-qi-progress-bar-circle .qodef-m-text {
	margin: .5em 0 0
}

.qodef-qi-progress-bar-circle .qodef-m-value {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-size: 62px
}

.qodef-qi-progress-bar-circle .qodef-m-percentage {
	font-size: 60%;
	top: -.3em
}

.qodef-qi-progress-bar-horizontal {
	position: relative;
	visibility: hidden
}

.qodef-qi-progress-bar-horizontal.qodef--init {
	visibility: visible
}

.qodef-qi-progress-bar-horizontal.qodef--pattern .qodef-m-canvas svg path:first-child {
	opacity: 0
}

.qodef-qi-progress-bar-horizontal .qodef-m-inner {
	position: relative;
	display: flex;
	flex-direction: column
}

.qodef-qi-progress-bar-horizontal .qodef-m-canvas {
	position: relative;
	width: 100%
}

.qodef-qi-progress-bar-horizontal .qodef-m-content {
	display: flex;
	align-items: center
}

.qodef-qi-progress-bar-horizontal .qodef-m-title {
	margin: 0 0 .5em
}

.qodef-qi-progress-bar-horizontal .qodef-m-value {
	padding: 0;
	margin: 0 0 .5em;
	font-size: 16px;
	position: absolute
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value {
	margin: 0;
	transform: translateY(100%);
	z-index: 1
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner {
	opacity: 0;
	transition: opacity .2s .5s
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init .qodef-m-value-inner {
	opacity: 1
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	z-index: 1
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title {
	margin: 0 0 0 .5em
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value {
	margin: 0 0 0 .5em;
	position: relative
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value {
	right: 0
}

.qodef-qi-progress-bar-vertical {
	position: relative;
	visibility: hidden
}

.qodef-qi-progress-bar-vertical.qodef--init {
	visibility: visible
}

.qodef-qi-progress-bar-vertical.qodef--pattern .qodef-m-canvas svg path:first-child {
	opacity: 0
}

.qodef-qi-progress-bar-vertical .qodef-m-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 100%
}

.qodef-qi-progress-bar-vertical .qodef-m-canvas {
	position: relative
}

.qodef-qi-progress-bar-vertical .qodef-m-canvas svg {
	max-width: 100%
}

.qodef-qi-progress-bar-vertical .qodef-m-title {
	margin: 1em 0 0
}

.qodef-qi-progress-bar-vertical .qodef-m-value {
	padding: 0;
	margin: 0;
	font-size: 16px
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title {
	margin: 0 0 0 1em
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value {
	margin: 0 0 0 1em
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner {
	flex-direction: row;
	align-items: flex-end
}

.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value {
	position: absolute;
	margin: 0 0 .5em;
	right: 0
}

.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title {
	position: absolute;
	margin: 0 0 .5em;
	left: 0
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title {
	margin: 0 0 0 .5em
}

.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value {
	margin: 0 0 0 .5em
}

.qodef-qi-section-title {
	position: relative
}

.qodef-qi-section-title .qodef-m-title {
	margin: 0
}

.qodef-qi-section-title .qodef-m-subtitle {
	margin: 0
}

.qodef-qi-section-title>.qodef-m-text {
	margin: .5em 0 0
}

.qodef-qi-section-title .qodef-m-button {
	margin-top: .65em
}

.qodef-qi-section-title.qodef-decoration--underline .qodef-e-decorated {
	text-decoration: underline
}

.qodef-qi-section-title.qodef-decoration--italic .qodef-e-decorated {
	font-style: italic
}

.qodef-qi-section-title.qodef-decoration--bold .qodef-e-decorated {
	font-weight: 700
}

@media only screen and (max-width:1024px) {
	.qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br {
		display: none
	}
}

.qodef-qi-separator {
	position: relative;
	height: auto;
	font-size: 0;
	line-height: 1
}

.qodef-qi-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 1px;
	color: #111;
	border-bottom: 1em solid currentColor;
	margin: 10px 0
}

.qodef-qi-separator.qodef-position--center {
	text-align: center
}

.qodef-qi-separator.qodef-position--left {
	text-align: left
}

.qodef-qi-separator.qodef-position--right {
	text-align: right
}

.qodef-qi-separator.qodef-separator--border-image .qodef-m-line {
	font-size: 12px;
	height: 1em;
	border-bottom: none;
	margin: 10px 0;
	background-size: contain;
	background-repeat: round
}

.qodef-qi-separator.qodef-separator--with-icon {
	display: flex
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-line {
	display: flex;
	align-items: center;
	border-width: 0
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon {
	flex-shrink: 0;
	font-size: 1rem;
	margin: 0 1em
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-separator.qodef-separator--with-icon .qodef-m-inner-line {
	width: 50%;
	border-color: currentColor;
	border-style: inherit;
	border-width: 1em
}

.qodef-qi-separator.qodef-separator--with-icon.qodef-position--center {
	justify-content: center
}

.qodef-qi-separator.qodef-separator--with-icon.qodef-position--left {
	justify-content: flex-start
}

.qodef-qi-separator.qodef-separator--with-icon.qodef-position--right {
	justify-content: flex-end
}

.qodef-qi-table-of-contents {
	position: relative
}

.qodef-qi-table-of-contents .qodef-m-title {
	margin: 0
}

.qodef-qi-table-of-contents .qodef-m-subtitle {
	margin: 0
}

.qodef-qi-table-of-contents .qodef-m-text {
	margin: .5em 0 0
}

.qodef-qi-table-of-contents .qodef-m-table-content {
	margin-top: 1.5em
}

.qodef-qi-table-of-contents .qodef-m-table-content a {
	position: relative;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit
}

.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a {
	width: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	transition: .55s cubic-bezier(.32, .32, .15, 1.17);
	background-size: 0 100%
}

.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a:hover {
	background-size: 100% 100%
}

.qodef-qi-table-of-contents.qodef-list-position--inside ol,
.qodef-qi-table-of-contents.qodef-list-position--inside ul {
	list-style-position: inside
}

.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ol,
.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ul {
	margin-left: 0!important
}

.qodef-qi-table-of-contents.qodef-list-position--outside ol,
.qodef-qi-table-of-contents.qodef-list-position--outside ul {
	list-style-position: outside
}

.qodef-qi-tabs-horizontal.qodef-layout--simple {
	position: relative;
	visibility: hidden
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef--init {
	visibility: visible
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none
}

@media only screen and (max-width:680px) {
	.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
		flex-direction: column;
		align-items: flex-start
	}
	.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation .qodef-tab-title,
	.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
		width: 100%
	}
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
	position: relative;
	margin: 0;
	padding: 0
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li .qodef-tab-title {
	margin: 0
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a {
	position: relative;
	color: #cacaca;
	display: block;
	padding: 0;
	transition: color .25s ease-out
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity .25s ease-out
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: transparent;
	transition: opacity .25s ease-out
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a .q-text {
	z-index: 1;
	position: relative
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li:not(:last-child) {
	margin-right: 4em
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a {
	color: #1e1e1e
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:before,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:before {
	opacity: 1
}

.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content {
	position: relative;
	padding: 26px 0 0
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li a:after {
	opacity: 1;
	transform: scaleX(0);
	transition: transform .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-active a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
	transform: scaleX(1)
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left .qodef-tabs-horizontal-navigation li a:after {
	transform-origin: left
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li a:after {
	left: unset;
	right: 0;
	transform: scaleX(1);
	width: 0;
	transition: width .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-active a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
	width: 100%
}

.qodef-qi-tabs-vertical.qodef-layout--simple {
	position: relative;
	visibility: hidden;
	display: flex;
	align-items: stretch;
	height: 100%
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef--init {
	visibility: visible
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation {
	position: relative;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-shrink: 0;
	display: block
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .qodef-tab-title {
	margin: 0
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a {
	position: relative;
	color: #cacaca;
	display: block;
	padding: 0;
	transition: color .25s ease-out
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:after {
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity .25s ease-out
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: transparent;
	transition: opacity .25s ease-out
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a {
	color: #1e1e1e
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:before,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:before {
	opacity: 1
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .q-text {
	z-index: 1;
	position: relative
}

.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content {
	position: relative;
	padding: 0 0 0 26px
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li a:after {
	opacity: 1;
	transform: scaleY(0);
	transition: transform .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-active a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-hover a:after {
	transform: scaleY(1)
}

.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top .qodef-tabs-vertical-navigation li a:after {
	transform-origin: top
}

@media only screen and (max-width:1024px) {
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 {
		flex-direction: column;
		align-items: flex-start
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-navigation {
		width: 100%
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-content {
		padding: 26px 0 0
	}
}

@media only screen and (max-width:768px) {
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 {
		flex-direction: column;
		align-items: flex-start
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-navigation {
		width: 100%
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-content {
		padding: 26px 0 0
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 {
		flex-direction: column;
		align-items: flex-start
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-navigation {
		width: 100%
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-content {
		padding: 26px 0 0
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 {
		flex-direction: column;
		align-items: flex-start
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-navigation {
		width: 100%
	}
	.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-content {
		padding: 26px 0 0
	}
}

.qodef-qi-team-member .qodef-m-title {
	margin: 0
}

.qodef-qi-team-member .qodef-m-role {
	margin: 0 0 .8em
}

.qodef-qi-team-member .qodef-m-text {
	margin: 0 0 .8em
}

.qodef-qi-team-member .qodef-m-social-icons {
	font-size: 0;
	margin: 0
}

.qodef-qi-team-member .qodef-m-social-icons>* {
	font-size: 1rem;
	margin-right: .7em
}

.qodef-qi-team-member .qodef-m-social-icons>:last-child {
	margin: 0
}

.qodef-qi-team-member .qodef-e-social-icon {
	transition: color .2s ease-out
}

.qodef-qi-team-member .qodef-e-social-icon i {
	font-size: inherit
}

.qodef-qi-team-member .qodef-e-social-icon svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
	vertical-align: middle
}

.qodef-qi-team-member.qodef-image--hover-scale img,
.qodef-qi-team-member.qodef-image--hover-zoom img {
	transform: scale(1.005) translateZ(0);
	transition: transform .35s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-qi-team-member.qodef-image--hover-scale:hover img,
.qodef-qi-team-member.qodef-image--hover-zoom:hover img {
	transform: scale(1.03)
}

.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image {
	overflow: hidden
}

.qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content {
	margin: .9em 0 0
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner {
	position: relative;
	overflow: hidden
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-title {
	transform: translateX(0);
	opacity: 1
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role {
	transition-delay: .15s
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons {
	transition-delay: .3s
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content {
	margin: .9em 0 0
}

.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-title {
	opacity: 0;
	transform: translateX(30px);
	transition: transform .45s cubic-bezier(.16, .32, .26, .92), opacity .45s ease-out;
	transition-delay: 0s, 0s
}

.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner {
	position: relative;
	overflow: hidden
}

.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner:hover .qodef-m-content {
	transform: translateY(0)
}

.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 1;
	transform: translateY(100%);
	transition: transform .4s cubic-bezier(.22, .61, .36, 1);
	padding: 30px;
	z-index: 1
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner:hover .qodef-m-content {
	opacity: 1
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-media-image {
	display: inline-block;
	vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #111;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	padding: 20px 30px
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content>* {
	width: 100%
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-title {
	color: #fff
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-role {
	color: #c4c4c4
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner:hover .qodef-m-content {
	opacity: 1;
	-webkit-clip-path: inset(10px 10px 10px 10px);
	clip-path: inset(10px 10px 10px 10px);
	transition-delay: 0s, .15s
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-media-image {
	display: inline-block;
	vertical-align: top
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transition: opacity .25s ease-out, all .3s cubic-bezier(.46, .03, .52, .96);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	padding: 5%
}

.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content>* {
	width: 100%
}

.qodef-qi-testimonials-list .qodef-e-inner {
	overflow: hidden
}

.qodef-qi-testimonials-list .qodef-e-title {
	margin: 0 0 .7em
}

.qodef-qi-testimonials-list .qodef-e-text {
	margin: 0
}

.qodef-qi-testimonials-list .qodef-e-media-image {
	display: inline-block;
	vertical-align: top;
	line-height: 0
}

.qodef-qi-testimonials-list .qodef-e-quote {
	font-size: 1em;
	line-height: 0;
	margin: auto
}

.qodef-qi-testimonials-list .qodef-e-quote svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-testimonials-list .qodef-e-author {
	display: flex;
	margin: 0
}

.qodef-qi-testimonials-list .qodef-e-author-name {
	margin: 0
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image {
	margin-bottom: 1.8em;
	border-radius: 50%;
	overflow: hidden
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-inner {
	position: relative;
	text-align: center;
	padding: 55px 40px;
	background-color: #f6f6f6
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-content,
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-top {
	position: relative
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-quote {
	position: absolute;
	top: -.1em;
	left: 50%;
	font-size: 14em;
	color: rgba(0, 0, 0, .2);
	transform: translateX(-50%)
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-text {
	margin: 0 0 1em
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author {
	flex-direction: column
}

.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job {
	margin: .2em 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
	text-align: center
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-quote {
	font-size: 2em;
	margin-bottom: 1.2em
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
	margin: 0 0 1.3em
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
	width: 50px;
	margin-bottom: .5em;
	border-radius: 50%;
	overflow: hidden
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author {
	flex-direction: column
}

.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job {
	margin: .2em 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
	display: flex
}

@media only screen and (max-width:480px) {
	.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
		flex-direction: column
	}
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
	font-size: 100px;
	width: 1em;
	margin: 0 35px 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg {
	vertical-align: top
}

@media only screen and (max-width:480px) {
	.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
		margin: 0 0 35px
	}
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-content {
	flex: 1;
	text-align: left
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info {
	display: flex;
	align-items: center
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image {
	width: 50px;
	margin: 0 10px 0 0
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author {
	flex-direction: row;
	align-items: baseline
}

.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author-job:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 1em;
	background-color: currentColor;
	margin: 0 .65em
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
	display: flex;
	align-items: flex-start
}

@media only screen and (max-width:680px) {
	.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
		flex-direction: column;
		align-items: flex-start
	}
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
	position: relative;
	flex-shrink: 0;
	width: 110px;
	max-width: 30%;
	margin-right: 6%
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
	border-radius: 25%;
	overflow: hidden
}

@media only screen and (max-width:680px) {
	.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
		max-width: 100%
	}
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote {
	position: absolute;
	bottom: -.5em;
	right: -.5em;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #111;
	border-radius: 50%
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-content {
	flex: 1;
	text-align: left
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text {
	margin: 0 0 1em
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author {
	flex-direction: column
}

.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author-job {
	margin: .2em 0 0
}

.qodef-qi-testimonials-slider .qodef-e-inner {
	overflow: hidden
}

.qodef-qi-testimonials-slider .qodef-e-title {
	margin: 0 0 .7em
}

.qodef-qi-testimonials-slider .qodef-e-text {
	margin: 0
}

.qodef-qi-testimonials-slider .qodef-e-media-image {
	display: inline-block;
	vertical-align: top;
	line-height: 0
}

.qodef-qi-testimonials-slider .qodef-e-quote {
	font-size: 1em;
	line-height: 0;
	margin: auto
}

.qodef-qi-testimonials-slider .qodef-e-quote svg {
	width: 1em;
	fill: currentColor;
	stroke: currentColor
}

.qodef-qi-testimonials-slider .qodef-e-author {
	display: flex;
	margin: 0
}

.qodef-qi-testimonials-slider .qodef-e-author-name {
	margin: 0
}

.qodef-qi-testimonials-slider.qodef--one-column .swiper-slide {
	opacity: 0;
	transition: opacity .2s ease-out
}

.qodef-qi-testimonials-slider.qodef--one-column .swiper-slide.swiper-slide-active,
.qodef-qi-testimonials-slider.qodef--one-column .swiper-slide.swiper-slide-duplicate-active {
	opacity: 1
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image {
	margin-bottom: 1em;
	border-radius: 50%;
	overflow: hidden
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner {
	text-align: center;
	padding: 55px 40px;
	background-color: #f6f6f6
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-top {
	position: relative;
	display: inline-block
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2em
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-text {
	margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author {
	flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job {
	margin: .2em 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-media-image {
	margin-bottom: 1em
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner {
	text-align: center
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote {
	font-size: 2em;
	margin-bottom: 1.2em
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-text {
	margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author {
	flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author-job {
	margin: .2em 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
	display: flex
}

@media only screen and (max-width:480px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
		flex-direction: column
	}
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
	font-size: 100px;
	width: 1em;
	margin: 0 35px 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg {
	vertical-align: top
}

@media only screen and (max-width:480px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
		margin: 0 0 35px
	}
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content {
	flex: 1;
	text-align: left
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-bottom-info {
	display: flex;
	align-items: center
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-media-image {
	width: 50px;
	margin: 0 10px 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author {
	flex-direction: row;
	align-items: baseline
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author-job:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 1em;
	background-color: currentColor;
	margin: 0 .65em
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
	display: flex;
	align-items: center
}

@media only screen and (max-width:1024px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
		align-items: baseline
	}
}

@media only screen and (max-width:680px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
		flex-direction: column;
		align-items: flex-start
	}
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
	position: relative;
	flex-shrink: 0;
	width: 290px;
	max-width: 30%;
	margin-right: 6%
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
	border-radius: 10%;
	overflow: hidden
}

@media only screen and (max-width:680px) {
	.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
		max-width: 100%
	}
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-quote {
	position: absolute;
	top: -1em;
	right: -1em;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #111;
	border-radius: 50%
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-content {
	flex: 1;
	text-align: left
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text {
	margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author {
	flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job {
	margin: .2em 0 0
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-inner {
	text-align: left
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-quote {
	font-size: 2em;
	margin-bottom: 1.2em
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-text {
	margin: 0 0 1.3em
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info {
	display: flex;
	align-items: center
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image {
	width: 50px;
	border-radius: 50%;
	margin-right: 1em;
	overflow: hidden
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author {
	flex-direction: column
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job {
	margin: 0
}

.qodef-qi-text-marquee {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-qi-text-marquee .qodef-m-content {
	display: flex;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden
}

.qodef-qi-text-marquee .qodef-marquee-element {
	will-change: transform
}

.qodef-qi-text-marquee .qodef-m-text-item {
	font-size: 100px;
	line-height: 1.1em;
	padding-right: 1em
}

.qodef-qi-text-marquee.qodef-text-stroke-effect .qodef-m-text-item {
	color: transparent!important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #333;
	text-shadow: none
}

.qodef-qi-timeline {
	position: relative
}

.qodef-qi-timeline .qodef-e-item,
.qodef-qi-timeline .qodef-e-item-inner {
	position: relative
}

.qodef-qi-timeline .qodef-e-image {
	display: inline-block;
	vertical-align: top;
	overflow: hidden
}

.qodef-qi-timeline .qodef-e-date {
	margin: 0 0 .5em
}

.qodef-qi-timeline .qodef-e-title {
	margin: 0 0 .85em
}

.qodef-qi-timeline .qodef-e-text {
	margin: 0
}

.qodef-qi-timeline .qodef-e-point-holder {
	position: absolute;
	color: #fff;
	font-size: 1em;
	width: 1em;
	height: 1em;
	transform: translate(-50%, -50%)
}

.qodef-qi-timeline .qodef-e-point-holder .qodef-e-point {
	background-color: #111;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden
}

.qodef-qi-timeline .qodef-e-point-holder .qodef-e-icon-holder {
	font-size: .7em;
	line-height: 1em;
	max-height: 100%
}

.qodef-qi-timeline .qodef-e-point-holder svg {
	width: .7em;
	stroke: currentColor;
	fill: currentColor
}

.qodef-qi-timeline .qodef-e-line {
	display: block;
	background-color: #ebebeb
}

.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 1px
}

.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line {
	height: 100%
}

.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
	top: 50%;
	left: 50%
}

.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-line-holder {
	top: 50%
}

.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-item:last-child .qodef-e-line-holder {
	display: none
}

.qodef-qi-timeline.qodef-timeline--horizontal {
	overflow: hidden
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-grid-inner {
	display: flex;
	transition: all .4s ease
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-item {
	flex: 1
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line-holder {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line {
	height: 100%
}

.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-point-holder {
	top: 50%;
	left: 50%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
	content: '';
	position: absolute;
	left: 50%;
	height: 100px;
	width: 1px;
	background-color: #ebebeb;
	transform: translateX(-50%);
	z-index: -1
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
	top: 100%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after {
	bottom: 100%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 100px;
	height: 1px;
	background-color: #ebebeb;
	transform: translateY(-50%);
	z-index: -1
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
	right: 100%
}

.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after {
	left: 100%
}

.qodef-qi-timeline.qodef-point--diamond .qodef-e-point {
	border-radius: 0;
	transform: rotate(45deg)
}

.qodef-qi-timeline.qodef-point--diamond .qodef-e-icon-holder {
	transform: rotate(-45deg)
}

.qodef-qi-timeline .qodef-nav-next,
.qodef-qi-timeline .qodef-nav-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto!important;
	height: auto!important;
	margin: 0!important;
	color: #111;
	font-size: 26px;
	z-index: 10;
	cursor: pointer
}

.qodef-qi-timeline .qodef-nav-next>svg,
.qodef-qi-timeline .qodef-nav-prev>svg {
	display: block;
	width: 1em;
	height: auto;
	transition: .2s ease-out;
	stroke: currentColor;
	fill: currentColor
}

.qodef-qi-timeline .qodef-nav-prev {
	left: 0
}

.qodef-qi-timeline .qodef-nav-next {
	right: 0
}

.qodef-qi-timeline.qodef-qi--has-appear {
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-image {
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-content-holder {
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-image {
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(40px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-content-holder {
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(40px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-image {
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-content-holder {
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-image {
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-content-holder {
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-image {
	transform: translateY(-60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
	transform: translateY(60px)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-point {
	transform: rotate(45deg) scale(0);
	opacity: 0;
	transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-image {
	transition-delay: .3s, .3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-point {
	transition-delay: .4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-content-holder {
	transition-delay: .4s, .4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-image {
	transition-delay: .6s, .6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-point {
	transition-delay: .7s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-content-holder {
	transition-delay: .8s, .8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-image {
	transition-delay: .9s, .9s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-point {
	transition-delay: 1s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-content-holder {
	transition-delay: 1.2s, 1.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-image {
	transition-delay: 1.2s, 1.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-point {
	transition-delay: 1.3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-content-holder {
	transition-delay: 1.6s, 1.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-image {
	transition-delay: 1.5s, 1.5s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-point {
	transition-delay: 1.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-content-holder {
	transition-delay: 2s, 2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-image {
	transition-delay: 1.8s, 1.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-point {
	transition-delay: 1.9s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-content-holder {
	transition-delay: 2.4s, 2.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-image {
	transition-delay: 2.1s, 2.1s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-point {
	transition-delay: 2.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-content-holder {
	transition-delay: 2.8s, 2.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-image {
	transition-delay: 2.4s, 2.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-point {
	transition-delay: 2.5s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-content-holder {
	transition-delay: 3.2s, 3.2s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-image {
	transition-delay: 2.7s, 2.7s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-point {
	transition-delay: 2.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-content-holder {
	transition-delay: 3.6s, 3.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-image {
	transition-delay: 3s, 3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-point {
	transition-delay: 3.1s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-content-holder {
	transition-delay: 4s, 4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-image {
	transition-delay: 3.3s, 3.3s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-point {
	transition-delay: 3.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-content-holder {
	transition-delay: 4.4s, 4.4s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-image {
	transition-delay: 3.6s, 3.6s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-point {
	transition-delay: 3.7s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-content-holder {
	transition-delay: 4.8s, 4.8s
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared {
	opacity: 1
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-image {
	opacity: 1;
	transform: translateY(0) translateX(0)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image {
	transform: translateY(0) translateX(0)
}

.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-point {
	transform: rotate(45deg) scale(1);
	opacity: 1
}

@media only screen and (max-width:480px) {
	.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder,
	.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
		display: none
	}
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-item-inner {
	flex-direction: column
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-top-holder {
	align-items: flex-end;
	padding: 0 0 10%
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
	justify-content: flex-start;
	padding: 10% 0 0
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item-inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	text-align: center
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-top-holder {
	display: flex;
	align-items: flex-start;
	padding: 10% 0 0
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 0 10%
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-item-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-top-holder {
	display: flex;
	align-items: flex-end;
	padding: 0 0 10%
}

.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-content-holder {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 10% 0 0
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item {
	text-align: center
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item:not(:last-child) {
	padding-bottom: 100px
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
	flex-direction: row-reverse;
	text-align: right
}

@media only screen and (max-width:480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
		flex-direction: column;
		text-align: center
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
	text-align: left;
	padding: 0 0 0 10%
}

@media only screen and (max-width:480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
		padding: 0
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
	padding: 0 10% 0 0
}

@media only screen and (max-width:480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
		padding: 0
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	width: 100%
}

@media only screen and (max-width:480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
		flex-direction: column;
		text-align: center
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
	width: 50%;
	flex-shrink: 0;
	text-align: right;
	padding: 0 10% 0 0
}

@media only screen and (max-width:480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
		width: 100%;
		padding: 0;
		margin-bottom: 5%
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
	width: 50%;
	padding: 0 0 0 10%
}

@media only screen and (max-width:480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
		width: 100%;
		padding: 0;
		margin-top: 5%
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
	margin-left: 0;
	flex-direction: row;
	padding: 0 3em 0 0
}

@media only screen and (max-width:1024px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
		flex-direction: column;
		text-align: center
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
		padding: 0
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
	margin: 0 10% 0 0
}

@media only screen and (max-width:1024px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
		margin: 0 0 10%
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	flex-direction: row-reverse;
	width: 50%;
	padding: 0 0 0 3em
}

@media only screen and (max-width:1024px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
		flex-direction: column;
		text-align: center
	}
}

@media only screen and (max-width:480px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
		width: 100%;
		padding: 0
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
	width: 250px;
	flex-shrink: 0;
	margin: 0 0 0 10%
}

@media only screen and (max-width:1024px) {
	.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
		margin: 0 0 10%
	}
}

.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-image {
	border-radius: 50%
}

.qodef-qi-typeout-text .qodef-m-text {
	margin: 0
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
	content: '';
	display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.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
}

.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
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #0073aa;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #0073aa
}

.qodef-core-dashboard {
	max-width: initial!important
}

.qodef-core-dashboard .qodef-core-dashboard-inner {
	margin: 0 -15px;
	display: inline-block;
	width: 100%
}

.qodef-core-dashboard .qodef-cd-logo {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	width: 62px
}

.qodef-core-dashboard .qodef-cd-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 41px;
	font-weight: 400;
	margin: 0
}

.qodef-core-dashboard .qodef-cd-title-holder {
	margin-bottom: 30px
}

.qodef-core-dashboard .qodef-cd-subtitle {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #555d66;
	max-width: 610px;
	margin: 10px 0 30px
}

.qodef-core-dashboard .qodef-core-dashboard-column {
	float: left;
	width: 100%;
	max-width: 610px;
	padding: 0 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column.qodef-cd-smaller-column {
	max-width: 380px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box {
	background-color: #fff
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-core-bottom-space {
	margin-bottom: 30px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder {
	padding: 28px 34px 23px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder p {
	margin: 19px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #555d66
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-box-title-holder p {
	font-size: 14px;
	line-height: 20px;
	margin: 17px 0 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-label {
	font-weight: 600;
	margin-bottom: 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h2 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 400;
	color: #32373c;
	text-align: left
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h3 {
	margin: 0;
	padding: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-field-holder {
	padding-bottom: 30px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-label {
	display: block;
	color: #555d66;
	font-size: 14px;
	margin-bottom: 7px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input {
	border: none;
	border-bottom: 1px solid #c2c2c2;
	outline: 0;
	width: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555d66;
	font-size: 14px;
	padding: 4px 0;
	margin: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus {
	outline: 0;
	border-color: #c2c2c2
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-webkit-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-moz-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus:-ms-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-ms-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-webkit-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-moz-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-ms-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-ms-input-placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::placeholder {
	color: #555d66;
	opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:active,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:focus,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 30px #fff inset!important
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill {
	-webkit-text-fill-color: #666!important
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-field {
	border-bottom-color: #ee3535
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-message {
	display: block;
	color: #ee3535;
	font-size: 12px;
	margin-top: 5px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem {
	border: 1px solid #e1e1e1;
	border-left: 3px solid #ee3535;
	padding: 15px;
	margin-bottom: 25px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box:last-child .qodef-cd-box-row:last-child {
	padding-bottom: 10px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button {
	padding: 7px 35px;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	background-color: #3596ee;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 0 0 #246eae;
	box-shadow: 0 2px 0 0 #246eae;
	cursor: pointer
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-cd-button-disabled,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-import-demo-data-disabled {
	background-color: #6bb4f7
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button-wait {
	display: none;
	font-size: 12px;
	color: #3596ee;
	margin-left: 15px;
	font-weight: 400
}

.qodef-core-dashboard .qodef-core-dashboard-column a.qodef-cd-button {
	text-decoration: none
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section {
	padding: 0 35px 10px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section h3 {
	padding: 0;
	margin: 0 0 24px;
	color: #555d66;
	font-size: 17px;
	line-height: 20px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list {
	padding: 10px 35px;
	margin: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li {
	font-size: 15px;
	margin: 0 0 25px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li a {
	color: #3675ae
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-row {
	display: table;
	padding: 0 20px;
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-label,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
	display: table-cell;
	width: 50%;
	padding: 17px 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
	color: #3e87be
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value-false span {
	color: #ea3a27
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form {
	padding: 0 30px 10px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section {
	padding: 0 0 28px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column {
	padding: 0 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:first-child {
	width: 75%
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:last-child {
	width: 25%
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-cd-import-option,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-import-demo {
	width: 100%
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single {
	border-radius: 0;
	border-color: #e1e1e1;
	height: 34px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-is-completed {
	display: none;
	color: #3596ee;
	font-size: 14px;
	font-weight: 600
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong {
	color: #3596ee;
	font-size: 14px;
	font-weight: 600
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong a {
	color: inherit
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-dependency,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-progress {
	display: none
}

#qodef-progress-bar[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 5px
}

#qodef-progress-bar[value]::-webkit-progress-bar {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0
}

#qodef-progress-bar {
	color: #3596ee
}

#qodef-progress-bar::-moz-progress-bar {
	background: #3596ee
}

#qodef-progress-bar::-webkit-progress-value {
	background: #3596ee
}

#qodef-progress-bar[aria-valuenow]:before {
	background: #3596ee
}

.qodef-cd-selection li.select2-results__option {
	padding: 10px;
	margin: 0
}

.qodef-cd-selection img {
	vertical-align: middle;
	padding-right: 20px
}

.select2-container--default .qodef-cd-selection .select2-results__option[aria-selected=true] {
	background-color: #fafafa
}

.select2-container--default .qodef-cd-selection .select2-results__option--highlighted {
	background-color: #fafafa;
	color: #000
}

.qodef-cd-action-selection li.select2-results__option,
.qodef-cd-single-page-selection li.select2-results__option {
	margin: 0
}

.select2-container--default .qodef-cd-action-selection .select2-results__option[aria-selected=true],
.select2-container--default .qodef-cd-single-page-selection .select2-results__option[aria-selected=true] {
	background-color: #fafafa
}

.select2-container--default .qodef-cd-action-selection .select2-results__option--highlighted,
.select2-container--default .qodef-cd-single-page-selection .select2-results__option--highlighted {
	background-color: #fafafa;
	color: #000
}

.qodef-cd-import-single-page {
	width: 100%
}

.qodef-cd-switch {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 40px;
	overflow: hidden
}

.qodef-cd-switch .qodef-cd-import-attachments {
	display: none
}

.qodef-cd-switch .qodef-cd-cb-disable,
.qodef-cd-switch .qodef-cd-cb-enable {
	display: block;
	float: left;
	padding: 0 10px
}

.qodef-cd-switch .qodef-cd-cb-disable.selected,
.qodef-cd-switch .qodef-cd-cb-enable.selected {
	background-color: #3596ee;
	color: #fff
}

.qodef-cd-switch .qodef-cd-cb-disable span,
.qodef-cd-switch .qodef-cd-cb-enable span {
	line-height: 32px;
	font-size: 13px;
	display: block;
	font-weight: 700
}

@keyframes qodef-opener-line-draw {
	0% {
		transform: scaleX(1);
		transform-origin: right
	}
	55% {
		transform: scaleX(0);
		transform-origin: right
	}
	56% {
		transform: scaleX(0);
		transform-origin: left
	}
	100% {
		transform: scaleX(1);
		transform-origin: left
	}
}

@keyframes qodef-closer-line-draw {
	0% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
	55% {
		-webkit-clip-path: inset(100% 0 0 0);
		clip-path: inset(100% 0 0 0)
	}
	56% {
		-webkit-clip-path: inset(0 0 100% 0);
		clip-path: inset(0 0 100% 0)
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-border-line-draw {
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes qodef-fs-menu-svg {
	0% {
		stroke-dashoffset: 1125
	}
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes qode-rotate {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes qode-fade-in {
	0% {
		opacity: 0;
		visibility: hidden
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

@keyframes qode-fade-out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes qode-ball-fall {
	0% {
		opacity: 0;
		transform: translateY(-145%)
	}
	10% {
		opacity: .5
	}
	20% {
		opacity: 1;
		transform: translateY(0)
	}
	80% {
		opacity: 1;
		transform: translateY(0)
	}
	90% {
		opacity: .5
	}
	100% {
		opacity: 0;
		transform: translateY(145%)
	}
}

@keyframes qode-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes qode-double-pulse {
	0%,
	100% {
		transform: scale(0)
	}
	50% {
		transform: scale(1)
	}
}

@keyframes qode-cube {
	0% {
		transform: perspective(120px) rotateX(0) rotateY(0)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@keyframes qode-rotating-cubes {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(.5)
	}
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg)
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg)
	}
	75% {
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
	}
	100% {
		transform: rotate(-360deg)
	}
}

@keyframes qode-stretch-delay {
	0%,
	100%,
	40% {
		transform: scaleY(.4)
	}
	20% {
		transform: scaleY(1)
	}
}

@keyframes qode-bounce-delay {
	0%,
	100%,
	80% {
		transform: scale(0)
	}
	40% {
		transform: scale(1)
	}
}

@keyframes qode-rotate-circles {
	to {
		transform: rotate(360deg)
	}
}

@keyframes qode-atom-position {
	50% {
		top: 80px;
		left: 80px
	}
}

@keyframes qode-atom-size {
	50% {
		transform: scale(.5)
	}
}

@keyframes qode-atom-zindex {
	100% {
		z-index: 10
	}
}

@keyframes qode-atom-shrink {
	50% {
		transform: scale(.8)
	}
}

@keyframes qode-clock {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes qode-clock-1 {
	0% {
		transform: rotate(-135deg)
	}
	30% {
		transform: rotate(-450deg)
	}
	100% {
		transform: rotate(-450deg)
	}
}

@keyframes qode-clock-2 {
	5% {
		transform: rotate(-90deg)
	}
	35% {
		transform: rotate(-405deg)
	}
	100% {
		transform: rotate(-405deg)
	}
}

@keyframes qode-clock-3 {
	10% {
		transform: rotate(-45deg)
	}
	40% {
		transform: rotate(-360deg)
	}
	100% {
		transform: rotate(-360deg)
	}
}

@keyframes qode-clock-4 {
	15% {
		transform: rotate(0)
	}
	45% {
		transform: rotate(-315deg)
	}
	100% {
		transform: rotate(-315deg)
	}
}

@keyframes qode-mitosis-invert {
	100% {
		transform: rotate(180deg)
	}
}

@keyframes qode-mitosis-ball-1 {
	12% {
		transform: none
	}
	26% {
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		transform: translate(50%, 25%) scale(.6, .8)
	}
	88% {
		transform: translate(50%, 50%) scale(.6, .6)
	}
	100% {
		transform: translate(50%, 50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-2 {
	12% {
		transform: none
	}
	26% {
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		transform: translate(50%, -25%) scale(.6, .8)
	}
	88% {
		transform: translate(50%, -50%) scale(.6, .6)
	}
	100% {
		transform: translate(50%, -50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-3 {
	12% {
		transform: none
	}
	26% {
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		transform: translate(-50%, 25%) scale(.6, .8)
	}
	88% {
		transform: translate(-50%, 50%) scale(.6, .6)
	}
	100% {
		transform: translate(-50%, 50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-4 {
	12% {
		transform: none
	}
	26% {
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		transform: translate(-50%, -25%) scale(.6, .8)
	}
	88% {
		transform: translate(-50%, -50%) scale(.6, .6)
	}
	100% {
		transform: translate(-50%, -50%) scale(.6, .6)
	}
}

@keyframes qode-lines-spin {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes qode-fussion-ball-1 {
	50% {
		top: -100%;
		left: 200%
	}
	100% {
		top: 50%;
		left: 100%;
		z-index: 2
	}
}

@keyframes qode-fussion-ball-2 {
	50% {
		top: 200%;
		left: 200%
	}
	100% {
		top: 100%;
		left: 50%;
		z-index: 1
	}
}

@keyframes qode-fussion-ball-3 {
	50% {
		top: 200%;
		left: -100%
	}
	100% {
		top: 50%;
		left: 0;
		z-index: 2
	}
}

@keyframes qode-fussion-ball-4 {
	50% {
		top: -100%;
		left: -100%
	}
	100% {
		top: 0;
		left: 50%;
		z-index: 1
	}
}

@keyframes qode-wave-jump-1 {
	12% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in
	}
	100%,
	24% {
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-2 {
	12% {
		transform: translate(0, 0)
	}
	24% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in
	}
	100%,
	36% {
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-3 {
	24% {
		transform: translate(0, 0)
	}
	36% {
		transform: translate(20px, -40px);
		animation-timing-function: ease-in
	}
	100%,
	48% {
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-wipe {
	100%,
	48% {
		transform: translateX(-120px)
	}
}

@keyframes qode-pulse-circles-pulse {
	0% {
		transform: scale(.1);
		opacity: 1;
		border-width: 50px
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
		border-width: 0
	}
}

@keyframes qode-bounce {
	20%,
	53%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes qode-pulse {
	from {
		transform: scale3d(1, 1, 1)
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		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
}

* {
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block
}

del {
	text-decoration: line-through
}

pre {
	background-color: #f6f3ee;
	color: #696969;
	font-family: monospace;
	font-size: 1em;
	margin: 15px 0;
	max-width: 100%;
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word
}

code {
	background-color: #f6f3ee;
	color: #696969;
	font-family: monospace, monospace;
	font-size: 1em;
	padding: 0
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	border: medium;
	border-collapse: collapse;
	border-spacing: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	vertical-align: middle;
	width: 100%
}

table tr {
	border: 1px solid var(--qode-additional-border-color)
}

table th {
	border-right: 1px solid var(--qode-additional-border-color);
	padding: 5px 7px;
	text-align: left
}

table td {
	border: 0;
	border-right: 1px solid var(--qode-additional-border-color);
	padding: 5px 10px;
	text-align: left
}

table td br {
	display: none
}

hr {
	background-color: var(--qode-border-color);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	margin-top: 1.5em
}

hr:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px
}

body:not([class*=oraiste-core]) hr {
	clear: both
}

ol,
ul {
	list-style-position: inside;
	margin-bottom: 1.5em;
	padding: 0
}

ol.wp-block,
ul.wp-block {
	margin-bottom: 1.5em
}

ol:not(.wp-block),
ul:not(.wp-block) {
	margin: 0 0 1.5em
}

li>ol:not(.wp-block),
li>ul:not(.wp-block) {
	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 {
	border-style: none;
	vertical-align: middle
}

figure {
	margin: 0
}

figure.alignleft {
	margin-right: 1.5em
}

figure.alignright {
	margin-left: 1.5em
}

embed,
iframe,
object {
	display: block;
	max-width: 100%
}

video {
	display: block
}

embed,
object {
	height: auto
}

label {
	color: var(--qode-additional-text-color);
	display: block;
	font-size: .866em;
	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
}

kbd,
samp {
	background-color: var(--qode-additional-background-color);
	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 {
	color: var(--qode-text-color)!important;
	display: block;
	font-family: Prompt, sans-serif!important;
	font-size: 13px!important;
	line-height: 1em!important;
	font-weight: 300!important;
	margin: 10px auto 0;
	max-width: 100%;
	opacity: 1;
	text-align: left
}

.gallery-caption a,
.wp-caption a,
figcaption a {
	color: inherit
}

.wp-caption .wp-caption-text {
	opacity: 1
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto!important
}

.bypostauthor,
.sticky {
	opacity: 1
}

::selection {
	background-color: var(--qode-main-color);
	color: var(--qode-background-color)
}

::-moz-selection {
	background-color: var(--qode-main-color);
	color: var(--qode-background-color)
}

.screen-reader-text {
	position: absolute!important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	line-height: 1;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
	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;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	z-index: 100000
}

#qodef-page-content[tabindex="-1"]:focus {
	outline: 0
}

.alignleft {
	float: left;
	text-align: left;
	margin: 1rem 2rem 1rem 0!important;
	clear: left
}

.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignright {
	float: right;
	text-align: right;
	margin: 1rem 0 1rem 2rem!important;
	clear: right
}

body:not([class*=oraiste-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: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	background-color: var(--qode-background-color);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}

.qodef-h1,
h1 {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h1-fs);
	line-height: var(--qode-h1-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.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:focus,
.qodef-h1 a:hover,
h1 a:focus,
h1 a:hover {
	color: var(--qode-link-hover-color)
}

.qodef-h2,
h2 {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h2-fs);
	line-height: var(--qode-h2-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.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:focus,
.qodef-h2 a:hover,
h2 a:focus,
h2 a:hover {
	color: var(--qode-link-hover-color)
}

.qodef-h3,
h3 {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.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:focus,
.qodef-h3 a:hover,
h3 a:focus,
h3 a:hover {
	color: var(--qode-link-hover-color)
}

.qodef-h4,
h4 {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h4-fs);
	line-height: var(--qode-h4-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.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:focus,
.qodef-h4 a:hover,
h4 a:focus,
h4 a:hover {
	color: var(--qode-link-hover-color)
}

.qodef-h5,
h5 {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h5-fs);
	line-height: var(--qode-h5-lh);
	font-weight: var(--qode-heading-font-weight);
	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:focus,
.qodef-h5 a:hover,
h5 a:focus,
h5 a:hover {
	color: var(--qode-link-hover-color)
}

.qodef-h6,
h6 {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h6-fs);
	line-height: var(--qode-h6-lh);
	font-weight: var(--qode-h6-fw);
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.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:focus,
.qodef-h6 a:hover,
h6 a:focus,
h6 a:hover {
	color: var(--qode-link-hover-color)
}

a,
p a {
	color: var(--qode-link-color);
	text-decoration: none;
	transition: color .2s ease-out;
	cursor: pointer
}

a:focus,
a:hover,
p a:focus,
p a:hover {
	color: var(--qode-link-hover-color)
}

p {
	margin: 10px 0
}

p.has-large-font-size {
	line-height: 1.666em
}

p.has-background {
	padding: 20px 30px
}

.wp-block-quote,
blockquote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h2-fs);
	line-height: var(--qode-h2-lh);
	font-weight: var(--qode-heading-font-weight);
	border: none;
	line-height: 1em;
	padding: 20px 10%;
	position: relative;
	margin: 0;
	quotes: none
}

.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
	margin: 0;
	padding: 18px 10% 20px 0
}

.wp-block-quote.wp-block-pullquote,
blockquote.wp-block-pullquote {
	padding: 25px!important;
	text-align: center
}

.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
	max-width: 290px
}

.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
	max-width: 290px
}

.wp-block-quote:after,
.wp-block-quote:before,
blockquote:after,
blockquote:before {
	content: ''
}

.wp-block-quote>*,
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
}

.wp-block-quote p,
blockquote p {
	margin: 0!important
}

.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 400!important;
	margin: 10px 0 0;
	text-align: inherit!important;
	text-transform: uppercase!important
}

input[type=date],
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;
	background-color: var(--qode-background-color);
	border-radius: 0;
	box-sizing: border-box;
	color: var(--qode-text-color);
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 0 34px;
	outline: 0;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

input[type=date]:focus,
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 {
	background-color: var(--qode-background-color);
	border-color: var(--qode-heading-color);
	color: var(--qode-heading-color)
}

input[type=date]:-ms-input-placeholder,
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=date]::placeholder,
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
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
	border-bottom: 1px solid var(--qode-border-color);
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 4px 3px
}

textarea {
	border: 1px solid var(--qode-border-color);
	padding: 8px 10px
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	-webkit-appearance: none
}

input[type=checkbox] {
	-webkit-appearance: initial;
	appearance: initial;
	color: var(--qode-additional-text-color);
	height: 15px;
	position: relative;
	visibility: hidden;
	width: 15px
}

input[type=checkbox]:before {
	border: 1px solid currentColor;
	box-sizing: border-box;
	content: '';
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible;
	width: 15px
}

input[type=checkbox]:checked:after {
	color: currentColor;
	content: '\2713';
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	visibility: visible;
	width: 15px
}

.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%
	}
}

.qodef-theme-button,
button[type=submit]:not(.qodef-button),
input[type=submit]:not(.qodef-button) {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	line-height: 1.45em;
	margin: 0;
	outline: 0;
	position: relative;
	text-decoration: none;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	vertical-align: middle;
	width: auto;
	cursor: pointer;
	padding: 10px 39px;
	color: var(--qode-background-color);
	background-color: var(--qode-heading-color);
	border: 1px solid transparent;
	cursor: pointer
}

.qodef-theme-button:hover,
button[type=submit]:not(.qodef-button):hover,
input[type=submit]:not(.qodef-button):hover {
	color: var(--qode-background-color);
	background-color: var(--qode-main-color)
}

.qodef-theme-button span,
button[type=submit]:not(.qodef-button) span {
	display: block;
	line-height: inherit
}

.qodef-theme-button span:before,
button[type=submit]:not(.qodef-button) span:before {
	display: block;
	line-height: inherit
}

select {
	-webkit-appearance: none;
	background-color: var(--qode-background-color);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjQThBN0E3JyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	border-bottom: 1px solid var(--qode-border-color);
	border-left: none;
	border-radius: 0;
	border-right: none;
	border-top: none;
	color: var(--qode-text-color);
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 15px;
	font-weight: inherit;
	height: auto;
	line-height: 24px;
	margin: 0;
	outline: 0;
	padding: 4px 3px;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

select option {
	color: var(--qode-text-color)
}

select:disabled {
	background-color: var(--qode-additional-background-color);
	border-color: inherit;
	box-shadow: none;
	color: inherit;
	text-shadow: none
}

select.qodef-arrow--light {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjZmZmJyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==)
}

[class*=oraiste] .select2-container--default {
	display: inline-block;
	margin: 0 0 34px;
	position: relative;
	vertical-align: top;
	width: auto
}

[class*=oraiste] .select2-container--default .select2-selection--single {
	background-color: var(--qode-background-color);
	border-bottom: 1px solid var(--qode-border-color);
	border-left: none;
	border-radius: 0;
	border-right: none;
	border-top: none;
	color: var(--qode-text-color);
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 15px;
	font-weight: inherit;
	height: auto;
	line-height: 24px;
	margin: 0;
	outline: 0;
	padding: 4px 3px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	display: block;
	line-height: inherit;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: inherit;
	margin: 0;
	position: relative
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: inherit
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__arrow {
	align-items: center;
	color: var(--qode-text-color);
	display: flex;
	font-size: 16px;
	height: 100%;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none
}

[class*=oraiste] .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: '\25BE';
	font-family: initial;
	display: block;
	font-style: normal;
	line-height: inherit
}

[class*=oraiste] .select2-container--default .select2-selection--multiple {
	background-color: var(--qode-background-color);
	border-bottom: 1px solid var(--qode-border-color);
	border-left: none;
	border-radius: 0;
	border-right: none;
	border-top: none;
	color: var(--qode-text-color);
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 15px;
	font-weight: inherit;
	height: auto;
	line-height: 24px;
	margin: 0;
	outline: 0;
	padding: 4px 3px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	color: inherit;
	display: block;
	line-height: inherit;
	list-style: none;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin: 0;
	padding: 0
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
	color: inherit;
	float: left;
	margin: 0
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: inherit;
	margin: 0;
	position: relative
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	background-color: #000;
	border: 0;
	border-radius: 0;
	color: var(--qode-background-color);
	cursor: default;
	float: left;
	margin: 2px;
	padding: 5px 10px
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	font-size: 120%;
	margin: 0 7px 0 0;
	transition: opacity .2s ease-out
}

[class*=oraiste] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
	color: inherit;
	opacity: .8
}

[class*=oraiste] .select2-container--default .select2-search--inline {
	float: left
}

[class*=oraiste] .select2-container--default .select2-search--inline .select2-search__field {
	-webkit-appearance: none;
	border: none!important;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0!important;
	outline: 0;
	padding: 0!important;
	width: 100%
}

[class*=oraiste] .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

[class*=oraiste] .select2-container--default .select2-dropdown {
	background-color: var(--qode-background-color);
	border: 1px solid var(--qode-additional-border-color);
	border-radius: 0;
	display: block;
	left: -100000px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99999
}

.admin-bar[class*=oraiste] .select2-container--default .select2-dropdown {
	top: 32px
}

@media only screen and (max-width:782px) {
	.admin-bar[class*=oraiste] .select2-container--default .select2-dropdown {
		top: 46px
	}
}

[class*=oraiste] .select2-container--default .select2-dropdown.qodef--flat {
	background-color: var(--qode-submenu-background-color);
	border: none;
	color: var(--qode-additional-text-color);
	text-align: right;
	left: 20px!important
}

@media only screen and (max-width:680px) {
	[class*=oraiste] .select2-container--default .select2-dropdown.qodef--flat {
		text-align: left;
		left: -20px!important
	}
}

[class*=oraiste] .select2-container--default .select2-search--dropdown {
	display: block;
	padding: 14px 15px 2px
}

[class*=oraiste] .select2-container--default .select2-search--dropdown.select2-search--hide {
	display: none
}

[class*=oraiste] .select2-container--default .select2-search--dropdown .select2-search__field {
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid var(--qode-additional-border-color);
	color: var(--qode-text-color);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 20px;
	margin: 0;
	outline: 0;
	padding: 4px 8px;
	width: 100%
}

[class*=oraiste] .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	background-color: transparent;
	border-color: var(--qode-additional-border-color);
	color: var(--qode-text-color)
}

[class*=oraiste] .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

[class*=oraiste] .select2-container--default .select2-results {
	display: block
}

[class*=oraiste] .select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

[class*=oraiste] .select2-container--default .select2-results__options {
	list-style: none;
	margin: 20px 0;
	padding: 0 20px;
	position: relative
}

[class*=oraiste] .select2-container--default .select2-results__option {
	font-size: 15px;
	line-height: 24px;
	padding: 3px 0;
	transition: color .2s ease-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[class*=oraiste] .select2-container--default .select2-results__option[aria-selected] {
	cursor: pointer
}

[class*=oraiste] .select2-container--default .select2-results__option[role=group] {
	padding: 0
}

[class*=oraiste] .select2-container--default .select2-results__option[aria-disabled=true] {
	color: #000
}

[class*=oraiste] .select2-container--default .select2-results__option[aria-selected=true],
[class*=oraiste] .select2-container--default .select2-results__option[data-selected=true] {
	background: 0 0;
	color: var(--qode-heading-color)
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

[class*=oraiste] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

[class*=oraiste] .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
}

[class*=oraiste] .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
}

[class*=oraiste] .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: 0 0;
	color: var(--qode-heading-color)
}

[class*=oraiste] .select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 7px 0
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding: 0
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 0;
	right: auto
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
	padding: 0
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin: 7px auto 0 5px
}

[class*=oraiste] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin: 0 auto 0 3px
}

[class*=oraiste] .select2-container--default.select2-container--focus .select2-selection--multiple,
[class*=oraiste] .select2-container--default.select2-container--focus .select2-selection--single {
	border-left: none;
	border-right: none;
	border-top: none
}

[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection--multiple,
[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: var(--qode-additional-background-color);
	cursor: default
}

[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,
[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

[class*=oraiste] .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

[class*=oraiste] .select2-container--default.select2-container--open .select2-selection--multiple,
[class*=oraiste] .select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--qode-additional-border-color);
	color: var(--qode-heading-color)
}

[class*=oraiste] .select2-container--default.select2-container--open .select2-dropdown {
	left: 0
}

[class*=oraiste] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
	border-top-color: transparent
}

.select2-close-mask {
	background-color: var(--qode-background-color);
	border: 0;
	display: block;
	height: auto;
	left: 0;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: auto;
	z-index: 99
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	height: 0!important;
	line-height: 1;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	white-space: nowrap!important;
	width: 1px!important
}

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,
input[type=text]::-ms-clear {
	display: none
}

input:-webkit-autofill {
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: qodefAutofillFix
}

.qodef-content-grid {
	width: 1100px;
	margin: 0 auto
}

.qodef-content-grid.qodef-extended-grid {
	width: 100%!important;
	margin: 0
}

.qodef-content-grid.qodef-extended-grid--right {
	padding-left: calc((100% - 1100px)/2)
}

.qodef-content-grid.qodef-extended-grid--left {
	padding-right: calc((100% - 1100px)/2)
}

.qodef--boxed .qodef-content-grid {
	width: 1160px
}

@media only screen and (min-width:1441px) {
	.qodef-content-grid-1400 .qodef-content-grid {
		width: 1400px
	}
	.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 1400px)/2)
	}
	.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 1400px)/2)
	}
	.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-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 1300px)/2)
	}
	.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 1300px)/2)
	}
	.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-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 1200px)/2)
	}
	.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 1200px)/2)
	}
	.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-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 1000px)/2)
	}
	.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 1000px)/2)
	}
	.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-content-grid-800 .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 800px)/2)
	}
	.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 800px)/2)
	}
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

@media only screen and (min-width:1025px) {
	.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%
	}
}

.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--short.qodef--no-bottom-space {
	margin-bottom: -26px
}

.qodef-grid.qodef-gutter--short>.qodef-grid-inner {
	margin: 0 -13px
}

.qodef-grid.qodef-gutter--short>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 13px;
	margin: 0 0 26px
}

.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--mega.qodef--no-bottom-space {
	margin-bottom: -60px
}

.qodef-grid.qodef-gutter--mega>.qodef-grid-inner {
	margin: 0 -30px
}

.qodef-grid.qodef-gutter--mega>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 30px;
	margin: 0 0 60px
}

.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px
}

.qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
	margin: 0 -40px
}

.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
	padding: 0 40px;
	margin: 0 0 80px
}

#qodef-page-wrapper {
	overflow: hidden;
	position: relative
}

#qodef-page-outer {
	position: relative
}

#qodef-page-inner {
	padding: 130px 0 100px;
	position: relative
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
	margin-bottom: 0
}

.qodef--boxed {
	background-color: #f6f3ee
}

.qodef--boxed #qodef-page-wrapper {
	background-color: var(--qode-background-color);
	display: block
}

.qodef--boxed #qodef-page-inner {
	max-width: 90%;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%!important
}

.qodef--passepartout #qodef-page-wrapper {
	background-color: #fff
}

.qodef-border-lines-1 path:first-child {
	stroke-dasharray: 1740 1742;
	stroke-dashoffset: 1741
}

.qodef-border-lines-1 path:nth-child(2) {
	stroke-dasharray: 1743 1745;
	stroke-dashoffset: 1744
}

.qodef-animation-init .qodef-border-lines-1 path:first-child,
.qodef-border-lines-1.qodef-animation-init path:first-child {
	animation: qodef-border-line-draw 499ms ease-in-out 0s forwards
}

.qodef-animation-init .qodef-border-lines-1 path:nth-child(2),
.qodef-border-lines-1.qodef-animation-init path:nth-child(2) {
	animation: qodef-border-line-draw .5s ease-in-out 499ms forwards
}

.qodef-border-lines-rev path:first-child {
	stroke-dasharray: 1740 1742;
	stroke-dashoffset: 1741
}

.qodef-border-lines-rev path:nth-child(2) {
	stroke-dasharray: 1743 1745;
	stroke-dashoffset: 1744
}

.qodef-animation-init .qodef-border-lines-rev path:first-child,
.qodef-border-lines-rev.qodef-animation-init path:first-child {
	animation: qodef-border-line-draw 899ms ease-in-out 0s forwards
}

.qodef-animation-init .qodef-border-lines-rev path:nth-child(2),
.qodef-border-lines-rev.qodef-animation-init path:nth-child(2) {
	animation: qodef-border-line-draw .9s ease-in-out 899ms forwards
}

.qodef-border-lines-2 path:first-child {
	stroke-dasharray: 1740 1742;
	stroke-dashoffset: 1741
}

.qodef-border-lines-2 path:nth-child(2) {
	stroke-dasharray: 1743 1745;
	stroke-dashoffset: 1744
}

.qodef-animation-init .qodef-border-lines-2 path:first-child {
	animation: qodef-border-line-draw 499ms ease-in-out 0s forwards
}

.qodef-animation-init .qodef-border-lines-2 path:nth-child(2) {
	animation: qodef-border-line-draw .5s ease-in-out 499ms forwards
}

.qodef-border-lines-3 path {
	stroke-dasharray: 1091 1093;
	stroke-dashoffset: 1092
}

.qodef-animation-init .qodef-border-lines-3 path,
.qodef-border-lines-3.qodef-animation-init path {
	animation: qodef-border-line-draw 1133ms linear 0s forwards
}

.qodef-custom-text.qodef--has-appear,
.qodef-video.qodef--has-appear {
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .3s, opacity .3s .3s
}

.qodef-custom-text.qodef--has-appear.qodef--appear,
.qodef-video.qodef--has-appear.qodef--appear {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.elementor-editor-active .qodef-custom-text.qodef--has-appear,
.elementor-editor-active .qodef-video.qodef--has-appear {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-m-cursor-holder {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
	opacity: 1
}

.qodef-m-cursor-holder.qodef--left-side .qodef-m-cursor {
	transform: rotate(180deg)
}

.qodef-m-cursor-holder .qodef-m-cursor {
	display: block;
	width: 100%;
	height: 100%;
	transform: rotate(0) translateX(-100%);
	transform-origin: center;
	transition: transform .2s ease-out;
	margin-top: -40px
}

.qodef-cursor--enabled {
	cursor: none
}

.qodef-cursor--enabled .qodef-m-cursor-holder {
	visibility: visible
}

.qodef-cursor--enabled .qodef-m-cursor-holder.qodef--hide {
	visibility: hidden
}

#qodef-change-text.qodef-animated.qodef-promt {
	font-family: Prompt!important;
	text-transform: none!important;
	font-weight: 500!important
}

#qodef-change-text.qodef-animated.qodef-italiana {
	font-family: Italiana!important;
	text-transform: uppercase!important;
	font-weight: 400!important
}

#qodef-change-text.qodef-animated.qodef-saira {
	font-family: saira extra condensed!important;
	text-transform: uppercase!important;
	font-weight: 600!important
}

#qodef-change-text.qodef-animated.qodef-cormorant {
	font-family: Cormorant!important;
	text-transform: uppercase!important;
	font-weight: 400!important
}

body {
	--qode-main-color: #blue;
	--qode-background-color: #ffffff;
	--qode-additional-background-color: #f6f3ee;
	--qode-heading-color: #000000;
	--qode-text-color: #696969;
	--qode-additional-text-color: #8d8d8d;
	--qode-link-color: #696969;
	--qode-link-hover-color: #cccccc;
	--qode-border-color: #969696;
	--qode-additional-border-color: #dcdcdc;
	--qode-submenu-background-color: #fbfaf8;
	--qode-submenu-active-color: #000000;
	--qode-submenu-inactive-color: #999999;
	--qode-button-text-color: #000000;
	--qode-button-text-hover-color: #000000;
	--qode-button-circle-color: blue;
	--qode-fullscreen-menu-background-color: #000000;
	--qode-fullscreen-menu-active-color: red;
	--qode-fullscreen-menu-inactive-color: #ffffff;
	--qode-fullscreen-menu-widget-link-color: #ffffff;
	--qode-fullscreen-menu-widget-border-color: #ffffff;
	--qode-mejs-background-color: #222222;
	--qode-widget-link-hover-color: #000000;
	--qode-heading-font-family: Cormorant, sans-serif;
	--qode-heading-font-weight: 400;
	--qode-heading-text-transform: uppercase;
	--qode-h1-fs: 60px;
	--qode-h2-fs: 40px;
	--qode-h3-fs: 30px;
	--qode-h4-fs: 25px;
	--qode-h5-fs: 20px;
	--qode-h6-fs: 16px;
	--qode-h1-lh: 1.216em;
	--qode-h2-lh: 1.25em;
	--qode-h3-lh: 1.333em;
	--qode-h4-lh: 1.4em;
	--qode-h5-lh: 1.4em;
	--qode-h6-lh: 1.5em;
	--qode-h6-fw: 400;
	--qode-h6-offset: -4px
}

body.qodef-color-skin--beige {
	--qode-main-color: #blue;
	--qode-background-color: #f6f3ee;
	--qode-additional-background-color: #ffffff;
	--qode-heading-color: #000000;
	--qode-text-color: #696969;
	--qode-additional-text-color: #8d8d8d;
	--qode-link-color: #696969;
	--qode-link-hover-color: #cccccc;
	--qode-border-color: #d3d2cd;
	--qode-additional-border-color: #d3d2cd;
	--qode-submenu-background-color: #ffffff;
	--qode-submenu-active-color: #000000;
	--qode-submenu-inactive-color: #999999;
	--qode-button-text-color: #000000;
	--qode-button-text-hover-color: #000000;
	--qode-button-circle-color: red;
	--qode-fullscreen-menu-background-color: #000000;
	--qode-fullscreen-menu-active-color: #blue;
	--qode-fullscreen-menu-inactive-color: #ffffff;
	--qode-fullscreen-menu-widget-link-color: #ffffff;
	--qode-fullscreen-menu-widget-border-color: #ffffff;
	--qode-mejs-background-color: #222222;
	--qode-widget-link-hover-color: #000000
}

body.qodef-color-skin--dark {
	--qode-main-color: blue;
	--qode-background-color: #000000;
	--qode-additional-background-color: #181818;
	--qode-heading-color: #ffffff;
	--qode-text-color: #b2b2b2;
	--qode-additional-text-color: #b2b2b2;
	--qode-link-color: #b2b2b2;
	--qode-link-hover-color: red;
	--qode-border-color: #eeeeee;
	--qode-additional-border-color: rgba(255, 255, 255, 0.2);
	--qode-submenu-background-color: #181818;
	--qode-submenu-active-color: #ffffff;
	--qode-submenu-inactive-color: #999999;
	--qode-button-text-color: #ffffff;
	--qode-button-text-hover-color: #ffffff;
	--qode-button-circle-color: blue;
	--qode-fullscreen-menu-background-color: #ffffff;
	--qode-fullscreen-menu-active-color: #red;
	--qode-fullscreen-menu-inactive-color: #000000;
	--qode-fullscreen-menu-widget-link-color: #696969;
	--qode-fullscreen-menu-widget-border-color: #969696;
	--qode-mejs-background-color: #333333;
	--qode-widget-link-hover-color: #ffffff
}

body.qodef-color-skin--orange {
	--qode-main-color: #000000;
	--qode-background-color: blue;
	--qode-additional-background-color: #ec4e11;
	--qode-heading-color: #ffffff;
	--qode-text-color: #ffffff;
	--qode-additional-text-color: #ffffff;
	--qode-link-color: #ffffff;
	--qode-link-hover-color: #000000;
	--qode-border-color: #eeeeee;
	--qode-additional-border-color: rgba(255, 255, 255, 0.2);
	--qode-submenu-background-color: #ec4e11;
	--qode-submenu-active-color: #ffffff;
	--qode-submenu-inactive-color: #ffd2c1;
	--qode-button-text-color: #ffffff;
	--qode-button-text-hover-color: #ffffff;
	--qode-button-circle-color: #ffffff;
	--qode-fullscreen-menu-background-color: #ffffff;
	--qode-fullscreen-menu-active-color: red;
	--qode-fullscreen-menu-inactive-color: #000000;
	--qode-fullscreen-menu-widget-link-color: #696969;
	--qode-fullscreen-menu-widget-border-color: #969696;
	--qode-mejs-background-color: #333333;
	--qode-widget-link-hover-color: #000000
}

@media only screen and (max-width:480px) {
	body {
		--qode-h1-fs: 35px
	}
}

@media only screen and (max-width:480px) {
	body {
		--qode-h2-fs: 32px
	}
}

body.qodef-font-skin--italiana {
	--qode-heading-font-family: Italiana, sans-serif;
	--qode-heading-font-weight: 400;
	--qode-heading-text-transform: uppercase;
	--qode-h1-fs: 60px;
	--qode-h2-fs: 40px;
	--qode-h3-fs: 30px;
	--qode-h4-fs: 25px;
	--qode-h5-fs: 20px;
	--qode-h6-fs: 16px;
	--qode-h1-lh: 1.216em;
	--qode-h2-lh: 1.25em;
	--qode-h3-lh: 1.333em;
	--qode-h4-lh: 1.4em;
	--qode-h5-lh: 1.4em;
	--qode-h6-lh: 1.5em;
	--qode-h6-fw: 400;
	--qode-h6-offset: 4px
}

body.qodef-font-skin--saira {
	--qode-heading-font-family: Saira Extra Condensed, sans-serif;
	--qode-heading-font-weight: 600;
	--qode-heading-text-transform: uppercase;
	--qode-h1-fs: 90px;
	--qode-h2-fs: 50px;
	--qode-h3-fs: 30px;
	--qode-h4-fs: 25px;
	--qode-h5-fs: 20px;
	--qode-h6-fs: 14px;
	--qode-h1-lh: 1em;
	--qode-h2-lh: 1.2em;
	--qode-h3-lh: 1.333em;
	--qode-h4-lh: 1.4em;
	--qode-h5-lh: 1.4em;
	--qode-h6-lh: 1.333em;
	--qode-h6-fw: 600;
	--qode-h6-offset: 2.331px
}

body.qodef-font-skin--prompt {
	--qode-heading-font-family: Prompt, sans-serif;
	--qode-heading-font-weight: 500;
	--qode-heading-text-transform: lowercase;
	--qode-h1-fs: 90px;
	--qode-h2-fs: 50px;
	--qode-h3-fs: 30px;
	--qode-h4-fs: 25px;
	--qode-h5-fs: 20px;
	--qode-h6-fs: 14px;
	--qode-h1-lh: 1em;
	--qode-h2-lh: 1.2em;
	--qode-h3-lh: 1.333em;
	--qode-h4-lh: 1.4em;
	--qode-h5-lh: 1.4em;
	--qode-h6-lh: 1.333em;
	--qode-h6-fw: 400;
	--qode-h6-offset: 2.331px
}

@media only screen and (max-width:768px) {
	body.qodef-font-skin--prompt {
		--qode-h1-fs: 50px
	}
}

@media only screen and (max-width:768px) {
	body.qodef-font-skin--prompt {
		--qode-h2-fs: 40px
	}
}

.qodef-hover-color--white:hover {
	color: #fff!important
}

.qodef-hover-color--beige:hover {
	color: #f6f3ee!important
}

.qodef-hover-color--black:hover {
	color: #000!important
}

.qodef-hover-color--orange:hover {
	color: red!important
}

.qodef-hover-color--gray:hover {
	color: #e0e0e0!important
}

button.mfp-arrow {
	color: #fff;
	height: 51px!important;
	margin: 0!important;
	opacity: 1!important;
	top: calc(50% - 25px)!important;
	transition: color .2s ease-out;
	width: 26px!important
}

button.mfp-arrow svg {
	display: block;
	fill: none;
	pointer-events: none;
	stroke: currentColor;
	stroke-miterlimit: 10;
	width: 100%
}

button.mfp-arrow:after,
button.mfp-arrow:before {
	display: none!important
}

button.mfp-arrow:hover {
	color: rgba(255, 255, 255, .4)
}

button.mfp-arrow.mfp-arrow-left {
	left: 30px
}

button.mfp-arrow.mfp-arrow-right {
	right: 30px
}

button.mfp-arrow.mfp-arrow-right svg {
	transform: rotate(180deg)
}

button.mfp-close {
	color: #fff;
	height: auto!important;
	margin: 0!important;
	opacity: 1!important;
	padding: 0!important;
	right: 0!important;
	top: 6px!important;
	transition: color .2s ease-out;
	width: 32px!important
}

button.mfp-close:hover {
	color: rgba(255, 255, 255, .4)
}

button.mfp-close:after,
button.mfp-close:before {
	display: none!important
}

button.mfp-close svg {
	display: block;
	fill: none;
	height: auto;
	pointer-events: none;
	stroke: currentColor;
	stroke-miterlimit: 10;
	width: 100%
}

.mfp-figure:after {
	background: 0 0!important;
	box-shadow: none!important
}

.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: #fff;
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

.mfp-iframe-scaler iframe {
	background: 0 0!important;
	box-shadow: none!important
}

.mfp-iframe-scaler button.mfp-close {
	top: -18px!important
}

.qodef-swiper-container {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	visibility: hidden;
	z-index: 1
}

.qodef-swiper-container .swiper-slide a {
	display: block
}

.qodef-swiper-container .swiper-slide img {
	width: 100%
}

.qodef-swiper-container.qodef-swiper--initialized {
	visibility: visible
}

.swiper-pagination {
	bottom: auto!important;
	left: auto!important;
	margin-top: 24px;
	position: relative!important
}

.swiper-pagination-bullet {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	background: 0 0!important;
	border-radius: initial!important;
	height: auto!important;
	margin: 0 12px!important;
	opacity: 1!important;
	width: auto!important
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
	color: var(--qode-heading-color)
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none!important;
	color: var(--qode-heading-color);
	height: auto!important;
	margin: 0!important;
	transition: color .2s ease-out;
	width: auto!important;
	top: unset!important;
	bottom: 22px
}

.swiper-button-next svg,
.swiper-button-prev svg {
	display: block;
	fill: none;
	stroke: currentColor;
	width: 19px
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none!important
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: rgba(var(--qode-heading-color), .4)
}

.swiper-button-prev {
	left: 22px!important
}

.swiper-button-next {
	right: 22px!important
}

.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
	transform: translateX(-300%) translateY(-50%)
}

.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
	transform: translateX(300%) translateY(-50%)
}

.widget_icl_lang_sel_widget {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.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 {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible
}

.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 {
	margin: 0;
	padding: 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 {
	align-items: center;
	display: flex;
	position: relative
}

.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 {
	content: '\25BE';
	font-family: initial;
	border: 0;
	line-height: 1;
	margin-left: auto;
	position: initial
}

.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 {
	border-top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: visibility 0s linear .25s, opacity .25s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 10
}

.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;
	margin: 0;
	padding: 0;
	width: 100%
}

.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 {
	align-items: center;
	background-color: transparent;
	border: 0;
	display: flex;
	padding: 7px 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;
	margin-bottom: 0!important;
	vertical-align: middle
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	display: block;
	padding: 0
}

.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 {
	display: block;
	padding: 0
}

#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: 200px
}

#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: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: var(--qode-text-color);
	background-color: var(--qode-background-color);
	border: 1px solid transparent;
	font-size: 14px
}

#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: var(--qode-main-color)
}

#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 20px;
	background-color: var(--qode-background-color)
}

#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: var(--qode-text-color);
	font-size: 14px
}

#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: var(--qode-main-color)
}

#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: var(--qode-text-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: var(--qode-main-color)
}

#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: var(--qode-text-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: var(--qode-main-color)
}

#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: 175px
}

#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: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: var(--qode-text-color);
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 14px
}

#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: var(--qode-main-color)
}

#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 20px;
	background-color: transparent
}

#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: var(--qode-text-color);
	font-size: 14px
}

#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: var(--qode-main-color)
}

#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: var(--qode-text-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: var(--qode-main-color)
}

#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: var(--qode-text-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: var(--qode-main-color)
}

#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: 175px
}

#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: 8px 20px;
	height: 40px;
	line-height: 24px;
	color: var(--qode-background-color);
	background-color: var(--qode-background-color);
	border: 1px solid transparent;
	font-size: 14px
}

#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: var(--qode-background-color)
}

#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 20px;
	background-color: var(--qode-background-color)
}

#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: var(--qode-background-color);
	font-size: 14px
}

#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: var(--qode-background-color)
}

#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: var(--qode-background-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: var(--qode-background-color)
}

#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: var(--qode-background-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: var(--qode-background-color)
}

#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: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: var(--qode-text-color);
	background-color: var(--qode-additional-background-color);
	border: 1px solid transparent;
	font-size: 14px
}

#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: var(--qode-main-color)
}

#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 20px;
	background-color: var(--qode-additional-background-color)
}

#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: var(--qode-text-color);
	font-size: 14px
}

#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: var(--qode-main-color)
}

#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: var(--qode-text-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: var(--qode-main-color)
}

#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: var(--qode-text-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: var(--qode-main-color)
}

#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: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: var(--qode-text-color);
	background-color: var(--qode-additional-background-color);
	border: 1px solid transparent;
	font-size: 14px
}

#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: var(--qode-main-color)
}

#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 20px;
	background-color: var(--qode-additional-background-color)
}

#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: var(--qode-text-color);
	font-size: 14px
}

#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: var(--qode-main-color)
}

#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: var(--qode-background-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: var(--qode-background-color)
}

#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: var(--qode-background-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: var(--qode-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	width: 100%
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	padding: 11px 20px;
	height: 46px;
	line-height: 24px;
	color: var(--qode-text-color);
	background-color: var(--qode-additional-background-color);
	border: 1px solid transparent;
	font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	margin: 0;
	padding: 0 20px;
	background-color: var(--qode-additional-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
	color: var(--qode-text-color);
	font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
	color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
	margin-right: 10px!important
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
	color: var(--qode-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
	color: var(--qode-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
	margin-right: 0
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
	margin-bottom: 10px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
	color: var(--qode-background-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
	color: var(--qode-background-color)
}

.error404 #qodef-page-outer {
	margin-top: -100px
}

.error404 #qodef-page-inner {
	padding: 0
}

.error404 #qodef-page-header {
	background-color: transparent
}

#qodef-404-page {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	text-align: center;
	justify-content: center;
	align-items: center
}

.admin-bar #qodef-404-page {
	min-height: calc(100vh - 32px)
}

#qodef-404-page .qodef-404 {
	background-image: url(/wp-content/themes/oraiste/assets/img/404.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 360px;
	width: 850px;
	padding: 320px 255px 0;
	margin: 100px 0 0
}

#qodef-404-page .qodef-404-title {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0
}

#qodef-404-page .qodef-404-text {
	display: block;
	margin: 10px auto 0
}

#qodef-404-page .qodef-404-button {
	display: inline-block;
	margin-top: 67px;
	position: relative;
	vertical-align: top
}

.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 83px
}

.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>* {
	margin-bottom: 36px
}

.qodef-blog .qodef-blog-item .qodef-e-media iframe {
	display: block;
	height: 100%
}

.qodef-blog .qodef-blog-item .qodef-e-media-image {
	display: inline-block;
	max-width: 100%;
	position: relative;
	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 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img {
	visibility: hidden
}

.qodef-blog .qodef-blog-item .qodef-e-title {
	margin: 0 0 19px
}

.qodef-blog .qodef-blog-item .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

.qodef-blog .qodef-blog-item .qodef-e-excerpt {
	margin: 0 0 29px
}

.qodef-blog .qodef-blog-item .qodef-e-read-more {
	margin: 0
}

.qodef-blog .qodef-blog-item .qodef-e-info {
	align-items: center;
	display: flex;
	position: relative;
	width: 100%
}

@media only screen and (min-width:681px) {
	.qodef-blog .qodef-blog-item .qodef-e-info-left,
	.qodef-blog .qodef-blog-item .qodef-e-info-right {
		align-items: center;
		display: flex;
		position: relative;
		width: 100%
	}
	.qodef-blog .qodef-blog-item .qodef-e-info-right {
		justify-content: flex-end
	}
}

.qodef-blog .qodef-blog-item .qodef-e-info-item {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	line-height: 1.36em;
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 19px 0 0;
	position: relative;
	display: inline-block;
	position: relative;
	vertical-align: top
}

.qodef-blog .qodef-blog-item .qodef-e-info-item:after {
	content: '/';
	position: absolute;
	right: 5px;
	top: 0;
	color: var(--qode-text-color)
}

.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 {
	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: var(--qode-main-color)
}

.qodef-blog .qodef-blog-item .qodef-e-info-item.qodef-e-info-tags {
	text-transform: initial
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
	margin-bottom: -1px
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
	display: inline-flex
}

.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: '*';
	font-size: 1.5em;
	position: absolute;
	right: -.5em;
	top: 0
}

.qodef-blog .qodef-blog-item.format-video .qodef-e-media-video>* {
	width: 100%!important
}

html.elementor-html .qodef-blog .qodef-blog-item.format-video .wp-video {
	max-width: 100%
}

html.elementor-html .qodef-blog .qodef-blog-item.format-video video {
	height: auto
}

html.elementor-html .qodef-blog .qodef-blog-item.format-audio audio {
	display: block
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image {
	width: 100%
}

.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 {
	bottom: 30px;
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%
}

.qodef-blog .qodef-blog-item.format-link {
	margin-bottom: 78px
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: var(--qode-additional-background-color);
	padding: 10.3% 13% 9% 9.7%
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
	fill: none;
	height: auto;
	position: absolute;
	right: 14px;
	stroke: var(--qode-main-color);
	top: 5px;
	width: 84.7px
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
	line-height: 1.125em;
	margin: 0;
	position: relative
}

.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: 78px
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: var(--qode-additional-background-color);
	padding: 11% 13% 9.8% 9.7%
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-icon {
	fill: none;
	height: auto;
	position: absolute;
	right: 6px;
	stroke: var(--qode-main-color);
	top: 17px;
	width: 84.7px
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
	line-height: 1.125em;
	margin: 0;
	position: relative
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.53em;
	color: var(--qode-main-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	margin: 17px 0 0;
	position: relative
}

.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-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
	height: 100%
}

.mejs-container button,
.mejs-overlay-button {
	background: 0 0!important;
	background-color: var(--qode-background-color)!important;
	margin: 0!important;
	-webkit-mask-position: center!important;
	mask-position: center!important;
	-webkit-mask-repeat: no-repeat!important;
	mask-repeat: no-repeat!important
}

.mejs-overlay-button,
.mejs-play>button,
.mejs-replay>button {
	-webkit-mask-image: url(/wp-content/themes/oraiste/assets/img/play.svg)!important;
	mask-image: url(/wp-content/themes/oraiste/assets/img/play.svg)!important
}

.mejs-container,
.mejs-controls,
.mejs-embed,
.mejs-embed body {
	background: var(--qode-mejs-background-color)!important
}

.mejs-container * {
	font-family: Prompt, sans-serif!important;
	font-size: 13px!important;
	font-weight: 300;
	line-height: 13px!important
}

.mejs-container button {
	height: 45px!important
}

.mejs-button,
.mejs-controls {
	height: 45px!important
}

.mejs-fullscreen-button,
.mejs-playpause-button,
.mejs-volume-button {
	width: 37px!important
}

.mejs-fullscreen-button>button,
.mejs-playpause-button>button,
.mejs-volume-button>button {
	width: 37px!important
}

.mejs-playpause-button {
	margin: 0 3px 0 1px!important
}

.mejs-pause>button {
	-webkit-mask-image: url(/wp-content/themes/oraiste/assets/img/pause.svg)!important;
	mask-image: url(/wp-content/themes/oraiste/assets/img/pause.svg)!important
}

.mejs-volume-button {
	margin: 0 8px!important
}

.mejs-mute>button {
	-webkit-mask-image: url(/wp-content/themes/oraiste/assets/img/mute.svg)!important;
	mask-image: url(/wp-content/themes/oraiste/assets/img/mute.svg)!important
}

.mejs-unmute>button {
	-webkit-mask-image: url(/wp-content/themes/oraiste/assets/img/unmute.svg)!important;
	mask-image: url(/wp-content/themes/oraiste/assets/img/unmute.svg)!important
}

.mejs-fullscreen-button {
	margin: 0 8px!important
}

.mejs-fullscreen-button>button {
	-webkit-mask-image: url(/wp-content/themes/oraiste/assets/img/fullscreen.svg)!important;
	mask-image: url(/wp-content/themes/oraiste/assets/img/fullscreen.svg)!important
}

.mejs-unfullscreen>button {
	-webkit-mask-image: url(/wp-content/themes/oraiste/assets/img/unfullscreen.svg)!important;
	mask-image: url(/wp-content/themes/oraiste/assets/img/unfullscreen.svg)!important
}

.mejs-time {
	height: 45px!important;
	line-height: 45px!important;
	margin: 0 10px!important;
	padding: 0!important
}

.mejs-time-total {
	background-color: var(--qode-background-color)!important;
	margin-top: 0!important
}

.mejs-time-rail {
	height: 45px!important;
	padding-top: 21px!important
}

.mejs-time-current {
	background-color: var(--qode-main-color)!important
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
	height: 3px!important
}

.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-handle,
.mejs-time-hovered {
	display: none!important
}

.mejs-volume-total {
	background-color: var(--qode-background-color)!important
}

.mejs-volume-current {
	background-color: var(--qode-main-color)!important
}

.mejs-horizontal-volume-slider {
	height: 45px!important;
	margin: 0 10px!important;
	width: 120px!important
}

.mejs-horizontal-volume-total {
	background-color: var(--qode-background-color)!important;
	height: 3px!important;
	top: 21px!important;
	width: 100%!important
}

.mejs-horizontal-volume-current {
	background-color: var(--qode-main-color)!important
}

.qodef-blog.qodef--list .qodef-m-pagination {
	margin-top: 28px
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top {
	margin-bottom: 6px
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom {
	margin-top: 55px
}

.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-link {
	margin-bottom: 36px
}

.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-info.qodef-info--top {
	margin-bottom: 25px
}

.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-quote {
	margin-bottom: 36px
}

.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-info.qodef-info--top {
	margin-bottom: 25px
}

#qodef-page-comments {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-top: 1px solid var(--qode-additional-border-color);
	margin-top: 60px;
	padding-top: 66px
}

#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: 111px
}

#qodef-page-comments-list .qodef-m-title {
	margin: 0 0 35px
}

#qodef-page-comments-list .qodef-m-comments {
	list-style: none;
	margin: 0;
	padding: 0
}

#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child {
	margin-top: 0
}

#qodef-page-comments-list .qodef-comment-item {
	margin: 40px 0 0;
	padding: 0
}

#qodef-page-comments-list .qodef-comment-item .children {
	list-style: none;
	margin: 0;
	padding: 0 0 0 110px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
	align-items: flex-start;
	display: flex
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
	flex-shrink: 0;
	margin-right: 25px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
	border-radius: 50%;
	display: block
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
	flex-grow: 1;
	margin-top: 4px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-info {
	align-items: baseline;
	display: flex
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
	margin: 0 12px 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.53em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
	margin-left: auto
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 20px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child {
	margin-right: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover {
	color: var(--qode-main-color)
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
	margin: 15px 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-bottom: 5px;
	margin-top: 5px
}

#qodef-page-comments-list .qodef-m-pagination {
	margin-top: 50px
}

#respond {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-comment-item #respond {
	margin-top: 43px
}

#respond #reply-title {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	align-items: baseline;
	display: flex;
	margin: 0 0 8px
}

#respond #reply-title small {
	margin-left: auto
}

#respond #reply-title small a {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase
}

#respond #reply-title small a:hover {
	color: var(--qode-main-color)
}

#respond #commentform p {
	margin: 0
}

#respond #commentform .comment-form-cookies-consent,
#respond #commentform .comment-notes,
#respond #commentform .logged-in-as {
	color: var(--qode-additional-text-color);
	font-size: 13px;
	line-height: 1.23em
}

#respond #commentform .logged-in-as {
	margin: 0 0 28px
}

#respond #commentform .comment-notes {
	margin: 0 0 28px
}

#respond #commentform .comment-form-cookies-consent {
	align-items: center;
	display: flex;
	margin: 0 0 5px;
	position: relative
}

#respond #commentform .comment-form-cookies-consent>* {
	margin: 0
}

#respond #commentform .comment-form-cookies-consent input[type=checkbox] {
	flex-shrink: 0;
	margin: 2px 11px 6px 0
}

#respond #commentform .comment-form-cookies-consent label {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit
}

#respond #commentform .form-submit {
	display: flex;
	justify-content: flex-end
}

#respond #commentform .form-submit>button {
	cursor: pointer
}

body:not([class*=oraiste-core]) #submit {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	line-height: 1.45em;
	margin: 0;
	outline: 0;
	position: relative;
	text-decoration: none;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	vertical-align: middle;
	width: auto;
	cursor: pointer;
	padding: 10px 39px;
	align-items: center;
	background-color: transparent;
	border: 0;
	color: var(--qode-button-text-color);
	display: inline-flex;
	padding: 0!important
}

body:not([class*=oraiste-core]) #submit .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 1px
}

body:not([class*=oraiste-core]) #submit .qodef-m-arrow {
	transform: translateX(0);
	transition: transform .35s cubic-bezier(.2, .89, .32, .95);
	margin-left: 8px
}

body:not([class*=oraiste-core]) #submit .qodef-m-arrow svg {
	width: 19px;
	fill: none;
	stroke: currentColor
}

body:not([class*=oraiste-core]) #submit:hover {
	color: var(--qode-main-color)
}

body:not([class*=oraiste-core]) #submit:hover .qodef-m-arrow {
	transform: translateX(4px)
}

.qodef-filter--on .qodef-grid-inner {
	opacity: 1;
	transition: opacity .5s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
	opacity: 0;
	transition: opacity .2s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-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-items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative
}

.qodef-m-filter-item {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 27px;
	padding: 0 2px;
	position: relative;
	transition: color .2s ease-out;
	vertical-align: top
}

.qodef-m-filter-item.qodef--active,
.qodef-m-filter-item:hover {
	color: var(--qode-main-color)
}

#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 .qodef-alignment--left {
	text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
	margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
	text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
	margin-left: auto;
	margin-right: auto
}

#qodef-page-footer .qodef-alignment--right {
	text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
	margin-left: auto
}

#qodef-page-footer-bottom-area,
#qodef-page-footer-top-area {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 33px;
	padding-bottom: 33px
}

#qodef-page-footer-bottom-area .qodef-content-full-width,
#qodef-page-footer-top-area .qodef-content-full-width {
	padding: 0 70px
}

.qodef--boxed #qodef-page-footer-bottom-area,
.qodef--boxed #qodef-page-footer-top-area {
	padding-left: 30px;
	padding-right: 30px
}

#qodef-page-footer-bottom-area:before,
#qodef-page-footer-top-area:before {
	background-color: transparent;
	content: '';
	height: 1px;
	left: 58px;
	position: absolute;
	top: 0;
	width: calc(100% - 116px);
	z-index: 1
}

#qodef-page-footer-bottom-area .qodef-grid-inner {
	display: flex
}

#qodef-page-footer-bottom-area .qodef-grid-item {
	display: flex;
	width: initial
}

#qodef-page-footer-bottom-area .qodef-grid-item:nth-child(2) {
	margin-left: auto
}

#qodef-page-footer-bottom-area .widget {
	margin: 0 134px 0 0!important
}

#qodef-page-footer-bottom-area .widget:last-child {
	margin: 0!important
}

.wp-block-button {
	float: none;
	margin: 1em 0
}

.wp-block-button .wp-block-button__link {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	line-height: 1.45em;
	margin: 0;
	outline: 0;
	position: relative;
	text-decoration: none;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	vertical-align: middle;
	width: auto;
	cursor: pointer;
	padding: 10px 39px;
	color: var(--qode-background-color);
	background-color: var(--qode-heading-color);
	border: 1px solid transparent;
	border-radius: 28px;
	cursor: pointer
}

.wp-block-button .wp-block-button__link:hover {
	color: var(--qode-background-color);
	background-color: var(--qode-main-color)
}

.wp-block-button.is-style-outline {
	border: none
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--qode-heading-color);
	background-color: transparent;
	border: 1px solid var(--qode-heading-color);
	border-width: 1px
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--qode-background-color);
	background-color: var(--qode-main-color);
	border-color: var(--qode-main-color)
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0
}

.wp-block-button.alignleft {
	text-align: left;
	margin-top: 0;
	margin-right: 2rem
}

.wp-block-button.alignright {
	text-align: right;
	margin-top: 0;
	margin-left: 2rem
}

.wp-block-image .alignleft {
	margin: 1rem 2rem 1rem 0!important
}

.wp-block-image .alignright {
	margin: 1rem 0 1rem 2rem!important
}

.wp-block-image .aligncenter {
	clear: both
}

.wp-block-image figcaption {
	margin: 7px 0 0
}

.wp-block-cover-image {
	float: none!important;
	max-width: 100%!important;
	margin: 0!important
}

.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p {
	z-index: 1!important;
	margin: 0 auto!important;
	max-width: 580px!important;
	padding: 14px!important;
	text-align: center;
	line-height: 1em!important
}

.wp-block-cover-image h1 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h3 a,
.wp-block-cover-image h4 a,
.wp-block-cover-image h5 a,
.wp-block-cover-image h6 a,
.wp-block-cover-image p a {
	color: #fff!important
}

.wp-block-cover-image h1 a:hover,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h3 a:hover,
.wp-block-cover-image h4 a:hover,
.wp-block-cover-image h5 a:hover,
.wp-block-cover-image h6 a:hover,
.wp-block-cover-image p a:hover {
	color: blue!important
}

.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
	color: #fff!important;
	font-size: 30px!important
}

.wp-block-cover {
	margin-bottom: 1rem
}

.wp-block-cover.alignleft {
	margin-right: 2em
}

.wp-block-cover.alignright {
	margin-left: 2em
}

.wp-block-cover .wp-block-cover__inner-container {
	width: 100%!important
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
	z-index: 1!important;
	margin: 0 auto!important;
	max-width: 580px!important;
	padding: 14px!important;
	text-align: center;
	line-height: 1em!important
}

.wp-block-cover h1 a,
.wp-block-cover h2 a,
.wp-block-cover h3 a,
.wp-block-cover h4 a,
.wp-block-cover h5 a,
.wp-block-cover h6 a,
.wp-block-cover p a {
	color: #fff!important
}

.wp-block-cover h1 a:hover,
.wp-block-cover h2 a:hover,
.wp-block-cover h3 a:hover,
.wp-block-cover h4 a:hover,
.wp-block-cover h5 a:hover,
.wp-block-cover h6 a:hover,
.wp-block-cover p a:hover {
	color: red!important
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
	color: #fff!important;
	font-size: 30px!important
}

.wp-block-gallery {
	margin-bottom: 2rem
}

.wp-block-gallery ul.blocks-gallery-grid {
	margin: 0
}

.wp-block-gallery ul.blocks-gallery-grid figcaption {
	margin: 0;
	overflow-x: hidden
}

.wp-block-gallery ul.blocks-gallery-grid+figcaption {
	margin-top: 0
}

.wp-block-pullquote {
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
	text-align: center!important;
	width: 100%!important;
	position: relative;
	z-index: -2
}

.wp-block-pullquote blockquote {
	padding: 25px!important
}

.has-drop-cap:after {
	content: '';
	display: table;
	table-layout: fixed;
	clear: both
}

.wp-block-file {
	display: flex;
	align-items: center;
	margin: 0;
	color: var(--qode-link-color);
	text-decoration: none;
	transition: color .2s ease-out;
	cursor: pointer
}

.wp-block-file:focus,
.wp-block-file:hover {
	color: var(--qode-link-hover-color)
}

.wp-block-group.has-background {
	padding: 20px 30px
}

.gallery-item img {
	border: 0!important
}

.wp-block-search .wp-block-search__input {
	margin-bottom: 0
}

.wp-block-rss .wp-block-rss__item-title {
	display: inline-block;
	vertical-align: top
}

#qodef-page-header {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: var(--qode-background-color);
	height: 100px;
	z-index: 100
}

#qodef-page-header .qodef-header-logo-link {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 100px;
	max-height: 100%;
	position: relative
}

#qodef-page-header .qodef-header-logo-link img {
	display: block;
	margin: auto 0;
	max-height: 100%;
	transition: opacity .3s ease;
	width: auto
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
	max-height: 50%
}

#qodef-page-header-inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 40px;
	position: relative
}

#qodef-page-mobile-header {
	display: none;
	height: 70px;
	position: relative;
	z-index: 100
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
	align-items: center;
	display: flex;
	height: 70px;
	max-height: 100%;
	position: relative
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
	display: block;
	margin: auto;
	max-height: 100%;
	transition: opacity .3s ease;
	width: auto
}

#qodef-page-mobile-header-inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 40px;
	position: relative
}

#qodef-page-mobile-header-inner.qodef-content-grid {
	padding: 0
}

#qodef-page-mobile-header-inner .qodef-opener-icon {
	font-size: 20px;
	margin-left: 20px
}

#qodef-page-mobile-header-inner .qodef-opener-icon svg {
	display: block;
	fill: currentColor;
	height: auto;
	stroke: currentColor;
	stroke-width: 1;
	width: 32px
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener {
	position: relative
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener.qodef--opened {
	color: var(--qode-button-circle-color)
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
	visibility: hidden
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close svg {
	stroke-width: 2
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--open {
	color: var(--qode-heading-color)
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--open svg line {
	transform: scaleX(1)
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--open:hover svg line {
	animation: qodef-opener-line-draw .6s
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--open:hover svg line:nth-of-type(2) {
	animation-delay: .15s
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close svg line {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0)
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close:hover svg line {
	animation: qodef-closer-line-draw .6s
}

#qodef-page-mobile-header-inner .qodef-mobile-header-opener .qodef--close:hover svg line:nth-of-type(2) {
	animation-delay: .17s
}

.qodef-mobile-header-navigation {
	background-color: var(--qode-submenu-background-color);
	display: none;
	left: 0;
	margin: 0;
	max-height: calc(100vh - 70px);
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 10
}

.qodef-mobile-header-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px
}

.qodef-mobile-header-navigation ul li>ol:not(.wp-block),
.qodef-mobile-header-navigation ul li>ul:not(.wp-block) {
	margin: 0
}

.qodef-mobile-header-navigation ul li {
	margin: 6px 0;
	padding: 0;
	position: relative
}

.qodef-mobile-header-navigation ul li a {
	display: block;
	position: relative
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-text {
	display: flex;
	justify-content: space-between;
	width: 100%
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-arrow {
	fill: none;
	height: auto;
	stroke: currentColor;
	width: 19px;
	flex: 0 0 19px;
	height: 23px;
	will-change: transform;
	transform: rotate(0);
	transition: transform .3s ease
}

.qodef-mobile-header-navigation ul li ul {
	display: none
}

.qodef-mobile-header-navigation ul li ul li {
	margin: 0;
	padding-top: 6px
}

.qodef-mobile-header-navigation ul li ul li:last-of-type {
	padding-bottom: 4px
}

.qodef-mobile-header-navigation ul li ul li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 9px 0;
	overflow: hidden;
	transition: color .2s ease-out;
	transition: color .2s ease-out;
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	margin: 0
}

.qodef-mobile-header-navigation ul li ul li>a .qodef-menu-item-icon {
	flex-shrink: 0
}

.qodef-mobile-header-navigation ul li ul li>a:hover {
	color: var(--qode-submenu-active-color)
}

.qodef-mobile-header-navigation ul li ul li.current-menu-ancestor>a,
.qodef-mobile-header-navigation ul li ul li.current-menu-item>a {
	color: var(--qode-submenu-active-color)
}

.qodef-mobile-header-navigation ul li.qodef--opened>a .qodef-menu-item-arrow {
	transform: rotate(90deg)
}

.qodef-mobile-header-navigation>ul {
	margin: 0 auto;
	padding: 34px 0
}

.qodef-mobile-header-navigation>ul>li>a {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color)
}

.qodef-mobile-header-navigation>ul>li>a:hover {
	color: var(--qode-submenu-active-color)
}

.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a {
	color: var(--qode-submenu-active-color)
}

.qodef-header-navigation {
	height: 100%
}

.qodef-header-navigation ul {
	list-style: none;
	margin: 0!important;
	padding: 0
}

.qodef-header-navigation ul li {
	margin: 0;
	padding: 0;
	position: relative
}

.qodef-header-navigation ul li a .qodef-menu-item-text {
	position: relative
}

.qodef-header-navigation ul li a .qodef-menu-item-arrow {
	fill: none;
	height: auto;
	stroke: currentColor;
	width: 19px;
	left: calc(100% + 11px);
	position: absolute;
	right: auto;
	top: calc(50% - 4px)
}

.qodef-header-navigation ul li.qodef--hide-link>a {
	cursor: default
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
	background-color: var(--qode-submenu-background-color);
	left: -32px;
	margin: 0;
	opacity: 0;
	padding: 15px 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 250px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
	padding: 0 32px
}

.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 {
	left: 100%;
	top: calc(-15px - 9px)
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
	left: auto;
	right: -32px;
	text-align: right
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-arrow {
	left: auto;
	right: calc(100% + 11px);
	padding-bottom: 1px;
	transform: rotate(180deg)
}

.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;
	transition: opacity .2s ease-out;
	visibility: visible
}

.qodef-header-navigation>ul {
	align-items: center;
	display: flex;
	height: 100%;
	position: relative;
	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 {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: 14px;
	font-family: Prompt, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color);
	color: var(--qode-heading-color);
	align-items: center;
	display: flex;
	font-weight: 400;
	height: 100%;
	position: relative
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-arrow {
	display: none
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text {
	position: relative
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text:after {
	background-color: var(--qode-main-color);
	border-radius: 50%;
	content: '';
	display: block;
	height: 6px;
	opacity: 0;
	position: absolute;
	right: -6px;
	top: 2px;
	transition: opacity .2s ease-out;
	width: 6px
}

.qodef-header-navigation>ul>li>a:hover .qodef-menu-item-text:after {
	opacity: 1
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after {
	opacity: 1
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
	transition: color .2s ease-out;
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-submenu-inactive-color)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 9px 0;
	overflow: hidden;
	transition: color .2s ease-out
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-icon {
	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: var(--qode-submenu-active-color)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 9px 0;
	overflow: hidden;
	transition: color .2s ease-out;
	justify-content: flex-end
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon {
	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: var(--qode-submenu-active-color)
}

.qodef-m-pagination {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0
}

.qodef-m-pagination.qodef--wp .nav-links {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-m-pagination.qodef--wp .page-numbers {
	position: relative;
	margin: 0 9px;
	padding: 0 3px;
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: 14px;
	font-family: Prompt, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color)
}

.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.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
	padding: 0
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
	display: block;
	fill: none;
	height: auto;
	position: relative;
	stroke: currentColor;
	width: 34px
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
	margin-right: 6px
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
	margin-left: 6px
}

.qodef-m-pagination.qodef--wp .page-numbers.current,
.qodef-m-pagination.qodef--wp .page-numbers:hover {
	color: var(--qode-heading-color)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
	position: relative;
	margin: 0 9px;
	padding: 0 3px;
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: 14px;
	font-family: Prompt, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
	display: block;
	line-height: inherit
}

.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--next,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	padding: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
	display: block;
	fill: none;
	height: auto;
	position: relative;
	stroke: currentColor;
	width: 34px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
	margin-right: 6px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
	margin-left: 6px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
	color: var(--qode-heading-color)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden {
	margin-left: 0
}

.qodef-m-pagination.qodef--load-more {
	text-align: center
}

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
	display: inline-block;
	position: relative;
	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-pagination--on .qodef-m-pagination-spinner {
	animation: qode-rotate 2s infinite linear;
	display: inline-block;
	fill: blue;
	height: auto;
	position: relative;
	stroke: none;
	vertical-align: top;
	visibility: hidden;
	width: 32px;
	z-index: -1
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
	opacity: 1;
	transition: opacity .2s ease-out
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner {
	bottom: calc(50% - 16px);
	left: calc(50% - 16px);
	position: absolute
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
	opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-m-pagination-inner {
	opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
	bottom: 10px;
	left: calc(50% - 16px);
	position: absolute
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
	opacity: 0
}

.qodef-pagination--on.qodef--loading .qodef-m-pagination-spinner {
	visibility: visible;
	z-index: 1
}

.qodef-single-links {
	align-items: baseline;
	display: flex;
	margin: 15px 0;
	position: relative;
	width: 100%
}

.qodef-single-links .qodef-m-single-links-title {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 10px
}

.qodef-single-links a,
.qodef-single-links>span:not(.qodef-m-single-links-title) {
	color: #000;
	display: inline-block;
	margin-right: 8px;
	padding: 0 3px;
	position: relative;
	vertical-align: top
}

.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: red
}

.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-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-search .qodef-search-form-field {
	padding-right: 50px;
	margin: 0
}

.qodef-search .qodef-search-form-button {
	align-items: center!important;
	background-color: transparent!important;
	border: 0!important;
	color: var(--qode-text-color)!important;
	display: inline-flex!important;
	height: 100%!important;
	justify-content: center!important;
	padding: 0!important;
	position: absolute!important;
	right: 0!important;
	top: 0!important;
	width: 24px!important
}

.qodef-search .qodef-search-form-button:hover {
	color: var(--qode-heading-color)!important
}

.qodef-search .qodef-search-form-button svg {
	display: block!important;
	fill: currentColor!important;
	height: auto!important;
	stroke: none!important;
	width: 24px!important
}

.qodef-search article {
	margin-bottom: 30px
}

.qodef-search article:last-child {
	margin-bottom: 0
}

.qodef-search article .qodef-e-inner {
	position: relative;
	display: flex;
	align-items: flex-start
}

.qodef-search article .qodef-e-inner>* {
	width: 100%
}

.qodef-search article .qodef-e-image {
	flex-basis: 180px;
	padding-right: 30px
}

.qodef-search article .qodef-e-title {
	margin: 0
}

.qodef-search article .qodef-e-excerpt {
	margin: 15px 0 0
}

#qodef-page-sidebar {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px
}

.qodef-page-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 240px;
	background-color: var(--qode-background-color)
}

.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: flex;
	flex-direction: column;
	justify-content: center
}

.qodef-page-title .qodef-m-title {
	margin: 0
}

.widget:last-child {
	margin-bottom: 0!important
}

.widget .qodef-widget-title a {
	color: inherit
}

.widget ul:not(.qodef-shortcode-list) {
	list-style: none;
	margin: 0;
	padding: 0
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
	margin-bottom: 0
}

.widget ul:not(.qodef-shortcode-list) li ul {
	margin-left: 1em
}

.widget select {
	max-width: 100%;
	width: 100%
}

.widget .select2 {
	margin-bottom: 0!important
}

.widget .select2-container--default .select2-selection--single {
	color: inherit!important
}

.widget .wp-caption {
	color: inherit
}

.widget.widget_archive a,
.widget.widget_categories a,
.widget.widget_meta a,
.widget.widget_nav_menu a,
.widget.widget_pages a,
.widget.widget_recent_entries a {
	font-size: 14px;
	text-transform: uppercase
}

.widget[class*=_search] .qodef-search-form-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.widget[class*=_search] input {
	margin: 0;
	padding-right: 24px
}

.widget .tagcloud a {
	display: inline-block;
	font-family: inherit;
	font-size: 15px!important;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0 4px 2px 0;
	position: relative;
	text-transform: initial;
	vertical-align: top
}

.widget .tagcloud a:after {
	content: '/';
	padding-left: 8px
}

.widget .tagcloud a:last-child {
	margin-right: 0
}

.widget .tagcloud a:last-child:after {
	display: none
}

.widget.widget_media_image {
	margin-bottom: 0
}

.widget.widget_media_image a {
	display: inline-block;
	vertical-align: top
}

.widget.widget_media_image img {
	display: block
}

.widget.widget_custom_html {
	margin-bottom: 0
}

.widget.widget_text img {
	display: block
}

.widget.widget_calendar {
	width: 100%
}

.widget.widget_calendar table {
	table-layout: fixed
}

.widget.widget_calendar caption {
	margin-bottom: 5px
}

.widget.widget_calendar #today a {
	color: inherit
}

.widget.widget_calendar tfoot td,
.widget.widget_calendar tfoot tr {
	border: 0
}

.widget.widget_nav_menu .qodef-menu-item-arrow {
	display: none
}

.widget.widget_rss ul .rsswidget {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: var(--qode-h6-fs);
	line-height: var(--qode-h6-lh);
	font-weight: var(--qode-h6-fw);
	display: block
}

.widget.widget_rss ul .rssSummary {
	margin-top: 15px
}

.widget.widget_rss ul cite {
	display: block;
	margin-top: 8px
}

.widget {
	margin: 0 0 45px
}

.widget .qodef-widget-title {
	margin: 0 0 14px
}

.widget .qodef-widget-title a:hover {
	color: var(--qode-main-color)
}

.widget a {
	color: var(--qode-text-color)
}

.widget a:hover {
	color: var(--qode-main-color)
}

.widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 8px
}

.widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 8px
}

.widget select {
	margin-top: -5px!important
}

.widget .select2 {
	margin-top: -5px!important
}

.widget[class*=_search] .qodef-search-form-field {
	margin-top: -6px!important
}

.widget[class*=_search] button {
	align-items: center;
	background-color: transparent!important;
	border: 0;
	color: var(--qode-text-color);
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px
}

.widget[class*=_search] button:hover {
	color: var(--qode-heading-color)
}

.widget[class*=_search] button svg {
	display: block;
	fill: currentColor;
	height: auto;
	stroke: none;
	width: 24px
}

.widget .tagcloud a {
	color: var(--qode-text-color)
}

.widget .tagcloud a:hover {
	color: var(--qode-main-color)
}

.widget.widget_media_image .qodef-widget-title {
	margin-bottom: 22px
}

.widget.widget_text a:hover {
	color: var(--qode-widget-link-hover-color)
}

.widget.widget_calendar #today {
	color: var(--qode-heading-color);
	background-color: var(--qode-border-color)
}

.widget.widget_calendar tfoot a {
	color: var(--qode-text-color)
}

.widget.widget_calendar tfoot a:hover {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget {
	margin: 0 0 45px
}

#qodef-page-sidebar .widget .qodef-widget-title {
	margin: 0 0 14px
}

#qodef-page-sidebar .widget .qodef-widget-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget a {
	color: var(--qode-text-color)
}

#qodef-page-sidebar .widget a:hover {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 8px
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 8px
}

#qodef-page-sidebar .widget select {
	margin-top: -5px!important
}

#qodef-page-sidebar .widget .select2 {
	margin-top: -5px!important
}

#qodef-page-sidebar .widget[class*=_search] .qodef-search-form-field {
	margin-top: -6px!important
}

#qodef-page-sidebar .widget[class*=_search] button {
	align-items: center;
	background-color: transparent!important;
	border: 0;
	color: var(--qode-text-color);
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px
}

#qodef-page-sidebar .widget[class*=_search] button:hover {
	color: var(--qode-heading-color)
}

#qodef-page-sidebar .widget[class*=_search] button svg {
	display: block;
	fill: currentColor;
	height: auto;
	stroke: none;
	width: 24px
}

#qodef-page-sidebar .widget .tagcloud a {
	color: var(--qode-text-color)
}

#qodef-page-sidebar .widget .tagcloud a:hover {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-sidebar .widget.widget_text a:hover {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.widget_calendar #today {
	color: var(--qode-heading-color);
	background-color: var(--qode-border-color)
}

#qodef-page-sidebar .widget.widget_calendar tfoot a {
	color: var(--qode-text-color)
}

#qodef-page-sidebar .widget.widget_calendar tfoot a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .widget {
	margin: 0
}

#qodef-page-header .widget .qodef-widget-title {
	margin: 0 0 14px
}

#qodef-page-header .widget .qodef-widget-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .widget a {
	color: var(--qode-heading-color)
}

#qodef-page-header .widget a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 8px
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 8px
}

#qodef-page-header .widget select {
	margin-top: -5px!important
}

#qodef-page-header .widget .select2 {
	margin-top: -5px!important
}

#qodef-page-header .widget[class*=_search] .qodef-search-form-field {
	margin-top: -6px!important
}

#qodef-page-header .widget[class*=_search] button {
	align-items: center;
	background-color: transparent!important;
	border: 0;
	color: var(--qode-text-color);
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px
}

#qodef-page-header .widget[class*=_search] button:hover {
	color: var(--qode-heading-color)
}

#qodef-page-header .widget[class*=_search] button svg {
	display: block;
	fill: currentColor;
	height: auto;
	stroke: none;
	width: 24px
}

#qodef-page-header .widget .tagcloud a {
	color: var(--qode-heading-color)
}

#qodef-page-header .widget .tagcloud a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .widget.widget_text a:hover {
	color: var(--qode-widget-link-hover-color)
}

#qodef-page-header .widget.widget_calendar #today {
	color: var(--qode-heading-color);
	background-color: var(--qode-border-color)
}

#qodef-page-header .widget.widget_calendar tfoot a {
	color: var(--qode-heading-color)
}

#qodef-page-header .widget.widget_calendar tfoot a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget {
	margin: 0
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .qodef-widget-title {
	margin: 0 0 14px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .qodef-widget-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget a {
	color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 8px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 8px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget select {
	margin-top: -5px!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .select2 {
	margin-top: -5px!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget[class*=_search] .qodef-search-form-field {
	margin-top: -6px!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget[class*=_search] button {
	align-items: center;
	background-color: transparent!important;
	border: 0;
	color: var(--qode-text-color);
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget[class*=_search] button:hover {
	color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget[class*=_search] button svg {
	display: block;
	fill: currentColor;
	height: auto;
	stroke: none;
	width: 24px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .tagcloud a {
	color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget .tagcloud a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_text .textwidget {
	font-size: 14px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_text a:hover {
	color: var(--qode-widget-link-hover-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_calendar #today {
	color: var(--qode-heading-color);
	background-color: var(--qode-border-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_calendar tfoot a {
	color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_calendar tfoot a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget {
	margin: 0
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .qodef-widget-title {
	margin: 0 0 14px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .qodef-widget-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget a {
	color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 8px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 8px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget select {
	margin-top: -5px!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .select2 {
	margin-top: -5px!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget[class*=_search] .qodef-search-form-field {
	margin-top: -6px!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget[class*=_search] button {
	align-items: center;
	background-color: transparent!important;
	border: 0;
	color: var(--qode-text-color);
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget[class*=_search] button:hover {
	color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget[class*=_search] button svg {
	display: block;
	fill: currentColor;
	height: auto;
	stroke: none;
	width: 24px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .tagcloud a {
	color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget .tagcloud a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_text a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_calendar #today {
	color: var(--qode-heading-color);
	background-color: var(--qode-border-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_calendar tfoot a {
	color: var(--qode-text-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_calendar tfoot a:hover {
	color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget {
	margin: 0
}

#qodef-page-footer-bottom-area .widget .qodef-widget-title {
	margin: 0 0 14px
}

#qodef-page-footer-bottom-area .widget .qodef-widget-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget a {
	color: var(--qode-text-color)
}

#qodef-page-footer-bottom-area .widget a:hover {
	color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 8px
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 8px
}

#qodef-page-footer-bottom-area .widget select {
	margin-top: -5px!important
}

#qodef-page-footer-bottom-area .widget .select2 {
	margin-top: -5px!important
}

#qodef-page-footer-bottom-area .widget[class*=_search] .qodef-search-form-field {
	margin-top: -6px!important
}

#qodef-page-footer-bottom-area .widget[class*=_search] button {
	align-items: center;
	background-color: transparent!important;
	border: 0;
	color: var(--qode-text-color);
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px
}

#qodef-page-footer-bottom-area .widget[class*=_search] button:hover {
	color: var(--qode-heading-color)
}

#qodef-page-footer-bottom-area .widget[class*=_search] button svg {
	display: block;
	fill: currentColor;
	height: auto;
	stroke: none;
	width: 24px
}

#qodef-page-footer-bottom-area .widget .tagcloud a {
	color: var(--qode-text-color)
}

#qodef-page-footer-bottom-area .widget .tagcloud a:hover {
	color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.widget_text a:hover {
	color: var(--qode-widget-link-hover-color)
}

#qodef-page-footer-bottom-area .widget.widget_calendar #today {
	color: var(--qode-heading-color);
	background-color: var(--qode-border-color)
}

#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a {
	color: var(--qode-text-color)
}

#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a:hover {
	color: var(--qode-main-color)
}

#qodef-fullscreen-area .widget {
	margin: 0;
	color: var(--qode-fullscreen-menu-widget-link-color)
}

#qodef-fullscreen-area .widget .qodef-widget-title {
	margin: 0 0 14px
}

#qodef-fullscreen-area .widget .qodef-widget-title a:hover {
	color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget a {
	color: var(--qode-fullscreen-menu-widget-link-color)
}

#qodef-fullscreen-area .widget a:hover {
	color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) li {
	margin: 0 0 8px
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) li ul {
	margin-top: 8px
}

#qodef-fullscreen-area .widget select {
	margin-top: -5px!important
}

#qodef-fullscreen-area .widget .select2 {
	margin-top: -5px!important
}

#qodef-fullscreen-area .widget[class*=_search] .qodef-search-form-field {
	margin-top: -6px!important
}

#qodef-fullscreen-area .widget[class*=_search] button {
	align-items: center;
	background-color: transparent!important;
	border: 0;
	color: var(--qode-text-color);
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px
}

#qodef-fullscreen-area .widget[class*=_search] button:hover {
	color: var(--qode-heading-color)
}

#qodef-fullscreen-area .widget[class*=_search] button svg {
	display: block;
	fill: currentColor;
	height: auto;
	stroke: none;
	width: 24px
}

#qodef-fullscreen-area .widget .tagcloud a {
	color: var(--qode-fullscreen-menu-widget-link-color)
}

#qodef-fullscreen-area .widget .tagcloud a:hover {
	color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget.widget_media_image .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-fullscreen-area .widget.widget_text a:hover {
	color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget.widget_calendar #today {
	color: var(--qode-heading-color);
	background-color: var(--qode-border-color)
}

#qodef-fullscreen-area .widget.widget_calendar tfoot a {
	color: var(--qode-fullscreen-menu-widget-link-color)
}

#qodef-fullscreen-area .widget.widget_calendar tfoot a:hover {
	color: var(--qode-fullscreen-menu-active-color)
}

#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-heading-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	background-color: var(--qode-additional-background-color);
	left: 0;
	line-height: 1em;
	padding: 9px 9px 7px;
	position: absolute;
	top: 0;
	transform: rotate(-90deg) translate(-100%, 0);
	transform-origin: left top;
	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 {
	display: inline-block;
	position: relative;
	vertical-align: top
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg {
	display: inline-block;
	fill: none;
	height: auto;
	margin-right: 4px;
	stroke: var(--qode-text-color);
	stroke-width: 2px;
	width: 14px
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg:last-child,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg:last-child {
	margin-right: 0
}

#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 .qodef-woo-ratings .qodef-m-star.qodef--active svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg {
	stroke: var(--qode-heading-color)
}

#qodef-woo-page .price,
.qodef-woo-shortcode .price {
	align-items: center;
	display: flex;
	font-size: 15px;
	margin: 5px 0 0;
	position: relative
}

#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
	margin-right: 6px
}

#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 {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	line-height: 1.45em;
	margin: 0;
	outline: 0;
	position: relative;
	text-decoration: none;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	vertical-align: middle;
	width: auto;
	cursor: pointer;
	padding: 14px 51px;
	cursor: pointer;
	z-index: 3;
	color: var(--qode-background-color);
	background-color: var(--qode-heading-color);
	border: 1px solid transparent
}

#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: var(--qode-background-color);
	background-color: var(--qode-main-color)
}

#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] {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	margin: 0;
	padding: 12px 10px;
	text-align: center;
	width: 60px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	padding: 20px 30px;
	margin-bottom: 30px;
	border: 1px solid #969696;
	list-style: none
}

.woocommerce-error a,
.woocommerce-info a,
.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: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color)
}

.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 .shop_table .cart_item .variation {
	display: flex
}

.woocommerce-page div.woocommerce .shop_table .cart_item .variation dt {
	font-weight: initial
}

.woocommerce-page div.woocommerce .shop_table .cart_item .variation dd {
	margin: 0 0 0 1em
}

.woocommerce-page div.woocommerce .col2-set {
	align-items: flex-start;
	display: flex;
	margin: 0 -15px;
	position: relative
}

.woocommerce-page div.woocommerce .col2-set>* {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%
}

.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__caption__center,
.woocommerce-page .pswp__counter {
	color: var(--qode-background-color)
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove {
	width: 30px
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	font-size: 0;
	position: relative
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a:after,
#qodef-woo-page.qodef--cart .shop_table td.product-remove a:before {
	content: '';
	background-color: currentColor;
	position: absolute;
	top: 0;
	left: 7px;
	width: 1px;
	height: 15px
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a:before {
	transform: rotate(45deg)
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a:after {
	transform: rotate(-45deg)
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
	padding-right: 10px;
	width: 120px
}

#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 a {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h4-fs);
	line-height: var(--qode-h4-lh);
	font-weight: var(--qode-heading-font-weight);
	line-height: 1em!important
}

#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 {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	float: left;
	position: relative;
	width: 70%
}

#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] {
	margin-right: 20px;
	width: auto
}

#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: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 0 0 42px
}

#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: 20px
}

.woocommerce-page div.woocommerce>.cart-empty {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 0;
	align-items: center;
	border: none
}

.woocommerce-page div.woocommerce>.return-to-shop {
	margin: 20px 0 0;
	text-align: center
}

.woocommerce-page div.woocommerce>.return-to-shop a {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-heading-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	z-index: 3
}

.woocommerce-page div.woocommerce>.return-to-shop a:hover {
	background-color: transparent;
	color: var(--qode-main-color)
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	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: 15px
}

#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 #969696
}

#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
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
	position: absolute;
	top: 18px;
	left: 0;
	margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	margin: 0;
	cursor: pointer
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	display: inline-block;
	float: left;
	padding-right: 50px;
	position: relative;
	vertical-align: top;
	width: 30%
}

.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 #969696
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
	margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: blue
}

.woocommerce-account .woocommerce-MyAccount-content {
	display: inline-block;
	float: left;
	position: relative;
	vertical-align: top;
	width: 70%
}

.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: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 0 0 20px
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
	margin: 30px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
	align-items: center;
	flex-direction: row-reverse;
	flex-wrap: wrap-reverse;
	justify-content: space-between
}

.woocommerce-account .button {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	line-height: 1.45em;
	margin: 0;
	outline: 0;
	position: relative;
	text-decoration: none;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	vertical-align: middle;
	width: auto;
	cursor: pointer;
	padding: 14px 51px;
	cursor: pointer;
	z-index: 3;
	color: var(--qode-background-color);
	background-color: var(--qode-heading-color);
	border: 1px solid transparent
}

.woocommerce-account .button:hover {
	color: var(--qode-background-color);
	background-color: var(--qode-main-color)
}

.woocommerce-account .woocommerce-form-login .form-row:not(.form-row-wide) {
	align-items: flex-start;
	display: flex;
	flex-direction: column
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
	align-items: center;
	display: flex;
	margin-bottom: 10px
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox input {
	flex-shrink: 0;
	margin: 0 11px 6px 0
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
	margin-top: 10px
}

.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text {
	margin-bottom: 31px
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
	margin: 0;
	padding: 0
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
	display: none
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
	margin: 0 0 34px
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=text] {
	margin: 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 0 0 20px
}

.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 #969696
}

.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: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	margin-top: 50px
}

#qodef-woo-page .woocommerce-pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 40px
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
	position: relative;
	margin: 0 9px;
	padding: 0 3px;
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: 14px;
	font-family: Prompt, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color)
}

#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.next,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
	padding: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg {
	display: block;
	fill: none;
	height: auto;
	position: relative;
	stroke: currentColor;
	width: 34px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
	margin-right: 6px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
	margin-left: 6px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
	color: var(--qode-heading-color)
}

@media only screen and (max-width:1024px) {
	#qodef-woo-page .woocommerce-pagination {
		margin-bottom: 102px
	}
}

.qodef-woo-product-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-woo-product-list ul.products {
	align-items: flex-start;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	position: relative
}

.qodef-woo-product-list ul.products>.product {
	margin: 0 0 30px;
	padding: 0 15px
}

.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
}

.qodef-woo-product-list.qodef-gutter--no ul.products>.product {
	padding: 0;
	margin: 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--short ul.products {
	margin: 0 -13px
}

.qodef-woo-product-list.qodef-gutter--short ul.products>.product {
	padding: 0 13px;
	margin: 0 0 26px
}

.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--mega ul.products {
	margin: 0 -30px
}

.qodef-woo-product-list.qodef-gutter--mega ul.products>.product {
	padding: 0 30px;
	margin: 0 0 60px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
	margin: 0 -40px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
	padding: 0 40px;
	margin: 0 0 80px
}

.qodef-woo-product-list .qodef-woo-product-inner {
	display: inline-block;
	position: relative;
	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-image {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top
}

body:not([class*=oraiste-core]) .qodef-woo-product-list .qodef-woo-product-image {
	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%;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding: 10px;
	text-align: center;
	transition: opacity .2s ease-out
}

.qodef-woo-product-list .qodef-woo-product-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 16px 0 25px
}

.qodef-woo-product-list .qodef-woo-product-title {
	text-align: center
}

.qodef-woo-product-list .price {
	display: flex;
	justify-content: center
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#qodef-woo-page .qodef-quantity-buttons {
	align-items: center;
	border: 1px solid var(--qode-additional-border-color);
	display: flex;
	padding: 0 18px;
	width: 109px
}

@media only screen and (max-width:680px) {
	#qodef-woo-page .qodef-quantity-buttons {
		padding: 0;
		width: 73px
	}
}

.qodef--single#qodef-woo-page .qodef-quantity-buttons {
	padding: 0 18px!important;
	width: auto
}

#qodef-woo-page .qodef-quantity-label {
	display: none
}

.qodef--single#qodef-woo-page .qodef-quantity-label {
	display: block;
	margin: 0 25px 0 4px
}

#qodef-woo-page .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-plus {
	color: var(--qode-text-color);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#qodef-woo-page .qodef-quantity-input {
	border: none;
	font-family: inherit;
	height: 48px;
	line-height: 46px;
	margin: 0;
	outline: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 21px
}

#qodef-woo-page .qodef-quantity-input[type=number]::-webkit-inner-spin-button,
#qodef-woo-page .qodef-quantity-input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

#qodef-woo-page .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-plus {
	cursor: pointer;
	height: 25px;
	position: relative;
	transition: color .2s ease-out;
	width: 25px
}

#qodef-woo-page .qodef-quantity-minus:after,
#qodef-woo-page .qodef-quantity-minus:before,
#qodef-woo-page .qodef-quantity-plus:after,
#qodef-woo-page .qodef-quantity-plus:before {
	background-color: currentColor;
	content: '';
	height: 1px;
	left: calc(50% - 4.5px);
	position: absolute;
	top: 50%;
	width: 9px
}

#qodef-woo-page .qodef-quantity-minus:hover,
#qodef-woo-page .qodef-quantity-plus:hover {
	color: var(--qode-main-color)
}

#qodef-woo-page .qodef-quantity-plus:after {
	transform: rotate(90deg)
}

#qodef-woo-page .qodef-quantity-minus:after,
#qodef-woo-page .qodef-quantity-minus:before {
	left: calc(50% - 4px);
	width: 8px
}

.qodef-woo-results {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
	position: relative
}

.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 {
	width: 250px!important
}

.qodef-woo-results .woocommerce-ordering .select2-container--default {
	margin: 0
}

.qodef-woo-results .woocommerce-ordering .select2-selection {
	border: none!important;
	padding-left: 0;
	padding-right: 0;
	text-align: right
}

.qodef-woo-results .woocommerce-ordering .select2-selection__arrow {
	display: none!important
}

#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 {
	align-items: flex-start;
	display: flex;
	margin: 0 -19px;
	position: relative
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner>* {
	padding: 0 19px
}

#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 {
	left: calc(100% - 19px);
	transform: rotate(-90deg) translate(-100%, -100%)
}

#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 {
	margin: 0 -18px;
	position: relative
}

#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 {
	margin: 0 18px;
	overflow: hidden;
	position: relative;
	width: calc(100% - 36px)!important
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
	margin-top: 36px;
	padding: 0 18px;
	position: relative
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	height: 30px;
	left: 10px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 30px;
	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: flex;
	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: flex;
	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 {
	margin-top: 13px
}

#qodef-woo-page.qodef--single .entry-summary .price del {
	margin-right: 13px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating {
	align-items: center;
	display: flex;
	margin-top: 11px;
	position: relative
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
	flex-shrink: 0;
	margin-right: 26px;
	width: auto
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
	color: #696969
}

#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: 31px;
	padding-right: 20%
}

#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: 54px
}

#qodef-woo-page.qodef--single form.cart .variations_button,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
	align-items: flex-start;
	display: flex
}

#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 {
	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;
	text-align: left;
	vertical-align: middle
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity {
	width: 1%
}

#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: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color)
}

#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 {
	border: 0;
	padding: 0;
	text-align: initial;
	vertical-align: middle
}

#qodef-woo-page.qodef--single form.cart .variations label {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	margin-bottom: 0
}

#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;
	margin: 13px 0 0 15px;
	vertical-align: top
}

#qodef-woo-page.qodef--single form.cart .woocommerce-variation {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative
}

#qodef-woo-page.qodef--single form.cart .woocommerce-variation-availability>*,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation-description>*,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation-price>* {
	margin: 0 0 15px
}

#qodef-woo-page.qodef--single .out-of-stock {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	margin: 47px 0 0
}

#qodef-woo-page.qodef--single .product_meta {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 52px
}

#qodef-woo-page.qodef--single .product_meta>* {
	align-items: baseline;
	display: flex;
	margin-bottom: 6px;
	position: relative
}

#qodef-woo-page.qodef--single .product_meta>:last-child {
	margin-bottom: 0
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	flex-shrink: 0;
	margin-right: 5px
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: inherit
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
	color: #000
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 95px;
	padding: 0 12%
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after {
	background-color: var(--qode-additional-border-color);
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
	margin: 0;
	padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	display: block;
	padding: 10px 36px;
	transition: color .2s ease-out, border-color .2s ease-out
}

#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: var(--qode-heading-color);
	border-color: var(--qode-main-color)
}

@media only screen and (max-width:680px) {
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
		align-items: flex-start;
		flex-direction: column
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
		padding: 10px 0
	}
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
	margin-top: 43px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
	margin-top: 50px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
	margin-top: 50px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2 {
	display: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p:not(.meta) {
	margin: 0
}

#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th,
#qodef-woo-page.qodef--single .shop_attributes tr {
	border: none
}

#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th {
	padding: 4px 0;
	text-align: left;
	vertical-align: middle
}

#qodef-woo-page.qodef--single .shop_attributes th {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color)
}

#qodef-woo-page.qodef--single .shop_attributes p {
	margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews #comments {
	margin-bottom: 111px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	list-style: none;
	margin: 27px 0 0;
	padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>* {
	margin: 0 0 40px;
	padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child {
	margin-bottom: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
	align-items: flex-start;
	display: flex;
	position: relative
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img {
	border-radius: 50%;
	flex-shrink: 0;
	margin: 8px 25px 0 0;
	width: 85px
}

#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 .meta {
	align-items: baseline;
	display: flex;
	margin: 12px 0 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h5-fs);
	line-height: var(--qode-h5-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 0 12px 0 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__dash {
	display: none
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__published-date {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.53em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .description {
	margin: 16px 0 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-pagination {
	margin-top: 50px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating {
	align-items: baseline;
	display: flex;
	margin: 0 0 23px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
	margin: 0 12px 0 0
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
	display: none;
	line-height: 1
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings {
	display: flex;
	overflow: hidden
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg {
	stroke: var(--qode-heading-color)
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg {
	stroke: var(--qode-text-color)
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
	display: inline-block;
	font-size: 0;
	line-height: 1;
	margin-right: 4px;
	position: relative;
	vertical-align: top
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg {
	display: inline-block;
	fill: none;
	height: auto;
	stroke: var(--qode-text-color);
	stroke-width: 2px;
	width: 14px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a:last-child {
	margin-right: 0
}

#qodef-woo-page.qodef--single .related {
	margin-top: 157px
}

#qodef-woo-page.qodef--single .related>h2 {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	margin: 0 0 36px
}

#qodef-woo-page.qodef--single .related img {
	-o-object-fit: cover;
	object-fit: cover
}

#qodef-woo-page.qodef--single .woocommerce-message {
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap-reverse
}

.widget.woocommerce .qodef-woo-product-title {
	margin: 0
}

.widget.woocommerce a .product-title {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h6-fs);
	line-height: var(--qode-h6-lh);
	font-weight: var(--qode-h6-fw);
	transition: color .2s ease-out
}

.widget.woocommerce .qodef-woo-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
	margin-top: 5px
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
	display: inline-block;
	position: relative;
	vertical-align: top
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg {
	display: inline-block;
	fill: none;
	height: auto;
	margin-right: 4px;
	stroke: var(--qode-text-color);
	stroke-width: 2px;
	width: 14px
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg:last-child {
	margin-right: 0
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active svg {
	stroke: var(--qode-heading-color)
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg {
	stroke-width: 1px;
	width: 12px
}

.widget.woocommerce .qodef-woo-ratings~.price {
	margin: -2px 0 0
}

.widget.woocommerce .price {
	align-items: center;
	display: flex;
	font-size: 15px;
	margin: 5px 0 0;
	position: relative
}

.widget.woocommerce .price del {
	margin-right: 6px
}

.widget.woocommerce .price ins {
	text-decoration: none
}

.widget.woocommerce .button,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-heading-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	z-index: 3
}

.widget.woocommerce .button:hover,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover {
	background-color: transparent;
	color: var(--qode-main-color)
}

.widget.woocommerce.widget_layered_nav a,
.widget.woocommerce.widget_product_categories a {
	position: relative;
	font-size: 14px;
	text-transform: uppercase
}

.widget.woocommerce.widget_layered_nav a:after,
.widget.woocommerce.widget_product_categories a:after {
	background-color: var(--qode-main-color);
	border-radius: 50%;
	content: '';
	display: block;
	height: 6px;
	opacity: 0;
	position: absolute;
	right: -6px;
	top: 2px;
	transition: opacity .2s ease-out;
	width: 6px
}

.widget.woocommerce.widget_layered_nav a:hover:after,
.widget.woocommerce.widget_product_categories a:hover:after {
	opacity: 1
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 0;
	cursor: pointer;
	height: 1px;
	position: relative
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
	border-radius: 100%;
	height: 5px;
	outline: 0;
	position: absolute;
	top: -2px;
	width: 5px;
	z-index: 2
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
	transform: translateX(-5px)
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
	border-radius: 0;
	display: block;
	height: 100%;
	position: absolute;
	z-index: 1
}

.widget.woocommerce.widget_price_filter .price_slider_amount {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 9px 0 0;
	position: relative
}

.widget.woocommerce.widget_price_filter .price_slider_amount .clear {
	display: none
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
	position: relative
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h6-fs);
	line-height: var(--qode-h6-lh);
	font-weight: var(--qode-h6-fw);
	align-items: center;
	display: flex;
	position: relative
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	font-family: eleganticons;
	content: '\4d';
	display: block;
	line-height: 25px;
	padding: 0 3px;
	position: relative
}

body:not([class*=oraiste-core]) .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
	content: 'x';
	font-family: initial
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* {
	display: inline-block;
	margin: 0;
	vertical-align: middle
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
	margin: 0
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .quantity {
	display: block;
	margin-top: 10px
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
	margin: 13px 0 0
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
	display: flex;
	justify-content: space-between;
	margin: 21px 0 0;
	position: relative
}

.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
	display: flex;
	position: relative
}

.widget.woocommerce.widget_products ul li:last-child,
.widget.woocommerce.widget_recently_viewed_products ul li:last-child,
.widget.woocommerce.widget_top_rated_products ul li:last-child {
	margin-bottom: 0
}

.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
	flex-shrink: 0
}

.widget.woocommerce.widget_products .qodef-woo-product-image a,
.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
	display: block;
	position: relative
}

.widget.woocommerce.widget_recent_reviews ul li:last-child {
	margin-bottom: 0
}

.widget.woocommerce.widget_recent_reviews ul li>* {
	display: block
}

.widget.woocommerce.widget_recent_reviews a {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	position: relative
}

.widget.woocommerce.widget_recent_reviews a img {
	left: 0;
	position: absolute;
	top: 0
}

.widget.woocommerce.widget_layered_nav button {
	margin-top: 10px
}

.widget.woocommerce .qodef-woo-product-title {
	margin-top: calc(20px + var(--qode-h6-offset))
}

.widget.woocommerce .qodef-woo-product-title a {
	color: var(--qode-heading-color)
}

.widget.woocommerce .qodef-woo-product-title a:hover {
	color: var(--qode-main-color)
}

.widget.woocommerce a .product-title {
	color: var(--qode-heading-color)
}

.widget.woocommerce a:hover .product-title {
	color: var(--qode-main-color)
}

.widget.woocommerce .qodef-m-star {
	color: var(--qode-additional-background-color)!important
}

.widget.woocommerce.widget_price_filter .qodef-widget-title {
	margin-bottom: 22px
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: var(--qode-additional-border-color)
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
	background-color: var(--qode-heading-color)
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
	background-color: var(--qode-heading-color)
}

.widget.woocommerce.widget_shopping_cart .qodef-widget-title {
	margin-bottom: 22px
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
	margin-right: 20px;
	width: 105px
}

@media only screen and (max-width:1366px) {
	.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
		width: 88px!important
	}
}

.widget.woocommerce.widget_layered_nav ul li.chosen a {
	color: var(--qode-main-color)
}

.widget.woocommerce.widget_products .qodef-widget-title,
.widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
.widget.woocommerce.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 22px
}

.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
	margin-bottom: 25px
}

.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
	margin-right: 20px
}

.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	.widget.woocommerce.widget_products .qodef-woo-product-image img,
	.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
	.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
		width: 88px!important
	}
}

.widget.woocommerce.widget_recent_reviews .qodef-widget-title {
	margin-bottom: 22px
}

.widget.woocommerce.widget_recent_reviews ul li {
	margin-bottom: 25px;
	min-height: 105px
}

@media only screen and (max-width:1366px) {
	.widget.woocommerce.widget_recent_reviews ul li {
		min-height: 88px!important
	}
}

.widget.woocommerce.widget_recent_reviews ul li>* {
	padding-left: 125px
}

@media only screen and (max-width:1366px) {
	.widget.woocommerce.widget_recent_reviews ul li>* {
		padding-left: 108px
	}
}

.widget.woocommerce.widget_recent_reviews a {
	padding-top: calc(20px + var(--qode-h6-offset))
}

.widget.woocommerce.widget_recent_reviews a:hover {
	color: var(--qode-main-color)
}

.widget.woocommerce.widget_recent_reviews a img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	.widget.woocommerce.widget_recent_reviews a img {
		width: 88px!important
	}
}

#qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title {
	margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title a {
	color: var(--qode-heading-color)
}

#qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.woocommerce a .product-title {
	color: var(--qode-heading-color)
}

#qodef-page-sidebar .widget.woocommerce a:hover .product-title {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.woocommerce.widget_price_filter .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-sidebar .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-sidebar .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
	margin-right: 20px;
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-sidebar .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
		width: 88px!important
	}
}

#qodef-page-sidebar .widget.woocommerce.widget_layered_nav ul li.chosen a {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-sidebar .widget.woocommerce.widget_products ul li,
#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products ul li {
	margin-bottom: 25px
}

#qodef-page-sidebar .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
	margin-right: 20px
}

#qodef-page-sidebar .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-sidebar .widget.woocommerce.widget_products .qodef-woo-product-image img,
	#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
	#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
		width: 88px!important
	}
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li {
	margin-bottom: 25px;
	min-height: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li {
		min-height: 88px!important
	}
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li>* {
	padding-left: 125px
}

@media only screen and (max-width:1366px) {
	#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li>* {
		padding-left: 108px
	}
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a {
	padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a:hover {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a img {
		width: 88px!important
	}
}

#qodef-page-header .widget.woocommerce .qodef-woo-product-title {
	margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .widget.woocommerce .qodef-woo-product-title a {
	color: var(--qode-heading-color)
}

#qodef-page-header .widget.woocommerce .qodef-woo-product-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce a .product-title {
	color: var(--qode-heading-color)
}

#qodef-page-header .widget.woocommerce a:hover .product-title {
	color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce.widget_price_filter .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
	margin-right: 20px;
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
		width: 88px!important
	}
}

#qodef-page-header .widget.woocommerce.widget_layered_nav ul li.chosen a {
	color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .widget.woocommerce.widget_products ul li,
#qodef-page-header .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-header .widget.woocommerce.widget_top_rated_products ul li {
	margin-bottom: 25px
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
	margin-right: 20px
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .widget.woocommerce.widget_products .qodef-woo-product-image img,
	#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
	#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
		width: 88px!important
	}
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li {
	margin-bottom: 25px;
	min-height: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li {
		min-height: 88px!important
	}
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li>* {
	padding-left: 125px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li>* {
		padding-left: 108px
	}
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews a {
	padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews a img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .widget.woocommerce.widget_recent_reviews a img {
		width: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce .qodef-woo-product-title {
	margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce .qodef-woo-product-title a {
	color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce .qodef-woo-product-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce a .product-title {
	color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce a:hover .product-title {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_price_filter .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
	margin-right: 20px;
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
		width: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_layered_nav ul li.chosen a {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products ul li,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products ul li {
	margin-bottom: 25px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
	margin-right: 20px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_products .qodef-woo-product-image img,
	#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
	#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
		width: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews ul li {
	margin-bottom: 25px;
	min-height: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews ul li {
		min-height: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews ul li>* {
	padding-left: 125px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews ul li>* {
		padding-left: 108px
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews a {
	padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews a img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.woocommerce.widget_recent_reviews a img {
		width: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce .qodef-woo-product-title {
	margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce .qodef-woo-product-title a {
	color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce .qodef-woo-product-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce a .product-title {
	color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce a:hover .product-title {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_price_filter .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
	margin-right: 20px;
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
		width: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_layered_nav ul li.chosen a {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products ul li,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products ul li {
	margin-bottom: 25px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
	margin-right: 20px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_products .qodef-woo-product-image img,
	#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
	#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
		width: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews ul li {
	margin-bottom: 25px;
	min-height: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews ul li {
		min-height: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews ul li>* {
	padding-left: 125px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews ul li>* {
		padding-left: 108px
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews a {
	padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews a img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.woocommerce.widget_recent_reviews a img {
		width: 88px!important
	}
}

#qodef-page-footer-bottom-area .widget.woocommerce .qodef-woo-product-title {
	margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-footer-bottom-area .widget.woocommerce .qodef-woo-product-title a {
	color: var(--qode-heading-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce .qodef-woo-product-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce a .product-title {
	color: var(--qode-heading-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce a:hover .product-title {
	color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
	margin-right: 20px;
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-footer-bottom-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
		width: 88px!important
	}
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
	color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_products ul li,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products ul li {
	margin-bottom: 25px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
	margin-right: 20px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
	#qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
	#qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
		width: 88px!important
	}
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li {
	margin-bottom: 25px;
	min-height: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li {
		min-height: 88px!important
	}
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li>* {
	padding-left: 125px
}

@media only screen and (max-width:1366px) {
	#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li>* {
		padding-left: 108px
	}
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a {
	padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a:hover {
	color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a img {
		width: 88px!important
	}
}

#qodef-fullscreen-area .widget.woocommerce .qodef-woo-product-title {
	margin-top: calc(20px + var(--qode-h6-offset))
}

#qodef-fullscreen-area .widget.woocommerce .qodef-woo-product-title a {
	color: var(--qode-heading-color)
}

#qodef-fullscreen-area .widget.woocommerce .qodef-woo-product-title a:hover {
	color: var(--qode-main-color)
}

#qodef-fullscreen-area .widget.woocommerce a .product-title {
	color: var(--qode-heading-color)
}

#qodef-fullscreen-area .widget.woocommerce a:hover .product-title {
	color: var(--qode-main-color)
}

#qodef-fullscreen-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-fullscreen-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-fullscreen-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
	margin-right: 20px;
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-fullscreen-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
		width: 88px!important
	}
}

#qodef-fullscreen-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
	color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-fullscreen-area .widget.woocommerce.widget_products ul li,
#qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products ul li {
	margin-bottom: 25px
}

#qodef-fullscreen-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
	margin-right: 20px
}

#qodef-fullscreen-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-fullscreen-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
	#qodef-fullscreen-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
	#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
		width: 88px!important
	}
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
	margin-bottom: 22px
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li {
	margin-bottom: 25px;
	min-height: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li {
		min-height: 88px!important
	}
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li>* {
	padding-left: 125px
}

@media only screen and (max-width:1366px) {
	#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li>* {
		padding-left: 108px
	}
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a {
	padding-top: calc(20px + var(--qode-h6-offset))
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a:hover {
	color: var(--qode-fullscreen-menu-active-color)
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a img {
	width: 105px
}

@media only screen and (max-width:1366px) {
	#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a img {
		width: 88px!important
	}
}

@media only screen and (max-width:1200px) {
	.qodef-content-grid {
		width: 960px
	}
	.qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 960px)/2)
	}
	.qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 960px)/2)
	}
	.qodef--boxed .qodef-content-grid {
		width: calc(960px + 60px)
	}
}

@media only screen and (max-width:1024px) {
	.qodef-content-grid {
		width: 768px
	}
	.qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 768px)/2)
	}
	.qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 768px)/2)
	}
	.qodef--boxed .qodef-content-grid {
		width: calc(768px + 60px)
	}
}

@media only screen and (max-width:800px) {
	.qodef-content-grid {
		width: 86%
	}
	.qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 86%)/2)
	}
	.qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 86%)/2)
	}
	.qodef--boxed .qodef-content-grid {
		width: calc(86% + 60px)
	}
}

@media only screen and (max-width:480px) {
	.qodef-content-grid {
		width: 82%
	}
	.qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 82%)/2)
	}
	.qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 82%)/2)
	}
	.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:1440px) {
	.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
	}
}

@media only screen and (max-width:1024px) {
	#qodef-404-page {
		min-height: calc(100vh - 70px)
	}
	.admin-bar #qodef-404-page {
		min-height: calc(100vh - 70px - 32px)
	}
	#qodef-404-page .qodef-404 {
		background-size: 100%;
		background-position: top center;
		padding: 32% 25% 0;
		width: 83%
	}
}

@media only screen and (max-width:782px) {
	.admin-bar #qodef-404-page {
		min-height: calc(100vh - 70px - 48px)
	}
}

@media only screen and (max-width:680px) {
	#qodef-404-page .qodef-404 {
		padding: 34% 0 0;
		width: 75%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
		padding: 11% 11% 9.8% 9.7%
	}
}

@media only screen and (max-width:680px) {
	.qodef-blog .qodef-blog-item .qodef-e-info {
		flex-wrap: wrap
	}
	.qodef-blog .qodef-blog-item .qodef-e-info-right {
		margin-top: 15px
	}
	.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
		display: inline-block
	}
}

@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: 42px
	}
}

@media only screen and (max-width:768px) {
	#qodef-page-comments-list .qodef-comment-item .children {
		padding-left: 21px
	}
}

@media only screen and (max-width:680px) {
	#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
		flex-wrap: wrap
	}
	#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
		margin-top: 25px
	}
	#qodef-page-comments-list .qodef-comment-item .qodef-e-info {
		display: grid;
		grid-template-areas: "title title" "date links"
	}
	#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
		grid-area: title
	}
	#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
		grid-area: date
	}
	#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
		grid-area: links
	}
	#qodef-page-comments-list .qodef-comment-item .children {
		padding-left: 3%
	}
}

@media only screen and (max-width:680px) {
	#respond #commentform .comment-form-cookies-consent {
		align-items: flex-start
	}
	#respond #commentform .comment-form-cookies-consent input[type=checkbox] {
		margin: 6px 11px 6px 0
	}
}

@media only screen and (max-width:680px) {
	.qodef-m-filter .qodef-m-filter-item {
		margin: 0 5px
	}
}

@media only screen and (max-width:1024px) {
	#qodef-page-footer-bottom-area .qodef-content-full-width,
	#qodef-page-footer-top-area .qodef-content-full-width {
		padding: 0 40px!important
	}
}

#qodef-page-footer-bottom-area:before,
#qodef-page-footer-top-area:before {
	left: 40px;
	width: calc(100% - 80px)
}

@media only screen and (max-width:1024px) {
	#qodef-page-footer-bottom-area .widget {
		margin: 0 81px 0 0!important
	}
}

@media only screen and (max-width:768px) {
	#qodef-page-footer-bottom-area .qodef-grid-inner {
		flex-direction: column
	}
	#qodef-page-footer-bottom-area .qodef-grid-item:nth-child(2) {
		margin-left: initial
	}
}

@media only screen and (max-width:480px) {
	#qodef-page-footer-bottom-area .qodef-grid-item {
		flex-direction: column
	}
}

@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 {
		flex-wrap: wrap
	}
}

@media only screen and (max-width:768px) {
	#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
	}
}

@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 {
		text-align: center
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-remove {
		width: 20px
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-name a {
		font-family: var(--qode-heading-font-family);
		text-transform: var(--qode-heading-text-transform);
		color: var(--qode-heading-color);
		font-size: var(--qode-h5-fs);
		line-height: var(--qode-h5-lh);
		font-weight: var(--qode-heading-font-weight)
	}
	#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
		display: 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: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 -35px
	}
	.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
		padding: 0 35px;
		margin: 0 0 70px
	}
}

@media only screen and (max-width:680px) {
	.qodef-woo-results {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: start;
		margin-bottom: 20px
	}
	.qodef-woo-results .woocommerce-ordering {
		margin-left: 0
	}
	.qodef-woo-results .woocommerce-ordering .select2-selection {
		text-align: left
	}
}

@media only screen and (max-width:1024px) {
	#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		flex-wrap: wrap
	}
	#qodef-woo-page.qodef--single .entry-summary {
		margin-top: 60px
	}
	#qodef-woo-page.qodef--single .woocommerce-tabs {
		padding: 0
	}
	#qodef-woo-page.qodef--single .related ul.products.columns-4>.product {
		width: 50%
	}
}

@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 {
		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 {
		display: flex;
		flex-wrap: wrap;
		width: 100%!important
	}
	#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
		margin-top: 36px!important
	}
	#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
		flex-direction: column
	}
	#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img {
		margin: 0 0 25px
	}
	#qodef-woo-page.qodef--single .related ul.products.columns-4>.product {
		width: 100%
	}
	#qodef-woo-page.qodef--single .woocommerce-message {
		align-items: flex-end;
		flex-direction: column-reverse
	}
	#qodef-woo-page.qodef--single .woocommerce-message a {
		margin-top: 10px
	}
}

@media only screen and (max-width:480px) {
	#qodef-woo-page.qodef--single form.cart .variations_button,
	#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
		flex-direction: column
	}
	#qodef-woo-page.qodef--single form.cart .variations_button .quantity,
	#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
		margin-bottom: 20px;
		margin-right: 0;
		padding: 0 22px!important
	}
	#qodef-woo-page.qodef--single form.cart .variations .label {
		vertical-align: top
	}
	#qodef-woo-page.qodef--single form.cart .variations .label>* {
		margin-top: 22px
	}
	#qodef-woo-page.qodef--single form.cart .variations .value {
		position: relative
	}
	#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
		bottom: 0;
		left: 0;
		margin: 0 0 0 20px;
		position: absolute
	}
	#qodef-woo-page.qodef--single form.cart .variations tr:last-child .value {
		padding-bottom: 20px
	}
	#qodef-woo-page.qodef--single form.cart .variations tr:last-child .select2-container--default {
		margin-bottom: 11px
	}
}

.oraiste-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 {
	bottom: 25px;
	height: 40px;
	margin: 0;
	opacity: 0;
	position: fixed;
	right: 25px;
	visibility: hidden;
	width: 40px;
	z-index: 10000
}

#qodef-back-to-top .qodef-back-to-top-icon {
	align-items: center;
	color: var(--qode-heading-color);
	display: flex;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transform: translateY(0);
	transition: color .2s ease-out, transform .35s cubic-bezier(.2, .89, .32, .95)
}

#qodef-back-to-top svg {
	display: block;
	fill: none;
	height: auto;
	stroke: currentColor;
	width: 10.3px
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
	transform: translateY(-4px);
	color: var(--qode-main-color)
}

#qodef-back-to-top.qodef--off {
	opacity: 0;
	transition: opacity .15s ease, visibility 0s .15s;
	visibility: hidden
}

#qodef-back-to-top.qodef--on {
	opacity: 1;
	transition: opacity .3s ease;
	visibility: visible
}

.qodef-background-text {
	position: relative
}

.qodef-background-text .qodef-m-background-text {
	color: var(--qode-main-color);
	font-family: var(--qode-heading-font-family);
	font-size: 200px;
	line-height: 1em;
	position: absolute
}

.qodef-background-text .qodef-m-background-text-holder {
	display: flex;
	height: 100%;
	position: absolute;
	width: 100%
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner {
	display: grid;
	grid-template-areas: "info-on-image";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 23px 25px;
	grid-area: info-on-image
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--qode-background-color);
	content: '';
	opacity: 0;
	transition: opacity .2s ease-out
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content>* {
	z-index: 1
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media-image {
	grid-area: info-on-image
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media>* {
	margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
	margin: 0
}

.qodef-blog.qodef-item-layout--info-on-image article:hover .qodef-e-content:before {
	opacity: .3
}

.qodef-blog .qodef-e.qodef--has-appear {
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .1s, opacity .3s .1s
}

.qodef-blog .qodef-e.qodef--has-appear.qodef--appear {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
	align-items: flex-end;
	display: flex
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	flex-shrink: 0;
	margin: 0 25px 0 0;
	width: 150px!important
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--top {
	margin-bottom: 8px!important
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
	margin-bottom: var(--qode-h6-offset)
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: var(--qode-heading-color)!important
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: var(--qode-main-color)!important
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article .qodef-e-info.qodef-info--bottom {
	margin-bottom: 23px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article.format-link .qodef-e-link {
	margin-bottom: 18px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article.format-quote .qodef-e-quote {
	margin-bottom: 18px
}

.widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	margin-right: 20px;
	width: 105px!important
}

@media only screen and (max-width:1366px) {
	.widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 88px!important
	}
}

.widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: var(--qode-heading-color)
}

.widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	margin-right: 20px;
	width: 105px!important
}

@media only screen and (max-width:1366px) {
	#qodef-page-sidebar .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 88px!important
	}
}

#qodef-page-sidebar .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: var(--qode-heading-color)
}

#qodef-page-sidebar .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	margin-right: 20px;
	width: 105px!important
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 88px!important
	}
}

#qodef-page-header .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: var(--qode-heading-color)
}

#qodef-page-header .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	margin-right: 20px;
	width: 105px!important
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	margin-right: 20px;
	width: 105px!important
}

@media only screen and (max-width:1366px) {
	#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 88px!important
	}
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	margin-right: 20px;
	width: 105px!important
}

@media only screen and (max-width:1366px) {
	#qodef-page-footer-bottom-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 88px!important
	}
}

#qodef-page-footer-bottom-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: var(--qode-heading-color)
}

#qodef-page-footer-bottom-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

#qodef-fullscreen-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	margin-right: 20px;
	width: 105px!important
}

@media only screen and (max-width:1366px) {
	#qodef-fullscreen-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 88px!important
	}
}

#qodef-fullscreen-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: var(--qode-heading-color)
}

#qodef-fullscreen-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: var(--qode-additional-background-color);
	margin-top: -20px
}

#qodef-author-info .qodef-m-inner {
	align-items: center;
	display: flex;
	position: relative;
	padding: 28px 10% 28px 28px
}

#qodef-author-info .qodef-m-image {
	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-image img {
	border-radius: 50%
}

#qodef-author-info .qodef-m-content {
	margin-bottom: 10px
}

#qodef-author-info .qodef-m-author {
	margin: 0
}

#qodef-author-info .qodef-m-author a:hover {
	color: var(--qode-main-color)
}

#qodef-author-info .qodef-m-email {
	margin: 0
}

#qodef-author-info .qodef-m-description {
	margin: 12px 0 0
}

#qodef-author-info .qodef-m-social-icons {
	margin-top: 22px
}

#qodef-author-info .qodef-m-social-icons a {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 13px
}

#qodef-author-info .qodef-m-social-icons a:last-child {
	margin-right: 0
}

#qodef-author-info .qodef-m-social-icons a:hover {
	color: var(--qode-main-color)
}

#qodef-related-posts {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 60px
}

#qodef-related-posts .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
	align-items: flex-start;
	flex-direction: column
}

#qodef-related-posts .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	margin: 0 0 20px;
	width: 100%!important
}

#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 60px 0 0
}

#qodef-single-post-navigation .qodef-m-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative
}

#qodef-single-post-navigation .qodef-m-nav {
	align-items: center;
	display: flex;
	max-width: 100%;
	position: relative
}

#qodef-single-post-navigation .qodef-m-nav-content {
	display: flex;
	flex-direction: column
}

#qodef-single-post-navigation .qodef-m-nav-label {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase
}

#qodef-single-post-navigation .qodef-m-nav-icon {
	fill: none;
	margin-top: 4px;
	stroke: currentColor;
	transition: stroke .2s ease-out;
	width: 19px
}

#qodef-single-post-navigation .qodef-m-nav-image {
	width: 105px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
	flex-direction: row-reverse
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-content {
	align-items: flex-start
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-image {
	margin-right: 25px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-content {
	align-items: flex-end
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-image {
	margin-left: 25px
}

#qodef-single-post-navigation .qodef-m-nav:hover .qodef-m-nav-icon {
	stroke: var(--qode-main-color)
}

.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-fs-menu-svg {
	stroke-dashoffset: 1125
}

.qodef-fullscreen-menu-animate--out .qodef-fs-menu-svg {
	stroke-dashoffset: 0
}

.qodef-fullscreen-menu-animate--in .qodef-fs-menu-svg {
	animation: qodef-border-line-draw 1s ease-in-out .4s forwards
}

#qodef-fullscreen-area {
	background-color: var(--qode-fullscreen-menu-background-color);
	background-size: cover;
	height: 100%;
	left: 0;
	overflow-x: hidden!important;
	position: fixed;
	top: 0;
	visibility: hidden;
	transition: transform .6s cubic-bezier(.77, 0, .175, 1), visibility .6s;
	right: 100%;
	transform: translateX(100%);
	width: 100%;
	z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
	height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
	width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
	transform: translateX(0);
	visibility: visible
}

#qodef-fullscreen-area-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#qodef-fullscreen-area-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%
}

.qodef-fullscreen-menu {
	margin: 0 auto;
	position: relative;
	text-align: left;
	top: 0
}

.qodef-fullscreen-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.qodef-fullscreen-menu ul li {
	margin: 0;
	padding: 0;
	position: relative
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
	cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
	display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
	margin-right: 5px
}

.qodef-fullscreen-menu .qodef-menu-item-arrow {
	display: none
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
	display: none
}

.qodef-fullscreen-menu>ul>li {
	margin: 18px 0
}

.qodef-fullscreen-menu>ul>li>a {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: var(--qode-h1-fs);
	line-height: var(--qode-h1-lh);
	font-weight: var(--qode-heading-font-weight);
	color: var(--qode-fullscreen-menu-inactive-color)
}

.qodef-fullscreen-menu>ul>li>a:hover {
	color: var(--qode-fullscreen-menu-active-color)
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
	color: var(--qode-fullscreen-menu-active-color)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
	padding: 16px 0 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 9px 0;
	overflow: hidden;
	transition: color .2s ease-out;
	transition: color .2s ease-out;
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	color: var(--qode-fullscreen-menu-inactive-color);
	line-height: 1.3em!important;
	margin: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
	flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
	color: var(--qode-fullscreen-menu-active-color)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
	color: var(--qode-fullscreen-menu-active-color)
}

.qodef-fullscreen-menu-opener.qodef-source--predefined svg {
	height: auto;
	width: 58px
}

.qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
	transition-delay: 0s
}

.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
	transition-delay: .2s
}

.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
	transition-delay: .36s
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	color: var(--qode-main-color)
}

.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-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-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-header .qodef-header-logo-link img.qodef--dark {
	opacity: 1!important;
	transition-delay: .35s
}

.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-header .qodef-header-logo-link img.qodef--light,
.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-header .qodef-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-header .qodef-header-logo-link img.qodef-beige {
	opacity: 0!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--dark {
	opacity: 1!important;
	transition-delay: .35s
}

.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--light,
.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef-beige {
	opacity: 0!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 1!important;
	transition-delay: .35s
}

.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef-beige {
	opacity: 0!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 1!important;
	transition-delay: .35s
}

.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef-beige {
	opacity: 0!important
}

#qodef-fullscreen-area .qodef-widget-holder {
	border-left: 1px solid var(--qode-fullscreen-menu-widget-border-color);
	bottom: 108px;
	padding-left: 26px;
	position: absolute;
	right: 0;
	width: 280px
}

#qodef-page-header .qodef-widget-holder {
	align-items: center;
	display: flex;
	height: 100%;
	margin-left: 24px
}

#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 12px
}

#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 div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
	display: none
}

#qodef-page-header-inner {
	border-bottom: 0 solid transparent
}

#qodef-page-header-inner::after {
	background-color: transparent;
	content: '';
	height: 1px;
	left: 40px;
	position: absolute;
	bottom: 0;
	width: calc(100% - 80px)
}

#qodef-page-header-inner.qodef-content-grid {
	padding: 0
}

#qodef-page-header-inner.qodef-content-grid::after {
	left: unset;
	width: 100%
}

#qodef-page-header-inner.qodef-color-skin--light nav>ul>li>a {
	color: #000!important
}

#qodef-page-header-inner.qodef-color-skin--light nav>ul>li>a .qodef-menu-item-text:after {
	background-color: red!important
}

#qodef-page-header-inner.qodef-color-skin--light nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-color-skin--light nav>ul>li.current-menu-item {
	color: #000!important
}

#qodef-page-header-inner.qodef-color-skin--light nav>ul>li.current-menu-ancestor .qodef-menu-item-text:after,
#qodef-page-header-inner.qodef-color-skin--light nav>ul>li.current-menu-item .qodef-menu-item-text:after {
	background-color: blue!important
}

#qodef-page-header-inner.qodef-color-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) .qodef-m-icon {
	color: #000!important
}

#qodef-page-header-inner.qodef-color-skin--light .qodef-woo-dropdown-cart .qodef-m-opener {
	color: #000!important
}

#qodef-page-header-inner.qodef-color-skin--light .qodef-woo-dropdown-cart .qodef-m-opener:after {
	background-color: red!important
}

#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li>a {
	color: #000!important
}

#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li>a .qodef-menu-item-text:after {
	background-color: blue!important
}

#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li.current-menu-item {
	color: #000!important
}

#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li.current-menu-ancestor .qodef-menu-item-text:after,
#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li.current-menu-item .qodef-menu-item-text:after {
	background-color: red!important
}

#qodef-page-header-inner.qodef-color-skin--beige .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--beige .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--beige .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) .qodef-m-icon {
	color: #000!important
}

#qodef-page-header-inner.qodef-color-skin--beige .qodef-woo-dropdown-cart .qodef-m-opener {
	color: #000!important
}

#qodef-page-header-inner.qodef-color-skin--beige .qodef-woo-dropdown-cart .qodef-m-opener:after {
	background-color: blue!important
}

#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li>a {
	color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li>a .qodef-menu-item-text:after {
	background-color: red!important
}

#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li.current-menu-item {
	color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li.current-menu-ancestor .qodef-menu-item-text:after,
#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li.current-menu-item .qodef-menu-item-text:after {
	background-color: blue!important
}

#qodef-page-header-inner.qodef-color-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) .qodef-m-icon {
	color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--dark .qodef-woo-dropdown-cart .qodef-m-opener {
	color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--dark .qodef-woo-dropdown-cart .qodef-m-opener:after {
	background-color: red!important
}

#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li>a {
	color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li>a .qodef-menu-item-text:after {
	background-color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li.current-menu-item {
	color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li.current-menu-ancestor .qodef-menu-item-text:after,
#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li.current-menu-item .qodef-menu-item-text:after {
	background-color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--orange .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--orange .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--orange .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) .qodef-m-icon {
	color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--orange .qodef-woo-dropdown-cart .qodef-m-opener {
	color: #fff!important
}

#qodef-page-header-inner.qodef-color-skin--orange .qodef-woo-dropdown-cart .qodef-m-opener:after {
	background-color: #fff!important
}

#qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--beige,
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--orange {
	opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--light):not(.qodef--sticky) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--beige {
	opacity: 1
}

.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--orange {
	opacity: 0
}

.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--dark {
	opacity: 1
}

.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--beige,
.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--orange {
	opacity: 0
}

.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--orange {
	opacity: 1
}

.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--beige,
.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 0
}

.qodef-color-skin--light#qodef-page-header-inner .qodef-header-logo-link img.qodef--beige {
	opacity: 1!important
}

.qodef-color-skin--light#qodef-page-header-inner .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--light#qodef-page-header-inner .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--light#qodef-page-header-inner .qodef-header-logo-link img.qodef--orange {
	opacity: 0!important
}

.qodef-color-skin--beige#qodef-page-header-inner .qodef-header-logo-link img.qodef--beige {
	opacity: 1!important
}

.qodef-color-skin--beige#qodef-page-header-inner .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--beige#qodef-page-header-inner .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--beige#qodef-page-header-inner .qodef-header-logo-link img.qodef--orange {
	opacity: 0!important
}

.qodef-color-skin--dark#qodef-page-header-inner .qodef-header-logo-link img.qodef--dark {
	opacity: 1!important
}

.qodef-color-skin--dark#qodef-page-header-inner .qodef-header-logo-link img.qodef--beige,
.qodef-color-skin--dark#qodef-page-header-inner .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--dark#qodef-page-header-inner .qodef-header-logo-link img.qodef--orange {
	opacity: 0!important
}

.qodef-color-skin--orange#qodef-page-header-inner .qodef-header-logo-link img.qodef--orange {
	opacity: 1!important
}

.qodef-color-skin--orange#qodef-page-header-inner .qodef-header-logo-link img.qodef--beige,
.qodef-color-skin--orange#qodef-page-header-inner .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--orange#qodef-page-header-inner .qodef-header-logo-link img.qodef--light {
	opacity: 0!important
}

.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-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-flex;
	align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0
}

.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: 24px
}

.qodef-header--switch #qodef-page-header .qodef-widget-holder {
	margin-right: auto
}

.qodef-header-switch-navigation {
	background-color: var(--qode-background-color);
	min-height: 210px;
	padding: 0 40px;
	position: relative;
	right: -40px;
	top: 0;
	transform: translateY(calc(50% - 19px));
	width: 250px
}

.qodef-header-switch-navigation ul {
	list-style: none;
	margin: 0!important;
	padding: 0;
	width: 100%
}

.qodef-header-switch-navigation ul li {
	opacity: 1;
	padding: 0;
	pointer-events: all;
	position: relative;
	transition: opacity .2s ease-out
}

.qodef-header-switch-navigation ul li:first-child {
	margin-top: 0
}

.qodef-header-switch-navigation ul li:last-child {
	margin-bottom: 0
}

.qodef-header-switch-navigation ul li a {
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	display: inline-block;
	margin: 6px 0;
	text-align: right;
	width: 100%
}

.qodef-header-switch-navigation ul li a .qodef-menu-item-arrow {
	fill: none;
	height: auto;
	stroke: currentColor;
	width: 19px;
	left: calc(100% + 11px);
	position: absolute;
	right: auto;
	top: calc(50% - 4px);
	left: auto;
	right: calc(100% + 11px);
	padding-bottom: 1px;
	transform: rotate(180deg);
	top: calc(50% - 6px)
}

.qodef-header-switch-navigation ul li a .qodef-menu-item-text {
	position: relative;
	display: inline-block;
	position: relative
}

.qodef-header-switch-navigation ul li a .qodef-menu-item-text:after {
	background-color: var(--qode-main-color);
	border-radius: 50%;
	content: '';
	display: block;
	height: 6px;
	opacity: 0;
	position: absolute;
	right: -6px;
	top: 2px;
	transition: opacity .2s ease-out;
	width: 6px
}

.qodef-header-switch-navigation ul li a:hover {
	color: var(--qode-text-color)
}

.qodef-header-switch-navigation ul li a:hover .qodef-menu-item-text:after {
	opacity: 1
}

.qodef-header-switch-navigation ul li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header-switch-navigation ul li.current-menu-item>a .qodef-menu-item-text:after {
	opacity: 1
}

.qodef-header-switch-navigation ul li.qodef-menu--back a {
	color: var(--qode-submenu-inactive-color)
}

.qodef-header-switch-navigation ul li.qodef-menu--back a svg {
	fill: none;
	height: auto;
	stroke: currentColor;
	width: 19px
}

.qodef-header-switch-navigation ul li.qodef-menu--back a:hover {
	color: var(--qode-main-color)
}

.qodef-header-switch-navigation ul li .qodef-drop-down-second {
	transform: translateZ(0)
}

.qodef-header-switch-navigation ul li .qodef-drop-down-second .sub-menu {
	left: 130%;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 100%;
	transition: all .2s cubic-bezier(.46, .03, .52, .96)
}

.qodef-header-switch-navigation ul li .qodef-drop-down-second-inner {
	display: block;
	padding: 0;
	position: relative;
	z-index: 997
}

.qodef-header-switch-navigation ul li.qodef--hide-link>a {
	cursor: default
}

.qodef-header-switch-navigation ul li.qodef-menu-sibling--open {
	opacity: 0;
	pointer-events: none;
	transition-delay: 0s
}

.qodef-header-switch-navigation ul li.qodef-menu-sibling--open>a {
	opacity: 0
}

.qodef-header-switch-navigation ul li.qodef-menu-item--open>a {
	opacity: 0;
	pointer-events: none
}

.qodef-header-switch-navigation ul li.qodef-menu-item--open .qodef-drop-down-second-inner>.sub-menu,
.qodef-header-switch-navigation ul li.qodef-menu-item--open>.sub-menu {
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: all .3s cubic-bezier(.65, .05, .36, 1) 50ms
}

.qodef-header-switch-navigation>ul>li>a {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: 14px;
	font-family: Prompt, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color);
	color: var(--qode-heading-color);
	font-weight: 400;
	margin: 8px 0;
	transition: color .2s ease-out, opacity .2s ease-out
}

.qodef-header-switch-navigation>ul>li>a:hover {
	color: var(--qode-heading-color)
}

.qodef-header-switch-navigation>ul>li>a:hover .qodef-menu-item-text:after {
	opacity: 1
}

.qodef-header-switch-navigation .qodef-menu-item-arrow {
	display: none
}

.qodef-header-switch-navigation .qodef-menu-item-icon {
	margin-right: 5px
}

.qodef-header-switch-navigation .qodef-mega-menu-widget-holder {
	display: none
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
	.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
		width: 1100px
	}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
	.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
		width: 960px
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
		width: 768px
	}
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
	.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
		width: 1100px
	}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
	.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
		width: 960px
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
		width: 768px
	}
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
	.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
		width: 1100px
	}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
	.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
		width: 960px
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
		width: 768px
	}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
	.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid {
		width: 960px
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid {
		width: 768px
	}
}

.qodef-header--vertical-sliding #qodef-page-header {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 53px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static {
	background-color: var(--qode-background-color);
	border-right: 1px solid var(--qode-additional-border-color);
	width: 53px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-widget-holder {
	animation: qode-fade-in .25s .6s linear both;
	transform: rotate(-90deg)
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-header-logo-link {
	height: 53px;
	left: 0;
	overflow: visible;
	position: absolute;
	top: calc(23px + 10px);
	width: 53px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-header-logo-link img {
	left: unset;
	max-width: unset;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-widget-holder {
	bottom: 23px;
	height: 53px;
	left: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	white-space: nowrap;
	width: 53px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic {
	background-color: var(--qode-background-color);
	border-right: 1px solid var(--qode-additional-border-color);
	left: -628px;
	padding: 38px 103px 15px 156px;
	position: fixed;
	top: 0;
	transition: all .6s cubic-bezier(.7, 0, .24, .99);
	visibility: hidden;
	width: 575px;
	z-index: -1
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder {
	height: auto;
	left: 156px;
	margin: 0;
	position: absolute;
	z-index: 101
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--two {
	top: 23px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--three {
	bottom: 23px;
	padding-left: 15px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--three:before {
	background-color: var(--qode-border-color);
	content: '';
	display: block;
	height: calc(100% - 12px);
	left: 0;
	position: absolute;
	top: 6px;
	width: 1px
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
	padding: 0
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
	left: 0;
	visibility: visible
}

.qodef-header--vertical-sliding.admin-bar #qodef-page-header,
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
	height: calc(100% - 32px);
	top: 32px
}

.qodef-header--vertical-sliding #qodef-page-footer,
.qodef-header--vertical-sliding #qodef-page-outer {
	padding-left: 53px
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener {
	display: block
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined svg {
	height: auto;
	width: 29px
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener:focus {
	color: var(--qode-link-color)
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--open {
	visibility: hidden
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close {
	visibility: visible
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
	z-index: 100
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
	margin: 0;
	padding: 0;
	position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a .qodef-menu-item-arrow {
	display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
	transform: translateZ(0)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner {
	display: block;
	padding: 0;
	position: relative;
	z-index: 997
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a {
	cursor: default
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
	margin-right: 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
	display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li {
	margin: 18px 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: var(--qode-h1-fs);
	line-height: var(--qode-h1-lh);
	font-weight: var(--qode-heading-font-weight);
	color: var(--qode-heading-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover {
	color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a {
	color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner>ul {
	padding: 10px 0 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 9px 0;
	overflow: hidden;
	transition: color .2s ease-out;
	transition: color .2s ease-out;
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: var(--qode-h3-fs);
	line-height: var(--qode-h3-lh);
	font-weight: var(--qode-heading-font-weight);
	color: var(--qode-heading-color);
	line-height: 1.3em!important;
	margin: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
	flex-shrink: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a:hover {
	color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a {
	color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
	display: none
}

.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 {
	background-color: var(--qode-background-color);
	height: 70px;
	left: 0;
	position: fixed;
	top: 0;
	transform: translateY(-100%);
	transition: transform .5s ease, top .5s ease;
	width: 100%;
	z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
	transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 32px
}

.qodef-header-sticky-inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 40px;
	position: relative
}

.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 {
	justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
	margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
	margin-left: auto!important
}

#qodef-top-area {
	position: relative;
	background-color: #000;
	z-index: 101
}

#qodef-top-area-inner {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: space-between;
	padding: 0 40px;
	position: relative
}

#qodef-top-area-inner.qodef-content-grid {
	padding: 0!important
}

#qodef-top-area .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-left {
	margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-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 .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: flex;
	align-items: center;
	height: 100%;
	padding: 30px 15%;
	text-align: center;
	color: blue;
	background-color: #f6f3ee
}

.qodef-map-marker-holder {
	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;
	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 {
	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 #969696;
	border-radius: 4px;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, .14);
	z-index: 10;
	transition: opacity .3s ease;
	transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
	position: relative;
	display: flex;
	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 #969696;
	border-left: 1px solid #969696;
	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;
	transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
	margin: 3px 0 0;
	font-family: Prompt, 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: red
}

.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 {
	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 #969696;
	z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
	display: inline-flex;
	align-items: center;
	height: 100%
}

.qodef-places-geo-radius .noUi-target {
	position: relative;
	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;
	touch-action: none;
	-ms-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;
	touch-action: none;
	-ms-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;
	transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
	background-color: blue
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
	position: absolute;
	top: -3px;
	left: auto;
	right: -9px;
	width: 9px;
	height: 9px;
	background-color: red;
	cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
	position: absolute;
	left: 50%;
	bottom: 7px;
	display: block;
	font-size: 12px;
	white-space: nowrap;
	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: var(--qode-background-color)
}

#qodef-page-mobile-header .qodef-widget-holder {
	display: flex;
	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-mobile-header--sticky #qodef-page-mobile-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
	transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	top: 46px
}

#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 {
	margin-right: auto;
	max-height: 100%;
	width: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--beige,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange {
	opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--light) {
	left: 0;
	position: absolute;
	top: 60%;
	transform: translateY(-50%)
}

.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--beige {
	opacity: 1
}

.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,
.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange {
	opacity: 0
}

.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
	opacity: 1
}

.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--beige,
.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,
.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange {
	opacity: 0
}

.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange {
	opacity: 1
}

.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--beige,
.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 0
}

.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 {
	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-fullscreen-menu--opened {
	overflow-y: hidden
}

.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
	opacity: 1!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,
.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef-beige {
	opacity: 0!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
	opacity: 1!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,
.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef-beige {
	opacity: 0!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 1!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef-beige {
	opacity: 0!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 1!important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef-beige {
	opacity: 0!important
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
	justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
	display: block;
	line-height: inherit;
	margin-right: 5px
}

.qodef-header-navigation .qodef-menu-item-icon:before {
	display: block;
	line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
	display: block;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: auto;
	z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	opacity: 1;
	overflow: visible;
	transition: opacity .2s ease-out;
	visibility: visible;
	z-index: 20
}

.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: 0
}

.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 {
	opacity: 1;
	position: relative;
	top: auto;
	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: var(--qode-submenu-background-color)
}

.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: flex;
	justify-content: space-between;
	margin: 0 -15px;
	padding: 32px 0 35px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
	padding: 0 15px;
	width: 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: 14px;
	font-family: Prompt, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color);
	color: var(--qode-heading-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-text:after {
	opacity: 1
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
	display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
	padding-top: 9px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 9px 0;
	overflow: hidden;
	transition: color .2s ease-out;
	transition: color .2s ease-out;
	font-family: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-submenu-inactive-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
	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: var(--qode-submenu-active-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text:after {
	opacity: 1
}

.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 .qodef-menu-item-text:after {
	opacity: 1
}

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 {
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle
}

.qodef-opener-icon .qodef-m-icon {
	position: relative;
	visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--open {
	color: var(--qode-heading-color)
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
	left: 0;
	position: absolute;
	top: 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 svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1
}

.qodef-opener-icon.qodef-source--predefined .qodef--close svg {
	stroke-width: 2
}

.qodef-opener-icon.qodef-source--predefined .qodef--open svg line {
	transform: scaleX(1)
}

.qodef-opener-icon.qodef-source--predefined .qodef--open:hover svg line {
	animation: qodef-opener-line-draw .6s
}

.qodef-opener-icon.qodef-source--predefined .qodef--open:hover svg line:nth-of-type(2) {
	animation-delay: .15s
}

.qodef-opener-icon.qodef-source--predefined .qodef--close svg line {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-opener-icon.qodef-source--predefined .qodef--close:hover svg line {
	animation: qodef-closer-line-draw .6s
}

.qodef-opener-icon.qodef-source--predefined .qodef--close:hover svg line:nth-of-type(2) {
	animation-delay: .17s
}

.qodef-parallax {
	overflow: hidden;
	position: relative;
	width: 100%
}

.qodef-parallax.elementor-section {
	overflow: visible
}

.qodef-parallax-row-holder {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%
}

@media only screen and (max-width:1024px) {
	.qodef-parallax-mobile--hide .qodef-parallax-row-holder {
		display: none
	}
}

.qodef-parallax-img-holder {
	height: 150%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -50%;
	width: 100%
}

.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
	height: 100%;
	opacity: 1;
	top: 0
}

.qodef-parallax-content-holder {
	position: relative;
	z-index: 99
}

.qodef-parallax-img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.touchevents .qodef-parallax-img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
	height: 100%
}

.qodef-parallax-img-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	will-change: transform
}

.qodef-contact-form-7 {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.qodef-contact-form-7 .wpcf7-response-output {
	font-size: 13px;
	font-weight: 300
}

.qodef-contact-form-7 .wpcf7-not-valid-tip {
	color: var(--qode-main-color)!important
}

.qodef-contact-form-7 .wpcf7-response-output {
	border-color: var(--qode-border-color);
	border-width: 1px!important;
	margin: 2em 0 0!important
}

.qodef-contact-form-7 .wpcf7 .ajax-loader {
	animation: qode-rotate 2s linear infinite;
	background: 0 0!important;
	border: 1px solid var(--qode-additional-border-color)!important;
	border-radius: 50%;
	border-top: 1px solid var(--qode-main-color)!important;
	height: 23px!important;
	margin: 0 0 0 12px!important;
	position: absolute;
	right: 0;
	width: 23px!important
}

.qodef-contact-form-7 .wpcf7 .ajax-loader:before {
	display: none!important
}

.qodef-contact-form-7 .wpcf7-form.sent .wpcf7-response-output {
	border-color: var(--qode-additional-border-color)!important
}

.qodef-contact-form-7 .wpcf7-form.aborted .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-form.failed .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-form.invalid .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-form.spam .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-form.unaccepted .wpcf7-response-output {
	border-color: var(--qode-main-color)!important
}

.qodef-contact-form-7 .use-floating-validation-tip .wpcf7-not-valid-tip {
	background: var(--qode-background-color);
	border: 1px solid var(--qode-main-color)
}

.qodef-contact-form-7--two-columns div {
	position: relative
}

.wpcf7-form.invalid .qodef-contact-form-7--two-columns .wpcf7-text {
	margin: 0 0 12px
}

.wpcf7-form.invalid .qodef-contact-form-7--two-columns .qodef-button {
	margin-top: 32px
}

.wpcf7-form.invalid .qodef-contact-form-7--two-columns .ajax-loader {
	top: 32px
}

.qodef-instagram-list #sb_instagram {
	padding: 0!important
}

.qodef-instagram-list #sb_instagram #sbi_images {
	padding: 0!important
}

.qodef-instagram-list .sbi_photo_wrap a {
	background-image: none!important;
	height: auto!important;
	padding-bottom: 0!important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
	color: #fff;
	content: '\f16d';
	font-family: 'font awesome 5 brands';
	font-size: 20px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .2s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
	opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
	display: inline-block!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0 10px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0 20px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--short #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0 26px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0 30px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0 40px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0 50px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--mega #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0 60px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0 80px 0 0!important
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0!important;
	position: relative;
	visibility: hidden;
	z-index: 1
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
	width: 100%
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
	visibility: visible
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
	padding: 0!important;
	margin: 0!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -5px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
	padding: 0 5px!important;
	margin: 0 0 10px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
	padding: 0 10px!important;
	margin: 0 0 20px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--short.qodef--no-bottom-space {
	margin-bottom: -26px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--short #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -13px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--short #sb_instagram #sbi_images>.sbi_item {
	padding: 0 13px!important;
	margin: 0 0 26px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -15px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
	padding: 0 15px!important;
	margin: 0 0 30px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
	padding: 0 20px!important;
	margin: 0 0 40px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -25px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
	padding: 0 25px!important;
	margin: 0 0 50px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mega.qodef--no-bottom-space {
	margin-bottom: -60px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mega #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mega #sb_instagram #sbi_images>.sbi_item {
	padding: 0 30px!important;
	margin: 0 0 60px!important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
	padding: 0 40px!important;
	margin: 0 0 80px!important
}

.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: flex;
	align-items: center;
	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: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h5-fs);
	line-height: var(--qode-h5-lh);
	font-weight: var(--qode-heading-font-weight);
	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: Prompt, sans-serif;
	font-size: 15px;
	line-height: 1.666em;
	font-weight: 300;
	color: var(--qode-text-color);
	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: flex;
	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: flex;
	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--short.qodef--no-bottom-space {
	margin-bottom: -26px
}

.qodef-twitter-list.qodef-gutter--short #ctf .ctf-tweets {
	margin: 0 -13px
}

.qodef-twitter-list.qodef-gutter--short #ctf .ctf-tweets>.ctf-item {
	padding: 0 13px;
	margin: 0 0 26px
}

.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--mega.qodef--no-bottom-space {
	margin-bottom: -60px
}

.qodef-twitter-list.qodef-gutter--mega #ctf .ctf-tweets {
	margin: 0 -30px
}

.qodef-twitter-list.qodef-gutter--mega #ctf .ctf-tweets>.ctf-item {
	padding: 0 30px;
	margin: 0 0 60px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
	margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
	padding: 0 40px;
	margin: 0 0 80px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: var(--qode-text-color)
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
	color: var(--qode-main-color)
}

.qodef-order-tracking p:not(.form-row) {
	margin-top: 0
}

.qodef-order-tracking .form-row {
	margin: 0
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
	background-color: #fff;
	left: 50%;
	margin: 0;
	padding: 12px 41px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
	display: none
}

.widget_oraiste_core_woo_dropdown_cart {
	height: 100%
}

.qodef-woo-dropdown-cart {
	display: inline-block;
	height: 100%;
	padding: 0 10px;
	position: relative;
	vertical-align: top
}

.qodef-woo-dropdown-cart .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%
}

.qodef-woo-dropdown-cart .qodef-m-opener {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	font-size: 14px;
	font-family: Prompt, sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color);
	color: var(--qode-heading-color);
	align-items: center;
	display: flex;
	font-weight: 400;
	height: 100%;
	position: relative
}

.qodef-woo-dropdown-cart .qodef-m-opener-count {
	padding-left: 3px
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-opener:after {
	background-color: var(--qode-main-color);
	border-radius: 50%;
	content: '';
	display: block;
	height: 6px;
	opacity: 0;
	position: absolute;
	right: -6px;
	top: calc(50% - 9px);
	transition: opacity .2s ease-out;
	width: 6px
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-opener:hover:after {
	opacity: 1
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
	left: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 100%;
	transition: opacity .2s ease-out, visibility .2s ease-out;
	visibility: hidden
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
	background-color: var(--qode-submenu-background-color);
	display: inline-block;
	padding: 23px 16px 16px 20px;
	position: relative;
	vertical-align: top;
	width: 300px
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
	align-items: center;
	border-top: 1px solid var(--qode-additional-border-color);
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
	padding-top: 16px;
	position: relative
}

.qodef-woo-dropdown-cart .qodef-m-order-details>* {
	margin: 0
}

.qodef-woo-dropdown-cart .qodef-m-action {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-top: 1px solid var(--qode-additional-border-color);
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
	padding-top: 16px
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	line-height: 1.45em;
	margin: 0;
	outline: 0;
	position: relative;
	text-decoration: none;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	vertical-align: middle;
	width: auto;
	cursor: pointer;
	padding: 0
}

.qodef-woo-dropdown-cart .qodef-m-posts-not-found {
	margin: 0 16px 7px 12px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
	align-items: flex-start;
	display: flex;
	margin-top: 20px;
	position: relative
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
	margin-top: 0
}

.qodef-woo-dropdown-cart .qodef-e-image {
	flex-shrink: 0;
	margin-right: 13px;
	width: 90px
}

.qodef-woo-dropdown-cart .qodef-e-image a,
.qodef-woo-dropdown-cart .qodef-e-image img {
	display: block
}

.qodef-woo-dropdown-cart .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 20px
}

.qodef-woo-dropdown-cart .qodef-e-title {
	margin: var(--qode-h6-offset) 0 0;
	text-transform: uppercase
}

.qodef-woo-dropdown-cart .qodef-e-price-quantity {
	margin: 3px 0 0
}

.qodef-woo-dropdown-cart .qodef-e-price-quantity .amount {
	margin: 0 0 0 5px
}

.qodef-woo-dropdown-cart .qodef-e-remove {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	position: absolute;
	right: 0;
	top: 0
}

.qodef-woo-dropdown-cart .qodef-e-remove:after,
.qodef-woo-dropdown-cart .qodef-e-remove:before {
	content: '';
	background-color: currentColor;
	position: absolute;
	top: 0;
	left: 7px;
	width: 1px;
	height: 15px
}

.qodef-woo-dropdown-cart .qodef-e-remove:before {
	transform: rotate(45deg)
}

.qodef-woo-dropdown-cart .qodef-e-remove:after {
	transform: rotate(-45deg)
}

.touchevents .qodef-woo-dropdown-cart {
	cursor: pointer
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
	opacity: 1;
	visibility: visible
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	color: var(--qode-text-color)!important
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
	color: var(--qode-heading-color)!important
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
	color: var(--qode-main-color)!important
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-remove {
	color: var(--qode-text-color)!important
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-remove:hover {
	color: var(--qode-heading-color)!important
}

.qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
	color: var(--qode-heading-color)!important
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
	color: var(--qode-text-color)!important
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
	color: var(--qode-heading-color)!important
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
	color: var(--qode-text-color)!important
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
	color: var(--qode-text-color)!important
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
	color: var(--qode-heading-color)!important
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
	color: var(--qode-heading-color)!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
	color: var(--qode-text-color)!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
	color: var(--qode-text-color)!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
	color: var(--qode-text-color)!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
	color: var(--qode-text-color)!important
}

#qodef-page-footer-bottom-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
	color: var(--qode-text-color)!important
}

#qodef-page-footer-bottom-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-footer-bottom-area .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
	color: var(--qode-text-color)!important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	color: var(--qode-fullscreen-menu-widget-link-color)!important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
	color: var(--qode-fullscreen-menu-widget-link-color)!important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
	color: var(--qode-fullscreen-menu-active-color)!important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-remove {
	color: var(--qode-fullscreen-menu-widget-link-color)!important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-remove:hover {
	color: var(--qode-fullscreen-menu-widget-link-color)!important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
	color: var(--qode-fullscreen-menu-widget-link-color)!important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-m-action-link {
	color: var(--qode-fullscreen-menu-widget-link-color)!important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-m-action-link:hover {
	color: var(--qode-fullscreen-menu-widget-link-color)!important
}

.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: flex;
	align-items: 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;
	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;
	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-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .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--no-hover .qodef-e .qodef-e-image a {
	display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
	width: auto;
	display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
	display: none
}

.qodef-portfolio-single {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
	max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-title {
	margin: 0 0 17px
}

.qodef-portfolio-single .qodef-portfolio-info>* {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-bottom: 17px
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
	margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: .05em;
	color: var(--qode-heading-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e a,
.qodef-portfolio-single .qodef-portfolio-info .qodef-e p {
	color: var(--qode-text-color);
	line-height: 24px;
	margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e a:hover {
	color: var(--qode-main-color)
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-categories {
	display: flex
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category {
	padding: 0 19px 0 0;
	position: relative
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after {
	content: '/';
	position: absolute;
	right: 5px;
	top: 0;
	color: var(--qode-text-color)
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child {
	padding-right: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after {
	display: none
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--date p {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share {
	flex-wrap: wrap
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share ul {
	flex-wrap: wrap
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-title {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: .05em;
	color: var(--qode-heading-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 2px;
	width: 100%
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
	margin-top: -12px
}

.qodef-portfolio-single .qodef-variations--small .qodef-grid>.qodef-grid-inner>.qodef-grid-item.qodef-portfolio-info {
	margin-top: 28px
}

.qodef-portfolio-single .qodef-variations--big {
	margin-bottom: -26px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
	margin-top: 67px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
	margin-right: 126px
}

.qodef-portfolio-single .qodef-variations--big .qodef-grid>.qodef-grid-inner>.qodef-grid-item.qodef-portfolio-info {
	margin-top: 67px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
	display: flex;
	flex-wrap: wrap
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info>div {
	flex: 0 50%
}

.qodef-horizontal-portfolio-list {
	height: 100%;
	margin: 0!important;
	overflow: hidden
}

.elementor-section-height-full .qodef-horizontal-portfolio-list {
	height: 100vh
}

.qodef-horizontal-portfolio-list article {
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-horizontal-portfolio-list article.qodef--appear {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-horizontal-portfolio-list .qodef-e-media {
	max-height: 470px;
	overflow: hidden
}

.qodef-horizontal-portfolio-list .qodef-e-media img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-text {
	bottom: 66px;
	left: 112px;
	max-width: 100%;
	position: absolute;
	z-index: 1
}

.qodef-horizontal-portfolio-list .qodef-m-text h1 {
	font-size: calc(4px + 8vh);
	line-height: .937em;
	margin: 0
}

.qodef-horizontal-portfolio-list .qodef-m-text .qodef-text-item {
	display: inline-block
}

.qodef-horizontal-portfolio-list .qodef-m-text .qodef--highlight {
	position: relative
}

.qodef-horizontal-portfolio-list .qodef-m-text svg {
	display: block;
	fill: none;
	height: 130%;
	left: -5%;
	position: absolute;
	stroke: var(--qode-main-color);
	stroke-width: 2px;
	top: -15%;
	width: 120%
}

.qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	height: 125px;
	line-height: 125px;
	text-align: center;
	width: 125px
}

.elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
	bottom: 45px;
	right: 45px;
	max-width: 100%;
	position: absolute;
	z-index: 1
}

.qodef-horizontal-portfolio-list .qodef-m-scroll-indicator svg {
	fill: none;
	height: auto;
	left: 0;
	position: absolute;
	stroke: var(--qode-button-circle-color);
	stroke-width: 1;
	top: 0;
	width: 125px
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder {
	display: flex;
	height: 100%;
	overflow: hidden;
	padding: 98px 0;
	width: 100vw
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder .scroll-content {
	display: flex;
	font-size: 0;
	height: 100%;
	padding: 0 112px
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder .scrollbar-track {
	display: none!important
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder {
	margin: 0 -15px
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
	padding: 0 15px;
	width: auto
}

@media only screen and (min-width:1025px) {
	.qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
		margin: 0!important
	}
	.qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item .qodef-e-inner {
		width: 230px
	}
}

@media only screen and (min-width:1367px) {
	.qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
		margin: 0!important
	}
	.qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item .qodef-e-inner {
		width: 300px
	}
}

.qodef-horizontal-portfolio-list.qodef-gutter--no .qodef-m-items-holder {
	margin: 0
}

.qodef-horizontal-portfolio-list.qodef-gutter--no .qodef-m-items-holder .qodef-grid-item {
	padding: 0;
	margin: 0
}

.qodef-horizontal-portfolio-list.qodef-gutter--tiny .qodef-m-items-holder {
	margin: 0 -5px
}

.qodef-horizontal-portfolio-list.qodef-gutter--tiny .qodef-m-items-holder .qodef-grid-item {
	padding: 0 5px;
	margin: 0 0 10px
}

.qodef-horizontal-portfolio-list.qodef-gutter--small .qodef-m-items-holder {
	margin: 0 -10px
}

.qodef-horizontal-portfolio-list.qodef-gutter--small .qodef-m-items-holder .qodef-grid-item {
	padding: 0 10px;
	margin: 0 0 20px
}

.qodef-horizontal-portfolio-list.qodef-gutter--short .qodef-m-items-holder {
	margin: 0 -13px
}

.qodef-horizontal-portfolio-list.qodef-gutter--short .qodef-m-items-holder .qodef-grid-item {
	padding: 0 13px;
	margin: 0 0 26px
}

.qodef-horizontal-portfolio-list.qodef-gutter--normal .qodef-m-items-holder {
	margin: 0 -15px
}

.qodef-horizontal-portfolio-list.qodef-gutter--normal .qodef-m-items-holder .qodef-grid-item {
	padding: 0 15px;
	margin: 0 0 30px
}

.qodef-horizontal-portfolio-list.qodef-gutter--medium .qodef-m-items-holder {
	margin: 0 -20px
}

.qodef-horizontal-portfolio-list.qodef-gutter--medium .qodef-m-items-holder .qodef-grid-item {
	padding: 0 20px;
	margin: 0 0 40px
}

.qodef-horizontal-portfolio-list.qodef-gutter--large .qodef-m-items-holder {
	margin: 0 -25px
}

.qodef-horizontal-portfolio-list.qodef-gutter--large .qodef-m-items-holder .qodef-grid-item {
	padding: 0 25px;
	margin: 0 0 50px
}

.qodef-horizontal-portfolio-list.qodef-gutter--mega .qodef-m-items-holder {
	margin: 0 -30px
}

.qodef-horizontal-portfolio-list.qodef-gutter--mega .qodef-m-items-holder .qodef-grid-item {
	padding: 0 30px;
	margin: 0 0 60px
}

.qodef-horizontal-portfolio-list.qodef-gutter--huge .qodef-m-items-holder {
	margin: 0 -40px
}

.qodef-horizontal-portfolio-list.qodef-gutter--huge .qodef-m-items-holder .qodef-grid-item {
	padding: 0 40px;
	margin: 0 0 80px
}

.qodef-horizontal-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
	margin-top: 20px!important
}

.qodef-horizontal-portfolio-list.qodef-hover-animation--tilt .qodef-e-media-image {
	transform-style: preserve-3d
}

.qodef-horizontal-portfolio-list.qodef-hover-animation--zoom .qodef-e-inner .qodef-e-media-image {
	overflow: hidden
}

.qodef-horizontal-portfolio-list.qodef-hover-animation--zoom .qodef-e-inner .qodef-e-media-image img {
	transform: scale(1.01);
	transition: transform .4s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-horizontal-portfolio-list.qodef-hover-animation--zoom .qodef-e-inner:hover .qodef-e-media-image img {
	transform: scale(1.05)
}

.qodef-horizontal-portfolio-showcase {
	height: 100%;
	margin: 0!important;
	overflow: hidden;
	opacity: 0;
	transition: .8s ease-out
}

.qodef-horizontal-portfolio-showcase.qodef--appear {
	opacity: 1
}

.qodef-horizontal-portfolio-showcase.qodef--appear .qodef-m-text .qodef-text-holder {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.elementor-section-height-full .qodef-horizontal-portfolio-showcase {
	height: 100vh
}

.qodef-horizontal-portfolio-showcase .qodef-m-text {
	display: grid;
	place-items: end start
}

.qodef-horizontal-portfolio-showcase .qodef-m-text .qodef-text-holder {
	font-size: 100px;
	line-height: 1em;
	margin: 0;
	padding: 47px 62px;
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-horizontal-portfolio-showcase .qodef-m-text .qodef-text-item {
	display: inline-block
}

.qodef-horizontal-portfolio-showcase .qodef-m-text .qodef--highlight {
	position: relative
}

.qodef-horizontal-portfolio-showcase .qodef-m-text svg {
	display: block;
	fill: none;
	height: 130%;
	left: -5%;
	position: absolute;
	stroke: var(--qode-main-color);
	stroke-width: 2px;
	top: -15%;
	width: 120%
}

.qodef-horizontal-portfolio-showcase .qodef-m-text.qodef-m-item {
	width: 740px
}

.qodef-horizontal-portfolio-showcase .qodef-m-items-holder {
	display: flex;
	height: 100%;
	overflow: hidden;
	width: 100vw
}

.qodef-horizontal-portfolio-showcase .qodef-m-items-holder .scroll-content {
	display: flex;
	font-size: 0;
	height: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-m-items-holder .scrollbar-track {
	display: none!important
}

.qodef-horizontal-portfolio-showcase .qodef-m-item {
	height: inherit;
	width: 1300px
}

.qodef-horizontal-portfolio-showcase .qodef-m-item.qodef--appear .qodef-e-featured-image,
.qodef-horizontal-portfolio-showcase .qodef-m-item.qodef--appear .qodef-e-list-media {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-horizontal-portfolio-showcase .qodef-e-inner {
	display: grid;
	grid-template-columns: 2fr 1fr repeat(4, minmax(150px, 1fr)) 1fr;
	grid-template-rows: 1fr repeat(3, min-content) 14.5vh;
	height: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-e-custom-image {
	grid-column: 1/4;
	grid-row: 1/-1;
	overflow: hidden;
	display: flex
}

.qodef-horizontal-portfolio-showcase .qodef-e-custom-image img {
	-o-object-fit: cover;
	object-fit: cover;
	will-change: transform;
	width: 155%;
	height: auto;
	max-width: 155%
}

.qodef-horizontal-portfolio-showcase .qodef-e-featured-image {
	grid-column: 3/5;
	grid-row: 4/5;
	padding: 25px;
	z-index: 2;
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .1s, opacity .3s .1s
}

.qodef-horizontal-portfolio-showcase .qodef-e-featured-image a {
	display: block
}

.qodef-horizontal-portfolio-showcase .qodef-e-featured-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 100%;
	object-position: 50% 100%;
	width: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-e-list-media {
	grid-column: 5/7;
	grid-row: 4/5;
	padding: 25px;
	z-index: 2;
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .4s, opacity .3s .4s
}

.qodef-horizontal-portfolio-showcase .qodef-e-list-media a {
	display: block;
	height: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-e-list-media img,
.qodef-horizontal-portfolio-showcase .qodef-e-list-media video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 100%;
	object-position: 50% 100%;
	width: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-e-categories {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	display: flex;
	grid-column: 4/7;
	grid-row: 2/3;
	margin: 0 0 0 50px
}

.qodef-horizontal-portfolio-showcase .qodef-e-category {
	padding: 0 19px 0 0;
	position: relative
}

.qodef-horizontal-portfolio-showcase .qodef-e-category:after {
	content: '/';
	position: absolute;
	right: 5px;
	top: 0;
	color: var(--qode-text-color)
}

.qodef-horizontal-portfolio-showcase .qodef-e-category:last-child {
	padding-right: 0
}

.qodef-horizontal-portfolio-showcase .qodef-e-category:last-child:after {
	display: none
}

.qodef-horizontal-portfolio-showcase .qodef-e-category:hover {
	color: var(--qode-main-color)
}

.qodef-horizontal-portfolio-showcase .qodef-e-title {
	grid-column: 4/7;
	grid-row: 3/4;
	margin: 5px 0 14px 50px
}

.qodef-horizontal-portfolio-showcase .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

.qodef-interactive-portfolio-list .qodef-e-media-image {
	visibility: hidden
}

.qodef-interactive-portfolio-list .qodef-e-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.qodef-interactive-portfolio-list .qodef-e.qodef--active .qodef-e-media-image {
	visibility: visible
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e {
	border-top: 1px solid var(--qode-additional-border-color)
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-media-image {
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e:last-child {
	border-bottom: 1px solid var(--qode-additional-border-color)
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-content {
	align-items: center;
	display: flex;
	padding: 15px 0
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-number {
	width: 50px
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-title 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-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-info-category {
	margin-left: auto;
	z-index: 1
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-image {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25%;
	z-index: 1
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e.qodef--active .qodef-e-title {
	color: var(--qode-main-color);
	z-index: 2
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e.qodef--active .qodef-e-media-image {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 45px;
	padding-top: calc(60vh + 42px);
	top: 33px
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e {
	margin: 0 38px;
	position: initial!important;
	width: auto
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e:not(:last-child) .qodef-e-title:after {
	content: '/';
	position: absolute;
	right: -51px;
	top: 0
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image {
	height: 60vh;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: auto
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image .qodef-e-media-image,
.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image a,
.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image img {
	display: block;
	height: 60vh;
	max-width: initial;
	width: auto
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image a:after {
	background-color: var(--qode-additional-background-color);
	content: '';
	display: block;
	height: 100%;
	left: 20px;
	position: absolute;
	top: -20px;
	width: 100%;
	z-index: -1
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-media-image {
	opacity: 0;
	transform: translateY(-10px) translateZ(0) skewY(3deg) scaleY(1.1);
	transform-origin: 60% 100%;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-content {
	position: relative
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
	margin: -2px 0;
	white-space: nowrap
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-link {
	z-index: 1
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e svg {
	fill: none;
	height: calc(100% + 20px);
	left: -51px;
	opacity: 0;
	position: absolute;
	stroke: var(--qode-main-color);
	stroke-width: 3px;
	top: -10px;
	transition: opacity .2s ease-out;
	visibility: hidden;
	width: calc(100% + 102px)
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e svg path:first-child {
	stroke-dasharray: 1740 1742;
	stroke-dashoffset: 1741
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e svg path:nth-child(2) {
	stroke-dasharray: 1743 1745;
	stroke-dashoffset: 1744
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e.qodef--active svg {
	opacity: 1;
	visibility: visible
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e.qodef--active path:first-child {
	animation: qodef-border-line-draw 399ms ease-in-out 0s forwards
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e.qodef--active path:nth-child(2) {
	animation: qodef-border-line-draw .4s ease-in-out 399ms forwards
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e.qodef--active .qodef-e-media-image {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-portfolio-list-fixed-layout article {
	display: flex!important;
	margin-bottom: 110px!important
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n) {
	margin-top: 87px!important;
	width: 100%!important
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n) .qodef-e-inner {
	padding: 0 22.5% 0 23%
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+1),
.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+4) {
	width: 56%!important
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+2),
.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+3) {
	width: 44%!important
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+2) .qodef-e-inner,
.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+3) .qodef-e-inner {
	padding: 8.5% 23% 0 31.5%
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(10n+3) {
	align-items: flex-end
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(10n+3) .qodef-e-inner {
	padding: 0 16.5% 1.5% 11%
}

.qodef-portfolio-list-fixed-layout .qodef-e-inner {
	width: 100%
}

.qodef-portfolio-list-fixed-layout .qodef-e-media {
	overflow: hidden
}

.qodef-portfolio-list-fixed-layout .qodef-e-media img,
.qodef-portfolio-list-fixed-layout .qodef-e-media video {
	display: block;
	width: 100%
}

.qodef-portfolio-list-fixed-layout .qodef-e-content {
	margin-top: 22px
}

.qodef-portfolio-list-fixed-layout .qodef-e-title {
	margin: 0
}

.qodef-portfolio-list-fixed-layout .qodef-e-info-category {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

.qodef-portfolio-list-fixed-layout .qodef-e-info-category a:not(:last-child):after {
	color: var(--qode-additional-text-color);
	content: "/";
	margin: 0 2px 0 3px
}

.qodef-portfolio-list-fixed-layout .qodef-e.qodef--has-appear:nth-of-type(2n+2) {
	transition-delay: .4s
}

.qodef-portfolio-list-fixed-layout.qodef-hover-animation--tilt .qodef-e-media-image {
	transform-style: preserve-3d
}

.qodef-portfolio-list-fixed-layout.qodef-hover-animation--zoom .qodef-e .qodef-e-media-image img {
	transform: scale(1.01);
	transition: transform .4s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-portfolio-list-fixed-layout.qodef-hover-animation--zoom .qodef-e:hover .qodef-e-media-image img {
	transform: scale(1.05)
}

.qodef-portfolio-list .qodef-e-inner {
	position: relative
}

.qodef-portfolio-list .qodef-e-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-portfolio-list .qodef-e-media img,
.qodef-portfolio-list .qodef-e-media video {
	display: block;
	width: 100%
}

.qodef-portfolio-list .qodef-e-title {
	margin: 0
}

.qodef-portfolio-list .qodef-e-info-category {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

.qodef-portfolio-list .qodef-e-info-category a:not(:last-child):after {
	color: var(--qode-additional-text-color);
	content: "/";
	margin: 0 2px 0 3px
}

.qodef-portfolio-list .qodef-e-info-category a:hover {
	color: var(--qode-main-color)
}

.qodef-portfolio-list .qodef-m-pagination {
	margin-top: 35px
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media {
	height: 100%;
	overflow: hidden
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
	height: 100%
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%
}

body:not(.elementor-editor-active) .qodef-portfolio-list:not(.qodef-gutter--no) .qodef-e.qodef--has-appear {
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

body:not(.elementor-editor-active) .qodef-portfolio-list:not(.qodef-gutter--no) .qodef-e.qodef--has-appear.qodef--appear {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

body:not(.elementor-editor-active) .qodef-portfolio-list.qodef-gutter--no .qodef-e.qodef--has-appear .qodef-e-media {
	opacity: 0;
	transform: translateY(10%) translateZ(0) skewY(3deg) scaleY(1.3);
	transform-origin: center center;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .1s, opacity .3s;
	will-change: transform
}

body:not(.elementor-editor-active) .qodef-portfolio-list.qodef-gutter--no .qodef-e.qodef--has-appear.qodef--appear .qodef-e-media {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
	margin: 15px 0 5px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title {
	margin-top: -6px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-hover-animation--tilt .qodef-e-media-image {
	transform-style: preserve-3d
}

.qodef-portfolio-list.qodef-hover-animation--zoom .qodef-e .qodef-e-media-image {
	overflow: hidden
}

.qodef-portfolio-list.qodef-hover-animation--zoom .qodef-e .qodef-e-media-image img {
	transform: scale(1.01);
	transition: transform .4s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-portfolio-list.qodef-hover-animation--zoom .qodef-e:hover .qodef-e-media-image img {
	transform: scale(1.05)
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e-content {
	bottom: 0;
	left: 0;
	position: absolute;
	transform: translateY(101%) translateZ(0);
	transition: transform .55s cubic-bezier(.19, .47, 0, .97);
	will-change: tranform;
	width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e-content-inner {
	align-items: center;
	background-color: var(--qode-background-color);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 16px 25px
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e-inner {
	overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e-title-link:hover {
	color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e:hover .qodef-e-content {
	transform: translateY(1%)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-info-follow-predefined--on.qodef-col-num--4 article:nth-child(2n+1) {
	top: 32px
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-info-follow-predefined--on.qodef-col-num--3 article:nth-child(3n+1) {
	top: 0
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-info-follow-predefined--on.qodef-col-num--3 article:nth-child(3n+2) {
	top: 20px
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
	overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-media-image {
	transform: scale(1.01);
	transition: transform .4s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-media-image {
	transform: scale(1.04)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
	display: none
}

.qodef-follow-info-holder {
	left: 50%;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transition: transform .3s ease;
	visibility: hidden;
	z-index: 9999
}

.qodef-follow-info-holder.qodef-right {
	text-align: right;
	transform: translateX(-100%)
}

.qodef-follow-info-holder .qodef-follow-info-inner {
	display: flex;
	flex-direction: column;
	position: relative
}

.qodef-follow-info-holder .qodef-follow-info {
	background-color: var(--qode-background-color);
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	padding: 25px 55px 23px 26px;
	white-space: nowrap
}

.qodef-follow-info-holder .qodef-e-title {
	margin: 0
}

.qodef-follow-info-holder .qodef-e-info-category {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

.qodef-follow-info-holder .qodef-e-info-category a:not(:last-child):after {
	content: "/";
	margin: 0 2px 0 3px
}

.qodef-follow-info-holder.qodef-is-active {
	visibility: visible
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	transition: .5s cubic-bezier(.39, .58, .57, 1)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-media a {
	display: block;
	z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-title {
	z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category a,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-title a {
	color: var(--qode-heading-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category a:hover,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category a:not(:last-child):after {
	color: var(--qode-heading-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
	opacity: 0;
	transition: opacity .2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--qode-background-color);
	content: '';
	opacity: .7
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-inner:hover .qodef-e-content {
	opacity: 1
}

.qodef-portfolio-project-info .qodef-portfolio-info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px
}

.qodef-portfolio-project-info.qodef-project-info-layout--narrow .qodef-e-excerpt {
	margin: 0 87px 0 0
}

.qodef-portfolio-project-info.qodef-project-info-layout--narrow .qodef-portfolio-info .qodef-e {
	flex: 0 100%
}

.qodef-portfolio-project-info.qodef-project-info-layout--wide .qodef-e-excerpt {
	margin: 0 94px 0 0
}

.qodef-portfolio-project-info.qodef-project-info-layout--wide .qodef-portfolio-info .qodef-e {
	flex: 0 50%
}

.qodef-portfolio-showcase {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center
}

.qodef-portfolio-showcase .qodef-e-image,
.qodef-portfolio-showcase .qodef-e-text {
	margin: 0 30px 0 0;
	padding: 0 15px 0 0
}

.qodef-portfolio-showcase .qodef-e-text {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h1-fs);
	line-height: var(--qode-h1-lh);
	font-weight: var(--qode-heading-font-weight);
	font-size: 120px;
	line-height: .916em!important
}

.qodef-portfolio-showcase .qodef-e-text.qodef--highlight {
	color: var(--qode-main-color);
	position: relative
}

.qodef-portfolio-showcase .qodef-e-text.qodef--highlight svg {
	display: block;
	fill: none;
	height: 130%;
	left: -5%;
	position: absolute;
	stroke: var(--qode-main-color);
	stroke-width: 2px;
	top: -15%;
	width: 120%;
	height: 154.68px;
	left: 7px;
	top: -35.00583px;
	width: 100%
}

.qodef-portfolio-showcase .qodef-e-image {
	display: inline-block;
	height: 94.04389px;
	margin-top: -4px
}

.qodef-portfolio-showcase .qodef-e-image a,
.qodef-portfolio-showcase .qodef-e-image img {
	display: inline-block;
	height: 94.04389px;
	width: auto
}

.qodef-portfolio-showcase .qodef-e-image a {
	overflow: hidden;
	position: relative
}

.qodef-portfolio-showcase .qodef-e-image a:hover .qodef--hover {
	opacity: 1
}

.qodef-portfolio-showcase .qodef-e-image .qodef--hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	transition: opacity .13s
}

.qodef-portfolio-showcase.qodef--has-appear {
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s;
	transition: transform 1s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s;
	will-change: transform
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image {
	-webkit-clip-path: inset(0 100% 100% 0);
	clip-path: inset(0 100% 100% 0);
	transition: 1.2s cubic-bezier(.16, .09, 0, 1.02)
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(1) {
	transition-delay: 60ms
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(2) {
	transition-delay: .12s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(3) {
	transition-delay: .18s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(4) {
	transition-delay: .24s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(5) {
	transition-delay: .3s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(6) {
	transition-delay: .36s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(7) {
	transition-delay: .42s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(8) {
	transition-delay: .48s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(9) {
	transition-delay: .54s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(10) {
	transition-delay: .6s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(11) {
	transition-delay: .66s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(12) {
	transition-delay: .72s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(13) {
	transition-delay: .78s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(14) {
	transition-delay: .84s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(15) {
	transition-delay: .9s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(16) {
	transition-delay: .96s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(17) {
	transition-delay: 1.02s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(18) {
	transition-delay: 1.08s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(19) {
	transition-delay: 1.14s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(20) {
	transition-delay: 1.2s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(21) {
	transition-delay: 1.26s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(22) {
	transition-delay: 1.32s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(23) {
	transition-delay: 1.38s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(24) {
	transition-delay: 1.44s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(25) {
	transition-delay: 1.5s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(26) {
	transition-delay: 1.56s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(27) {
	transition-delay: 1.62s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(28) {
	transition-delay: 1.68s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(29) {
	transition-delay: 1.74s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(30) {
	transition-delay: 1.8s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(31) {
	transition-delay: 1.86s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(32) {
	transition-delay: 1.92s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(33) {
	transition-delay: 1.98s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(34) {
	transition-delay: 2.04s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(35) {
	transition-delay: 2.1s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(36) {
	transition-delay: 2.16s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(37) {
	transition-delay: 2.22s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(38) {
	transition-delay: 2.28s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(39) {
	transition-delay: 2.34s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(40) {
	transition-delay: 2.4s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(41) {
	transition-delay: 2.46s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(42) {
	transition-delay: 2.52s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(43) {
	transition-delay: 2.58s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(44) {
	transition-delay: 2.64s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(45) {
	transition-delay: 2.7s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(46) {
	transition-delay: 2.76s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(47) {
	transition-delay: 2.82s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(48) {
	transition-delay: 2.88s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(49) {
	transition-delay: 2.94s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(50) {
	transition-delay: 3s
}

.qodef-portfolio-showcase.qodef--has-appear.qodef--appear {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-portfolio-showcase.qodef--has-appear.qodef--appear .qodef-e-image {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0)
}

#qodef-portfolio-single-related-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 86px
}

#qodef-single-portfolio-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 53px 0 3px
}

#qodef-single-portfolio-navigation .qodef-m-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative
}

#qodef-single-portfolio-navigation .qodef-m-nav {
	align-items: center;
	color: var(--qode-heading-color);
	display: flex;
	max-width: 100%;
	position: relative
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder {
	display: flex;
	width: calc(100%/3)
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder:nth-child(1) {
	justify-content: flex-start
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder:nth-child(2) {
	justify-content: center
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder:nth-child(3) {
	justify-content: flex-end
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: inherit;
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
	fill: none;
	position: relative;
	stroke: currentColor;
	top: -1px;
	width: 24px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
	flex-direction: row-reverse
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-label {
	margin-left: 13px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
	color: var(--qode-main-color)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover {
	color: var(--qode-link-hover-color)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label {
	margin-right: 13px
}

#qodef-single-portfolio-navigation .qodef-m-nav:hover {
	color: var(--qode-main-color)
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
	display: block;
	float: none;
	margin-bottom: 30px
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
	display: block;
	float: none;
	margin-bottom: 30px
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 0
}

.qodef-team-list .qodef-e-role {
	margin: 0
}

.qodef-team-list .qodef-e-title {
	margin: 2px 0 10px
}

.qodef-team-list .qodef-team-member-social-networks {
	margin: 0
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner {
	display: grid;
	grid-template-areas: "center"
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
	opacity: .8;
	z-index: 1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-image {
	grid-area: center
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
	align-items: flex-start;
	background-color: var(--qode-background-color);
	display: flex;
	flex-direction: column;
	grid-area: center;
	height: 100%;
	justify-content: flex-end;
	opacity: 0;
	padding: 20px 20px 16px;
	transition: .35s ease-out;
	width: 100%;
	z-index: -1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-title {
	margin: 2px 0 0
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-inner {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-link:hover~.qodef-e-title {
	color: var(--qode-main-color)
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-link:hover~.qodef-e-text {
	color: var(--qode-main-color)
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-title {
	margin: 2px 0 10px;
	transition: color .2s ease-out
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-text {
	font-weight: 400;
	margin: 0 0 14px 10px;
	transition: color .2s ease-out
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-inner {
	grid-template-areas: "title" "text" "button";
	padding: 40px 40px 0;
	place-items: center start
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-title {
	margin: 0
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-text {
	margin: 2px 0 40px
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--2>.qodef-grid-inner>.qodef-e-custom-content-item {
	width: 100%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--3>.qodef-grid-inner>.qodef-e-custom-content-item {
	width: 66.66667%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--4>.qodef-grid-inner>.qodef-e-custom-content-item {
	width: 50%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--5>.qodef-grid-inner>.qodef-e-custom-content-item {
	width: 40%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--6>.qodef-grid-inner>.qodef-e-custom-content-item {
	width: 33.33333%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--7>.qodef-grid-inner>.qodef-e-custom-content-item {
	width: 28.57143%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--8>.qodef-grid-inner>.qodef-e-custom-content-item {
	width: 25%
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-inner {
	display: flex;
	padding-bottom: 85px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-image {
	flex: 0 1 280px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-content {
	display: flex;
	flex: 1 1 50%;
	flex-direction: column;
	margin-left: 20px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-title {
	line-height: 1;
	margin: -3px 0 8px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-description {
	margin: 20px 0 36px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-team-member-social-networks {
	display: flex
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-team-member-social-networks a {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-link-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 16px;
	transition: color .2s ease-out
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-team-member-social-networks a:last-child {
	margin-right: 0
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-team-member-social-networks a:hover {
	color: var(--qode-main-color)
}

.qodef-testimonials-list {
	text-align: center
}

.qodef-testimonials-list .qodef-e-static-title {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: .05em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 31px
}

.qodef-testimonials-list .qodef-e-inner {
	padding-bottom: 40px
}

.qodef-testimonials-list .qodef-e-text {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h1-fs);
	line-height: var(--qode-h1-lh);
	font-weight: var(--qode-heading-font-weight);
	line-height: 1em;
	margin: 0 0 26px
}

.qodef-testimonials-list .qodef-e-author {
	margin: 0
}

.qodef-button.qodef-html--link {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	line-height: 1.45em;
	margin: 0;
	outline: 0;
	position: relative;
	text-decoration: none;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	vertical-align: middle;
	width: auto;
	cursor: pointer;
	padding: 10px 39px
}

.qodef-button.qodef-size--small {
	padding: 7px 27px
}

.qodef-button.qodef-size--large {
	padding: 14px 51px
}

.qodef-button.qodef-size--full {
	padding: 14px 51px;
	text-align: center;
	width: 100%;
	text-align: center;
	width: 100%
}

.qodef-button .qodef-m-text {
	position: relative;
	top: 1px
}

.qodef-button .qodef-m-arrow {
	transform: translateX(0);
	transition: transform .35s cubic-bezier(.2, .89, .32, .95)
}

.qodef-button .qodef-m-arrow svg {
	fill: none;
	stroke: currentColor
}

.qodef-button:hover .qodef-m-arrow {
	transform: translateX(4px)
}

.qodef-button.qodef-layout--filled.qodef-html--link {
	color: var(--qode-background-color);
	background-color: var(--qode-heading-color);
	border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
	color: var(--qode-background-color);
	background-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined {
	color: var(--qode-heading-color);
	background-color: transparent;
	border: 1px solid var(--qode-heading-color)
}

.qodef-button.qodef-layout--outlined:hover {
	color: var(--qode-background-color);
	background-color: var(--qode-main-color);
	border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual-animated {
	align-items: center;
	background-color: transparent;
	color: var(--qode-button-text-color);
	display: inline-flex;
	margin-top: 2px;
	min-height: 99px;
	padding: 0!important;
	transition: color .35s ease-out, background-color .35s ease-out, border-color .35s ease-out
}

.qodef-button.qodef-layout--textual-animated .qodef-m-text {
	display: inline-block;
	vertical-align: middle
}

.qodef-button.qodef-layout--textual-animated .qodef-m-arrow {
	margin-left: 10px;
	padding-right: 64px
}

.qodef-button.qodef-layout--textual-animated .qodef-m-arrow svg {
	width: 34px
}

.qodef-button.qodef-layout--textual-animated .qodef-m-circle {
	position: absolute;
	right: 0
}

.qodef-button.qodef-layout--textual-animated .qodef-m-circle svg {
	fill: none;
	height: 99px;
	stroke: var(--qode-button-circle-color);
	stroke-width: 1.7;
	top: -2px;
	width: 99px
}

.qodef-button.qodef-layout--textual-animated.qodef-size--small {
	margin-top: 3px;
	min-height: 82px
}

.qodef-button.qodef-layout--textual-animated.qodef-size--small .qodef-m-arrow {
	padding-right: 52px
}

.qodef-button.qodef-layout--textual-animated.qodef-size--small .qodef-m-circle svg {
	height: 82px;
	top: -3px;
	width: 82px
}

.qodef-button.qodef-layout--textual-animated:hover {
	color: var(--qode-button-text-hover-color)
}

.qodef-button.qodef-layout--textual {
	align-items: center;
	background-color: transparent;
	border: 0;
	color: var(--qode-button-text-color);
	display: inline-flex;
	padding: 0!important
}

.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	vertical-align: middle
}

.qodef-button.qodef-layout--textual .qodef-m-arrow {
	margin-left: 8px
}

.qodef-button.qodef-layout--textual .qodef-m-arrow svg {
	width: 19px
}

.qodef-button.qodef-layout--textual:hover {
	color: var(--qode-main-color)
}

.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;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin: 0 10px 5px 0;
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: var(--qode-h2-fs);
	line-height: var(--qode-h2-lh);
	font-weight: var(--qode-heading-font-weight)
}

.qodef-dropcaps .qodef-m-text {
	display: inline;
	margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
	width: 40px;
	height: 40px;
	font-size: var(--qode-h4-fs);
	line-height: var(--qode-h4-lh);
	font-weight: var(--qode-heading-font-weight);
	color: var(--qode-background-color);
	background-color: var(--qode-heading-color)
}

.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: var(--qode-background-color);
	background-color: var(--qode-heading-color)
}

.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: flex;
	align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
	flex-shrink: 0;
	margin-right: 5px;
	float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
	font-size: 15px
}

.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_oraiste_core_icon_list_item {
	margin-bottom: 0
}

#qodef-page-footer .widget.widget_oraiste_core_icon_list_item {
	margin-bottom: 0
}

#qodef-side-area .widget.widget_oraiste_core_icon_list_item {
	margin-bottom: 0
}

.qodef-icon-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 1
}

.qodef-icon-holder a {
	display: block
}

.qodef-icon-holder .qodef-icon {
	display: block;
	line-height: inherit
}

.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: var(--qode-background-color);
	background-color: var(--qode-main-color);
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
	color: inherit;
	transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
	background-color: var(--qode-heading-color)
}

.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_oraiste_core_icon {
	display: inline-block;
	line-height: 1
}

#qodef-page-sidebar .widget.widget_oraiste_core_icon {
	margin-bottom: 0
}

#qodef-page-footer .widget.widget_oraiste_core_icon {
	margin-bottom: 0
}

#qodef-side-area .widget.widget_oraiste_core_icon {
	margin-bottom: 0
}

.qodef-image-gallery.qodef-swiper--auto-width {
	height: 400px
}

.qodef-image-gallery.qodef-swiper--auto-width .qodef-e {
	width: auto!important
}

.qodef-image-gallery.qodef-swiper--auto-width .qodef-e img {
	height: 100%;
	width: auto
}

.qodef-image-with-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.qodef-image-with-text .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-shadow--on.qodef-image-with-text .qodef-m-image {
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, .14)
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
	display: block
}

.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: 12px 0 0
}

.qodef-image-with-text .qodef-m-title a:hover {
	color: var(--qode-main-color)
}

.qodef-image-with-text .qodef-m-title a:focus {
	color: var(--qode-link-color)
}

.qodef-image-with-text .qodef-m-text {
	margin: 12px 0 0
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder {
	position: relative
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-iwt-frame {
	vertical-align: middle
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--vertical .qodef-m-image img {
	width: 100%
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--horizontal .qodef-m-image img {
	height: 100%;
	max-width: unset;
	width: auto
}

.qodef-image-with-text.qodef--has-appear {
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-image-with-text.qodef--has-appear.qodef--appear {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-process .qodef-e-inner {
	display: grid;
	grid-template-areas: "subtitle image" "title title";
	grid-template-columns: minmax(0, min-content) 102px;
	grid-template-rows: 90px minmax(102px, min-content)
}

.qodef-process .qodef-e-title {
	align-self: start;
	grid-area: title;
	justify-self: start;
	margin: 0 0 25px
}

.qodef-process .qodef-e-image {
	align-self: center;
	grid-area: image;
	justify-self: center;
	opacity: 0;
	transition: opacity .2s ease-out
}

.qodef-process .qodef-e-image svg path {
	stroke-dasharray: 851 994;
	stroke-dashoffset: 992
}

.qodef-process .qodef-e-subtitle {
	align-self: end;
	grid-area: subtitle;
	justify-self: start;
	margin: 10px 25px 0 0;
	white-space: nowrap
}

.qodef-process .qodef-e:active .qodef-e-image,
.qodef-process .qodef-e:focus .qodef-e-image,
.qodef-process .qodef-e:hover .qodef-e-image {
	opacity: 1
}

.qodef-process .qodef-e:active .qodef-e-image svg path,
.qodef-process .qodef-e:focus .qodef-e-image svg path,
.qodef-process .qodef-e:hover .qodef-e-image svg path {
	animation: qodef-border-line-draw 1033ms ease-in-out 0s forwards
}

.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-section-title.qodef-alignment--center {
	text-align: center
}

.qodef-section-title.qodef-alignment--left {
	text-align: left
}

.qodef-section-title.qodef-alignment--right {
	text-align: right
}

.qodef-section-title .qodef-m-title {
	margin: 0
}

.qodef-section-title .qodef-m-title .qodef-text-item {
	display: inline-block
}

.qodef-section-title .qodef-m-title .qodef--highlight {
	position: relative
}

.qodef-section-title .qodef-m-title svg {
	display: block;
	fill: none;
	height: 130%;
	left: -13%;
	position: absolute;
	stroke: var(--qode-main-color);
	stroke-width: 2px;
	top: -13%;
	width: 123%
}

.qodef-section-title .qodef-m-text {
	margin: 25px 0 0
}

.qodef-section-title span.qodef-m-title {
	font-family: var(--qode-heading-font-family);
	text-transform: var(--qode-heading-text-transform);
	color: var(--qode-heading-color);
	font-size: 100px!important;
	line-height: 1em
}

.qodef-section-title.qodef--has-appear {
	opacity: 0;
	transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
	transform-origin: top left;
	transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .1s, opacity .3s .1s
}

.qodef-section-title.qodef--has-appear.qodef--appear {
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-separator {
	font-size: 0;
	height: auto;
	line-height: 1;
	position: relative
}

.qodef-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid var(--qode-border-color);
	margin: 10px 0
}

.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_oraiste_core_separator {
	margin-bottom: 0
}

#qodef-page-footer .widget.widget_oraiste_core_separator {
	margin-bottom: 0
}

#qodef-side-area .widget.widget_oraiste_core_separator {
	margin-bottom: 0
}

.qodef-single-image img {
	display: block
}

.qodef-video-button {
	position: relative;
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-template-rows: 1fr min-content 1fr
}

.qodef-video-button .qodef-m-image {
	grid-column: 1/4;
	grid-row: 1/4
}

.qodef-video-button .qodef-button {
	grid-column: 2/3;
	grid-row: 2/3
}

body.qodef-color-skin--orange .qodef-video-button .qodef-button .qodef-m-circle svg {
	stroke: var(--qode-background-color)
}

.qodef-video-button .qodef-m-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.qodef-social-share {
	display: flex
}

.qodef-social-share .qodef-social-title {
	margin: 0 12px 0 0;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase
}

.qodef-social-share ul {
	display: flex;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0
}

.qodef-social-share li {
	line-height: 0;
	margin: 0;
	padding: 0
}

.qodef-social-share li a {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2em;
	color: var(--qode-additional-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	transition: color .2s ease-out
}

.qodef-social-share li a:hover {
	color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--text li {
	margin-right: 18px
}

.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: var(--qode-text-color)
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: var(--qode-text-color)
}

#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: var(--qode-text-color)
}

#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: var(--qode-text-color)
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: var(--qode-text-color)
}

#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: var(--qode-text-color)
}

#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: 999999
}

#qodef-page-spinner .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: blue;
	background-color: var(--qode-background-color)
}

#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;
	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 {
	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 {
	transform: rotate(0);
	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 {
	transform: rotate(120deg);
	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 {
	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 {
	transform: rotate(240deg);
	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 {
	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;
	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 {
	transform: rotate(-135deg);
	animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
	transform: rotate(-90deg);
	animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
	transform: rotate(-45deg);
	animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
	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;
	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;
	animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
	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 {
	animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
	transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
	transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
	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%;
	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%;
	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%;
	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%;
	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;
	animation: qode-fussion-ball-4 1s 0s ease infinite;
	z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
	height: 60px;
	margin: 0 0 0 -30px;
	width: 60px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	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;
	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;
	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;
	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;
	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 {
	animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
	animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
	animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
	animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
	margin: 0;
	opacity: 0;
	animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
	flex-shrink: 0;
	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;
	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: red;
	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 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
	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;
	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;
	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) {
	animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
	animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
	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;
	animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
	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;
	animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
	animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
	animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
	animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
	animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text {
	display: flex;
	line-height: 1.2em;
	overflow: hidden;
	color: #696969;
	position: relative;
	overflow: hidden
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text.qodef-appeared .qodef-textual-spinner-text-inner {
	animation: qodef-animate-text-spinner .8s forwards
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text-inner {
	opacity: 0;
	transform-origin: top left
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-svg-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-svg {
	width: 165px;
	height: 165px;
	stroke-width: 1;
	stroke-dashoffset: 250;
	stroke-dasharray: 250;
	transform: rotate(-125deg)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-svg.qodef-appeared {
	animation: qodef-border-line-draw 1.3s ease-in-out forwards .3s
}

@keyframes qodef-animate-text-spinner {
	0% {
		opacity: 0;
		transform: translateY(100%) translateZ(0) rotate(10deg) scaleY(1.2)
	}
	40% {
		opacity: 1
	}
	100% {
		transform: translateY(0) translateZ(0) skewY(0) scaleY(1);
		opacity: 1
	}
}

#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;
	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%;
	transform-origin: center bottom;
	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;
	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 {
	animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
	animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
	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;
	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%;
	animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
	animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
	animation-delay: -.16s
}

.qodef-page-title {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover
}

.qodef-page-title.qodef-image--responsive {
	height: auto!important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
	left: 0;
	position: absolute;
	top: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
	left: 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-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 {
	color: var(--qode-additional-text-color);
	font-size: 15px
}

.qodef-page-title .qodef-breadcrumbs a:hover {
	color: var(--qode-main-color)
}

.qodef-page-title .qodef-breadcrumbs a:hover span {
	color: inherit
}

.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-title--standard-with-breadcrumbs .qodef-m-content {
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: .05em;
	color: var(--qode-text-color);
	font-family: Prompt, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin: 4px 0 0
}

.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 14px
}

.widget.qodef-author-info .qodef-author-info-name a {
	color: inherit
}

.widget.qodef-author-info .qodef-author-info-image {
	margin: 0 0 21px;
	display: inline-block
}

.widget.qodef-author-info .qodef-author-info-description {
	margin: 0 0 24px
}

.widget.qodef-author-info .qodef-author-info-name a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-sidebar .widget.qodef-author-info .qodef-author-info-name a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-header .widget.qodef-author-info .qodef-author-info-name a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.qodef-author-info .qodef-author-info-name a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.qodef-author-info .qodef-author-info-name a:hover {
	color: var(--qode-main-color)!important
}

#qodef-page-footer-bottom-area .widget.qodef-author-info .qodef-author-info-name a:hover {
	color: var(--qode-main-color)!important
}

#qodef-fullscreen-area .widget.qodef-author-info .qodef-author-info-name a:hover {
	color: var(--qode-main-color)!important
}

.widget .qodef-contact-info-widget {
	margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
	font-size: 16px
}

.qodef-social-icons-group .qodef-icon-holder {
	margin-right: 9px
}

.qodef-social-icons-group .qodef-icon-holder a {
	transition: color .2s ease-out
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
	margin-right: 0
}

@media only screen and (max-width:1440px) {
	.qodef-background-text .qodef-m-background-text {
		font-size: 135px
	}
}

@media only screen and (max-width:680px) {
	.qodef-background-text .qodef-m-background-text {
		display: none!important
	}
}

@media only screen and (max-width:680px) {
	#qodef-author-info .qodef-m-inner {
		flex-wrap: wrap
	}
	#qodef-author-info .qodef-m-content {
		margin-top: 23px
	}
}

@media only screen and (max-width:680px) {
	#qodef-single-post-navigation .qodef-m-nav {
		flex-direction: column-reverse
	}
	#qodef-single-post-navigation .qodef-m-nav-content {
		margin-top: 10px
	}
	#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
		flex-direction: column-reverse
	}
	#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-content {
		align-self: flex-start;
		margin-left: 0
	}
	#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-content {
		align-self: flex-end;
		margin-right: 0
	}
}

@media only screen and (max-width:1024px) {
	.qodef-fullscreen-menu>ul>li>a {
		font-size: 70px;
		line-height: .8em
	}
	.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
		font-size: 25px
	}
}

@media only screen and (max-width:480px) {
	.qodef-fullscreen-menu>ul>li>a {
		font-size: 55px;
		line-height: .7em
	}
}

@media only screen and (max-width:1024px) {
	#qodef-fullscreen-area .qodef-widget-holder {
		display: none
	}
}

@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:1366px) {
	.qodef-header--vertical-sliding #qodef-page-header {
		width: 53px
	}
	.qodef-header--vertical-sliding #qodef-page-header .qodef--static {
		width: 53px
	}
	.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-header-logo-link {
		height: 53px;
		top: calc(23px + 10px);
		width: 53px
	}
	.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-widget-holder {
		bottom: 23px;
		height: 53px;
		width: 53px
	}
	.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic {
		left: -628px;
		padding: 38px 47px 15px 100px;
		width: 575px
	}
	.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder {
		left: auto;
		right: 47px
	}
	.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--two {
		top: 23px
	}
	.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--three {
		bottom: 23px
	}
	.qodef-header--vertical-sliding #qodef-page-footer,
	.qodef-header--vertical-sliding #qodef-page-outer {
		padding-left: 53px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-header--vertical-sliding #qodef-page-header-inner {
		display: none
	}
	.qodef-header--vertical-sliding #qodef-page-outer,
	.qodef-header--vertical-sliding footer {
		padding-left: 0
	}
}

@media only screen and (max-width:1366px) {
	.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
		font-size: 70px;
		line-height: .8em
	}
}

@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: -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
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single .qodef-variations--small .qodef-media {
		margin: 0 0 50px
	}
	.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
		margin-top: 67px!important
	}
	.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
		margin-right: 0
	}
	.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
		margin-top: 7px!important
	}
	.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info>div {
		flex: 0 100%
	}
}

@media only screen and (max-width:1600px) {
	.elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-text {
		bottom: 35px
	}
	.elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
		bottom: 15px
	}
	.qodef-horizontal-portfolio-list .qodef-m-items-holder {
		padding: 68px 0
	}
}

@media only screen and (max-width:1366px) {
	.elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
		right: 30px
	}
	.qodef-horizontal-portfolio-list .qodef-m-items-holder {
		padding: 44px 0
	}
}

@media only screen and (max-width:1024px) {
	.qodef-horizontal-portfolio-list {
		height: auto!important
	}
	.qodef-horizontal-portfolio-list .qodef-e-media {
		max-height: initial
	}
	.qodef-horizontal-portfolio-list .qodef-m-text {
		bottom: initial!important;
		left: initial!important;
		padding: 40px;
		position: initial!important;
		width: auto
	}
	.qodef-text-break--disabled.qodef-horizontal-portfolio-list .qodef-m-text br {
		display: none
	}
	.qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
		display: none
	}
	.qodef-horizontal-portfolio-list .qodef-m-items-holder {
		flex-wrap: wrap;
		height: auto;
		overflow: visible!important;
		overflow-y: scroll!important;
		padding: 40px;
		width: auto
	}
	.qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
		width: 50%!important
	}
	.qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item .qodef-e-inner {
		width: initial!important
	}
}

@media only screen and (max-width:680px) {
	.qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
		width: unset!important
	}
}

@media only screen and (max-width:1366px) {
	.qodef-horizontal-portfolio-showcase .qodef-m-text .qodef-text-holder {
		font-size: 80px
	}
	.qodef-horizontal-portfolio-showcase .qodef-m-text.qodef-m-item {
		width: 670px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-horizontal-portfolio-showcase {
		height: auto!important
	}
	.qodef-text-break--disabled.qodef-horizontal-portfolio-showcase .qodef-m-text br {
		display: none
	}
	.qodef-horizontal-portfolio-showcase .qodef-m-text .qodef-text-holder {
		font-size: 60px;
		padding: 40px
	}
	.qodef-horizontal-portfolio-showcase .qodef-m-text.qodef-m-item {
		width: auto
	}
	.qodef-horizontal-portfolio-showcase .qodef-m-items-holder {
		flex-wrap: wrap;
		height: auto;
		overflow: visible!important;
		width: auto
	}
	.qodef-horizontal-portfolio-showcase .qodef-m-item {
		width: auto
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-inner {
		display: flex;
		flex-wrap: wrap;
		height: auto;
		padding: 40px
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-custom-image {
		height: 60vw;
		width: calc(100vw - 2 * 40px);
		display: flex;
		align-items: center
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-custom-image img {
		width: 100%;
		max-width: 100%
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-featured-image {
		height: calc(50vw - 65px);
		margin-top: calc(((50vw - 65px)/2) * -1);
		padding: 15px;
		width: calc(50vw - 40px)
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-featured-image img {
		padding-left: 25px
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-list-media {
		height: calc(50vw - 65px);
		margin-top: calc(((50vw - 65px)/2) * -1);
		padding: 15px;
		width: calc(50vw - 40px)
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-list-media img,
	.qodef-horizontal-portfolio-showcase .qodef-e-list-media video {
		padding-right: 25px
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-categories {
		margin: 18px 0 0 40px;
		width: 100%
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-title {
		margin: 8px 0 0 40px;
		width: 100%
	}
}

@media only screen and (max-width:680px) {
	.qodef-horizontal-portfolio-showcase .qodef-e-inner {
		padding: 40px
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-custom-image {
		width: calc(100vw - 2 * 40px)
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-featured-image {
		height: calc(50vw - 60px);
		margin-top: calc(((50vw - 60px)/2) * -1);
		padding: 10px;
		width: calc(50vw - 40px)
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-featured-image img {
		padding-left: 20px
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-list-media {
		height: calc(50vw - 60px);
		margin-top: calc(((50vw - 60px)/2) * -1);
		padding: 10px;
		width: calc(50vw - 40px)
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-list-media img,
	.qodef-horizontal-portfolio-showcase .qodef-e-list-media video {
		padding-right: 20px
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-categories {
		margin: 18px 0 0 30px
	}
	.qodef-horizontal-portfolio-showcase .qodef-e-title {
		margin: 8px 0 0 30px
	}
}

@media only screen and (max-width:768px) {
	.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-number {
		width: 38px
	}
}

@media only screen and (max-width:480px) {
	.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-content {
		flex-wrap: wrap
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-number {
		display: none
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-title {
		width: 100%
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-info-category {
		width: 100%
	}
}

@media only screen and (max-width:1440px) {
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list {
		padding-top: calc(50vh + 42px)
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image {
		height: 50vh
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image .qodef-e-media-image,
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image a,
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image img {
		height: 50vh
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
		font-size: 52px;
		white-space: normal;
		text-align: center;
		margin: 0
	}
}

@media only screen and (max-width:1366px) {
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e {
		margin: 0 33px
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
		font-size: 50px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list {
		top: 20px
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e {
		margin: 0 25px
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e:not(:last-child) .qodef-e-title:after {
		right: -33px
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
		font-size: 45px
	}
}

@media only screen and (max-width:680px) {
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
		font-size: 40px
	}
}

@media only screen and (max-width:480px) {
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image a:after {
		display: none
	}
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
		font-size: 35px
	}
}

@media only screen and (max-width:374px) {
	.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title:after {
		display: none
	}
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-list-fixed-layout article:nth-of-type(5n) {
		margin-top: 0!important
	}
}

@media only screen and (max-width:768px) {
	.qodef-portfolio-list-fixed-layout article {
		margin-bottom: 55px!important
	}
	.qodef-portfolio-list-fixed-layout article .qodef-e-inner {
		padding-top: 0!important
	}
	.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+1),
	.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+4) {
		width: 100%!important
	}
	.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+2),
	.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+3) {
		width: 100%!important
	}
	.qodef-portfolio-list-fixed-layout article:nth-of-type(10n+3) {
		align-items: initial
	}
}

@media only screen and (max-width:480px) {
	.qodef-portfolio-list-fixed-layout article .qodef-e-inner {
		padding-left: 0!important;
		padding-right: 0!important
	}
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-list .qodef-e-inner {
		margin: 0!important
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-project-info .qodef-portfolio-info {
		margin-top: 60px
	}
	.qodef-portfolio-project-info.qodef-project-info-layout--narrow .qodef-e-excerpt {
		margin: 0
	}
	.qodef-portfolio-project-info.qodef-project-info-layout--wide .qodef-e-excerpt {
		margin: 0
	}
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-project-info.qodef-project-info-layout--wide .qodef-portfolio-info .qodef-e {
		flex: 0 100%
	}
}

@media only screen and (max-width:1600px) {
	.qodef-portfolio-showcase .qodef-e-text {
		font-size: 80px
	}
	.qodef-portfolio-showcase .qodef-e-text.qodef--highlight svg {
		height: 103.12px;
		top: -23.33722px
	}
	.qodef-portfolio-showcase .qodef-e-image {
		height: 62.69592px;
		margin-top: -2.66667px
	}
	.qodef-portfolio-showcase .qodef-e-image a,
	.qodef-portfolio-showcase .qodef-e-image img {
		height: 62.69592px
	}
}

@media only screen and (max-width:1440px) {
	.qodef-portfolio-showcase .qodef-e-text {
		font-size: 70px
	}
	.qodef-portfolio-showcase .qodef-e-text.qodef--highlight svg {
		height: 90.23px;
		top: -20.42007px
	}
	.qodef-portfolio-showcase .qodef-e-image {
		height: 54.85893px;
		margin-top: -2.33333px
	}
	.qodef-portfolio-showcase .qodef-e-image a,
	.qodef-portfolio-showcase .qodef-e-image img {
		height: 54.85893px
	}
}

@media only screen and (max-width:1366px) {
	.qodef-portfolio-showcase .qodef-e-image,
	.qodef-portfolio-showcase .qodef-e-text {
		margin: 0 20px 0 0
	}
}

@media only screen and (max-width:680px) {
	.qodef-portfolio-showcase .qodef-e-image,
	.qodef-portfolio-showcase .qodef-e-text {
		margin: 0 5px;
		padding: 0 10px
	}
	.qodef-portfolio-showcase .qodef-e-text {
		font-size: 60px;
		line-height: 1em!important
	}
	.qodef-portfolio-showcase .qodef-e-text.qodef--highlight svg {
		height: 77.34px;
		top: -17.50292px
	}
	.qodef-portfolio-showcase .qodef-e-image {
		height: 47.02194px;
		margin-top: -2px
	}
	.qodef-portfolio-showcase .qodef-e-image a,
	.qodef-portfolio-showcase .qodef-e-image img {
		height: 47.02194px
	}
}

@media only screen and (max-width:480px) {
	#qodef-single-portfolio-navigation .qodef-m-nav-label {
		display: none
	}
}

@media only screen and (max-width:1366px) {
	.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-inner {
		padding: 30px 30px 0
	}
	.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-text {
		margin: 2px 0 30px
	}
}

@media only screen and (max-width:1280px) {
	.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-inner {
		padding: 20px 20px 0
	}
	.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-text {
		margin: 2px 0 20px
	}
}

@media only screen and (max-width:1440px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 40%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
}

@media only screen and (max-width:768px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
}

@media only screen and (max-width:680px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 40%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 33.33333%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 28.57143%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 40%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 33.33333%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 28.57143%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 25%
	}
}

@media only screen and (max-width:1440px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 40%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 33.33333%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 28.57143%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 25%
	}
}

@media only screen and (max-width:1366px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 40%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 33.33333%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 28.57143%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 25%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 40%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 33.33333%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 28.57143%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 25%
	}
}

@media only screen and (max-width:768px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 40%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 33.33333%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 28.57143%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 25%
	}
}

@media only screen and (max-width:680px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 40%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 33.33333%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 28.57143%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 25%
	}
}

@media only screen and (max-width:480px) {
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 100%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 66.66667%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 50%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 40%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 33.33333%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 28.57143%
	}
	.qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
		width: 25%
	}
}

@media only screen and (max-width:1024px) {
	.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-inner {
		flex-direction: column
	}
	.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-content {
		flex: initial;
		margin-left: 0;
		margin-top: 20px
	}
	.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-image {
		flex: initial
	}
	.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-description {
		margin: 20px 0
	}
}

@media only screen and (max-width:768px) {
	.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-inner {
		padding-bottom: 0
	}
}

@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:680px) {
	.qodef-process .qodef-e-inner {
		grid-template-rows: 1fr minmax(0, min-content);
		grid-template-columns: minmax(122px, min-content) 102px
	}
	.qodef-process .qodef-e-title {
		margin: 0
	}
	.qodef-process .qodef-e-image {
		display: block;
		opacity: 1
	}
	.qodef-process .qodef-e-image svg path {
		stroke-dashoffset: 0
	}
}

@media only screen and (max-width:1366px) {
	.qodef-section-title span.qodef-m-title {
		font-size: 90px!important
	}
}

@media only screen and (max-width:1024px) {
	.qodef-section-title span.qodef-m-title {
		font-size: 60px!important
	}
}

@media only screen and (max-width:680px) {
	.qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
		display: none
	}
}

@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 {
		justify-content: flex-start
	}
}