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

.wpcf7 .hidden-fields-container {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

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

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

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

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

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

.wpcf7-reflection > output[hidden] {
	display: none;
}
@font-face {
  font-family: 'fontello';
  src: url(//daniels-entertainment.com/wp-content/plugins/pixelwars-core/themes/global/css/fonts/fontello/font/fontello.eot?24047119);
  src: url(//daniels-entertainment.com/wp-content/plugins/pixelwars-core/themes/global/css/fonts/fontello/font/fontello.eot?24047119#iefix) format('embedded-opentype'),
       url(//daniels-entertainment.com/wp-content/plugins/pixelwars-core/themes/global/css/fonts/fontello/font/fontello.woff2?24047119) format('woff2'),
       url(//daniels-entertainment.com/wp-content/plugins/pixelwars-core/themes/global/css/fonts/fontello/font/fontello.woff?24047119) format('woff'),
       url(//daniels-entertainment.com/wp-content/plugins/pixelwars-core/themes/global/css/fonts/fontello/font/fontello.ttf?24047119) format('truetype'),
       url(//daniels-entertainment.com/wp-content/plugins/pixelwars-core/themes/global/css/fonts/fontello/font/fontello.svg?24047119#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url(//daniels-entertainment.com/wp-content/plugins/pixelwars-core/themes/global/css/fonts/fontello/font/fontello.svg?24047119#fontello) format('svg');
  }
}
*/
 
 [class^="pw-icon-"]:before, [class*=" pw-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.pw-icon-menu:before { content: '\e800'; } /* '' */
.pw-icon-share:before { content: '\e801'; } /* '' */
.pw-icon-search:before { content: '\e802'; } /* '' */
.pw-icon-calendar:before { content: '\e803'; } /* '' */
.pw-icon-clock:before { content: '\e804'; } /* '' */
.pw-icon-medium:before { content: '\e805'; } /* '' */
.pw-icon-comment:before { content: '\e806'; } /* '' */
.pw-icon-user:before { content: '\e807'; } /* '' */
.pw-icon-pocket:before { content: '\e808'; } /* '' */
.pw-icon-doc-text:before { content: '\e809'; } /* '' */
.pw-icon-down-outline:before { content: '\e80a'; } /* '' */
.pw-icon-down-open-big:before { content: '\e80b'; } /* '' */
.pw-icon-angle-down:before { content: '\e80c'; } /* '' */
.pw-icon-circle-empty:before { content: '\e80d'; } /* '' */
.pw-icon-dot-circled:before { content: '\e80e'; } /* '' */
.pw-icon-check:before { content: '\e80f'; } /* '' */
.pw-icon-check-empty:before { content: '\e810'; } /* '' */
.pw-icon-export:before { content: '\e811'; } /* '' */
.pw-icon-pencil-alt:before { content: '\e812'; } /* '' */
.pw-icon-chat:before { content: '\e813'; } /* '' */
.pw-icon-mic:before { content: '\e814'; } /* '' */
.pw-icon-video-alt:before { content: '\e815'; } /* '' */
.pw-icon-videocam-outline:before { content: '\e816'; } /* '' */
.pw-icon-pinterest:before { content: '\e817'; } /* '' */
.pw-icon-gmail:before { content: '\e818'; } /* '' */
.pw-icon-quote-left:before { content: '\e819'; } /* '' */
.pw-icon-quote-right:before { content: '\e81a'; } /* '' */
.pw-icon-link:before { content: '\e81b'; } /* '' */
.pw-icon-location:before { content: '\e81c'; } /* '' */
.pw-icon-pin:before { content: '\e81d'; } /* '' */
.pw-icon-attach:before { content: '\e81e'; } /* '' */
.pw-icon-play:before { content: '\e81f'; } /* '' */
.pw-icon-eye:before { content: '\e820'; } /* '' */
.pw-icon-heart:before { content: '\e821'; } /* '' */
.pw-icon-heart-filled:before { content: '\e822'; } /* '' */
.pw-icon-plus:before { content: '\e823'; } /* '' */
.pw-icon-download-cloud:before { content: '\e824'; } /* '' */
.pw-icon-facebook:before { content: '\e825'; } /* '' */
.pw-icon-twitter:before { content: '\e826'; } /* '' */
.pw-icon-linkedin-squared:before { content: '\e827'; } /* '' */
.pw-icon-gplus:before { content: '\e828'; } /* '' */
.pw-icon-pinterest-circled:before { content: '\e829'; } /* '' */
.pw-icon-github-circled:before { content: '\e82a'; } /* '' */
.pw-icon-behance:before { content: '\e82b'; } /* '' */
.pw-icon-dribbble:before { content: '\e82c'; } /* '' */
.pw-icon-instagram:before { content: '\e82d'; } /* '' */
.pw-icon-lastfm:before { content: '\e82e'; } /* '' */
.pw-icon-rss:before { content: '\e82f'; } /* '' */
.pw-icon-vimeo-squared:before { content: '\e830'; } /* '' */
.pw-icon-forrst:before { content: '\e831'; } /* '' */
.pw-icon-skype:before { content: '\e832'; } /* '' */
.pw-icon-picasa:before { content: '\e833'; } /* '' */
.pw-icon-youtube-play:before { content: '\e834'; } /* '' */
.pw-icon-flickr:before { content: '\e835'; } /* '' */
.pw-icon-tumblr:before { content: '\e836'; } /* '' */
.pw-icon-blogger:before { content: '\e837'; } /* '' */
.pw-icon-delicious:before { content: '\e838'; } /* '' */
.pw-icon-digg:before { content: '\e839'; } /* '' */
.pw-icon-friendfeed:before { content: '\e83a'; } /* '' */
.pw-icon-wordpress:before { content: '\e83b'; } /* '' */
.pw-icon-stackoverflow:before { content: '\e83c'; } /* '' */
.pw-icon-foursquare:before { content: '\e83d'; } /* '' */
.pw-icon-xing:before { content: '\e83e'; } /* '' */
.pw-icon-sina-weibo:before { content: '\e83f'; } /* '' */
.pw-icon-soundcloud:before { content: '\e840'; } /* '' */
.pw-icon-fivehundredpx:before { content: '\e841'; } /* '' */
.pw-icon-slideshare:before { content: '\e842'; } /* '' */
.pw-icon-android:before { content: '\e843'; } /* '' */
.pw-icon-apple:before { content: '\e844'; } /* '' */
.pw-icon-windows:before { content: '\e845'; } /* '' */
.pw-icon-vkontakte:before { content: '\e846'; } /* '' */
.pw-icon-myspace:before { content: '\e847'; } /* '' */
.pw-icon-meetup:before { content: '\e848'; } /* '' */
.pw-icon-cart:before { content: '\e849'; } /* '' */
.pw-icon-reddit:before { content: '\e84a'; } /* '' */
.pw-icon-stumbleupon-circled:before { content: '\e84b'; } /* '' */
.pw-icon-path:before { content: '\e84c'; } /* '' */
.pw-icon-dropbox:before { content: '\e84d'; } /* '' */
.pw-icon-paper-plane:before { content: '\e84e'; } /* '' */
.pw-icon-paper-plane-1:before { content: '\e84f'; } /* '' */
.pw-icon-goodreads:before { content: '\e850'; } /* '' */
.pw-icon-grooveshark:before { content: '\e851'; } /* '' */
.pw-icon-comment-1:before { content: '\e852'; } /* '' */
.pw-icon-steam:before { content: '\e853'; } /* '' */
.pw-icon-angellist:before { content: '\e855'; } /* '' */
.pw-icon-icq:before { content: '\e856'; } /* '' */
.pw-icon-edit:before { content: '\e857'; } /* '' */
.pw-icon-home:before { content: '\e858'; } /* '' */
.pw-icon-doc-alt:before { content: '\e859'; } /* '' */
.pw-icon-attach-1:before { content: '\e85a'; } /* '' */
.pw-icon-thumbs-up:before { content: '\e85b'; } /* '' */
.pw-icon-info-circled-alt:before { content: '\e85c'; } /* '' */
.pw-icon-warning-empty:before { content: '\e85d'; } /* '' */
.pw-icon-plus-squared-alt:before { content: '\e85e'; } /* '' */
.pw-icon-minus-squared-alt:before { content: '\e85f'; } /* '' */
.pw-icon-left-small:before { content: '\e860'; } /* '' */
.pw-icon-bookmark-empty:before { content: '\e861'; } /* '' */
.pw-icon-bookmark-empty-1:before { content: '\e862'; } /* '' */
.pw-icon-vine:before { content: '\e863'; } /* '' */
.pw-icon-reply-outline:before { content: '\e864'; } /* '' */
.pw-icon-network:before { content: '\e865'; } /* '' */
.pw-icon-tag-empty:before { content: '\e866'; } /* '' */
.pw-icon-tag:before { content: '\e867'; } /* '' */
.pw-icon-mail:before { content: '\e868'; } /* '' */
.pw-icon-mic-outline:before { content: '\e869'; } /* '' */
.pw-icon-camera-outline:before { content: '\e86a'; } /* '' */
.pw-icon-tiktok:before { content: '\e86b'; } /* '' */
.pw-icon-feather:before { content: '\e86c'; } /* '' */
.pw-icon-left-open-big:before { content: '\e86d'; } /* '' */
.pw-icon-right-open-big:before { content: '\e86e'; } /* '' */
.pw-icon-up-open-big:before { content: '\e86f'; } /* '' */
.pw-icon-picture-1:before { content: '\e870'; } /* '' */
.pw-icon-videocam:before { content: '\e871'; } /* '' */
.pw-icon-link-ext:before { content: '\e872'; } /* '' */
.pw-icon-level-up:before { content: '\e873'; } /* '' */
.pw-icon-back-in-time:before { content: '\e874'; } /* '' */
.pw-icon-stopwatch:before { content: '\e875'; } /* '' */
.pw-icon-star-empty:before { content: '\e876'; } /* '' */
.pw-icon-star:before { content: '\e877'; } /* '' */
.pw-icon-down-circled:before { content: '\e878'; } /* '' */
.pw-icon-file-pdf:before { content: '\e879'; } /* '' */
.pw-icon-cw:before { content: '\e87a'; } /* '' */
.pw-icon-ccw:before { content: '\e87b'; } /* '' */
.pw-icon-briefcase:before { content: '\e87c'; } /* '' */
.pw-icon-graduation-cap:before { content: '\e87d'; } /* '' */
.pw-icon-activity:before { content: '\e87e'; } /* '' */
.pw-icon-heart-empty:before { content: '\e87f'; } /* '' */
.pw-icon-heart-1:before { content: '\e880'; } /* '' */
.pw-icon-keyboard:before { content: '\e881'; } /* '' */
.pw-icon-phone:before { content: '\e882'; } /* '' */
.pw-icon-lightbulb:before { content: '\e883'; } /* '' */
.pw-icon-vcard:before { content: '\e884'; } /* '' */
.pw-icon-music-outline:before { content: '\e885'; } /* '' */
.pw-icon-cancel-circled-outline:before { content: '\e886'; } /* '' */
.pw-icon-info-outline:before { content: '\e887'; } /* '' */
.pw-icon-location-outline:before { content: '\e888'; } /* '' */
.pw-icon-globe-alt-outline:before { content: '\e889'; } /* '' */
.pw-icon-brush:before { content: '\e88a'; } /* '' */
.pw-icon-coffee:before { content: '\e88b'; } /* '' */
.pw-icon-book-open:before { content: '\e88c'; } /* '' */
.pw-icon-video-1:before { content: '\e88d'; } /* '' */
.pw-icon-key:before { content: '\e88e'; } /* '' */
.pw-icon-graduation-cap-1:before { content: '\e88f'; } /* '' */
.pw-icon-camera:before { content: '\e890'; } /* '' */
.pw-icon-unsplash:before { content: '\e891'; } /* '' */
.pw-icon-beaker:before { content: '\e892'; } /* '' */
.pw-icon-beaker-1:before { content: '\e893'; } /* '' */
.pw-icon-smile:before { content: '\e894'; } /* '' */
.pw-icon-frown:before { content: '\e895'; } /* '' */
.pw-icon-music:before { content: '\e896'; } /* '' */
.pw-icon-photo:before { content: '\e897'; } /* '' */
.pw-icon-cancel:before { content: '\e898'; } /* '' */
.pw-icon-cancel-outline:before { content: '\e899'; } /* '' */
.pw-icon-camera-2:before { content: '\e89a'; } /* '' */
.pw-icon-picture-2:before { content: '\e89b'; } /* '' */
.pw-icon-file-image:before { content: '\e89c'; } /* '' */
.pw-icon-music-1:before { content: '\e89d'; } /* '' */
.pw-icon-minus:before { content: '\e89e'; } /* '' */
.pw-icon-plus-1:before { content: '\e89f'; } /* '' */
.pw-icon-minus-1:before { content: '\e8a0'; } /* '' */
.pw-icon-download-alt:before { content: '\e8a1'; } /* '' */
.pw-icon-camera-alt:before { content: '\e8a4'; } /* '' */
.pw-icon-moon:before { content: '\e8a6'; } /* '' */
.pw-icon-home-outline:before { content: '\e8a7'; } /* '' */
.pw-icon-phone-outline:before { content: '\e8a8'; } /* '' */
.pw-icon-sun:before { content: '\e8a9'; } /* '' */
.pw-icon-plane-outline:before { content: '\e8aa'; } /* '' */
.pw-icon-tree:before { content: '\e8ab'; } /* '' */
.pw-icon-location-inv:before { content: '\e8ac'; } /* '' */
.pw-icon-smiley:before { content: '\e8ad'; } /* '' */
.pw-icon-person:before { content: '\e8ae'; } /* '' */
.pw-icon-adult:before { content: '\e8af'; } /* '' */
.pw-icon-child:before { content: '\e8b0'; } /* '' */
.pw-icon-location-1:before { content: '\e8b1'; } /* '' */
.pw-icon-heart-2:before { content: '\e8b2'; } /* '' */
.pw-icon-cup:before { content: '\e8b4'; } /* '' */
.pw-icon-doc:before { content: '\e8b5'; } /* '' */
.pw-icon-cd:before { content: '\e8b6'; } /* '' */
.pw-icon-food:before { content: '\e8b7'; } /* '' */
.pw-icon-paypal:before { content: '\e8b9'; } /* '' */
.pw-icon-spotify-1:before { content: '\e8ba'; } /* '' */
.pw-icon-left-outline:before { content: '\e8bb'; } /* '' */
.pw-icon-left:before { content: '\e8bc'; } /* '' */
.pw-icon-right:before { content: '\e8bd'; } /* '' */
.pw-icon-right-small:before { content: '\e8be'; } /* '' */
.pw-icon-right-outline:before { content: '\e8bf'; } /* '' */
.pw-icon-shopping-bag:before { content: '\e8c0'; } /* '' */
.pw-icon-cancel-line:before { content: '\e8c1'; } /* '' */
.pw-icon-calendar-line:before { content: '\e8c2'; } /* '' */
.pw-icon-check-line:before { content: '\e8c3'; } /* '' */
.pw-icon-lock:before { content: '\e8c5'; } /* '' */
.pw-icon-lock-1:before { content: '\e8c6'; } /* '' */
.pw-icon-bloglovin-alt:before { content: '\e8c7'; } /* '' */
.pw-icon-bloglovin:before { content: '\e8c8'; } /* '' */
.pw-icon-whatsapp:before { content: '\e8c9'; } /* '' */
.pw-icon-image-alt:before { content: '\e8ca'; } /* '' */
.pw-icon-deviantart:before { content: '\f1bd'; } /* '' */
.pw-icon-twitch:before { content: '\f1e8'; } /* '' */
.pw-icon-yelp:before { content: '\f1e9'; } /* '' */
.pw-icon-snapchat:before { content: '\f2ac'; } /* '' */
.pw-icon-quora:before { content: '\f2c4'; } /* '' */
/*
 	THeBlogger SHORTCODES STYLES 
*/

/* EMPTY PARAGRAPH FIX */
.row p:empty,
.vc_row p:empty {
	display: none;
	}


/* TABS */
.tabs {
 	margin-bottom: 2em;
	}
	.tabs .tab-titles {
 		padding: 0; margin: 0 0 0px 0; font-size:  11px; letter-spacing: 1px; text-transform: uppercase;
		}
		.tabs .tab-titles li {
 			display: inline-block; margin-bottom: 0px;
			}
			.tabs .tab-titles li a {
 				display: inline-block; padding: 6px 12px; color: inherit; font-weight: bold; border: 0; cursor: pointer; background: #fff;
				}
			.tabs .tab-titles li a.active {
                background: rgba(33, 41, 51, 0.07);    
				}
		.tabs .tab-content > div {
 			padding: 1.2em 0; display: none;
			}
		.tabs .tab-content a.fluidbox,
		.toggle-content a.fluidbox {
			display: block; margin: 16px 0;
			}
			
/* TOGGLES */
.toggle-group {
	margin-bottom: 2em;
	}
	.toggle h4 {
        position: relative; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; border-left: 0; padding: 12px 0 12px 24px; margin: 0; cursor: pointer; 
		}
	.toggle h4.active {
 		 border-bottom: 0;
		}
	.toggle h4:before {
 		content: "\e823"; opacity: .6; position: absolute; top: 1em; left: 0; font-size: 14px; line-height: 1;
		}
	.toggle h4.active:before {
 		content: '\e89e'; color: #333;
		}
	.toggle .toggle-content {
        display: none; padding: 4px 0 14px 22px;
		}
	.toggle-content p:last-child {
		margin-bottom: 0;
		}
		
/* ALERTS */
.alert {
    position: relative; padding: 1em 2.2em; line-height: 1.4; margin-bottom: 2em; border: 2px solid #ddd;
	}
.alert.success {
    border-color: #8EE1A8;
	}
.alert.error {
 	border-color: #FF6140;
	}
	
/* CONTACT FORM */
.contact-form {
 	margin: 1.6em auto 2em auto; max-width: 600px; overflow: auto;
	}
	.contact-form p {
		margin: 1.2em 0;
		}	
	.contact-form p:last-child {
		text-align: center;
		}	
	.contact-form input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
	.contact-form textarea {
		width: 100%; max-width: none; display: block; 
		}
	.contact-form textarea {
		height: 100px;
		}
	.contact-form .antispam { 
		display: none; 
		}
    .submit {
        position: relative; overflow: hidden; 
        }
    .submit .submit-label {
        position: relative; display: inline-block;
        }
    .submit.active .submit-label {
		opacity: 0;
        }
    .submit .submit-status {
        position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;
        }
    .submit.loading .submit-status {
        background: url(//daniels-entertainment.com/wp-content/plugins/pixelwars-core/themes/global/images/bckg/loading.gif) center center no-repeat; background-size: 77px 7px;
        }
    .submit.active .submit-status {
        opacity: 1;
        }
    .submit .submit-status:before { 
        font-family: "fontello"; line-height: 40px; 
        }
    .submit.success { 
        color: #096; border-color: #096;
        }
    .submit.error { 
        color: #FF6140; border-color: #FF6140;
        }
    .submit.success .submit-status:before { 
        content: '\e85b'; 
        }
    .submit.error .submit-status:before { 
        content: '\e85d'; 
        }	

/* SOCIAL LINKS */
html a.social-link {
	display: inline-block; position: relative; padding: 0; margin: 0 .25em .5em 0; text-align: center; font-size: 16px; font-weight: 400; font-family: "fontello"; width: 40px; line-height: 40px; color: inherit; background: #fff;  border-radius: 50%;
	}
html a.social-link:hover {
	color: #fff; background: #2a2a2a; border-color: transparent;
	}
html a.social-link:active {
	top: 1px; left: 1px;
	}
	.social-link.facebook:before {
		content: '\e825'
		}
	.social-link.twitter:before {
		content: '\e826'
		}
	.social-link.flickr:before {
		content: '\e835'
		}
	.social-link.rss:before {
		content: '\e82f'
		}
	.social-link.dribbble:before {
		content: '\e82c'
		}
	.social-link.lastfm:before {
		content: '\e82e'
		}
	.social-link.linkedin:before {
		content: '\e827'
		}
	.social-link.vimeo:before {
		content: '\e830'
		}
	.social-link.forrst:before {
		content: '\e831'
		}
	.social-link.skype:before {
		content: '\e832'
		}
	.social-link.picasa:before {
		content: '\e833'
		}
	.social-link.tumblr:before {
		content: '\e836'
		}
	.social-link.behance:before {
		content: '\e82b'
		}
	.social-link.blogger:before {
		content: '\e837'
		}
	.social-link.delicious:before {
		content: '\e838'
		}
	.social-link.digg:before {
		content: '\e839'
		}
	.social-link.friendfeed:before {
		content: '\e83a'
		}
	.social-link.github:before {
		content: '\e82a'
		}
	.social-link.wordpress:before {
		content: '\e83b'
		}
	.social-link.google-plus:before {
		content: '\e828'
		}
	.social-link.youtube:before {
		content: "\e834"
		}
	.social-link.pinterest:before {
		content: "\e817"
		}
	.social-link.instagram:before {
		content: "\e82d"
		}
	.social-link.stack-overflow:before {
		content: "\e83c"
		}
	.social-link.foursquare:before {
		content: "\e83d"
		}
	.social-link.xing:before {
		content: "\e83e"
		}
	.social-link.weibo:before {
		content: "\e83f"
		}
	.social-link.soundcloud:before {
		content: "\e840"
		}
	.social-link.fivehundredpx:before {
		content: "\e841"
		}
	.social-link.slideshare:before {
		content: "\e842"
		}
	.social-link.vine:before {
		content: "\e863"
		}
	.social-link.vkontakte:before {
		content: "\e846"
		}
	.social-link.paypal:before {
		content: "\e8b9"
		}
	.social-link.spotify:before {
		content: "\e8ba"
		}
	.social-link.bloglovin:before {
		content: "\e8c7"
		}
	.social-link.whatsapp:before {
		content: "\e8c9"
		}
	.social-link.reddit:before {
		content: "\e84a"
		}
	.social-link.medium:before {
		content: "\e805"
		}
	.social-link.snapchat:before {
		content: "\f2ac"
		}
	.social-link.tiktok:before {
		content: "\e86b"
		}
	.social-link.unsplash:before {
		content: "\e891"
		}
	.social-link.deviantart:before {
		content: "\f1bd"
		}
	.social-link.quora:before {
		content: "\f2c4"
		}
	.social-link.meetup:before {
		content: "\e848"
		}
	.social-link.goodreads:before {
		content: "\e850"
		}
	.social-link.twitch:before {
		content: "\f1e8"
		}
	.social-link.yelp:before {
		content: "\f1e9"
		}

/* TIMELINE */
.timeline {
 	position: relative; padding: 1em 0 3em;
	}
.timeline + p {
	margin-bottom: 2.6em;
	}
.event {
	position: relative; padding: 0 1em 2em 2.4em;
	}
    .event:before { 
        content : ""; position: absolute; top: 10px; bottom: -10px; left: 12px; width: 3px; background: #f1f1f1;
        }
    .event:after { 
        content : ""; position: absolute; top: 2px; left: 7px; width: 12px; height: 12px; border: 3px solid #ddd; outline : 4px solid #fff; border-radius: 50%; background: #fff;
        }
	.event.current:after {
        border-color: #222;
		}
    .event h2 {
 		margin-left: 1em; margin-bottom: .4em; font-size: 1.3em; 
		}
    .event [class^="pw-icon-"], 
	.event [class*=" pw-icon-"], 
	.event .vc_icon_element {
        display: block; text-align: center; position: absolute; top: -8px; left: -5px; margin: 0;  z-index: 20; outline : 4px solid #fff;
        }
	.event .vc_icon_element {
		font-size: 11px;
        }
	html .event .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
		font-size: 15px !important;
		}
    .event [class*="pw-icon-"] {
        font-size: 15px; width: 38px; line-height: 38px; color: #fff; background: #222; border-radius: 50%;
        }
    .event [class*="pw-icon-"]:before {
        margin: 0; 
        }	
	.event h6 {
        display: block; color: rgba(171, 171, 171, 0.26); font-size: 19px; font-weight: 700; margin-bottom: 1.2em; line-height: 1; text-transform: uppercase;
		}
	.timeline .event:last-child {
		padding-bottom: 0;
		}
    .timeline .event:last-child:before {
        bottom: 4px;
		}
	.event h4 {
		font-size: 16px; margin: 0 0 .2em 0; padding: 0;
		}
	.event h5 {
        margin: 0; padding: 0 0 .3em 0; font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; opacity: .25;
		}
	.event p {
		margin: .6em 0 .2em 0;
		}
    .event p:last-child {
		margin-bottom: 0;
		}

/* SKILLS */
.skill-unit + h3,
.skill-unit + h4,
.skill-unit + .wpb_text_column,
.skill-unit + .wpb_content_element {
	margin: 4em 0 1.6em;
	}
.skill-unit {
	margin-top: 1.4em;
	}
	.skill-unit h4 {
		opacity: .8; margin: 0 0 4px 0; font-weight: 400; font-size: 14px; position: relative; z-index: 10; padding-left: 0px;
		}
	.skill-unit .bar {
		position: relative; width: 100%; height: 6px;
		}
		.skill-unit .bar .progress {
            position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #eee; -webkit-transition: width 1s ease-out; transition: width 1s ease-out;
			}
            .skill-unit .bar .progress span {
                position: absolute; top: -14px; right: 0; font-size: 11px; line-height: 26px; color: #fff; border: 3px solid #fff; padding: 0 7px; background : #222; border-radius: 50%;
			   }

/* TESTIMONIAL */
.testo {
    position: relative; padding: 1.4em 1.8em; margin: 4em 0 1em; border: 1px solid #eee; border-radius: 4px; box-shadow: inset 0 1px 0 #FFF,1px 1px 0 #FFF,2px 2px 0 #FFF,3px 3px 0 #eee;
	}
	.testo img {
 		display: block; margin: -60px auto 10px auto; max-height: 80px; border-radius: 50%; border: 6px solid #fff;
		}
	.testo h4 {
		position: relative; text-align: center; margin: 0; font-size: 15px;
		}
		.testo h4 span {
            display: block; font-size: 12px; font-weight: 400; color: #ccc;
			}
	.testo p {
		position: relative; margin: .6em 0 0.2em 0; font-size: 13px; text-align: center;
		}

/* SERVICE */
.service {
    margin: 1em 0;
	}
.service:last-child:after {
    display: none;
	}
	.service i,
	.service img,
	.service > p:first-child { 
		display: inline-block; width: 52px; line-height: 50px; margin-bottom: 0; font-size: 38px; text-align: left; color: #333; float: left;
		}
	.service i:before { 
		margin: 0 .2em; display: inline-block; 
		}
	.service p:not(:first-child) {
	 	margin-top: .2em; margin-left: 74px; font-size: 13px; opacity: .45;
		}
	.service h4 {
	 	margin-top: 0; margin-bottom: 0.4em; margin-left: 74px;
		}
		
/* FUN FACT */
.fun-fact { 
	margin-bottom: 2em; margin-top: 1em; text-align: center;
	}
	.fun-fact i,
	.fun-fact img { 
		display: block; margin-left: auto; margin-right: auto; width: 100%; margin-bottom: .6em; max-width: 52px; font-size: 38px; line-height: 1;
		}
	.fun-fact p {
		margin-bottom: 0;
		}
	.fun-fact h4 { 
		margin: 0; font-size: 13px; line-height: 1.2; font-weight: 700; opacity: .3; letter-spacing: 2px; text-transform: uppercase;
		}
.service p:empty,
.fun-fact p:empty {
	display: none;
	}
		
/* CLIENT */
.client {
	display: flex; align-items: center; justify-content: center; height: 90px; margin-bottom: 1.6em; border: 1px solid #f1f1f1;
	}
	.client a,
	.client p {
		display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out;
		}
	.client a:hover {
		opacity: .3;
		}
	.client img { 
		max-width: 50%; max-height: 50%;
		}
	.client p {
		margin-bottom: 0;
		}
	.client p:empty {
		display: none;
		}

/* GRID FIX */
@media (min-width: 1200px) {
	.col-xs-6:not(.col-lg-3):nth-child(2n+1) {
		clear: left;
		}
}
	

/* TABLETS */
@media screen and (min-width: 768px) {
	    
    /* CONTACT FORM */
	.contact-form p {
		width: 50%; float: left;
		}
	.contact-form p:nth-of-type(1) {
		padding-right: 16px;
		}
	.contact-form p:nth-of-type(2) {
		padding-left: 16px;
		}
	.contact-form p:nth-of-type(2) label.error {
		left: 26px;
		}
	.contact-form p:nth-of-type(n+3){
		 width: 100%;
		}
		

	/* TIMELINE */
    .event {
        padding: 0 1em 3em 4.6em;
        }
    .event h2 {
 		margin-left: 0;
		}
    .event h6 {
		margin-left: -1.2em;
		}
    .event [class^="pw-icon-"], 
	.event [class*=" pw-icon-"],
	.event .vc_icon_element {
        top: -17px; left: -14px;
        }
	.event .vc_icon_element {
		font-size: 16px
        }
    .event [class^="pw-icon-"], 
	.event [class*=" pw-icon-"] {
        font-size: 18px; width: 56px; line-height: 56px;
        }
		
		
	html .event .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
		font-size: 18px !important;
		}
		
	/* CLIENT */
	.client {
		height: 120px;
		}
			
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.qodef-qi-grid>.qodef-grid-inner{position:relative;display:grid;gap:30px}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--1{order:1}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--2{order:2}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--3{order:3}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--4{order:4}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--5{order:5}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--6{order:6}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--7{order:7}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--8{order:8}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--9{order:9}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--10{order:10}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--11{order:11}.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:after,.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:before{display:none!important}.qodef-qi-grid .qodef-grid-item{float:none!important}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner{display:flex}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12{width:100%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11{width:91.6666666667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10{width:83.3333333333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9{width:75%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8{width:66.6666666667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7{width:58.3333333333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6{width:50%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5{width:41.6666666667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4{width:33.3333333333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3{width:25%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2{width:16.6666666667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1{width:8.3333333333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--auto{width:auto}.qodef-qi-grid.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--1>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--2>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--3>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--4>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--5>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--6>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--7>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--8>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner{grid-template-columns:minmax(0,1fr) minmax(0,11fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner{grid-template-columns:minmax(0,2fr) minmax(0,10fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner{grid-template-columns:minmax(0,10fr) minmax(0,2fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner{grid-template-columns:minmax(0,11fr) minmax(0,1fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.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%;object-fit:cover}.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-col-num--1>.qodef-grid-inner{grid-template-columns:repeat(1,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner{grid-template-columns:repeat(2,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner{grid-template-columns:repeat(3,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner{grid-template-columns:repeat(4,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner{grid-template-columns:repeat(5,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner{grid-template-columns:repeat(6,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner{grid-template-columns:repeat(7,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner{grid-template-columns:repeat(8,1fr)}.qodef-qi-grid.qodef-gutter--no>.qodef-grid-inner{gap:0}.qodef-qi-grid.qodef-gutter--tiny>.qodef-grid-inner{gap:10px}.qodef-qi-grid.qodef-gutter--small>.qodef-grid-inner{gap:20px}.qodef-qi-grid.qodef-gutter--normal>.qodef-grid-inner{gap:30px}.qodef-qi-grid.qodef-gutter--medium>.qodef-grid-inner{gap:40px}.qodef-qi-grid.qodef-gutter--large>.qodef-grid-inner{gap:50px}.qodef-qi-grid.qodef-gutter--huge>.qodef-grid-inner{gap:68px}.qodef-qi-grid.qodef-disable-row-gap>.qodef-grid-inner{row-gap:0}@media only screen and (max-width:1440 px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366 px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1024 px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:768 px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:680 px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:480px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@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{grid-template-columns:repeat(1,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@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{grid-template-columns:repeat(2,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@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{grid-template-columns:repeat(3,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@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{grid-template-columns:repeat(4,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@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{grid-template-columns:repeat(5,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@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{grid-template-columns:repeat(6,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@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{grid-template-columns:repeat(7,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@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{grid-template-columns:repeat(8,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@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{grid-template-columns:repeat(1,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@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{grid-template-columns:repeat(2,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@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{grid-template-columns:repeat(3,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@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{grid-template-columns:repeat(4,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@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{grid-template-columns:repeat(5,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@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{grid-template-columns:repeat(6,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@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{grid-template-columns:repeat(7,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@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{grid-template-columns:repeat(8,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@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{grid-template-columns:repeat(1,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@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{grid-template-columns:repeat(2,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@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{grid-template-columns:repeat(3,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@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{grid-template-columns:repeat(4,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@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{grid-template-columns:repeat(5,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@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{grid-template-columns:repeat(6,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@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{grid-template-columns:repeat(7,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@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{grid-template-columns:repeat(8,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@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{grid-template-columns:repeat(1,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@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{grid-template-columns:repeat(2,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@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{grid-template-columns:repeat(3,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@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{grid-template-columns:repeat(4,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@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{grid-template-columns:repeat(5,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@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{grid-template-columns:repeat(6,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@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{grid-template-columns:repeat(7,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@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{grid-template-columns:repeat(8,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@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{grid-template-columns:repeat(1,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@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{grid-template-columns:repeat(2,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@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{grid-template-columns:repeat(3,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@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{grid-template-columns:repeat(4,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@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{grid-template-columns:repeat(5,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@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{grid-template-columns:repeat(6,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@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{grid-template-columns:repeat(7,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@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{grid-template-columns:repeat(8,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@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{grid-template-columns:repeat(1,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@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{grid-template-columns:repeat(2,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@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{grid-template-columns:repeat(3,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@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{grid-template-columns:repeat(4,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@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{grid-template-columns:repeat(5,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@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{grid-template-columns:repeat(6,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@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{grid-template-columns:repeat(7,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@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{grid-template-columns:repeat(8,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@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{grid-template-columns:repeat(1,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@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{grid-template-columns:repeat(2,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@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{grid-template-columns:repeat(3,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@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{grid-template-columns:repeat(4,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@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{grid-template-columns:repeat(5,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@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{grid-template-columns:repeat(6,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@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{grid-template-columns:repeat(7,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@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{grid-template-columns:repeat(8,minmax(0,1fr))}}@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-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@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}}@keyframes qodef-animate-highlight{0%{background-size:0 100%;background-position-x:left}100%{background-size:100% 100%;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;backface-visibility:hidden}.qodef-custom-text-underline-draw a:hover{color:currentColor;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-qi-grid.qodef-qi-hide-under-1440,.qodef-qi-hide-under-1440{display:none}}.qodef-qi-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:none}.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-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-qi-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:block}.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-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):not(.qodef-qi-premium-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(.72,0,0,.72,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,0,0,1,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-next,.qodef-qi-swiper-container~.swiper-button-prev{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-next svg,.qodef-qi-swiper-container~.swiper-button-prev 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-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-container-vertical.qodef--focus-in-viewport,.qodef-qi-swiper-container.swiper-vertical.qodef--focus-in-viewport{height:100vh!important}.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide,.qodef-qi-swiper-container.swiper-vertical .swiper-slide{overflow:hidden}.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide img,.qodef-qi-swiper-container.swiper-vertical .swiper-slide img{width:100%;height:100%;object-fit:cover}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev,.qodef-qi-swiper-container.swiper-vertical .swiper-button-prev{top:30px;bottom:auto;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev .qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical .swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next,.qodef-qi-swiper-container.swiper-vertical .swiper-button-next{top:auto!important;bottom:30px;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next .qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical .swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-prev{top:-30px;bottom:auto!important;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev .qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-next{top:auto!important;bottom:-30px;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next .qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav{top:0;width:auto!important;height:100%;flex-direction:column;justify-content:center;margin-top:0}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner{flex-direction:column}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev{margin:0 0 20px 0!important}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev .qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-next .qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateY(-4px)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg.qodef-swiper-arrow-left{transform:translateY(-4px) rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg{transform:translateY(4px)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg.qodef-swiper-arrow-right{transform:translateY(4px) rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:center;right:auto!important;left:0!important;bottom:0}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:center;right:0!important;left:auto!important;bottom:0}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-pagination-outside .swiper-pagination-bullet,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-pagination-outside .swiper-pagination-bullet{margin:3px 0}.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-next{right:-50px}.qodef-qi-swiper-container~.qodef-swiper-together-nav{position:absolute;display:flex;justify-content:flex-start;width:100%;margin-top:30px;z-index:1}.qodef-qi-swiper-container~.qodef-swiper-together-nav .qodef-swiper-together-inner{display:flex;align-items:center;justify-content:center}.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-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{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-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next svg,.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{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-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.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,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-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,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside>.swiper-pagination-bullets{bottom:0}@media only screen and (max-width:1024px){.qodef-qi-swiper-container.qodef-hide-navigation--1024 .qodef-swiper-together-nav,.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,.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-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.swiper-button-prev{display:none}}@media only screen and (max-width:768px){.qodef-qi-swiper-container.qodef-hide-navigation--768 .qodef-swiper-together-nav,.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,.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-next,.qodef-qi-swiper-container.qodef-hide-navigation--768~.swiper-button-prev{display:none}}@media only screen and (max-width:680px){.qodef-qi-swiper-container.qodef-hide-navigation--680 .qodef-swiper-together-nav,.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,.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-next,.qodef-qi-swiper-container.qodef-hide-navigation--680~.swiper-button-prev{display:none}}.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:flex-start;right:auto!important}.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:flex-end;left:auto!important}@media only screen and (max-width:1024px){.qodef-qi-swiper-container.qodef-hide-pagination--1024 .swiper-pagination,.qodef-qi-swiper-container.qodef-hide-pagination--1024~.swiper-pagination{display:none}}@media only screen and (max-width:768px){.qodef-qi-swiper-container.qodef-hide-pagination--768 .swiper-pagination,.qodef-qi-swiper-container.qodef-hide-pagination--768~.swiper-pagination{display:none}}@media only screen and (max-width:680px){.qodef-qi-swiper-container.qodef-hide-pagination--680 .swiper-pagination,.qodef-qi-swiper-container.qodef-hide-pagination--680~.swiper-pagination{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.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)}.swiper-container-vertical~.qodef-swiper-pagination-outside.swiper-pagination,.swiper-vertical~.qodef-swiper-pagination-outside.swiper-pagination{display:flex;flex-direction:column;position:absolute;top:50%;transform:translateY(-50%);left:100%}.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets{counter-reset:section;display:flex;justify-content:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet{height:38px;width:38px;transform:none;color:transparent;display:flex!important;justify-content:center;align-items:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:before,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:before{counter-increment:section;content:"0" counter(section);color:#1e1e1e}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:hover,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:hover{color:#efefef}.swiper-container-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-container-vertical.qodef--pagination-numbers~.swiper-pagination-bullets,.swiper-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-vertical.qodef--pagination-numbers~.swiper-pagination-bullets{flex-direction:column}.qodef-pagination-alignment--start>.swiper-pagination-bullets,.qodef-pagination-alignment--start~.swiper-pagination-bullets{text-align:left}.qodef--pagination-numbers.qodef-pagination-alignment--start>.swiper-pagination-bullets,.qodef-pagination-alignment--start~.swiper-pagination-bullets{justify-content:flex-start}.qodef-pagination-alignment--start.swiper-container-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-container-vertical~.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-vertical~.swiper-pagination-bullets{top:0;transform:none}.qodef-pagination-alignment--center>.swiper-pagination-bullets,.qodef-pagination-alignment--center~.swiper-pagination-bullets{text-align:center}.qodef--pagination-numbers.qodef-pagination-alignment--center>.swiper-pagination-bullets,.qodef-pagination-alignment--center~.swiper-pagination-bullets{justify-content:center}.qodef-pagination-alignment--end>.swiper-pagination-bullets,.qodef-pagination-alignment--end~.swiper-pagination-bullets{text-align:right}.qodef--pagination-numbers.qodef-pagination-alignment--end>.swiper-pagination-bullets,.qodef-pagination-alignment--end~.swiper-pagination-bullets{justify-content:flex-end}.qodef-pagination-alignment--end.swiper-container-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-container-vertical~.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-vertical~.swiper-pagination-bullets{top:100%;transform:translate3d(0,-100%,0)}.qodef-navigation-together--top:has(.elementor-widget-container) .elementor-widget-container,.qodef-navigation-together--top:not(:has(.elementor-widget-container)){position:relative}.qodef-navigation-together--top .qodef-swiper-together-nav{bottom:100%;margin-top:0!important;margin-bottom:30px}.qodef-navigation-together--bottom:has(.elementor-widget-container) .elementor-widget-container,.qodef-navigation-together--bottom:not(:has(.elementor-widget-container)){position:relative}.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-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;gap:10px;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:0;right:0;height:100%}.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-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-animated-text .qodef-m-title{overflow:hidden}.qodef-qi-animated-text .qodef-e-word{display:inline-block}.qodef-qi-animated-text .qodef-e-character{display:inline-flex}.qodef-qi-animated-text .qodef-e-word-holder{white-space:nowrap}.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;z-index:1}.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-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-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-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-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 100%}.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 100%}.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link{display:inline!important}.qodef-addons-blog-slider .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-content{transform:translateZ(0)}.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-content{transform:translateZ(0)}.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-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;z-index:1}.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 100%}.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 100%}.qodef-addons-blog-list .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;z-index:5}.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;z-index:10}.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;z-index:5}.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;z-index:5}.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--minimal .qodef-e-info.qodef-info--bottom{margin-top:1em}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{display:flex;align-items:center}.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:row-reverse}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column;align-items:flex-start}.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media{width:50%}@media only screen and (max-width:768px){.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:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content{padding:20px 0}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-excerpt{margin:0 0 1em}.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-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);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-size--small .qodef-m-text{padding:7px 15px}.qodef-qi-button.qodef-type--icon-boxed.qodef-size--large .qodef-m-text{padding:13px 40px}.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;transition:color .2s ease-out}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text{color:#fff;margin:.8em 0 0;transition:color .2s ease-out}.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-cards-slider{position:relative}.qodef-qi-cards-slider .qodef-e-inner{position:relative}.qodef-qi-cards-slider .qodef-m-fake-card{position:relative;display:inline-block;opacity:0;visibility:hidden;pointer-events:none}.qodef-qi-cards-slider .qodef-m-card{position:absolute;width:100%}.qodef-qi-cards-slider .qodef-m-card:not(.qodef-out):not(.qodef-in){transition:all .6s cubic-bezier(.25,.46,.45,.94)}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(2):not(.qodef-out):not(.qodef-in){transition-delay:.1s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(3):not(.qodef-out):not(.qodef-in){transition-delay:.15s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(4):not(.qodef-out):not(.qodef-in){transition-delay:.2s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(5):not(.qodef-out):not(.qodef-in){transition-delay:.25s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(6):not(.qodef-out):not(.qodef-in){transition-delay:.3s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(7):not(.qodef-out):not(.qodef-in){transition-delay:.35s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(8):not(.qodef-out):not(.qodef-in){transition-delay:.4s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(9):not(.qodef-out):not(.qodef-in){transition-delay:.45s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(10):not(.qodef-out):not(.qodef-in){transition-delay:.5s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(11):not(.qodef-out):not(.qodef-in){transition-delay:.55s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(12):not(.qodef-out):not(.qodef-in){transition-delay:.6s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(13):not(.qodef-out):not(.qodef-in){transition-delay:.65s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(14):not(.qodef-out):not(.qodef-in){transition-delay:.7s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(15):not(.qodef-out):not(.qodef-in){transition-delay:.75s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(16):not(.qodef-out):not(.qodef-in){transition-delay:.8s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(17):not(.qodef-out):not(.qodef-in){transition-delay:.85s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(18):not(.qodef-out):not(.qodef-in){transition-delay:.9s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(19):not(.qodef-out):not(.qodef-in){transition-delay:.95s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(20):not(.qodef-out):not(.qodef-in){transition-delay:1s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(1):not(.qodef-out):not(.qodef-in){transition-delay:50ms}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(2):not(.qodef-out):not(.qodef-in){transition-delay:.1s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(3):not(.qodef-out):not(.qodef-in){transition-delay:.15s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(4):not(.qodef-out):not(.qodef-in){transition-delay:.2s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(5):not(.qodef-out):not(.qodef-in){transition-delay:.25s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(6):not(.qodef-out):not(.qodef-in){transition-delay:.3s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(7):not(.qodef-out):not(.qodef-in){transition-delay:.35s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(8):not(.qodef-out):not(.qodef-in){transition-delay:.4s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(9):not(.qodef-out):not(.qodef-in){transition-delay:.45s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(10):not(.qodef-out):not(.qodef-in){transition-delay:.5s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(11):not(.qodef-out):not(.qodef-in){transition-delay:.55s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(12):not(.qodef-out):not(.qodef-in){transition-delay:.6s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(13):not(.qodef-out):not(.qodef-in){transition-delay:.65s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(14):not(.qodef-out):not(.qodef-in){transition-delay:.7s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(15):not(.qodef-out):not(.qodef-in){transition-delay:.75s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(16):not(.qodef-out):not(.qodef-in){transition-delay:.8s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(17):not(.qodef-out):not(.qodef-in){transition-delay:.85s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(18):not(.qodef-out):not(.qodef-in){transition-delay:.9s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(19):not(.qodef-out):not(.qodef-in){transition-delay:.95s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(20):not(.qodef-out):not(.qodef-in){transition-delay:1s}.qodef-qi-cards-slider.qodef-orientation--left .qodef-m-card{transform-origin:left;will-change:transform}.qodef-qi-cards-slider.qodef-orientation--right .qodef-m-card{transform-origin:right;will-change:transform}.qodef-qi-cards-slider .qodef-m-navigation{display:flex;justify-content:flex-start;width:100%;margin-top:30px}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav{width:auto;height:auto;color:#111;font-size:26px;text-align:center;transition:color .2s ease-out,background-color .2s ease-out;cursor:pointer}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav svg{display:block;width:1em;height:auto;transition:background-color .2s ease-out,color .2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav.qodef--prev{margin-right:15px}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next svg,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev svg{transform:translateX(0);will-change:transform;transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) 50ms,background-color .2s ease-out,color .2s ease-out}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg{transform:translateX(-4px)}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg{transform:translateX(4px)}.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%;object-fit:contain}.qodef-qi-clients-slider .qodef-e-icon{position:absolute;top:10px;right:10px}.qodef-qi-clients-slider .qodef-e-icon a{color:inherit}.qodef-qi-clients-slider .qodef-e-icon svg{width:1em;height:auto;stroke:currentColor;fill:currentColor}.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-qi-swiper-container .qodef-e .qodef-e-title a{display:inline}.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a{display:inline;position:relative;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .1em),currentColor .1em);transition:.5s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-title--hover-long .qodef-e-title a{transition-duration:.9s}.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a{background-size:100% 100%}.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%;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-e-icon{position:absolute;top:10px;right:10px}.qodef-qi-clients-list .qodef-e-icon a{color:inherit}.qodef-qi-clients-list .qodef-e-icon svg{width:1em;height:auto;stroke:currentColor;fill:currentColor}.qodef-qi-clients-list.qodef--boxed .qodef-e-inner{padding:20px;background-color:#f6f6f6}.qodef-qi-clients-list.qodef-border--all{border-width:1px;border-style:solid;border-color:#ebebeb;overflow:hidden}.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner{gap:0!important;border-width:0;border-style:inherit;border-color:inherit;margin-right:-1px;margin-bottom:-1px}.qodef-qi-clients-list.qodef-border--all .qodef-grid-item{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;gap:0}.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{display:inline;position:relative;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .1em),currentColor .1em);transition:.5s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a{background-size:100% 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-inner{row-gap:0!important}.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 .wpcf7-spinner{position:absolute;right:0;margin:10px 0 0}.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-qi-contact-form-7 .qodef-qi-multiform-newsletter .wpcf7-form-control-wrap{z-index:5}.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .qodef-qi-multiform-next>.wpcf7-submit{z-index:10}.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:30px;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%;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%}.qodef-frame-shadow--enabled.qodef-qi-device-slider .qodef-device-slider-image img{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 a{height:100%}.qodef-qi-device-slider .qodef-m-item img{height:100%;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-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-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%;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{color:currentColor;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-image-holder{flex-basis:auto}.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{opacity:0;overflow-anchor:none}.qodef-qi-faq.qodef-behavior--accordion.qodef--init{opacity:1}.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:0;right:0;height:100%;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{justify-content:flex-start}.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder{justify-content:center}.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder{justify-content:flex-end}.qodef-qi-highlight{margin:0!important}.qodef-qi-highlight .qodef-highlight-text{padding:0;color:#fff;background-repeat:no-repeat}.qodef-qi-highlight.qodef-qi--has-appear .qodef-highlight-text{background-size:0 100%;background-position-x:left}.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text{animation:qodef-animate-highlight 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text:nth-of-type(2n+2){animation-delay:.2s}.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-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-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;height:auto;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 .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder 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 .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder 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 .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder 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 .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery .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;backface-visibility:hidden}.qodef-qi-image-slider .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-slider .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-e-inner-holder{position:relative;overflow:hidden}.qodef-qi-image-slider .qodef-e-alt-text-holder{display:flex;visibility:hidden;opacity:0;transition:all .3s ease-in}.qodef-col-num--1.qodef-navigation-alignment--flex-start.qodef-qi-image-slider .qodef-e-alt-text-holder{justify-content:flex-end}.qodef-col-num--1.qodef-navigation-alignment--flex-end.qodef-qi-image-slider .qodef-e-alt-text-holder{justify-content:flex-start}.qodef-qi-image-slider .swiper-slide-active .qodef-e-alt-text-holder{visibility:visible;opacity:1}.qodef-qi-image-slider .qodef-e-alt-text{margin-top:10px}.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner-holder{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-holder{transform:scale(1.05)}.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner-holder{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-holder{transform:scale(1)}.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner-holder{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-holder{transform:scale(1.2) translateX(12px)}.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner-holder{transform-origin:top}.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner-holder{transform-origin:bottom}.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner-holder{transform-origin:left}.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner-holder{transform-origin:right}.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide{transform:scale(.85);transition:all .3s ease}.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-active,.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active{transform:scale(1)}.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-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-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-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-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:50ms}.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%;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:768px){.qodef-standard-hide-under--768 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}@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-standard-images-on-top--yes .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{z-index:unset}.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-interactive-link-showcase.qodef-layout--inline{align-items:flex-start;justify-content:flex-start;text-align:left}.qodef-qi-interactive-link-showcase.qodef-layout--inline .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--inline .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{flex-direction:row;flex-wrap:wrap;align-items:baseline;margin:0 -20px}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{width:100%}}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-item{position:relative;flex:1;flex-grow:0;margin:0!important}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title{white-space:nowrap;padding:0 20px}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title:before{position:absolute;right:0;transform:translateX(50%)}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-text{padding:0 20px}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image{display:flex;align-items:center;justify-content:center;transition:opacity .35s ease-out}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--left{left:0;width:30%;justify-content:flex-start}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--right{left:auto;right:0;width:30%;justify-content:flex-end}.qodef-qi-interactive-link-showcase.qodef-layout--inline .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-image-gallery-masonry.qodef-qi-grid>.qodef-grid-inner{gap:24px}.qodef-qi-image-gallery-masonry.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-image-wrapper img{object-fit:cover}.qodef-qi-image-gallery-masonry .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery-masonry .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-message-box{background:#d5eaf4;padding:40px 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{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-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 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-image-gallery-pinterest .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery-pinterest .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-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%;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-e-icon{display:inline-block}.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--outside .qodef-m-content{list-style-position:outside}.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%;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-qi-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-icon svg{width:1em;height:auto;vertical-align:top;fill:currentColor;stroke:currentColor;overflow:visible}.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-grid-inner{grid-row-gap:0}.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-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-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;z-index:1}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image .qodef-e-product-image-holder{overflow:hidden}.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!important;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-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:100%}.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);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;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-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:left}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:right}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-image-holder a{position:relative;display:block;z-index:2}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:center}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:flex-start}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:flex-end}.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;width:var(--qodef-max-width);height:var(--qodef-max-height)}.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:var(--qodef-max-width);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;overflow:hidden}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{margin:0}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{margin:0 0 0 auto}.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;z-index:1}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image .qodef-e-product-image-holder{overflow:hidden}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img{display:block;width:100%}.qodef-image-full-height.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img{height:100vh;object-fit:cover}.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!important;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-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-zoom-centered-item{padding:50px 0}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .qodef-e-product-image{transform:scale(1);transition:transform .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .swiper-slide-active .qodef-e-product-image{transform:scale(1.5)}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .qodef-e-product-content{opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .swiper-slide-active .qodef-e-product-content{opacity:1}.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;width:var(--qodef-max-width);height:var(--qodef-max-height)}.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:var(--qodef-max-width);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;overflow:hidden}.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-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 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-section-title{position:relative}.qodef-qi-section-title .qodef-m-title{margin:0}.qodef-qi-section-title .qodef-m-subtitle{display:inline-flex;align-items:baseline;margin:0}.qodef-subtitle-icon--right.qodef-qi-section-title .qodef-m-subtitle{flex-direction:row}.qodef-subtitle-icon--left.qodef-qi-section-title .qodef-m-subtitle{flex-direction:row-reverse}.qodef-qi-section-title .qodef-m-icon-holder{display:inline-block;line-height:1em}.qodef-qi-section-title .qodef-m-icon-holder svg{width:1em;height:auto;fill:currentColor;stroke:currentColor}.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}.qodef-qi-section-title.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-section-title.qodef-link--underline-draw .qodef-e-link:hover{color:currentColor;text-decoration:none;animation:qodef-animate-underline-multiline 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:focus{color:currentColor}.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 1px),currentColor 1px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a:hover{text-decoration:none;background-size:100% 100%}.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a{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 100%}.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a:hover{text-decoration:none;background-size:100% 100%}@keyframes qodef-qi-animate-underline-multiline-thick{0%{background-size:100% 93%;background-position-x:right}38%{background-size:0 93%;background-position-x:right}39%{background-size:0 93%;background-position-x:left}100%{background-size:100% 93%;background-position-x:left}}.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a{background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 93%}.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a:hover{text-decoration:none;animation:qodef-qi-animate-underline-multiline-thick 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}@media only screen and (max-width:1024px){.qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}.qodef-qi-slider-switch{position:relative;opacity:0;transition:opacity .35s ease-out}.qodef-qi-slider-switch.qodef--visible{opacity:1}.qodef-qi-slider-switch .qodef-m-main-text{margin-bottom:30px}.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-title{margin:0 0 .7em}.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-text{margin:0}.qodef-qi-slider-switch .qodef-m-main{position:relative}.qodef-qi-slider-switch .qodef-m-main-slider{position:absolute;top:50px;left:50px;right:50px;bottom:50px;border-radius:10%}.qodef-qi-slider-switch .qodef-m-main-slider .qodef-qi-swiper-container{height:100%;z-index:unset}.qodef-qi-slider-switch .qodef-m-main-slider .swiper-slide a{height:100%}.qodef-qi-slider-switch .qodef-slider-main-image{position:relative;z-index:5;pointer-events:none}.qodef-qi-slider-switch .qodef-slider-main-image img{width:100%}.qodef-qi-slider-switch .qodef-slider-switch-device-holder{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:10}.qodef-qi-slider-switch .qodef-slider-switch-device{position:absolute;margin:auto;width:214px;bottom:-50px;right:50px;overflow:hidden}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image img{width:100%;filter:drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item{height:100%}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item a{height:100%}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item img{height:100%;width:100%;object-fit:cover}.qodef-qi-slider-switch .qodef-m-main-text a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-text,.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-title{opacity:0;transform:translateX(40px);transition:.3s ease-in-out}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text,.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title{opacity:1;transform:translateX(0)}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title{transition:opacity .35s .2s,transform .65s cubic-bezier(.26,0,0,1.01) .2s}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text{transition:opacity .35s .35s,transform .65s cubic-bezier(.26,0,0,1.01) .35s}.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-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;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);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-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;overflow:hidden}.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--swiper-fade .swiper-slide{opacity:0;transition:opacity .2s ease-out}.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-active,.qodef-qi-testimonials-slider.qodef--swiper-fade .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:auto}@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;overflow:hidden}.qodef-qi-text-marquee .qodef-m-content{display:flex;white-space:nowrap;font-size:0;overflow:hidden}.qodef-qi-text-marquee .qodef-m-text{display:flex;align-items:baseline}.qodef-qi-text-marquee .qodef-m-text.qodef-text--original{animation:qode-move-horizontal-normal-text-marquee 20s linear infinite}.qodef-qi-text-marquee .qodef-m-text.qodef-text--copy{position:absolute;top:0;left:0;will-change:transform;backface-visibility:hidden;transform:translateX(100%) translateZ(0);animation:qode-move-horizontal-normal-text-marquee-copy 20s linear infinite}.qodef-qi-text-marquee .qodef-m-text-item{font-size:100px;line-height:1.1em;padding-right:.5em;padding-left:.5em}.qodef-qi-text-marquee .qodef-e-icon-holder{display:flex;font-size:30px;align-self:center;align-items:center}.qodef-qi-text-marquee .qodef-e-icon-holder svg{fill:currentColor;stroke:currentColor;width:1em;height:auto}.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}@keyframes qode-move-horizontal-normal-text-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(-100%) translateZ(0)}}@keyframes qode-move-horizontal-normal-text-marquee-copy{0%{transform:translateX(100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-normal-text-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(-100%) translateZ(0)}}@keyframes qode-move-vertical-normal-text-marquee-copy{0%{transform:translateY(100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}@keyframes qode-move-horizontal-reverse-text-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(100%) translateZ(0)}}@keyframes qode-move-horizontal-reverse-text-marquee-copy{0%{transform:translateX(-100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-reverse-text-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(100%) translateZ(0)}}@keyframes qode-move-vertical-reverse-text-marquee-copy{0%{transform:translateY(-100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}.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: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:scale(1);opacity:1}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond .qodef-e-item .qodef-e-point{transform:rotate(45deg) scale(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond.qodef-qi--appeared .qodef-e-point{transform:rotate(45deg) scale(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}.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-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-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;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-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-addons-woo-shortcode .qodef-qi-woo-product-mark{position:absolute;top:0;right:0;color:#fff;background-color:#111;padding:10px 15px;z-index:5}.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark.qodef-woo-onsale{color:#111;background-color:#ebebeb}/*
Theme Name:        Archy
Text Domain:       archy
Version:           2.1.1
Description:       Architecture WordPress Theme
Requires at least: 6.0
Requires PHP:      7.0
Tags:              portfolio
Author:            Pixelwars
Author URI:        https://themeforest.net/user/pixelwars
Theme URI:         https://themeforest.net/user/pixelwars/portfolio
License:           ThemeForest License
License URI:       https://themeforest.net/licenses
Domain Path:       /languages
*/


/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/


/* Plugin: "Top 10 - Popular Posts" */

.tptn_counter {
	display: none;
}

/* Plugin: "Top 10 - Popular Posts" */

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/texgyreadventor/TeXGyreAdventor-Italic.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/texgyreadventor/TeXGyreAdventor-Italic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/texgyreadventor/TeXGyreAdventor-Bold.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/texgyreadventor/TeXGyreAdventor-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/texgyreadventor/TeXGyreAdventor-Regular.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/texgyreadventor/TeXGyreAdventor-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/texgyreadventor/TeXGyreAdventor-BoldItalic.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/texgyreadventor/TeXGyreAdventor-BoldItalic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on January 28, 2018 9:43 PM */

@font-face {
    font-family: 'Now';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Light.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Medium.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Regular.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Bold.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Black.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Thin.woff2) format('woff2'),
        url(//daniels-entertainment.com/wp-content/themes/archy-wp/css/fonts/now/Now-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
}
/**
 * Auto Generated by OMGF
 * @author: Daan van den Bergh
 * @url: https://daan.dev
 */

@font-face{font-family:'Jost';font-style:italic;font-weight:100;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:italic;font-weight:100;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:italic;font-weight:200;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:italic;font-weight:200;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:italic;font-weight:300;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:italic;font-weight:300;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:italic;font-weight:400;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:italic;font-weight:400;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:italic;font-weight:500;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:italic;font-weight:500;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:italic;font-weight:600;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:italic;font-weight:600;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:italic;font-weight:700;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:italic;font-weight:700;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:italic;font-weight:800;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:italic;font-weight:800;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:italic;font-weight:900;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:italic;font-weight:900;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:normal;font-weight:100;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:normal;font-weight:100;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:normal;font-weight:200;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:normal;font-weight:200;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:normal;font-weight:300;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:normal;font-weight:300;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:normal;font-weight:400;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:normal;font-weight:400;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:normal;font-weight:500;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:normal;font-weight:500;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:normal;font-weight:600;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:normal;font-weight:600;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:normal;font-weight:700;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:normal;font-weight:700;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:normal;font-weight:800;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:normal;font-weight:800;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Jost';font-style:normal;font-weight:900;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Jost';font-style:normal;font-weight:900;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/jost-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:100;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:100;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:200;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:200;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:300;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:300;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:400;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:400;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:500;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:500;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:600;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:600;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:700;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:700;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:800;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:800;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:900;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:italic;font-weight:900;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-italic-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:100;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:100;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:200;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:200;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:300;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:300;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:400;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:400;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:500;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:500;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:600;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:600;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:700;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:700;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:800;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:800;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:900;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin-ext.woff2)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Urbanist';font-style:normal;font-weight:900;font-display:swap;src:url(//daniels-entertainment.com/wp-content/uploads/omgf/archy-fonts/urbanist-normal-latin.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=406758042cd0466122f2)
 * Config saved to config.json and https://gist.github.com/406758042cd0466122f2
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}@-webkit-keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotateX(0) rotateY(0);transform:translate(-50%,-50%) rotateX(0) rotateY(0)}50%{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0)}to{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)}}@keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotateX(0) rotateY(0);transform:translate(-50%,-50%) rotateX(0) rotateY(0)}50%{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0)}to{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)}}.fluidbox{outline:none}.fluidbox__overlay{background-color:hsla(0,0%,100%,.85);cursor:pointer;cursor:zoom-out;opacity:0;pointer-events:none;position:fixed;top:-100%;left:0;bottom:-100%;right:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fluidbox--opened .fluidbox__overlay{pointer-events:auto}.fluidbox__wrap{background-position:center center;background-size:cover;margin:0 auto;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fluidbox--closed .fluidbox__thumb,.fluidbox__thumb{-webkit-transition:opacity 0s ease-in-out 0s;transition:opacity 0s ease-in-out 0s}.fluidbox__ghost{background-size:100% 100%;background-position:center center;background-repeat:no-repeat;position:absolute;-webkit-transition:opacity 0s 0s,-webkit-transform .5s 0s;transition:opacity 0s 0s,-webkit-transform .5s 0s;transition:opacity 0s 0s,transform .5s 0s;transition:opacity 0s 0s,transform .5s 0s,-webkit-transform .5s 0s}.fluidbox--opened .fluidbox__ghost{cursor:pointer;cursor:zoom-out}.fluidbox--closed .fluidbox__ghost{-webkit-transition:opacity 0s .5s,-webkit-transform .5s 0s;transition:opacity 0s .5s,-webkit-transform .5s 0s;transition:opacity 0s .5s,transform .5s 0s;transition:opacity 0s .5s,transform .5s 0s,-webkit-transform .5s 0s}.fluidbox__loader{opacity:0;-webkit-perspective:200px;perspective:200px;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.fluidbox__loader:before{background-color:hsla(0,0%,100%,.85);content:'';-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:absolute;top:50%;left:50%;width:20%;padding-bottom:20%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:0s;transition-delay:0s}.fluidbox--loading .fluidbox__loader{opacity:1;-webkit-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s}.fluidbox--loading .fluidbox__loader:before{-webkit-animation:a 1s 0s infinite ease-in-out forwards;animation:a 1s 0s infinite ease-in-out forwards}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//daniels-entertainment.com/wp-content/themes/archy-wp/js/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}






/* CUSTOM Animations + animate.css (added lightspeed variations) */

/* backSlide */
.backSlideOutLeft {
  -webkit-animation-name: backSlideOutLeft;
  animation-name: backSlideOutLeft;
}
.backSlideInRight {
  -webkit-animation-name: backSlideInRight;
  animation-name: backSlideInRight;
}
.backSlideOutRight {
  -webkit-animation-name: backSlideOutRight;
  animation-name: backSlideOutRight;
}
.backSlideInLeft {
  -webkit-animation-name: backSlideInLeft;
  animation-name: backSlideInLeft;
}
@-webkit-keyframes backSlideOutLeft {
  25% { opacity: 1; -webkit-transform: translateZ(-500px) scale(.6); }
  75% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(-300%); }
  100% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(-300%); }
}
@keyframes backSlideOutLeft {
  25% { opacity: 1; transform: translateZ(-500px) scale(.6); }
  75% { opacity: 1; transform: translateZ(-500px) translateX(-300%); }
  100% { opacity: 1; transform: translateZ(-500px) translateX(-300%); }
}
@-webkit-keyframes backSlideInRight {
  0%, 25% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(300%) scale(.6); }
  75% { opacity: 1; -webkit-transform: translateZ(0) translateX(0) scale(.6); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0) scale(1); }
}
@keyframes backSlideInRight {
  0%, 25% { opacity: 1; transform: translateZ(-500px) translateX(300%) scale(.6); }
  75% { opacity: 1; transform: translateZ(0) translateX(0) scale(.6); }
  100% { opacity: 1; transform: translateZ(0) translateX(0) scale(1); }
}
@-webkit-keyframes backSlideOutRight {
  25% { opacity: 1; -webkit-transform: translateZ(-500px) scale(.6); }
  75% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(300%); }
  100% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(300%); }
}
@keyframes backSlideOutRight {
  25% { opacity: 1; transform: translateZ(-500px) scale(.6); }
  75% { opacity: 1; transform: translateZ(-500px) translateX(300%); }
  100% { opacity: 1; transform: translateZ(-500px) translateX(300%); }
}
@-webkit-keyframes backSlideInLeft {
  0%, 25% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(-300%) scale(.6); }
  75% { opacity: 1; -webkit-transform: translateZ(0) translateX(0) scale(.6); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0) scale(1); }
}
@keyframes backSlideInLeft {
  0%, 25% { opacity: 1; transform: translateZ(-500px) translateX(-300%) scale(.6); }
  75% { opacity: 1; transform: translateZ(0) translateX(0) scale(.6); }
  100% { opacity: 1; transform: translateZ(0) translateX(0) scale(1); }
}




/* scaleIn */
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.scaleOut {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}
@keyframes scaleIn {
  0% { opacity: 0; transform: scale(1.5); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes scaleOut {
  0% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.5); }
}

/* Custom Animations */
@-webkit-keyframes blurIn {
  from {
    filter: blur(75px); opacity: 0;
  }

  to {
	filter: blur(1px); opacity: 1;
  }
}

@keyframes blurIn {
  from {
    filter: blur(75px); opacity: 0;
  }

  to {
	filter: blur(1px); opacity: 1;
  }
}

.blurIn {
  -webkit-animation-name: blurIn;
  animation-name: blurIn;
}

@-webkit-keyframes blurScaleIn {
  from {
    filter: blur(75px); opacity: 0; transform: scale(1.4);
  }

  to {
	filter: blur(1px); opacity: 1; transform: scale(1);
  }
}

@keyframes blurScaleIn {
  from {
    filter: blur(75px); opacity: 0; transform: scale(1.4);
  }

  to {
	filter: blur(1px); opacity: 1; transform: scale(1);
  }
}

.blurScaleIn {
  -webkit-animation-name: blurScaleIn;
  animation-name: blurScaleIn;
}



@-webkit-keyframes blurZoomIn {
  from {
    filter: blur(75px); opacity: 0; transform: scale(0.4);
  }

  to {
	filter: blur(1px); opacity: 1; transform: scale(1);
  }
}

@keyframes blurZoomIn {
  from {
    filter: blur(75px); opacity: 0; transform: scale(.4);
  }

  to {
	filter: blur(1px); opacity: 1; transform: scale(1);
  }
}

.blurZoomIn {
  -webkit-animation-name: blurZoomIn;
  animation-name: blurZoomIn;
}



@-webkit-keyframes blurOut {
  from {
    filter: blur(0px); opacity: 1;
  }

  to {
	filter: blur(75px); opacity: 0;
  }
}

@keyframes blurOut {
  from {
    filter: blur(0px); opacity: 1;
  }

  to {
	filter: blur(75px); opacity: 0;
  }
}

.blurOut {
  -webkit-animation-name: blurOut;
  animation-name: blurOut;
}


@-webkit-keyframes blurScaleOut {
  from {
    filter: blur(0px); opacity: 1; transform: scale(1);
  }

  to {
	filter: blur(75px); opacity: 0; transform: scale(1.4);
  }
}

@keyframes blurScaleOut {
  from {
    filter: blur(0px); opacity: 1; transform: scale(1);
  }

  to {
	filter: blur(75px); opacity: 0; transform: scale(1.4);
  }
}

.blurScaleOut {
  -webkit-animation-name: blurScaleOut;
  animation-name: blurScaleOut;
}



@-webkit-keyframes blurZoomOut {
  from {
    filter: blur(0px); opacity: 1; transform: scale(1);
  }

  to {
	filter: blur(75px); opacity: 0; transform: scale(.4);
  }
}

@keyframes blurZoomOut {
  from {
    filter: blur(0px); opacity: 1; transform: scale(1);
  }

  to {
	filter: blur(75px); opacity: 0; transform: scale(.4);
  }
}

.blurZoomOut {
  -webkit-animation-name: blurZoomOut;
  animation-name: blurZoomOut;
}



@-webkit-keyframes invert {
   0% { filter: invert(100%); opacity: 0; }
   30% { opacity: 1; }
   50% { filter: invert(100%); }
   100% { filter: invert(0%); }
}

@keyframes invert {
   0% { filter: invert(100%) drop-shadow(0 0 120px yellow); }
   50% { filter: invert(100%); }
   100% { filter: invert(0%) drop-shadow(0); }
}
.invert {
  -webkit-animation-name: invert;
  animation-name: invert; 
  animation-timing-function: ease-in;
}







/*@keyframes animation-target {
  from {
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) rotateZ(0);
  }

  to {
    visibility: hidden;
    transform: translateX(-120px) translateY(-300px) translateZ(350px) rotateX(6deg) rotateY(10deg) rotateZ(124deg);
  }
}

.animation-target {
  animation-name: animation-target;     perspective: 1400px;
}

*/







.jumpIn {
  -webkit-animation-name: jumpIn;
  animation: jumpIn;
}

/* Generated with Bounce.js. Edit at https://goo.gl/335BE4 */

@-webkit-keyframes jumpIn { 
  0% { -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.2% { -webkit-transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.5% { -webkit-transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.41% { -webkit-transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.01% { -webkit-transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.71% { -webkit-transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.51% { -webkit-transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.92% { -webkit-transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.92% { -webkit-transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% { -webkit-transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.43% { -webkit-transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  34.63% { -webkit-transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  40.14% { -webkit-transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.46% { -webkit-transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.36% { -webkit-transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  84.68% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes jumpIn { 
  0% { -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.2% { -webkit-transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.5% { -webkit-transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.41% { -webkit-transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.01% { -webkit-transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.71% { -webkit-transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.51% { -webkit-transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.92% { -webkit-transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.92% { -webkit-transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% { -webkit-transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.43% { -webkit-transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  34.63% { -webkit-transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  40.14% { -webkit-transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.46% { -webkit-transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.36% { -webkit-transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  84.68% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}










/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* --------------------------------------------
	
	main.css : this is the main style file of the theme.
	
	Author 		: pixelwars 
	Url			: pixelwars.org
	
	---
	
	CONTEXT:
	
	1. BASE (@base)
		1.1 ELEMENTS 
		1.2 FONTS
		1.3 TYPOGRAPHY
		1.4 BUTTONS
	2. FORMS (@forms)
	3. COMMON (@common)
	4. LAYOUT (@layout)
	5. MODULES (pages) (@modules)
	6. BLOG (@blog)
	7. SHOP (@shop)
	8. PORTFOLIO (@portfolio)
	
 -------------------------------------------- */
   


/*  --------------------------------------------

	1. BASE (@base) - base html elements
	
    -------------------------------------------- */

/* ----- 1.1 ELEMENTS ----- */   
html {
    font-size: 13px; line-height: 1.9; box-sizing: border-box; overflow-x: hidden; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;
    }
*,
*:before, 
*:after {
    box-sizing: inherit; -webkit-font-smoothing: antialiased;
    }
::selection {
 	text-shadow: none; color: #000; background: #FFF9CD;
	}
::-moz-selection {
 	text-shadow: none; color: #000; background: #FFF9CD;
	}
body {
	color: #444; background: #fff; overflow-x: hidden;
	}
a {
	color: #D2AB74; text-decoration: none; outline: none;
	}
a:hover,
a:focus {
	color: #C9B69B;	text-decoration: none; outline: none;
	}
/* HEADINGS TEXT COLOR */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.tab-titles {
	color: #222;
	}
figure {
	margin: 16px 0 32px 0;
	}
iframe {
 	border: none; width: 100%; max-width: 100%;
	}
img {
 	display: block; max-width: 100%; height: auto;
	}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
	}
audio {
	width: 100%;
	}

/* ----- 1.2 FONTS ----- */ 
/* BODY */
body {
 	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
/* SUB HEADINGS */
h2,
h3,
h4,
h5,
h6,
blockquote,
.tab-titles {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
/* HEADINGS */
h1,
.entry-title,
.footer-subscribe h3,
.widget_categories ul li,
.widget_recent_entries ul li a,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_most_recommended_posts ul li a,
.widget_calendar table caption,
.tptn_title,
.nav-single a,
.widget_recent_comments ul li,
.widget_product_categories ul li,
.widget_meta ul li,
.widget_rss ul a.rsswidget {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
/* MENU */
.nav-menu,
.entry-meta,
.owl-nav,
label,
.page-links,
.navigation,
.entry-title i,
.site-info,
.filters {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
/* SITE TITLE */
.site-title {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
/* SITE DESCRIPTION */
.site-description {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
/* WIDGET TITLE TITLE */
.widget-title {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
/* TOP BAR */
.top-bar {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
/* FONTELLO ICONS */
.hentry .entry-header:before,
.submenu-toggle:before,
.shopping-cart:before,
.toggle h4:before,
.selector:before,
.checker span:before,
.radio span:before,
.uploader span.action:before,
.is-meta-with-icons .entry-meta > span:before,
.entry-share:before,
.entry-share a:before,
.button:before,
.button:after,
.woocommerce-thankyou-order-received:before,
.portfolio-grid .featured-image > a:first-of-type:after,
.post-password-form:before,
.cart_totals:before,
.edit-link:before,
.entry-reading-time:before,
.entry-like a:before {
    font-family:fontello; font-style:normal; font-weight:400; speak:none; display:inline-block; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none;
    }

/* ----- 1.3 TYPOGRAPHY ----- */
/* headings and paragraphs  */
h1,
h2,
h3,
h4,
h5,
h6 { 
	line-height: 1.4; font-weight: 700; margin: 1.2em 0 0.5em 0;
    }
h2,
h3,
h4,
h5,
h6 { 
	font-weight: 700; 
    }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child { 
    margin-top: 0; 
    }
h1 {
 	font-size: 2em; margin: 0.8em 0 0.8em 0; line-height: 1.2;
	}
h2 {
 	font-size: 1.5em; line-height: 1.4;
	}
h3 {
 	font-size: 1.2em;
	}
h4 {
 	font-size: 1.0em;
	}
h5 {
 	font-size: 1.0em;
	}
h6 {
 	font-size: 1.0em;
	}
p {
 	margin: 0 0 1.1em 0;
	}
.elementor-text-editor p:last-child {
    margin-bottom: 0;
	}
small small {
    font-size: 95%;
	}
/* blockquote  */
blockquote {
 	position: relative; margin: 2.4em auto; padding: .4em 0; font-size: 1.6em; font-weight: bold; line-height: 1.4;
	}
	blockquote p {
		display: inline;
		}
	blockquote cite {
		display: block; font-size: 11px; opacity: .6; padding-right: 1em; margin-top: 1.2em; font-style: normal; font-weight: 400; text-transform: uppercase; letter-spacing: .04em;
		}
		blockquote:before {
			content: ''; position: absolute; top: -20px; left: 0; width: 13rem; border-bottom: 1px solid; opacity: 0.12; 
		  	}
		blockquote:after {
			content: ''; position: absolute; bottom: -16px; left: 0; width: 13rem; border-bottom: 1px solid; opacity: 0.12;
		  	}
		.wp-block-pullquote:not(.is-style-solid-color) blockquote:before,
		.wp-block-pullquote:not(.is-style-solid-color) blockquote:after {
			left: 50%; transform: translate(-50%, -50%);
		  	}
		blockquote.has-text-align-right:before,
		blockquote.has-text-align-right:after {
			left: auto; right: 0;
		  	}
		.wp-block-quote.is-large, .wp-block-quote.is-style-large {
			padding: .4em 0; margin: 2.4em auto;
			}
		.wp-block-pullquote.is-style-solid-color blockquote cite {
			text-transform: uppercase;
			}
hr {
 	padding: 0; margin: 2em 0; outline: 0; border-width: 0 0 1px 0; border-style: solid; border-color: rgba(0, 0, 0, 0.07);
	}
/* tables  */
table,
th,
td,
.wp-block-calendar tbody td, .wp-block-calendar th {
	border: 1px solid;
	}
table {
	margin: 1.4em 0 3em 0; border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; width: 100%;
	}
th,
td {
	font-weight: 400; text-align: left;
	}
caption{
	font-weight: 700; text-align: left;
	}
th {
	border-width: 0 1px 1px 0; font-weight: 700; text-transform: uppercase;
	}
td {
	border-width: 0 1px 1px 0;
	}
th, td {
	padding: 0.5em 1em;
	}
thead th {
	padding: .8em 1em; font-size: 1rem;
	}
/* code and pre  */
code,
pre {
 	margin: 2em 0 4em; max-width: 100%; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; color: inherit; white-space: pre; overflow: auto; padding: 0px 6px; font-size: .875rem; border: 1px solid #0000002e;
	}
code {
 	display: inline-block; margin: 0 4px -6px;
	}
pre {
	padding: 12px;
	}
pre code {
    background: transparent; box-shadow: none; border: 0;
	}
/* lists  */
ol,
ul {
 	margin: .2em 0 1em 0; padding: 0 0 0 1.6em;
	}
ol ol, ul ul {
    margin: 8px 0;
	}
ul {
 	list-style: disc;
	}
dt {
 	margin-bottom: .8em; display: inline-block; font-weight: bold; letter-spacing: 1px; text-transform: uppercase;
	}
dd {
	padding-bottom: 1.5em; margin-left: 2em;
	}
address {
	margin-bottom: 1.2em; 
	}
	

/* CONTENT ALIGNMENT STYLE */
.aligncenter {
    display: block;
	}
.aligncenter, 
.alignnone, 
.alignright, 
.alignleft, 
.alignwide {
    margin: 1.6em auto; clear: both;
	}
.aligncenter:first-child, 
.alignnone:first-child {
	margin-top: 0;
	}
.aligncenter:last-child, 
.alignnone:last-child {
	margin-bottom: 0;
	}
.wp-caption {
	margin-bottom: 1.6em; max-width: 100%;
	}
.wp-caption img[class*="wp-image-"] {
	display: block; margin: 0;
	}
.wp-caption-text {
	font-size: .9rem; opacity: .7; padding: 0.8em 0 0;
	}
.aligncenter .wp-caption-text {
	text-align: center;
	}
/* GUTENBERG STYLES */
.wp-block-embed:first-child {
	margin-top: 0;
	}
.wp-block-image figcaption {
	font-size: 90%; margin-bottom: 0;
	}
/* Buttons */
.wp-block-button {
    margin-top: 1.4em; margin-bottom: 1.4em;
	}
.wp-block-button__link:hover {
	background: #131517;
	}
.wp-block-button__link {
	transition: .3s all;
	}
.wp-block-button.alignleft,
.wp-block-button.alignright {
    margin-top: 0; margin-bottom: 1.4em;
	}
.wp-block-button.is-style-squared a {
    border-radius: 0;
	}
/* Covers */
.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container, .wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text, .wp-block-cover:not([class*=background-color]) .wp-block-cover-text, .wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container, .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text, .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
    color: #fff;
	}
/* Blockquote */
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-style: normal; font-size: 1.24em; line-height: 1.3;
    }
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.4em; line-height: 1.2;
    }
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: .8rem;
	}
/* Blockquote in a column */
.wp-block-column + .wp-block-column .wp-block-quote {
    font-size: 20px;
	}
/* Tables */
.wp-block-calendar {
    margin: 2em 0;
    }
.wp-block-calendar table th {
    text-align: center; font-weight: 700; font-size: 1rem; background: transparent;
    }
.wp-block-calendar table {
    font-size: 1rem;
    }
.wp-calendar-nav {
	text-align: left; margin-top: 8px; font-size: 14px; text-transform: uppercase; font-weight: 700;
    }
.wp-calendar-nav a {
	color: inherit; font-style: normal;
    }
.wp-calendar-nav .wp-calendar-nav-next {
	float: right;
    }
.wp-block-calendar {
    margin: 2em 0;
	}
/* categories dropdown */
.wp-block-categories-dropdown.wp-block-categories {
	margin: 1.4em 0;
	}
/* comments */
.wp-block-latest-comments {
	padding-left: 0;
    }
.wp-block-latest-comments .wp-block-latest-comments__comment {
	margin: 20px 0; padding: 1.8rem; border: 1px solid #0000001a;
	}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin-top: 0;
    }
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
	margin-bottom: 0;
    }
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
	text-transform: uppercase; font-size: 11px; letter-spacing: 1px; 
    }
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: 14px; margin: 10px 0 0 0;
    }
a.wp-block-latest-comments__comment-author {
    color: inherit; font-weight: bold; font-size: 14px;
    }
a.wp-block-latest-comments__comment-link {
    color: inherit; text-transform: uppercase; font-size: 13px; text-decoration: underline;
	}
/* latest posts */
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts {
    padding-left: 0;
    }
.wp-block-latest-posts:not(.is-grid) > li {
    margin-bottom: 12px;
    }
.wp-block-latest-posts > li a {
    font-size: 1.5rem; line-height: 1.1;
	}
/* tag cloud */
.wp-block-tag-cloud a {
    color: inherit;	
	}
/* layout elements */
.wp-block-group.has-background {
    padding: 2rem; margin-bottom: 2rem;
	}
.has-large-font-size {
    font-size: 2rem; line-height: 1.4;
	}
/* preformated */
pre.wp-block-preformatted,
pre.wp-block-verse {
    background: transparent; border: 0; padding: 0; box-shadow: none;
	}
pre.wp-block-verse {
	font-family: inherit; font-size: 1.0rem;
	}
/* striped tables */
.wp-block-table table {
    margin: 1em 0;
    }
figure.wp-block-table.is-style-stripes {
    border-bottom: 1px solid #0000001a;
    }
.wp-block-table.is-style-stripes table {
    border: 0;
    }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: #00000012;
    }
	
/* TABLETS */
@media screen and (min-width: 768px) {
	.alignnone {
		margin: 2em 0; 
		}
	.aligncenter {
		margin: 2em auto; 
		}
	.alignright,
	.wp-block-image .alignright {
		float:right; margin: 8px 0 32px 38px;
		}
	.alignleft,
	.wp-block-image .alignleft {
		float: left; margin: 8px 38px 32px 0;
		}
	.alignright,
	.alignleft {
		max-width: 50%;
		}
	.alignright .wp-caption-text,
	.alignleft .wp-caption-text {
		max-width: 230px;
		}
}
/* DESKTOPS MEDIUM */
@media screen and (min-width: 1400px) { 
	.is-post-media-overflow .layout-fixed .aligncenter:not(.full):not(.no-strech),
	.is-post-media-overflow .layout-fixed .media-wrap,
	.is-post-media-overflow .layout-fixed .owl-carousel,
	.is-post-media-overflow .layout-fixed .gallery,
	body:not(.woocommerce-page) .content-area:not(.with-sidebar) .alignwide {
		max-width: 166%; width: 166% !important; margin-left: -33%;
		}
	
	/* fix for small images are being streched when post media overflow is activated */
	.is-post-media-overflow .layout-fixed .wp-caption.aligncenter:not(.full):not(.no-strech) img {
		width: 100%;
		}
	.is-post-media-overflow .layout-fixed .wp-caption.aligncenter:not(.full) img.no-strech {
		width: auto; max-width: 100%; margin-left: auto; margin-right: auto;
		}
	
	.is-post-media-overflow .layout-fixed .alignright,
	.is-post-media-overflow .layout-fixed .alignleft {
		max-width: 66%;
		}
	.is-post-media-overflow .layout-fixed .alignright {
		margin-right: -33%;
		}
	.is-post-media-overflow .layout-fixed .alignleft {
		margin-left: -33%;
		}	
}


/* ----- 1.4 BUTTONS ----- */
/* ------------------------------------------ */
/* fix for style jump with js added classes */
.site-content form input[type=submit],
.site-content form input[type=button], 
.site-content form button {
	visibility: hidden;
	}
.site-content form input[type=submit].is-ready,
.site-content form input[type=button].is-ready, 
.site-content form button.is-ready {
	visibility: visible;
	}

/* BUTTONS */
.button {
	 display: inline-block; position: relative; padding: 14px 26px; margin-bottom: .25em; outline: 0; border: 2px solid currentColor; color: inherit; text-shadow: none; background: none; border-radius: 0; cursor: pointer;
	}
.button, 
button, 
html .elementor-button, 
html .ekit-wid-con .elementskit-btn, 
html .ekit-wid-con .ekit_creative_button, 
.more-link {
	font-size: 12px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; border-radius: 0;
	}
html .ekit-wid-con .ekit_creative_button {
	padding: 20px 40px;
	}
.button:hover {
	color: inherit;
	}
.button:active {
	top:2px; left:2px;
	}
/* Large Buttons */
.button.big {
 	font-size: 13px; padding: 24px 36px;
	}
/* Huge Buttons */
.button.huge {
	font-size: 13px; padding: 32px 46px;
	}
/* Small Buttons */
.button.small {
 	padding: 7px 14px; font-size: 11px;
	}
/* Small Buttons */
.button.mini {
		padding: 5px 10px; font-size: 10px;
	}

/* Buttons with icons */
.button i {
	display: inline; font-size: 140%; margin-right: .4em; margin-left: -0.2em; vertical-align: middle;
   }
.button + .button {
   margin-left: 1.4em;
   }

/* Buttons Lowercase */
.is-buttons-lowercase .button,
.is-buttons-lowercase .elementor-button,
.is-buttons-lowercase .elementskit-btn,
.is-buttons-lowercase .ekit-wid-con .ekit_creative_button,
.is-buttons-lowercase .more-link {
	text-transform: none;
	}

/* BUTTON STYLE : SOLID */
.button.is-solid {
	background: #111; color: #fff !important; border-color: transparent;
	}

/* BUTTON STYLE : SOLID LIGHT */
.button.is-solid-light {
	background: #eadcdc; color: inherit !important; border-color: transparent;
	}

/* BUTTON STYLE : UNDERLINE */
.button.is-underline {
	background: none !important; border: 0; padding: 1px 0; border-bottom: 2px solid currentColor; border-radius: 0 !important;
	}

/* BUTTON STYLE : NAKED */
.button.is-naked {
	background: none !important; border: 0; padding: 3px 0; border-radius: 0 !important;
	}
.button.is-naked:after {
    content: ''; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: currentColor; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s;
	}
.button.is-naked:hover:after {
	transform-origin: bottom left; transform: scaleX(1);
	}

/* BUTTON STYLE : 3D */	
.button.is-3d {
	box-shadow:1px 1px 0, 2px 2px 0, 3px 3px 0, 4px 4px 0,5px 5px 0; position: relative; transition: all 0s !important;
	}
.button.is-3d:hover:active {
	top:5px; left:5px; box-shadow:0 0 0 0 !important; transform: none !important;
	}	

/* BUTTON STYLE : SHADOW */
.button.is-shadow {
	color: #fff !important; background: #111; box-shadow: 0px 18px 23px -6px #111; border-color: transparent;
	}
.button.is-shadow:hover {
	transform: translate( 0px, 2px); box-shadow: 0px 2px 10px -5px #111; 
	}
.button.is-shadow:active  {
	transition-duration: .0s; box-shadow: 0px -1px 10px -5px #111; 
	}

/* BUTTON STYLE : SHADOW LIGHT */
.button.is-shadow-light {
	color: inherit !important; background: #fff; box-shadow: 0px 4px 24px -14px; border-color: transparent;
	}
.button.is-shadow-light:hover {
	transform: translate( 0px, 2px); box-shadow: 0px 2px 10px -5px #222; 
	}
.button.is-shadow-light:active  {
	transition-duration: 0s; box-shadow: 0px -1px 10px -5px #222; 
	}

/* BUTTON STYLE : PAPER */	
.button.is-paper {
	position: relative; background: #fff; 
	}
.button.is-paper:after {
	content: ''; position: absolute; top: 3px; left: 3px; width: calc(100% + 4px); height: calc(100% + 4px); background: #dccfcf; border: 2px solid; z-index: -1;
	}
.button.is-paper:active {
	top:2px; left:2px; transform: none !important;
	}	
.button.is-paper:active:after {
	top: 1px; left: 1px; 
	}

/* BUTTON STYLE : SHIFT */	
.button.is-shift {
	position: relative; color: inherit !important;
	}
.button.is-shift:after {
	content: ''; position: absolute; top: 4px; left: 4px; width: calc(100% + 4px); height: calc(100% + 4px); background: #dccfcf; z-index: -1; transition: all .2s;
	}
.button.is-shift:hover:after {
	top: 0px; left: 0px; 
	}

/* BUTTON STYLE : CIRCLE */	
.button.is-circle {
	position: relative; color: inherit !important; border: 0; border-radius: 0 !important;
	}
.button.is-circle:before {
	content: ''; position: absolute; left: 0; top: 48%; width: 50px; height: 50px; border-radius: 50px; transform: translateY(-50%); background: #dccfcf; z-index: -1; transition: all .2s;
	}
.button.small.is-circle:before {
	width: 32px; height: 32px;
	}
.button.big.is-circle i {
	margin-left: -8px;
	}
.button.big.is-circle:before {
	width: 64px; height: 64px;
	}
.button.small.is-circle i {
	margin-left: -6px;
	}
.button.is-circle:hover:before {
	width: 100%;
	}
	
	
/* PRIMARY BUTTON COLOR */
.button.is-primary {
	color: #222;;
	}		
.button.is-primary.is-shadow,
.button.is-primary.is-solid,
.button.is-primary.is-solid-light {
	background-color: #222;;
	}	
.button.is-primary.is-shadow {
	box-shadow: 0px 18px 23px -6px #222;
	} 

/* PRIMARY BUTTON HOVER COLOR */
.button.is-primary:hover {
	color: #89a2c5 ;;
	}		
.button.is-primary.is-shadow:hover,
.button.is-primary.is-solid:hover,
.button.is-primary.is-solid-light:hover,
.button.is-primary.is-shift:after,
.button.is-primary.is-circle:before {
	background-color: #89a2c5 ;;
	}	
.button.is-primary.is-shadow:hover {
	box-shadow: 0px 2px 10px -5px #89a2c5 ; 
	} 

/* SECONDARY BUTTON COLOR */
.button.is-secondary {
	color: #F05365;;
	}		
.button.is-secondary.is-shadow,
.button.is-secondary.is-solid,
.button.is-secondary.is-solid-light {
	background-color: #F05365;;
	}	
.button.is-secondary.is-shadow {
	box-shadow: 0px 18px 23px -6px #F05365;
	} 

/* SECONDARY BUTTON HOVER COLOR */
.button.is-secondary:hover {
	color: #8a797b;;
	}		
.button.is-secondary.is-shadow:hover,
.button.is-secondary.is-solid:hover,
.button.is-secondary.is-solid-light:hover,
.button.is-secondary.is-shift:after,
.button.is-secondary.is-circle:before {
	background-color: #8a797b;;
	}	
.button.is-secondary.is-shadow:hover {
	box-shadow: 0px 2px 10px -5px #8a797b; 
	} 

/* END: BUTTONS */
/* ------------------------------------------ */


/*  --------------------------------------------

	2. FORMS (@forms) - form elements
	
    -------------------------------------------- */
fieldset {
    border: 0; margin: 0; padding: 0;
	}
form p {
 	position: relative; margin: 1.6em 0;
	}
form p:first-child {
 	margin-top: 0;
	}
form p:last-child {
 	position: relative; margin-bottom: 0;
	}
label {
 	display: block; font-size: 11px; letter-spacing: 1px; font-weight: 400; margin-bottom: 0.6em; text-transform: uppercase;
	}
::-webkit-input-placeholder { 
	color:rgba(0, 0, 0, .4);
	}
::-moz-placeholder { 
	color:rgba(0, 0, 0, .4);
	} 
:-ms-input-placeholder { 
	color:rgba(0, 0, 0, .4);
	}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
	display: none; 
	}
label input { 
    font-weight: 400;
    }
.input-text,
textarea,
select {
 	padding: 1em; width: 100%; font-size: 13px; color: inherit; border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 0; background-color: transparent; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; box-sizing: border-box; box-shadow: none;
	}
input[type=search] {
	box-sizing: border-box;	
	}
.input-text:hover,
textarea:hover,
input:hover,
select:hover {
 	outline: 0;
	}
.input-text:focus,
textarea:focus,
input:focus,
select:focus {
 	border-color: currentColor; outline: 0;
	}
textarea {
 	min-height: 9em; line-height: 1.6; resize: vertical;
	}
select {
	padding: .8em 1em; padding-right: 36px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZJJREFUaIHt1r9LVWEYB/DPVTEpgqRBaEhocmiyoc2lrZbG+gts8z8I5xykRfwxROBiEBENSdAmQZMKTldwUHAJAltEBG2453Beg7zXe99zXZ4PHC7nx/s833O5931fQgghhBBCCDUbxCqe9qHXc7zDQM6iizjHMaZyFv7HE5wUvRY6GdDpW+4XnyP4gskrR2vvMT5juDg/yFm8gTmtb+YcvzCRsf5D/E7qvyl6ZtXAStLkAOMZ6j7AYVJ3WQ3hS4P4kDTbxVgP9e5hL6m3VvSo1TDWk6bbGO2izl3sJHW+qn7/tbuFjaT5j+Jap27jZzJ+AzczZ2zrDraSEN9wo4NxI/iejNssal2LMTSTMB8xdMnzQ/iUPN/U238oi3GtGakM9b9VdADvXZzF7vcpY1sTWmtDGW7examwgbfJ/dzrSBaP8EcV8nVybza5fqSelTyLKa39Uhl2pjjK87r3Ulk8w6kqdHmc6s9uNouXOFOFP8OLa03UhVeqF5iuq8llc3avFlUL1FKNfUIIIYQQQgjd+QvyJ2oyQcCnYgAAAABJRU5ErkJggg==); background-position: 97% center; background-position: right 10px center; background-repeat: no-repeat; background-size: 20px 20px;
	}
select::-ms-expand {
    display: none;
	}
input[type=file]{
	width: 100%; outline: 0; cursor: pointer; font-size: 13px;
	}
input[type=file]::-webkit-file-upload-button {
	display: inline-block; padding: .6em 1em; outline: 0; color: inherit; background-color: transparent; border: 2px solid rgba(0, 0, 0, 0.07); cursor: pointer;
	}
input[type=checkbox] {
    -webkit-appearance: none; height: 1em; position: relative; background-color: transparent; border: 2px solid currentColor; width: 1em; border-radius: 3px; outline: none;  font-size: 15px; vertical-align: text-bottom; margin-right: .6em;
	}
input[type=checkbox]:active {
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.2) inset;
	}
input[type=checkbox]:before,
input[type=checkbox]:after {
    content: ''; background-color: inherit; position: absolute; transition: 0.1s background-color;
	}
input[type=checkbox]:after {
    width: 0.14em; height: 0.60em; transform: rotate(36deg) translate(0.36em, -0.17em); 
	}
input[type=checkbox]:before {
    width: 0.14em; height: 0.35em; transform: rotate(-58deg) translate(-0.22em, 0.30em);
	}
input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before {
    background-color: currentColor;
	}
input[type=radio] {
    -webkit-appearance: none; height: 1em; position: relative; background-color: #fff; border: 2px solid currentColor; width: 1em; border-radius: 50%; outline: none; font-size: 15px; margin-right: .6em; vertical-align: text-bottom;
	}
input[type=radio]:checked:before {
    content: ''; background-color: currentColor; position: absolute; border-radius: 50%; top: 3px; left: 3px; bottom: 3px; right: 3px;
	}
.inline-label {
 	display: inline-block; margin-right: 2.2em;
	}
/* validation  */
label.error {
    position: absolute; bottom: -16px; left: 10px; margin: 0; min-width: 150px; font-size: 10px; padding: .2em .8em; z-index: 1; color: #222; background-color: #fbe7ba; 
    }



/*  --------------------------------------------

	3. COMMON (@common) - common and helper classes
	
    -------------------------------------------- */
/* clearfix */
.cf:before,
.cf:after,
.site-main:before,
.site-main:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.hentry:before,
.hentry:after,
.featured-area:before ,
.featured-area:after,
article:before,
article:after {
 	content: " "; display: table;
	}
.cf:after,
.site-main:after,
.site-content:after,
.entry-content:after,
.hentry:after,
.featured-area:after,
article:after  {
 	clear: both;
	}
.screen-reader-text,
.is-tagline-hidden .site-description,
.is-header-small .site-description {
	clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important;
	}
.center {
 	text-align: center;
	}
.hidden {
	display: none;
	}
.visually-hidden { 
  	position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; 
	}
.easing,
.nav-image-link img {
 	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	}
.easing-short,
.social-link,
.shopping-cart,
.toggle-link,
.post-thumbnail:before,
.more-link,
.entry-meta a,
input,
button,
a.button,
.entry-content > p:not(.more) > a,
.page-links ul li a,
.gallery-item a:before,
.navigation a,
.widget a,
.post-wrap,
.post-wrap:before,
.share-links a,
.featured-image a:before,
.blog-circles .featured-image,
.tagcloud a,
.blog-simple .featured-image,
.entry-share-wrap,
.wc-tabs a,
.filters li a,
.portfolio-grid .featured-image > a:first-of-type:after,
.entry-title,
.entry-title a {
    -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out;
	}
/* fluidbox */
.fluidbox--ready { 
	cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; 
	} 
.fluidbox--opened .fluidbox__wrap,
.fluidbox:not(.fluidbox--closed) .fluidbox__ghost { 
	cursor: -webkit-zoom-out; cursor: -moz-zoom-out; cursor: zoom-out; 
	} 
.fluidbox__ghost {
    -webkit-transition: opacity 0s 0s,-webkit-transform .4s 0s;
    transition: opacity 0s 0s,-webkit-transform .4s 0s;
    transition: opacity 0s 0s,transform .4s 0s;
    transition: opacity 0s 0s,transform .4s 0s,-webkit-transform .4s 0s;
}
.fluidbox--closed .fluidbox__ghost {
    -webkit-transition: opacity 0s .4s,-webkit-transform .4s 0s;
    transition: opacity 0s .4s,-webkit-transform .4s 0s;
    transition: opacity 0s .4s,transform .4s 0s;
    transition: opacity 0s .4s,transform .4s 0s,-webkit-transform .4s 0s;
}


/*  --------------------------------------------

	4. LAYOUT (@layout) : layout styles
	
    -------------------------------------------- */

.site-main {
	padding: 30px 0; position: relative;
	}
.site-main .layout-medium:after {
  	content: ""; display: table; clear: both;
	}
	
/* BOXED LAYOUTS */
.is-body-boxed .site,
.is-middle-boxed .site-main,
.is-content-boxed .content-area {
	background: #fff; position: relative;
	}
/* MIDDLE BOXED */
.is-middle-boxed .site-main {
	padding-top: 4.8%; padding-bottom: 4.8%; margin-bottom: 20px;
	}
.is-middle-boxed .top-content + .site-main {
	margin-top: 20px;
	}
/* MIDDLE BOXED & FOOTER BOXED */
.is-middle-boxed.is-footer-boxed .site-main {
	margin-bottom: 0;
	}

/* CONTENT BOXED */
.is-content-boxed .content-area {
	padding-top: 4.8%; padding-bottom: 4.8%; margin-bottom: 50px;
	}
/* CONTENT WIDTHS */
.layout-full,
.layout-fixed,
.layout-medium,
.header-wrap-inner,
.is-header-fixed-width .header-wrap,
.is-header-float-box:not(.is-header-float-box-menu) .site-header:not(.clone) .header-wrap,
.is-header-full-with-margins .header-wrap,
.is-menu-bar.is-menu-fixed-bg .menu-wrap,
.is-header-full-with-margins.is-menu-bar .site-navigation.clone,
.is-body-boxed .site,
.is-body-boxed .header-wrap,
.is-body-boxed.is-menu-sticky .clone,
.is-middle-boxed .site-main,
.is-footer-boxed .site-footer,
.is-content-boxed .site-content,
.top-bar .top-bar-wrap,
.is-top-bar-fixed .top-bar,
.is-top-bar-fixed-bg .top-bar,
.is-menu-bar .site-branding-wrap,
.is-header-fixed-width.is-menu-sticky .clone,
html .tutor-container,
html .lp-content-area,
html .learn-press-breadcrumb {
	width: 90%; margin-left: auto; margin-right: auto; clear: both;
	}
	
.layout-medium,
.is-header-row .header-wrap-inner,
.is-header-small .header-wrap-inner,
.is-menu-bar.is-menu-fixed-bg .menu-wrap,
.is-header-fixed-width .header-wrap,
.is-header-fixed-width.is-menu-bar .site-navigation,
.is-header-float-box:not(.is-header-float-box-menu) .site-header:not(.clone) .header-wrap,
.is-header-float-box.is-menu-bar .site-header:not(.clone) .site-navigation:not(.clone),
.is-body-boxed .site,
.is-body-boxed .header-wrap,
.is-body-boxed.is-menu-bar .site-navigation,
.is-body-boxed:not(.is-menu-bar) .site-header,
.is-middle-boxed .site-main,
.intro-content,
.is-footer-boxed .site-footer,
.is-content-boxed .site-main .layout-fixed,
.top-bar .top-bar-wrap,
.is-top-bar-fixed .top-bar,
.is-top-bar-fixed-bg .top-bar,
.is-menu-bottom.is-menu-bottom-overflow .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap,
.site-branding-wrap,
.is-header-border-fixed .header-wrap:after,
.is-header-border-fixed .menu-wrap:after,
html .tutor-container,
html .lp-content-area,
html .learn-press-breadcrumb {
	max-width: 1060px; margin-left: auto; margin-right: auto;
	}
	
/* BOXED/FIXED LAYOUT FIXES */
.is-menu-bar .header-wrap-inner,
.is-header-fixed-width.is-menu-full:not(.is-menu-bar) .header-wrap-inner,
.is-header-fixed-width.is-menu-fixed-bg .menu-wrap,
.is-header-fixed-width.is-menu-bar.is-menu-full .menu-wrap .layout-medium,
.is-body-boxed .header-wrap,
.is-body-boxed .site-footer,
.is-top-bar-fixed .top-bar .top-bar-wrap { 
	width: 100%;
	}
.is-menu-bar.is-menu-full .menu-wrap .layout-medium,
.is-top-bar-full .top-bar .top-bar-wrap {
	max-width: none;
	}
	
.layout-fixed,
.blog-list,
.blog-regular,
.is-content-boxed .single .site-content,
.is-content-boxed .page .site-content {
	max-width: 740px; margin-left: auto; margin-right: auto;
	}
.content-area.with-sidebar .blog-list,
.content-area.with-sidebar .blog-regular {
	max-width: 100%;
	}
.layout-full {
	 max-width: 1900px; overflow: hidden;
	}
.sidebar {
	margin-top: 2em; padding-bottom: 40px; line-height: 1.7; will-change: min-height;
	}
.sidebar-wrap {
    transform: translate(0, 0); transform: translate3d(0, 0, 0); will-change: position, transform;
	}
.hentry {
	margin-bottom: 1em;
	}
.entry-header {
	text-align: center; margin-bottom: 1.4em;
	}


/* BLOG TEXT ALIGN LEFT */
.is-blog-text-align-left .blog-stream .entry-header,
.is-blog-text-align-left .blog-grid .hentry-middle,
.is-blog-text-align-left .blog-list .hentry-middle,
.is-blog-text-align-left .more,
.is-blog-text-align-left .format-link .entry-content,
.is-blog-text-align-left .format-chat .entry-content,
.is-blog-text-align-left .format-status .entry-content,
.is-blog-text-align-left .format-quote blockquote,
.is-blog-text-align-left .nav-links,
.is-blog-text-align-left .page-links  {
	text-align: left;
	}
.is-blog-text-align-left .format-aside .entry-content,
.is-blog-text-align-left .format-quote blockquote,
.is-blog-text-align-left .blog-stream .featured-image img {
	margin-left: 0; 
	}
	
/* BLOG TEXT ALIGN RIGHT */
.is-blog-text-align-right .blog-stream .entry-header,
.is-blog-text-align-right .blog-stream .entry-content,
.is-blog-text-align-right .blog-grid .hentry-middle,
.is-blog-text-align-right .blog-list .hentry-middle,
.is-blog-text-align-right .more,
.is-blog-text-align-right .format-link .entry-content,
.is-blog-text-align-right .format-chat .entry-content,
.is-blog-text-align-right .format-status .entry-content,
.is-blog-text-align-right .format-quote blockquote,
.is-blog-text-align-right .nav-links,
.is-blog-text-align-right .page-links {
	text-align: right;
	}
.is-blog-text-align-right .format-aside .entry-content,
.is-blog-text-align-right .format-quote blockquote {
	margin-right: 0; 
	}
	
/* POST/PAGE TITLE ALIGN LEFT */
.is-post-title-align-left .post-header .entry-header {
	text-align: left;
	}
.is-post-title-align-left .category-description {
	margin-left: 0;
	}
	
/* POST/PAGE TITLE ALIGN RIGHT */
.is-post-title-align-right .post-header .entry-header {
	text-align: right;
	}
.is-post-title-align-right .category-description {
	margin-right: 0;
	}
	

/* SINGLE POST/PAGE STYLES */
.top-content-single {
	position: relative; z-index: 500;
	}

/* TOP CONTENT SINGLE CLASSIC POST */
.top-content-single .post-header-classic .featured-image {
	margin-bottom: 0;
	}
.top-content-single .post-header-classic .entry-header {
	padding: 30px 0; margin: 0 auto; max-width: 88%;
	}
/* post style : title-full */
html:not(.is-middle-boxed) .top-content-single .post-header-classic .entry-header:last-child {
	padding-bottom: 0;
	}

/* SINGLE POST TEXT WITH MARGINS */
.is-single-post-title-with-margins .post-header-classic .entry-header,
html.is-single-post-title-with-margins .top-content-single .post-header-classic .entry-header:last-child { /* post style : title-full */
	padding: 16% 0; margin: 0 auto; max-width: 600px;
	}

/* SINGLE POST OVERLAY FULL SCREEN */
.is-top-content-single-full-screen.top-content-single .post-wrap {
	padding-top: 100vh; padding-top: calc(100vh + 1px);
	}
/* scroll down indicator */
.scrolldown {
	width: 1px; height: 60px; position: absolute; bottom: 30px; left: 0; right: 0; margin: 0 auto; overflow: hidden; z-index: 10; background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%); background-position: 0 -60px; background-size: 100% 200%; animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
	}
@keyframes scrolldown {
  0% { background-position: 0 -60px; }
  75% { background-position: 0 0; }
  100% { background-position: 0 60px; }
}
		
.hentry .entry-content > iframe,
.hentry .media-wrap {
	margin: .2em 0 2em 0;
	}
.post-header .media-wrap,
.media-wrap:first-child {
	margin-top: 0;
	}
iframe.instagram-media {
	max-width: 100% !important; margin-bottom: 2em !important;
	}
.fluid-audio.fluid-width-video-wrapper {
	padding-top: 56.25%;
	}
	.entry-title {
		margin: 0; word-break: break-word;
		}
        .entry-title i {
            display: block; font-size: 11px; font-style: normal; margin-bottom: .1em; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; opacity: .5;
			}
		.archive-header .entry-title {
			margin-bottom: 1.4em !important;
			}
.entry-content {
	margin-bottom: 16px;
	}
.entry-content > p:not(.more) > a:not(.social-link):not(.button) {
    text-decoration: underline;
	}
.entry-content > p:not(.more) > a:not(.social-link):not(.button):hover {
    border-bottom-color: #171717;
	}

/* CATEGORY DESCRIPTION */
.category-description { 
	font-size: 13px; max-width: 360px; margin: 6px auto 60px auto;
	}


/* ----- 4.1 HEADER ----- */
.site-header {
	position: relative; z-index: 1000; font-size: 14px;
	}
/* header text color */
.site-header {
	color: #222;
	}
.header-wrap {
	position: relative;  background-size: cover; background-position: center; background-color: #fff;
	}
.is-header-dark .header-wrap {
	background-color: #090909;
	}
/* header bg mask */
.header-wrap:before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; z-index: 20; background: linear-gradient(130deg, #2f00a2 30%, #cc8b47 100%);
	}
/* end: header bg mask */
.header-wrap-inner {
	position: relative; display: flex; flex-direction: row; flex-wrap: wrap; 
	}
.site-navigation {
	flex: 1 100%;
	}

/* Logo Container Width */
.is-logo-container-full .site-branding-wrap {
	width: 100%;
	}
.site-branding {
	position: relative; z-index: 500; text-align: center; width: 100%;
	}
.site-branding-wrap {
	padding: 14px 0; position: relative;
	}
/* HEADER SMALL */
html.is-header-small .site-branding-wrap {
	padding: 0;
	}
/* MENU BAR */
.is-menu-bar .site-branding {
	flex: 1 100%; width: 100%;
	}
.is-menu-bar .site-branding-center {
    display: flex; flex-direction: column; justify-content: center;
	}
/* MENU TOP */
.is-menu-top .site-branding {
	order: 2;
	}
/* fix for: header style : border bottom; site-branding border bottom not visible */
.is-menu-bottom .site-branding {
	z-index: 800;
	}
/* fix for: header small should never get logo top/bottom padding */
.is-header-small .site-header .site-title a {
	padding-top: 0 !important; padding-bottom: 0 !important;
	}
.site-title {
	margin: 0; color: inherit; font-size: 22px; font-weight: 400; line-height: 1; text-transform: none; 
	}
.is-site-title-uppercase .site-title {
	text-transform: uppercase;
	}
.site-description {
	margin: 6px 0 0; opacity: 0.65; font-size: 12px;
	}
/* Tagline Uppercase */
.is-tagline-uppercase .site-description {
	text-transform: uppercase;
	}
.site-description:empty {
	display: none;
	}
.site-header .site-title a {
	display: inline-block; color: inherit; vertical-align: middle;
	}
.is-header-small .site-header .site-title a {
	display: block; 
	}
.is-header-small .site-title img {
	margin-top: -1%;
	}
.site-title img {
	max-height: 26px; transition: all 0.4s; display: inline-block; 
	image-rendering: crisp-edges; image-rendering: -webkit-optimize-contrast; /* fix for resized logo not looking crisp on non-retina screens */
	}
/* fix for logo text/image centering */
.is-header-row .site-title img,
.is-menu-bar .site-title img {
	vertical-align: top;
	}
.site-title .site-title-text {
	vertical-align: text-bottom; line-height: .92; transition: font-size 0.5s;
	}
.is-header-small .site-title .site-title-text {
	vertical-align: middle; 
	}
/* end: fix for logo text/image centering */
.toggle-link {
	display: block; width: 52px; line-height: 100%; height: 100%; text-align: center; cursor: pointer; overflow: hidden; color: inherit; opacity: .8; -webkit-user-select: none; user-select: none;
	}
.toggle-link:hover {
	opacity: 1; color: inherit;
	}



/* --------------------------------- */
/* HEADER BG SHAPE */
.header-bg-shape {
	position: absolute; top: 100%; left: 0; width: 100%; height: 20px; color: #fff; filter: drop-shadow(4px 6px 3px rgba(0, 0, 0, 0.12));
	}
.header-bg-shape path {
	fill: currentColor;
	}
.is-header-dark:not(.is-menu-bottom) .header-bg-shape,
.is-menu-dark.is-menu-bottom .header-bg-shape {
	color: #090909;
	}
/* hide on header transparent and transparent light */
.is-header-transparent .site-header:not(.clone) .header-bg-shape,
.is-header-transparent-light .site-header:not(.clone) .header-bg-shape {
	display: none;
	}
/* --------------------------------- */


/* --------------------------------- */
/* LOGO BEFORE & AFTER WIDGET AREAS */
.site-branding-left,
.site-branding-right {
	justify-content: center; padding: 16px 0;
	}
/* default: shown only on desktops */
.site-branding-left,
.site-branding-right,
.is-header-row .site-branding .site-branding-left,
.is-header-row .site-branding .site-branding-right,
.is-header-small .site-branding .site-branding-left,
.is-header-small .site-branding .site-branding-right {
	display: none;
	}
/* Show on any device */
.is-site-branding-left-show .site-branding-left,
.is-site-branding-right-show .site-branding-right {
	display: flex; 
	}
/* END: LOGO BEFORE & AFTER WIDGET AREAS */	
/* --------------------------------- */

	
/* --------------------------------- */
/* HEADER SEARCH */
.search-toggle {
    display: none; position: absolute; top: 0; right: -12px; width: 42px;
	}
.search-toggle:before {
	 font-family: fontello; font-size: 20px; content: "\e802";
	}
/* Header Search Form */
.search-container {
	display: none; padding: 16px 0; transition: all 0.3s ease-in-out; 
	}
.search-box {
	width: 100%;
    }
.search-box label { 
    margin: 0; text-align: center; color: inherit;
    }
.search-box label span { 
	font-size: 12px; opacity: .5;
	}
.search-box #search-field {
    display: block; padding: 1em 1.2em; text-align: center; background-color: transparent; border: 0; font-size: 1.6em; font-weight: 400; width: 100%; max-width: 100%; box-sizing: inherit;
    }
.site-header ::-webkit-input-placeholder { color: inherit; }
.site-header ::-moz-placeholder { color: inherit; }
.site-header ::-ms-placeholder { color: inherit; }
.search-container .search-submit { 
    display: none !important; 
	}
/* END: HEADER SEARCH */
/* --------------------------------- */


/* --------------------------------- */
/* Header Social Icons */
.site-navigation .social-container {
	position: absolute; top: 12px; right: 0;
	}
.shopping-cart~.social-container {
	right: 50px; left: auto;
	}
.site-header .social-link {
	margin: 0; font-size: 16px; width: 24px; line-height: 30px; color: inherit; opacity: .8; border: 0; background: none;
    }
.site-header .social-link:hover { 
    color: inherit; opacity: 1; background: none;
	}
.site-header .social-container .button { 
	line-height: 1.4; 
	}
.site-header .social-container * + .button,
.site-header .social-container .button + * { 
	margin-left: 12px; 
	}
/* --------------------------------- */

	
/* --------------------------------- */
/* MENU TOGGLE */
.menu-toggle {
	cursor: pointer; color: inherit; display: block; width: 52px; height: 50px; margin-left:-16px; position: relative; user-select: none;
	}
.menu-toggle:hover {
	color: inherit;
	}
.menu-toggle .lines,
.menu-toggle .lines:before, 
.menu-toggle .lines:after {
	display: inline-block; width: 16px; height: 2px; background: currentColor; transition: background 0.6s, transform 0.6s; position: absolute; top: 47%; left: 16px;
	}
.menu-toggle .lines:before, 
.menu-toggle .lines:after {
	left: 0; content: ''; transform-origin: 0.28571rem center;
	}
.menu-toggle .lines:before {
	top: 6px;
	}
.menu-toggle .lines:after {
	top: -6px;
	}
.menu-toggle.close {
	transform: scale3d(0.8, 0.8, 0.8);
	}
.is-menu-toggled-on .menu-toggle .lines {
	background: transparent !important;
	}
.is-menu-toggled-on .menu-toggle .lines:before, 
.is-menu-toggled-on .menu-toggle .lines:after {
	transform-origin: 50% 50%; top: 0;
	}
.is-menu-toggled-on .menu-toggle .lines:before {
	transform: rotate3d(0, 0, 1, 45deg);
	}
.is-menu-toggled-on .menu-toggle .lines:after {
	transform: rotate3d(0, 0, 1, -45deg);
	}
/* --------------------------------- */



/* --------------------------------- */	
/* STICKY MENU & HEADER */
.is-menu-sticky .clone {
	position: fixed; width: 100%; z-index: 1100; top: 0; left: auto; display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: transform .3s, height .3s, background .4s, opacity .3s;
	}
.is-menu-sticky .clone.is-visible {
	display: block;
	}

/* SMART STICKY MENU & HEADER */
/* hidden when it goes up */
.is-menu-sticky.menu-invisible .clone:not(.is-active) {
	/* IE fallback */ transform: translate(0, -120%); 
	transform: translate(0, calc(-100% - 40px)); opacity: 0; 
	}
/* when shown & detached position is fixed */
.is-menu-sticky.menu-detached .clone {
	display: block;
	}

	
/* admin bar and sticky header */
@media screen and (min-width: 601px) {
	.is-menu-sticky .admin-bar .clone.is-visible,
	.is-menu-sticky.menu-detached .admin-bar .clone /* smart sticky */ {
		top: 46px; 
		}
	}
@media screen and (min-width: 783px) {
	.is-menu-sticky .admin-bar .clone.is-visible,
	.is-menu-sticky.menu-detached .admin-bar .clone /* smart sticky */ {
		top: 32px; 
		}
	}
		
/* END: STICKY MENU & HEADER */
/* --------------------------------- */	


/* Fix for : menu border top leaves top marging empty space on sticky menu */
.is-menu-bar .site-navigation.clone .menu-wrap {
	margin-top: 0;
	}


/* --------------------------------- */
/* Shopping Cart */
.shopping-cart {
	display: flex; align-items: center; justify-content: center; width: 52px; line-height: 100%; height: 52px; font-size: 20px; position: absolute; top: 0; right: -7px; text-align: center; color: inherit; opacity: .8;
	}
.shopping-cart:hover {
	color: inherit; opacity: 1;
	}
.shopping-cart:before {
	content: '\e8c0';
	}
.shopping-cart > span {
	position: relative; margin: -18px 0 0 -8px; width: 16px; line-height: 16px; font-size: 10px; text-align: center; border-radius: 50%; font-family: Helvetica, Arial, sans-serif;
	}
/* --------------------------------- */


/* --------------------------------- */
/* NAVIGATION */
.site-navigation {
	position: relative; z-index: 750;
	}
.site-header .menu-wrap { 
	position: relative; background-color: #fff;
    }
.is-header-row .menu-wrap,
.is-header-small .menu-wrap {
	background: none !important;
	}
.is-menu-dark .menu-wrap { 
    background: #090909;
    }
.site-navigation .layout-medium { 
	position: relative;
    }
.nav-menu { 
    display: block; text-align: center; font-size: 18px;
    }
.nav-menu ul { 
    display: block; list-style:none; padding:0; margin:0; font-size: 1em; line-height: 1.5; letter-spacing: 1px;
    }
.nav-menu ul li { 
	position:relative; display:block; padding: 0; margin:0; cursor: default; 
	}
html:not(.is-header-small) .nav-menu > ul > li {
	transition: line-height 0.5s;
	}
.nav-menu ul li a { 
	display: inline-block; padding: 8px 12px; color: inherit;
	}
.nav-menu .link-text { 
	transition: color 0.4s, background-color 0.4s, opacity 0.4s; 
	}
/* MENU UPPERCASE */
.is-menu-uppercase .nav-menu {
	text-transform: uppercase;
	}
/* --------------------------------- */



/* --------------------------------- */
/* SUB MENUS */	
.nav-menu ul ul {
	font-size: 80%;
	}

/* Submenu Toggles */
.submenu-toggle {
	display: inline-block; width: 1em; height: 1em; line-height: 1em; margin-left: .34em; text-align: center; color: inherit; cursor: pointer; 
	}
.submenu-toggle:before {
	content: '\e80b'; font-size: 1em;
	}
.submenu-toggle:hover {
	border-color: rgba(0, 0, 0, 1)
	}
.nav-menu .active > a > .submenu-toggle {
	border-color: rgba(0, 0, 0, 1)
	}
.is-header-dark:not(.is-menu-bar) .nav-menu .active > a > .submenu-toggle,
.is-menu-dark.is-menu-bar .nav-menu .active > a > .submenu-toggle {
	border-color: rgba(255, 255, 255, 1)
	}
.nav-menu .active > a > .submenu-toggle:before {
	content: '\e86f'; 
	}
/* END: SUB MENUS */	
/* --------------------------------- */



/* --------------------------------- */
/* MOBILE ONLY STYLES */
@media screen and (max-width: 991px) {
	
	/* NAVIGATION */
	.site-header {
		max-height: 50vh; transition: max-height 0.3s;
		}
	/* prevent html body scroll only when sticky menu is toggled on */
	html.is-menu-toggled-on.menu-detached,
	html.is-menu-toggled-on.is-sticky-menu-visible {
		overflow: hidden;
		}
	/* fix: don't show sticky menu if original menu is toggled on */
	.site-navigation.is-active + .clone {
		display: none;
		}
	.is-menu-toggled-on .clone {
		height: 100vh; max-height: 100vh; overflow: auto; overflow-x: hidden;
		}
	.is-menu-toggled-on .menu-wrap {
		padding-bottom: 60px;
		}
	
	.nav-menu { 
		display: none; padding: 2em 0; text-align: left;
		}
	.nav-menu ul li:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		}
	.is-menu-dark .nav-menu ul li:not(:last-child),
	.is-header-dark:not(.is-menu-bar) .nav-menu ul li:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
		}		
	.nav-menu ul ul {
		margin-bottom: 6px; padding: 10px 0 10px 16px; margin-bottom: 0; display: none;
		}
	.nav-menu ul li a {
		padding: 18px 0; display: block;
		}
	.nav-menu > ul > li > a {
		padding: 18px 0; 
		}
	.nav-menu li.active > ul {
		display: block;
		}
	.nav-menu li.active > a,
	.nav-menu ul ul li:last-child a {
		border: 0;
		}
	/* Submenu Toggles */
	.nav-menu .submenu-toggle {
		float: right; width: 40px; height: 40px; line-height: 32px; border: 1px solid rgba(0, 0, 0, 0.08); margin-top: -6px; border-radius: 50%; position: relative; z-index: 1; transition: all .8s;
		}
	.nav-menu .link-text .submenu-toggle {
		display: none;
		}
	.nav-menu .submenu-toggle:before {
		font-size: 12px; width: 9px; line-height: 3.46;
		}
	.nav-menu li li .submenu-toggle {
		width: 34px; height: 34px; line-height: 30px; margin-right: 4px;
		}
	.nav-menu li li .submenu-toggle:before {
		font-size: 10px;
		}
	
	/* HEADER SMALL LOGO CENTER */
    .is-header-small.is-header-logo-center .site-navigation .menu-logo {
		display: none;
		}
	
	/* Header Small : show social icons as static and below search bar */
	.is-header-small .site-navigation .social-container { 
		display: none; position: static; padding: 20px 0 32px 0; text-align: center;
		}	
		
	/* mobile menu toggled on */
	.is-menu-toggled-on .site-header.is-active .nav-menu,
	.is-menu-toggled-on .site-header.is-active .search-container,
	.is-menu-toggled-on .site-header.is-active .site-navigation .social-container { 
		display: block;
		}
	
	/* dark menu : make submenu links text light on mobile too */
	/* submenus can be selected light background (on large screens) even the header is dark background */
	.is-menu-dark .nav-menu ul li a:not(:hover),
	.is-header-dark:not(.is-menu-bar) .nav-menu ul li a:not(:hover) {
		color: rgba(255,255,255, 0.9);
		}
		
	/* HEADER VERTICAL: hide widgets in the header */
	.is-header-vertical .site-header .social-container .widget {
		display: none;
		}
}
/* END: MOBILE ONLY STYLES */
/* --------------------------------- */



/* --------------------------------- */
/* HEADER ROW */
.is-header-row.is-menu-full .header-wrap-inner,
.is-header-small.is-menu-full .header-wrap-inner {
	max-width: 100%;
	}
@media screen and (max-width: 991px) {	
	.is-header-row .header-wrap-inner {
		width: 100%;
		}
}
/* --------------------------------- */


/* --------------------------------- */
/* HEADER SMALL */
.is-header-small .site-title {
	line-height: 50px;
	}
.is-header-small .site-branding {
	position: absolute; z-index: 900; top: 0; left: 32px; width: auto; max-width: 316px; padding: 0; text-align: left; display: flex; align-items: flex-start;
	}
.is-header-small .site-navigation .layout-medium {
	position: static; width: 100%; max-width: 100%;
	}
/* --------------------------------- */



/* --------------------------------- */
/* MAKE sticky HEADER/MENU width FULL even the header/menu layout is fixed width */
.is-header-sticky-always-full .site-header.clone .header-wrap,
.is-header-sticky-always-full.is-menu-bar .site-header.clone .menu-wrap,
.is-header-sticky-always-full .site-header.clone,
.is-header-sticky-always-full.is-menu-bar .site-navigation.clone .menu-wrap,
.is-header-sticky-always-full.is-menu-bar .site-header.clone .site-navigation,
.is-header-sticky-always-full.is-menu-bar .site-navigation.clone,
.is-header-sticky-always-full.is-body-boxed .site-header.clone {
	width: 100%; max-width: 100%; left: 0;
	}
/* --------------------------------- */


/* --------------------------------- */
/* LOGO HOVER EFFECTS */
/* Shine */
.is-logo-hover-shine .site-title a {
	position: relative; overflow: hidden;
	}
.is-logo-hover-shine .site-title a::before {
	position: absolute; top: 0; left: -100%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); transform: skewX(-25deg);
	}
.is-logo-hover-shine .site-title a:hover::before {
	animation: shine 1.0s;
	}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Zoom */
.is-logo-hover-zoom .site-title a {
	transition: transform .3s;
	}
.is-logo-hover-zoom .site-title a:hover {
	transform: scale(1.06);
	}
/* Zoom Rotate */	
.is-logo-hover-zoom-rotate .site-title a {
	transition: transform .3s; 
	}
.is-logo-hover-zoom-rotate .site-title a:hover {
	transform: rotate(-6deg) scale(1.1);
	}
/* Drop Shadow */	
.is-logo-hover-drop-shadow .site-title a {
	display: inline-flex; vertical-align: middle; transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; transition-duration: 0.3s; transition-property: transform;
	}
.is-logo-hover-drop-shadow .site-title a:before {
    pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); transition-duration: 0.3s; transition-property: transform, opacity;
	}
.is-logo-hover-drop-shadow .site-title a:hover {
    transform: translateY(-5px);
	}
.is-logo-hover-drop-shadow .site-title a:hover:before {
    opacity: 1; transform: translateY(5px);
	}
/* Skew */
.is-logo-hover-skew .site-title a {
	display: inline-flex; vertical-align: middle; transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); transition-duration: 0.3s;transition-property: transform; transform-origin: 0 100%;
	}
.is-logo-hover-skew .site-title a:hover {
    transform: skew(-10deg);
	}
/* Wobble */
.is-logo-hover-wobble .site-title a {
	display: inline-flex; vertical-align: middle; transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); transform-origin: 100% 0;
	}
.is-logo-hover-wobble .site-title a:hover {
	animation-name: wobble; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1;
	}
@keyframes wobble {
	16.65% { transform: skew(-12deg); }
	33.3% { transform: skew(10deg); }
	49.95% { transform: skew(-6deg); }
	66.6% { transform: skew(4deg); }
	83.25% { transform: skew(-2deg); }
	100% { transform: skew(0); }
  }
/* END: LOGO HOVER EFFECTS */
/* --------------------------------- */



/* --------------------------------- */
/* MENU BOTTOM OVERFLOW */
.is-menu-bottom.is-menu-bottom-overflow .site-header:not(.clone) .site-navigation:not(.clone) {
	margin-bottom: -48px;
	}
.is-menu-bottom.is-menu-bottom-overflow .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap {
	width: 90%;
	}
/* END: MENU BOTTOM OVERFLOW */
/* --------------------------------- */


/* --------------------------------- */
/* HEADER FLOAT */
/* header small top fix */
.is-header-float.is-header-small:not(.is-menu-toggled-on) .top-content,
.is-header-float.is-header-small:not(.is-menu-toggled-on) .site-header + .site-main,
.is-header-float.is-header-small:not(.is-menu-toggled-on) .site-header ~ .elementor,
.is-header-float.is-header-small:not(.is-menu-toggled-on) .top-content-single  {
	margin-top: -68px; padding-top: 0 !important;
	}
.is-header-float-margin.is-header-small:not(.is-menu-toggled-on) .top-content,
.is-header-float-margin.is-header-small:not(.is-menu-toggled-on) .site-header + .site-main,
.is-header-float-margin.is-header-small:not(.is-menu-toggled-on) .site-header ~ .elementor,
.is-header-float-margin.is-header-small:not(.is-menu-toggled-on) .top-content-single  {
	margin-top: -128px;
	}
/* header menu bar top fix */
.is-header-float.is-menu-bar:not(.is-menu-toggled-on) .top-content,
.is-header-float.is-menu-bar:not(.is-menu-toggled-on) .site-header + .site-main,
.is-header-float.is-menu-bar:not(.is-menu-toggled-on) .site-header ~ .elementor,
.is-header-float.is-menu-bar:not(.is-menu-toggled-on) .top-content-single  {
	margin-top: -249px; padding-top: 0 !important;
	}
/* header row top fix */
.is-header-float.is-header-row:not(.is-menu-toggled-on) .top-content,
.is-header-float.is-header-row:not(.is-menu-toggled-on) .site-header + .site-main,
.is-header-float.is-header-row:not(.is-menu-toggled-on) .site-header ~ .elementor,
.is-header-float.is-header-row:not(.is-menu-toggled-on) .top-content-single  {
	margin-top: -152px; padding-top: 0 !important;
	}
/* no margin when mobile menu is active */
.is-header-float.is-menu-toggled-on .top-content,
.is-header-float.is-menu-toggled-on .site-header + .site-main,
.is-header-float.is-menu-toggled-on .site-header ~ .elementor,
.is-header-float.is-menu-toggled-on .top-content-single  {
	margin-top: 0 !important;
	}

/* fix for: IE - Edge margin top negatives not working right */
.is-MS.is-header-float .top-content,
.is-MS.is-header-float .site-header + .site-main,
.is-MS.is-header-float .site-header ~ .elementor,
.is-MS.is-header-float .top-content .top-content-single {
	display: inline-block; width: 100%;
	}
	
/* featured area top space fix */
.is-header-float:not(.is-menu-toggled-on) .top-content .featured-area,
.is-menu-bottom-overflow:not(.is-menu-toggled-on) .top-content .featured-area {
	margin-top: 0 !important;
	}
.is-header-float .top-content .block:first-child,
.is-menu-bottom-overflow .top-content .block:first-child {
	padding-top: 0;
	}
	
/* HEADER FLOAT MARGIN */
.is-header-float.is-header-float-margin .site-header:not(.clone) {
	margin-top: 50px;
	}
/* --------------------------------- */	




/* --------------------------------- */	
/* HEADER FLOAT BOX MENU: make menu fixed width on mobile too */
@media screen and (max-width: 1200px) {
	.is-header-float-box-menu.is-menu-bar .site-header:not(.clone) .site-navigation:not(.clone) { /* also applies to header float box menu */
		max-width: 90%;
		}
}
/* --------------------------------- */	




/* --------------------------------- */
/* HEADER TRANSPARENT = no-bg */
.is-header-transparent:not(.is-menu-toggled-on) .site-header:not(.clone) .header-wrap,
.is-header-transparent.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap,
.is-header-transparent-light:not(.is-menu-toggled-on) .site-header:not(.clone) .header-wrap,
.is-header-transparent-light.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap,
.is-header-float-box-menu.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .header-wrap {
	transition: none; background: none;
	}
/* --------------------------------- */



/* --------------------------------- */
/* HEADER HALF TRANSPARENT - dependency : .is-header-transparent */
/* Note: gets backgound colors from HEADER MASK STYLE option */
.is-header-half-transparent:not(.is-menu-toggled-on) .site-header:not(.clone) .header-wrap:before {
	opacity: 0.6; 
	}		
/* --------------------------------- */



/* --------------------------------- */
/* NEGATIVE IMAGE LOGO SWITCH when original and clone header text is in contrast  */
.site-branding-center .logo-negative,
/* Contrast Status 01 : header-transparent(light-text) and header is not dark(dark-text) */
.is-header-transparent:not(.is-header-dark):not(.is-menu-toggled-on) .site-header:not(.clone) .site-branding-center img:not(.logo-negative), 

/* Contrast Status 02 : header-transparent-light(dark-text) and header is dark(light-text) */
.is-header-transparent-light.is-header-dark:not(.is-menu-toggled-on) .site-header:not(.clone) .site-branding-center img:not(.logo-negative),

/* Contrast Status 03 : header-float-box-menu(light-text) and header is not dark(dark-text) */
.is-header-float-box-menu.is-menu-bar:not(.is-header-dark):not(.is-menu-toggled-on) .site-header:not(.clone) .site-branding-center img:not(.logo-negative) { 
	display: none; 
	}
	
	
/* Contrast Status 01 : header-transparent(light-text) and header is not dark(dark-text) */
.is-header-transparent:not(.is-header-dark):not(.is-menu-toggled-on) .site-header:not(.clone) .site-branding-center .logo-negative,

/* Contrast Status 02 : header-transparent-light(dark-text) and header is dark(light-text) */
.is-header-transparent-light.is-header-dark:not(.is-menu-toggled-on) .site-header:not(.clone) .site-branding-center .logo-negative,

/* Contrast Status 03 : header-float-box-menu(light-text) and header is not dark(dark-text) */
.is-header-float-box-menu.is-menu-bar:not(.is-header-dark):not(.is-menu-toggled-on) .site-header:not(.clone) .site-branding-center .logo-negative {
	display: inline-block;
	}

/* END NEGATIVE LOGO IMAGE */
/* --------------------------------- */



/* --------------------------------- */
/* WHITE TEXT for HEADER & MENU */

/* MENU DARK AND BAR : make menu text white - is-menu-dark: is only applicable to menu-bar layout since on other header layouts(row and small) menu text color inherit from is-header-dark class */  
.is-menu-dark.is-menu-bar .site-navigation,

/* HEADER DARK AND SMALL OR ROW : make all header text white */
.is-header-dark:not(.is-menu-bar):not(.is-header-transparent-light) .site-header,
.is-header-dark.is-header-transparent-light:not(.is-menu-bar) .site-header.clone,

/* HEADER DARK AND MENU BAR : make only logo text white */
.is-header-dark.is-menu-bar .site-header .site-branding, 

/* HEADER ROW and TRANSPARENT: white text for original(non-sticky) header except when mobile menu toggled */
.is-header-transparent.is-header-row:not(.is-menu-toggled-on) .site-header:not(.clone),

/* HEADER SMALL and TRANSPARENT: white text for original(non-sticky) header except mobile menu toggled */
.is-header-transparent.is-header-small:not(.is-menu-toggled-on) .site-header:not(.clone),

/* HEADER MENU BAR and TRANSPARENT : make all header text white - made compatible with is-logo-stick-with-menu */
.is-header-transparent.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .site-branding,
.is-header-transparent.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .site-navigation:not(.clone),

/* HEADER MENU BAR and FLOAT BOX MENU : make only logo text white */
.is-header-float-box-menu.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .site-branding {
	color: #fff;
	}

/* shopping cart number when text is white */
.is-menu-dark .shopping-cart > span,
.is-header-dark:not(.is-menu-bar) .shopping-cart > span,
.is-header-transparent.is-header-small:not(.is-menu-toggled-on) .site-header:not(.clone) .shopping-cart > span,
.is-header-transparent.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .site-navigation:not(.clone) .shopping-cart > span,
.is-header-transparent.is-header-row:not(.is-menu-toggled-on) .site-header:not(.clone) .shopping-cart > span {
	background: rgba(255, 255, 255, 0.4);
	}

/* Sub Menu Toogle Icon  when text is white */
.is-menu-dark .submenu-toggle,
.is-header-dark:not(.is-menu-bar) .submenu-toggle,
.is-header-transparent.is-header-small:not(.is-menu-toggled-on) .site-header:not(.clone) .submenu-toggle,
.is-header-transparent.is-menu-bar:not(.is-menu-toggled-on) .site-navigation:not(.clone) .submenu-toggle,
.is-header-transparent.is-header-row:not(.is-menu-toggled-on) .site-header:not(.clone) .submenu-toggle {
	border-color: rgba(255, 255, 255, 0.2);
	}
/* END: WHITE TEXT for HEADER & MENU */
/* --------------------------------- */





/* --------------------------------- */
/* HEADER TRANSPARENT LIGHT = dark text */
/* non-sticky site-header should inherit text color  */
.is-header-transparent-light.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .site-branding,
.is-header-transparent-light.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .site-navigation:not(.clone)  {
	color: inherit;
	}
/* shopping cart number */
.shopping-cart > span,
.is-header-transparent-light.is-header-small:not(.is-menu-toggled-on) .site-header:not(.clone) .shopping-cart > span,
.is-header-transparent-light.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .site-navigation:not(.clone) .shopping-cart > span,
.is-header-transparent-light.is-header-row:not(.is-menu-toggled-on) .site-header:not(.clone) .shopping-cart > span {
	color: #fff; background: rgba(0, 0, 0, 0.9);
	}
/* END HEADER TRANSPARENT LIGHT = dark text */
/* --------------------------------- */




/* --------------------------------- */
/* HEADER BG BLUR */
/* incompatible with header/menu smart sticky */
.is-header-bg-blur-slightly .site-header:not(.clone) { 
	backdrop-filter: blur(6px);
	} 
.is-header-bg-blur-medium .site-header:not(.clone) {
	backdrop-filter: blur(10px);
	} 
.is-header-bg-blur-more .site-header:not(.clone) {
	backdrop-filter: blur(16px);
	} 
.is-header-bg-blur-intense .site-header:not(.clone) {
	backdrop-filter: blur(26px);
	} 
/* fix: sticky menu is not visible with header bg blur actiaved */
.is-header-bg-blur-slightly.is-header-smaller .site-header,
.is-header-bg-blur-medium .site-header,
.is-header-bg-blur-more .site-header,
.is-header-bg-blur-intense .site-header {
	backdrop-filter: none;
	} 
/* --------------------------------- */



/* --------------------------------- */
/* HEADER/MENU SHADOW and STICKY SHADOW */

/* SHADOW SOFT */
.is-header-shadow-soft:not(.is-menu-bar) .site-header .header-wrap,
.is-header-shadow-soft.is-menu-bar .site-header .site-branding,
.is-menu-shadow-soft.is-menu-bar .site-navigation .menu-wrap,
/* sticky shadows */
.is-header-sticky-shadow-soft:not(.is-menu-bar) .site-header.clone .header-wrap,
.is-header-sticky-shadow-soft.is-menu-bar .site-header.clone .site-branding,
.is-menu-sticky-shadow-soft.is-menu-bar .site-header:not(.original) .site-navigation:not(.original) .menu-wrap {
	box-shadow: 0 6px 15px 0 rgba(17,17,17,0.12); 
	}

/* SHADOW SOFT SHORT */
.is-header-shadow-soft-short:not(.is-menu-bar) .site-header .header-wrap,
.is-header-shadow-soft-short.is-menu-bar .site-header .site-branding,
.is-menu-shadow-soft-short.is-menu-bar .site-navigation .menu-wrap,
/* sticky shadows */
.is-header-sticky-shadow-soft-short:not(.is-menu-bar) .site-header.clone .header-wrap,
.is-header-sticky-shadow-soft-short.is-menu-bar .site-header.clone .site-branding,
.is-menu-sticky-shadow-soft-short.is-menu-bar .site-header:not(.original) .site-navigation:not(.original) .menu-wrap {
	box-shadow: 0 3px 10px 0 rgba(17,17,17,0.12); 
	} 

/* SHADOW SOFT SHORTER */
.is-header-shadow-soft-shorter:not(.is-menu-bar) .site-header .header-wrap,
.is-header-shadow-soft-shorter.is-menu-bar .site-header .site-branding,
.is-menu-shadow-soft-shorter.is-menu-bar .site-navigation .menu-wrap,
/* sticky shadows */
.is-header-sticky-shadow-soft-shorter:not(.is-menu-bar) .site-header.clone .header-wrap,
.is-header-sticky-shadow-soft-shorter.is-menu-bar .site-header.clone .site-branding,
.is-menu-sticky-shadow-soft-shorter.is-menu-bar .site-header:not(.original) .site-navigation:not(.original) .menu-wrap {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	} 

/* SHADOW SOFT LONG */
.is-header-shadow-soft-long:not(.is-menu-bar) .site-header .header-wrap,
.is-header-shadow-soft-long.is-menu-bar .site-header .site-branding,
.is-menu-shadow-soft-long.is-menu-bar .site-navigation .menu-wrap,
/* sticky shadows */
.is-header-sticky-shadow-soft-long:not(.is-menu-bar) .site-header.clone .header-wrap,
.is-header-sticky-shadow-soft-long.is-menu-bar .site-header.clone .site-branding,
.is-menu-sticky-shadow-soft-long.is-menu-bar .site-header:not(.original) .site-navigation:not(.original) .menu-wrap {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.12);
	} 

/* SHADOW OFFSET */
.is-header-shadow-offset:not(.is-menu-bar) .site-header .header-wrap,
.is-header-shadow-offset.is-menu-bar .site-header .site-branding,
.is-menu-shadow-offset.is-menu-bar .site-navigation .menu-wrap {
	box-shadow: 0 28px 16px -18px rgba(17,17,17,0.62); 
	} 

/* SHADOW SIDES */
.is-header-shadow-sides:not(.is-menu-bar) .site-header .header-wrap,
.is-header-shadow-sides.is-menu-bar .site-header .site-branding,
.is-menu-shadow-sides.is-menu-bar .site-navigation .menu-wrap {
	box-shadow: -10px 0px 9px -7px rgba(0, 0, 0, 0.7), 10px 0px 9px -7px rgba(0, 0, 0, 0.7), 5px 5px 15px 5px rgba(0,0,0,0);
	} 

/* SHADOW INSET */
.is-header-shadow-inset:not(.is-menu-bar) .site-header .header-wrap,
.is-header-shadow-inset.is-menu-bar .site-header .site-branding,
.is-menu-shadow-inset.is-menu-bar .site-navigation .menu-wrap {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.43), inset 0 0 6px 3px rgba(0, 0, 0, 0.27);
	} 

/* SHADOW LAYERS */
.is-header-shadow-layers:not(.is-menu-bar) .site-header .header-wrap,
.is-header-shadow-layers.is-menu-bar .site-header .site-branding,
.is-menu-shadow-layers.is-menu-bar .site-navigation .menu-wrap {
	box-shadow: 6px 6px rgba(256, 256, 256, 0.5),
			12px 12px rgba(256, 256, 256, 0.3),
			18px 18px rgba(256, 256, 256, 0.1);
	} 

/* Disable Shadows When HEADER TRANSPARENT */
.is-header-transparent .site-header:not(.clone) .header-wrap,
.is-header-transparent .site-header:not(.clone) .site-branding,
.is-header-transparent .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap {
	box-shadow: none !important;
	}

/* END: /* HEADER/MENU SHADOW and STICKY SHADOW */ 
/* --------------------------------- */



/* --------------------------------- */
/* MENU & HEADER BORDERS */
.header-wrap:after,
.is-menu-bar .menu-wrap:after {
	content: ""; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; opacity: 1; z-index: -1; background: currentColor;
	}

/* HEADER FLOAT BOX MENU: Hide Header Border */
.is-header-float-box-menu.is-menu-bar:not(.is-menu-toggled-on) .site-header:not(.clone) .header-wrap:after {
	display: none;
	}

/* HEADER TRANSPARENT: Hide Header/Menu Border */
.is-header-transparent .site-header:not(.clone) .header-wrap:after,
.is-header-transparent-light .site-header:not(.clone) .header-wrap:after,
.is-header-transparent.is-menu-bar .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap:after,
.is-header-transparent-light.is-menu-bar .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap:after {
	display: none;
	}
.is-header-transparent .site-header:not(.clone) .header-wrap,
.is-header-transparent.is-menu-bar .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap,
.is-header-float-box-menu .site-header:not(.clone) .header-wrap {
	margin-top: 0;
	}


/* ------------*/
/* HEADER TRANSPARENT STYLES */
/* HEADER TRANSPARENT STYLE : BORDER BOTTOM */
.is-header-transparent-border-bottom.is-header-transparent:not(.is-menu-bar) .site-header:not(.clone) .header-wrap,
.is-header-transparent-border-bottom.is-header-transparent.is-menu-bar .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap,
.is-header-transparent-border-bottom.is-header-transparent.is-menu-bar .site-header:not(.clone) .site-branding {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
/* transparent light */
.is-header-transparent-border-bottom.is-header-transparent-light:not(.is-menu-bar) .site-header:not(.clone) .header-wrap,
.is-header-transparent-border-bottom.is-header-transparent-light.is-menu-bar .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap,
.is-header-transparent-border-bottom.is-header-transparent-light.is-menu-bar .site-header:not(.clone) .site-branding {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
/* HEADER TRANSPARENT STYLE : BORDER BOTTOM FIXED --- this option also effect general header/menu border: makes it fixed width */
.is-header-border-fixed.is-header-transparent:not(.is-menu-bar) .site-header:not(.clone) .header-wrap-inner,
.is-header-border-fixed.is-header-transparent.is-menu-bar .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap .layout-medium,
.is-header-border-fixed.is-header-transparent.is-menu-bar .site-header:not(.clone) .site-branding-wrap {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
/* transparent light */
.is-header-border-fixed.is-header-transparent-light:not(.is-menu-bar) .site-header:not(.clone) .header-wrap-inner,
.is-header-border-fixed.is-header-transparent-light.is-menu-bar .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap .layout-medium,
.is-header-border-fixed.is-header-transparent-light.is-menu-bar .site-header:not(.clone) .site-branding-wrap {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
/* HEADER TRANSPARENT STYLE : BORDER ALL */
.is-header-transparent-border-all.is-header-transparent .site-header:not(.clone) .header-wrap {
	border: 1px solid rgba(255, 255, 255, 0.25);
	}
.is-header-transparent-border-all.is-header-transparent.is-menu-top .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap,
.is-header-transparent-border-all.is-header-transparent.is-menu-bottom .site-header:not(.clone) .site-branding {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
/* transparent light */
.is-header-transparent-border-all.is-header-transparent-light .site-header:not(.clone) .header-wrap {
	border: 1px solid rgba(0, 0, 0, 0.12);
	}
.is-header-transparent-border-all.is-header-transparent-light.is-menu-top .site-header:not(.clone) .site-navigation:not(.clone) .menu-wrap,
.is-header-transparent-border-all.is-header-transparent-light.is-menu-bottom .site-header:not(.clone) .site-branding {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
/* END: HEADER TRANSPARENT STYLES */
/* ------------- */


/* Fix: Remove Top Border Radius on HEADER/MENU when sticky */
.site-header.clone .header-wrap,
.site-header.clone .header-wrap:after,
.site-header.clone .header-wrap:before,
.is-menu-bar .site-navigation.clone .menu-wrap,
.is-menu-bar .site-navigation.clone .menu-wrap:after { border-top-left-radius: 0px; border-top-right-radius: 0px; }

/* END: HEADER STYLES */
/* --------------------------------- */




/* --------------------------------- */
/* TOP BAR */
.top-bar {
	position: relative; z-index: 1010; /* -> should be higher than header which is 1000 */ margin: 0 auto; font-size: 11px; color: #fff; padding: 0; font-weight: 400; line-height: 35px;
	}
.top-bar,
.top-bar select option {
	background: #171717;
	}
.top-bar .top-bar-wrap {
	display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 auto; align-items: center; justify-content: center;
	}
.top-bar-wrap > div {
	display: flex; flex-direction: row; flex-basis: 100%; justify-content: space-between;
	}
.top-bar .top-bar-right {
	flex-direction: row-reverse; border-top: 1px solid rgba(255, 255, 255, 0.15); 
	}
/* items in top bar */
.top-bar a {
	color: inherit;
	}
.top-bar .textwidget a:hover {
	text-decoration: underline;
	}		
.top-bar * {
	margin-top: 0; margin-bottom: 0;
	}	
.top-bar .top-bar-left > * + * {
	margin-left: 20px;
	}	
.top-bar .top-bar-right > * + * {
	margin-right: 16px;
	}	
	
/* menus in top bar */
.top-bar ul {
	margin: 0; padding: 0;
	}
.top-bar ul li {
	display: inline-block; line-height: 1.2;
	}
.top-bar ul li + li {
	margin-left: 6px; padding-left: 8px; border-left: 1px solid rgba(255, 255, 255, 0.2); 
	}
.top-bar ul li a {
	color: inherit; opacity: .7;
	}
.top-bar ul li a:hover {
	opacity: 1;
	}
/* socials in top bar */
.top-bar .social-link {
	margin: 0; font-size: 13px; width: 18px; line-height: 30px; border: 0; background: none; color: inherit; opacity: .7;
    }
.top-bar .social-link + .social-link {
    margin-inline-end: 10px;
	}
.top-bar .social-link:hover { 
    opacity: 1; color: inherit; background: none;
    }

/* language switcher menu in top bar */
.top-bar ul .current-lang a {
	opacity: 1;
	}

/* language switcher dropdpwn in top bar */
.top-bar select {
    max-width: none; padding: 0px 5px; line-height: 1.3; font-size: inherit; font-family: inherit; letter-spacing: inherit; text-transform: inherit; color: inherit; width: auto; padding-right: 18px; background-size: 13px 13px; background-position: right 3px center; border-width: 0px; opacity: .7; border-left: 1px solid rgba(255, 255, 255, 0.2); padding-left: 10px; border-right: 1px solid rgba(255, 255, 255, 0.2);
	}
.top-bar select:focus {
	opacity: 1;
	}
html:not(.is-top-bar-light):not(.is-top-bar-transparent):not(.is-header-transparent-light) .top-bar select,
html.is-top-bar-transparent:not(.is-header-transparent-light) .top-bar select,
html.is-header-transparent-light:not(.is-top-bar-transparent) .top-bar select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABs0lEQVRoge2WwStEURTGDyYmUiMLZUFZWViNhZ2NHRtL/gJ2/gNZs5CNBgspG0qSBSk7KSuU1SgLUzZTis2kKT9d7jSnGaY3z3tvNudXp3ndd993vu81794rhmEYhmEYhmHECtAB7APTgMRcs8Au0B5ZJiDHDyVgMsYAU8CH77UZxFvQlM/+Ny0ipyKSDf86/mRCRE5EpNNPKESmDLQBa1QpAqMRvvkx4FXpr7qeUQaohNhRTQrAcATmR4AXpbvte0XmXzdzH/OhavYIDPzD/CDwpPQOfA+JK4CrTuBcNb0H+kKY7wcelM6Z15a4A7jqAa5U82s/FtR8L3Cjnnda3bXz4gzgKgPcKRMXQFcA82ngUj1367Xq5sYdQPz/P6/MHAGpBvPdvWM1P9/oG0oigPiVqKBMfe+iv8xzY3s1q9hQI+2kAojfE4rK3HplKaS6BG+o+4H2kSQDuBoH3pXJZXVvRY2/AdkgmkkHEH9OKimzS74qNHWWakUAVzNAmXrKzZ5mWxXA1TzwqSK467lmdVoZwNWiCrAQRiMIqehi1pETkYwf3Iqxj2EYhmEYhmEYIRCRLx3RBOxVP4s/AAAAAElFTkSuQmCC);
	}
.top-bar select option {
    color: inherit; letter-spacing: inherit;
	}

/* top bar text uppercase */
.is-top-bar-uppercase .top-bar {
	text-transform: uppercase; letter-spacing: 1px;
	}
/* top bar content full width */
.is-top-bar-content-full .top-bar-wrap {
	max-width: 98%;
	}
/* top bar light */
.is-top-bar-light .top-bar,
.is-header-transparent-light.is-top-bar-transparent .top-bar {
	color: inherit;
	}
.is-top-bar-light .top-bar ul li + li,
.is-header-transparent-light.is-top-bar-transparent .top-bar ul li + li {
	border-color: rgba(0, 0, 0, 0.1);
	}
.is-top-bar-light  .top-bar select,
.is-header-transparent-light.is-top-bar-transparent .top-bar select {
    border-color: rgba(0, 0, 0, 0.1);
	}

/* Mobile Visibility */
@media screen and (max-width: 991px) {
	.is-top-bar-mobile-hidden .top-bar,
	.is-top-bar-mobile-left-visible .top-bar-right,
	.is-top-bar-mobile-right-visible .top-bar-left {
		display: none;
		}	
}


/* TOP BAR STYLES */
/* transparent */
.is-top-bar-transparent .top-bar {
	background: none; border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	}
/* top bar transparent and header transparent light . that means top bar should have dark text */
.is-top-bar-transparent.is-header-transparent-light .top-bar {
	background: none; border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
.is-top-bar-transparent.is-header-transparent-light .top-bar select option {
	background: #fff;
	}
.is-top-bar-transparent .top-bar select,
.is-top-bar-transparent .top-bar .social-link,
.is-top-bar-transparent .top-bar ul li a {
	opacity: .9;
	}
/* shadow */
.is-top-bar-shadow .top-bar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10);
	}
/* shadow */
.is-top-bar-shadow-inset .top-bar {
	box-shadow: 0 -2px 5px inset rgba(0, 0, 0, 0.10);
	}
/* border bottom */
.is-top-bar-border-bottom .top-bar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}	
/* border bottom bold */
.is-top-bar-border-bottom-bold .top-bar {
	border-bottom: 3px solid #171717;
	}	
/* END: TOP BAR */
/* --------------------------------- */





/* --------------------------------- */
/* ----- 4.2 FOOTER ----- */
.site-footer {
	position: relative; clear: both; width: 100%; font-size: 13px;
	}

/* --------------------------------- */
/* Footer Border Style */
.site-footer:before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; pointer-events: none;
	}
/* border top */
.is-footer-border-top .site-footer:before {
	border-top: 1px solid;
	}
/* border all */
.is-footer-border-all .site-footer:before {
	border: 1px solid;
	}
/* border light */
.is-footer-border-light .site-footer:before {
	opacity: 0.08;
	}
/* border top bold */
.is-footer-border-bold .site-footer:before {
	border-width: 4px;
	}
/* end: footer border style */
/* --------------------------------- */	



/* --------------------------------- */	
/* Copyright Bar */
.site-footer .site-info {
	position: relative;	padding: 18px; text-align: center; font-size: 11px; letter-spacing: 1px;
	}
/* Uppercase */
.is-copyright-uppercase .site-footer .site-info {
	text-transform: uppercase;
	}
.site-info .textwidget {
	font-size: 1em;
	}
.site-info .textwidget p:only-child,
.site-info p:last-child {
	margin: 0;
	}
.site-info i {
	color: rgba(220,214,133,1);
	}
/* menu in copyright */
.site-info ul li {
	display: inline-block; margin: 0 8px 6px 8px;
	}
.site-info ul li a:not(:hover) {
	color: inherit;
	}
/* copyright border style */
/* border top */
.is-copyright-border-top .site-info:before {
	content: ""; position: absolute; top: 0; left: 0; width: 100%; background: currentColor; height: 1px;
	}
/* border top light */
.is-copyright-border-light .site-info:before {
	opacity: 0.08;
	}
/* border top bold */
.is-copyright-border-bold .site-info:before {
	height: 3px;
	}
/* end: copyright border style */
/* --------------------------------- */	


/* --------------------------------- */	
/* Footer Subscribe */
.footer-subscribe { 
    position: relative; overflow: hidden; text-align: center; background: #fafafa;
	}
.footer-subscribe .layout-medium {
	padding: 2.4em 0;
	}
.is-footer-subscribe-dark .footer-subscribe { 
    color: #fff; background: #222;
	}
.footer-subscribe h3 {
	font-size: 2em; font-weight: 700; margin-bottom: .4em;
	}
.is-footer-subscribe-dark .footer-subscribe h3 { 
	color: inherit;
	}
.footer-subscribe h3:after {
	position: absolute; bottom: -132px; right: 50%; margin-right: -130px; font-family: fontello; content: '\e868'; font-weight: 400; vertical-align: text-top; display: inline-block; margin-left: 12px; font-size: 238px; color: rgba(0, 0, 0, 0.04); z-index: 0;
	}
.is-footer-subscribe-dark .footer-subscribe h3:after {
	color: rgba(255, 255, 255, 0.07);
	}
.footer-subscribe form p {
	margin: 10px 0 0;
	}
.footer-subscribe label.error {
    left: 50%; transform: translateX(-50%); top: 24px !important;
	}
.footer-subscribe label:not(.error) {
	font-family: inherit; text-transform: none; letter-spacing: 0; font-size: .9rem; color: rgba(0, 0, 0, 0.7);
	}
.is-footer-subscribe-dark .footer-subscribe label:not(.error) {
	color: rgba(255, 255, 255, 0.7);
	}
.footer-subscribe input[type="email"] {
	text-align: center; margin-bottom: .8em; letter-spacing: .03em; color: inherit !important; padding: 1.2em !important; width: 290px !important; background: rgb(255 255 255 / 63%) !important; border-radius: 16px;
	}
.is-footer-subscribe-dark .footer-subscribe input[type="email"] {
	color: #fff !important; background: rgba(255, 255, 255, 0.12) !important;
	}
.footer-subscribe input[type="email"]:focus {
	 background: rgb(255 255 255 / 100%) !important;
	}	
.is-footer-subscribe-dark .footer-subscribe input[type="email"]:focus {
	 background: rgba(255, 255, 255, 0.06) !important;
	}
.footer-subscribe ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.8); }
.footer-subscribe ::-moz-placeholder { color: rgba(0, 0, 0, 0.8); }
.footer-subscribe ::-ms-placeholder { color: rgba(0, 0, 0, 0.8); }
	
.is-footer-subscribe-dark .footer-subscribe ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-footer-subscribe-dark .footer-subscribe ::-moz-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-footer-subscribe-dark .footer-subscribe ::-ms-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-footer-subscribe-dark .footer-subscribe input[type=submit] {
	color: #fff; border-color: #fff;
	}
/* --------------------------------- */		
	


/* --------------------------------- */	
/* Footer Instagram */
.footer-insta,
.null-instagram-feed,
.instagram-pics-wrap {
	position: relative;
	*}
.footer-insta ul,
.featured-area .instagram-pics {
	padding: 0; margin: 0; text-align: center; font-size: 0;
	}
.footer-insta ul li,
.featured-area .instagram-pics li { 
	display: inline-block; width: 25%; padding: 0; font-size: 1em;
	}
/* instagram size : large = 6 column = 3x2 col on mobile */
.footer-insta .instagram-size-large li,
.featured-area .instagram-pics.instagram-size-large li {
	width: 33.33333333333%;
	}
/* instagram size : original = 4 column = 2x2 on mobile*/
.footer-insta .instagram-size-original li,
.featured-area .instagram-pics.instagram-size-original li {
	width: 50%;
	}
.instagram-pics + p {
	position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -60px; text-align: center;
	}
.instagram-pics + p a {
	display: inline-block; padding: 6px 16px; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: inherit; background: #fff;     transition: all .3s;
	}
.instagram-pics + p a:hover {
	background: #f7f7f7;
	}
.instagram-pics + p a:before {
	font-family: fontello; content: "\e82d"; font-style: normal; font-size: 14px; font-weight: 400; display: inline-block; margin-right: 12px;
	}

/* NEW INSTAGRAM PLUGIN : Social Feed Gallery https://wordpress.org/plugins/insta-gallery/ */
/* buttons vertical center */
.insta-gallery-feed .insta-gallery-actions {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100;
    }
.insta-gallery-feed .insta-gallery-actions .insta-gallery-button {
    font-size: 11px; text-transform: uppercase; letter-spacing: 1px;
	}
/* Carousel Mode */
html .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next, .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev {
    width: 60px; text-align: center;
    }
html .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-next>i, .insta-gallery-feed[data-feed_layout=carousel] .swiper-button-prev>i {
    width: 100%;
    }
.insta-gallery-feed .swiper-pagination-bullet {
    width: 14px; height: 14px;
    }
/* Fix for new insta plugin popup : Social Feed Gallery */
.qligg-mfp-wrap .mfp-container .mfp-content {
    opacity: 1;
    }
.qligg-mfp-wrap .mfp-container .mfp-content .mfp-figure.bottom .mfp-bottom-bar {
    overflow: hidden;
    }
.qligg-mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-icons {
    padding: 0 !important; line-height: 46px;
	}

/* Alternative Instagram Plugin: Animated Live Wall
https://wordpress.org/plugins/animated-live-wall/ */
/* html[class*="-share"] {  *conflicts with is-share-links-boxed class
	cursor: default; margin: 0; padding: 0; line-height: 1.9;
	} */
.free-wall .brick {
	box-shadow: none;
	}
.ri-grid {
	margin: 0;
	}
html .ri-grid ul li a {
	background-size: cover;
	}
/* --------------------------------- */	




/* --------------------------------- */	
/* Footer Widgets */
.footer-widgets {
	padding: 50px 0 10px;
	}
.footer-widgets h1, 
.footer-widgets h2,
.footer-widgets h3, 
.footer-widgets h4, 
.footer-widgets h5, 
.footer-widgets h6, 
.footer-widgets blockquote, 
.footer-widgets .tab-titles {
	color: inherit;
	}
/* icon box widgets in footer widgets area */
.footer-widgets.widget-area .widget_pixelwars_core_widget__icon_box {
	margin-bottom: 6px;
	}
/* --------------------------------- */	



/* --------------------------------- */	
/* Password Protected Pages */
.post-password-form {
	max-width: 24em; margin: 2em auto 0 auto; text-align: center; padding: 2em; border: 4px solid #00000012;
	}
.post-password-form p {
	max-width: 360px; margin-left: auto; margin-right: auto;
	}
.post-password-form:before {
	content: '\e8c5'; display: block; font-size: 25px; width: 60px; line-height: 60px; margin: -64px auto 0 auto; color: #fff; background: #222; border-radius: 50%;
	}
.post-password-form p:first-child {
	padding-top: 2em;
    }
.post-password-form p {
	font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold;
    }
.post-password-form input {
    margin: 2em 0; text-align: center;
    }
.post-password-form label input {
	margin-top: 0; margin-bottom: 0;
    }
.post-password-form p > label {
    display: block; position: relative;
    }
/* --------------------------------- */	



/*  --------------------------------------------

	5. MODULES @modules : reusable styles
	
	-------------------------------------------- */

/* SEARCH NO RESULTS */
body.search-no-results .blog-stream .entry-header,
.hentry.no-posts .entry-header {
    text-align: center;
	}

/* INTRO */
.intro {
	position: relative; padding: 50px 0; margin-top: 4px; margin-bottom: 4px; text-align: center; clear: left; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; overflow: hidden;
	}
.intro:before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; opacity: 0; background: #25262e;
	}
.intro iframe,
.site-header iframe,
.post-thumbnail iframe {
	max-width: none;
	}
.intro-content {
	position: relative; z-index: 20; margin-left: auto; margin-right: auto;
	}
.intro-text {
	width: 80%; margin: 0 auto;
	}
.intro-content img {
	display: inline-block; max-height: 160px; margin-bottom: 2em; border-radius: 50%;
	}
.intro h1 {
	font-size: 4vw; font-weight: 400; line-height: 1.3;
	}
.intro *:last-child {
	margin-bottom: 0;
	}
/* intro light text */
.is-intro-text-light .intro {
	color: #fff;
	}
.is-intro-text-light .intro h1 {
	color: inherit;
	}
.is-intro-text-light .intro .button {
	color: #fff; border-color: #fff;
	}
.is-intro-text-light .intro .button:hover {
	background: #fff; color: #222;
	}
.intro-vid {
	max-height: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	}
.intro-vid video,
.intro-vid .fluid-width-video-wrapper {
	width: 100%; height: auto; margin: auto; visibility: hidden;
	}
.loaded .intro-vid video,
.loaded .intro-vid .fluid-width-video-wrapper {
	visibility: visible;
	}

/* FULL WIDTH IMAGE */
img.full,
figure.full,
.parallax-image,
.alignfull {
  	width: 100vw; max-width: none; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 1em; margin-bottom: 1.6em;
	}
.parallax-image {
	height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed;
	}
.parallax-image.half,
.wp-block-cover.alignfull {
	height: 50vh;
	}
figure.full img {
  	width: 100%; max-width: 100%; position: static; margin-left: 0; margin-right: 0;
	}
img.parallax {
	display: none;
	}



/* HTTP ALERT */
.http-alert {
 	text-align: center
	}
	.http-alert h1 {
        margin: .12em 0 .3em 0; font-size: 8em; letter-spacing: .03em; line-height: 1; 
		}
	.http-alert .button {
		margin-top: 2em; 
		}

/* GRID PAGE */
.show-grid div {
 	font-size: 11px; font-weight: bold; padding-top: 1.2em; padding-bottom: 1.2em; text-align: center; margin-bottom: 1.4em; border: 1px solid rgba(33, 41, 51, 0.1); border-radius: 0;
	}

/* post-thumbnail */
.post-thumbnail { 
    position: relative; z-index: 0; width: 100%; background-position: 50% 50%; background-size:cover; background-color: #111; background-repeat: no-repeat; 
    }
.post-wrap {
	position: relative; padding-top: 100%;
	}
.post-thumbnail .entry-title a {
	display: inline-block;
	}
.post-thumbnail .entry-title a:hover {
    transform: scale(1.07,1.07);
	}
/* ratio tall */
.ratio-fs .post-wrap {
	min-height: 100vh; min-height: calc(100vh + 1px); padding: 0;
	}
.ratio-tall .post-wrap {
	padding-top: 120% !important;
	}
.post-wrap:before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #2b2b28; opacity: .42; z-index: 2; backface-visibility: hidden;
	}
.link-box .post-thumbnail:hover .post-wrap:before {
	 opacity: .4;
	}
.post-thumbnail .entry-header {
    position: absolute; top: 10%; left: 10%; width: 60%; max-width: 360px; z-index: 100; padding: 0; margin: 0; text-align: center; opacity: 0; transition: all .2s;
	}
.top-content-single .post-thumbnail .entry-header {
	max-width: 100%;
	}
.post-thumbnail .entry-header.ready {
	opacity: 1; 
	}
.post-thumbnail .post-wrap .entry-header:before {
    color: #fff; font-size: 15px; display: none;
	}
.post-thumbnail .entry-title { 
	line-height: 1.2;
	}
.slider-box .entry-title,
.link-box .entry-title { 
	font-weight: 400; 
	}
.more-link.outside {
	position: absolute; z-index: 100; display: none;
	}

	
/* SLIDER OR LINK-BOX TITLE TEXT TRANSFORM DEFAULT : NONE */
.slider-box .entry-title,
.link-box .entry-title {
	text-transform: none;
	}
	
/* SLIDER OR LINK-BOX TITLE UPPERCASE */
.is-slider-title-uppercase .slider-box .entry-title,
.is-link-box-title-uppercase .link-box .entry-title {
	text-transform: uppercase;
	}
	

/* SLIDER OR LINK-BOX TEXT ALIGN : css-default: center */

/* LEFT */
.is-slider-text-align-left .slider-box .entry-header,
.is-link-box-text-align-left .link-box .entry-header {
	text-align: left;
	}

/* RIGHT */
.is-slider-text-align-right .slider-box .entry-header,
.is-link-box-text-align-right .link-box .entry-header {
	text-align: right;
	}
	
/* END : SLIDER OR LINK-BOX TEXT ALIGN */



/* SLIDER OR LINK-BOX VERTICAL ALIGN : css-default: top */

/* CENTER */
.is-slider-v-align-center .slider-box .entry-header,
.is-link-box-v-align-center .link-box .entry-header,
.related-posts .post-thumbnail .entry-header,
.post-header-overlay .entry-header,
.overlay-post .entry-header  {
  top: 50%;
  -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
  -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
  transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
  /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
	}
.is-header-transparent.is-header-float.is-menu-bar.is-slider-v-align-center .slider-box .entry-header {
	top: 56%;
	}

/* BOTTOM */
.is-slider-v-align-bottom .slider-box .entry-header,
.is-link-box-v-align-bottom .link-box .entry-header {
	top: auto; bottom: 10%;
	}


/* SLIDER HORIZONTAL ALIGN : css-default: left */

/* CENTER */
.is-slider-h-align-center .slider-box .entry-header,
.related-posts .post-thumbnail .entry-header,
.post-header-overlay .entry-header,
.overlay-post .entry-header  {
	left: 0; right: 0; margin: auto;
	}

/* RIGHT */
.is-slider-h-align-right .slider-box .entry-header {
	left: auto; right: 10%;
	}

/* END : SLIDER OR LINK-BOX HORIZONTAL ALIGN */




/* link-box */
.link-box .block-link { 
	display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-indent: -999em; overflow: hidden; z-index: 100;
	}
.link-box .post-thumbnail .entry-header { 
	width: 80%; 
	}
.post-thumbnail .entry-title,
.post-thumbnail .entry-title a:hover { 
    color: #fff;
	}
.post-thumbnail .entry-meta { 
    padding: 0 0 4px 0; margin-bottom: .6em; color: #fff;
    }	
.post-thumbnail .cat-links a + a {
	margin-left: 8px;
	}	


/* --------------------------------- */
/* WIDGET: ICON BOX */
.pw-icon-box { 
	position: relative; text-align: left; transition: transform .3s ease-out;
	}
.pw-icon-box.is-icon-top:hover { 
	transform: translateY(-5px); 
	}
.pw-icon-box + .pw-icon-box { 
	margin-left: 20px;
	}
.pw-icon-box > a { 
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; opacity: 0; text-indent: -1000em; overflow: hidden;
	}
.pw-icon-box h3 { 
	font-size: 1.1em; font-weight: 500; line-height: 1; margin: 0; color: inherit;
	}
.pw-icon-box img { 
	height: 52px; width: auto; transition: transform .3s ease-out;
	}
.pw-icon-box:hover a + img { 
	transform: scale(1.14);
	}
.pw-icon-box p { 
	margin: 0; font-size: 12px; line-height: 1.2;
	}
.pw-icon-box h3 + p { 
	opacity: 0.6; margin-top: 2px;
	}
/* display : inline-block */
.pw-icon-box.is-inline-block { 
	flex: 1; max-width: 210px;
	}
/* title uppercase */
.is-icon-box-title-uppercase .pw-icon-box h3 {
	text-transform: uppercase;
	}
/* icon position: top */
.pw-icon-box.is-icon-top { 
	text-align: center;
	}
.pw-icon-box.is-icon-top img + div { 
	margin-top: 16px;
	}
/* icon position: left */
.pw-icon-box:not(.is-icon-top) { 
	display: flex; align-items: center;
	}
.pw-icon-box:not(.is-icon-top) > div { 
	flex: 1;
	}
.pw-icon-box.is-icon-left img { 
	margin-right: 12px;
	}
.pw-icon-box.is-icon-left.is-size-xxxs img,
.pw-icon-box.is-icon-left.is-size-xxs img { 
	margin-right: 8px;
	}
/* icon position: right */
.pw-icon-box.is-icon-right { 
	text-align: right;
	}
.pw-icon-box.is-icon-right img { 
	margin-left: 12px; order: 2;
	}
.pw-icon-box.is-icon-right.is-size-xxxs img,
.pw-icon-box.is-icon-right.is-size-xxs img { 
	margin-left: 8px;
	}
/* icon sizes */
.pw-icon-box.is-size-xxxs img { 
	height: 16px;
	}
.pw-icon-box.is-size-xxs img { 
	height: 20px;
	}
.pw-icon-box.is-size-xs img { 
	height: 26px;
	}
.pw-icon-box.is-size-sm img { 
	height: 32px;
	}
.pw-icon-box.is-size-md img { 
	height: 42px;
	}
.pw-icon-box.is-size-lg img { 
	height: 52px;
	}
.pw-icon-box.is-size-xl img { 
	height: 62px;
	}
.pw-icon-box.is-size-xxl img { 
	height: 72px;
	}
.pw-icon-box.is-size-xxxl img { 
	height: 96px;
	}
/* end: icon sizes */

/* fix: invert icon colors when header is transparent and not dark */
.is-header-transparent:not(.is-header-dark) .site-header:not(.clone) .pw-icon-box img { 
	filter: invert(1);
	}
/* icon boxes in the Featured Area */
.featured-area .pw-icon-box {
	padding: 20px; display: inline-block;
	}
.featured-area .pw-icon-box + .pw-icon-box { 
	margin-left: 0px;
	}
/* END: WIDGET: ICON BOX */
/* --------------------------------- */




/* --------------------------------- */
/* SLIDER STYLES */

/* LABEL STYLE */
.is-slider-title-label .slider-box .entry-title a,
.is-slider-title-label-no-spaces .slider-box .entry-title a,
.is-slider-title-label-close .slider-box .entry-title a,
.is-link-box-title-label .link-box .entry-title a {
	display: inline; padding: 2px 14px; line-height: 1.6; color: #222; background: #fff; -webkit-box-decoration-break: clone; box-decoration-break: clone; 
	}

/* LABEL ROTATED STYLE */
.is-slider-title-rotated .slider-box .entry-title,
.is-link-box-title-rotated .link-box .entry-title {
	-webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); 
	}

/* LABEL CLOSE STYLE */
.is-slider-title-label-close .slider-box .entry-title a {
	padding: 8px 18px; line-height: 1.3; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
	}

/* LABEL NO SPACES STYLE */
.is-slider-title-label-no-spaces .slider-box .entry-title a {
	padding: 6px 18px; line-height: 1.4;
	}
	
/* INLINE BORDERS STYLE */
.is-slider-title-inline-borders .slider-box .entry-title a,
.is-link-box-title-inline-borders .link-box .entry-title a {
	display: inline; padding: 5px 14px; line-height: 2.1; border: 4px solid #fff; -webkit-box-decoration-break: clone; box-decoration-break: clone; 
	}
	
/* STAMP STYLE */
.is-slider-title-stamp .slider-box .entry-title a {
	display: inline; padding: 5px 14px; line-height: 2.1; border: 4px solid #fff;
	}

/* BORDER BOTTOM STYLE */
.is-slider-title-border-bottom .slider-box .entry-title a,
.is-link-box-title-border-bottom .link-box .entry-title a {
	display: inline; padding: 4px 0; line-height: 1.8; border-bottom: 5px solid #fff;
	}

/* 3D SHADOW */
.is-slider-title-3d-shadow .slider-box .entry-title {
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	}

/* 3D SHADOW HARD */
.is-slider-title-3d-hard-shadow .slider-box .entry-title {
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
	}

/* DARK SHADOW*/
.is-slider-title-dark-shadow .slider-box .entry-title {
	    text-shadow: rgba(0,0,0,.5) -1px 1px 0, rgba(0,0,0,.4) -2px 2px 0, rgba(0,0,0,.3) -3px 3px 0, rgba(0,0,0,.2) -4px 4px 0, rgba(0,0,0,.2) -5px 5px 0, rgba(0,0,0,.2) -6px 6px 0, rgba(0,0,0,.2) -7px 7px 0, rgba(0,0,0,.1) -8px 8px 0, rgba(0,0,0,.1) -9px 9px 0, rgba(0,0,0,.1) -10px 10px 0, rgba(0,0,0,.1) -11px 11px 0, rgba(0,0,0,.1) -12px 12px 0, rgba(0,0,0,.1) -12px 12px 10px;
	}

/* RETRO SHADOW */
.is-slider-title-retro-shadow .slider-box .entry-title {
	text-shadow: 3px 3px 0px #2c2e38, 5px 5px 0px #5c5f72;
	}

/* COMIC SHADOW */
.is-slider-title-comic-shadow .slider-box .entry-title {
	    text-shadow: 11px 12px 12px rgba(0,0,0,0.2), -1px -1px 1px #000000, 1px 1px 0 #000000, 3px 3px 0 #000000, 4px 4px 0 #000000, 5px 5px 0 #000000, 6px 6px 0 #000000, 7px 7px 0 #000000, 8px 8px 0 #000000, 9px 9px 0 #000000, 10px 10px 0 #000000, 11px 11px 0 #000000;
	}

/* FUTURIST SHADOW */
.is-slider-title-futurist-shadow .slider-box .entry-title {
	    text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
	}

/* OUTLINE */
.is-slider-title-outline .slider-box .entry-title a {
	-webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff;
	}
@media screen and (min-width: 992px) {
	.is-slider-title-outline .slider-box .entry-title a {
		-webkit-text-stroke-width: 3px;
		}
}

/* RETRO SKEW */
.is-slider-title-retro-skew .slider-box .entry-title a {
	transform: rotate3d(2, 2, .5, 22deg) translate3d(10px, 0px, 0px); -webkit-text-stroke: 1px #8c2738; text-shadow: .3vw .3vw 0 rgba(140, 39, 56, 0.8);
	}
/* --------------------------------- */

	


/* BG FULL OVERLAY */
.is-slider-bg-full-overlay .slider-box .entry-header {
	width: 100%; max-width: 100%; padding: 18px 22px; background: rgba(0, 0, 0, 0.5); backface-visibility: hidden;
	}
.is-slider-bg-full-overlay.is-slider-v-align-top .slider-box .entry-header {
	top: 0%;
	}
.is-slider-bg-full-overlay.is-slider-v-align-bottom .slider-box .entry-header {
	bottom: 0%;
	}
.is-slider-bg-full-overlay .slider-box .post-wrap:before {
	display: none;
	}

/* FULL OVERLAY */
.is-slider-full-overlay .slider-box .entry-header {
	width: 100%; max-width: 100%; padding: 18px 22px;
	}
.is-slider-full-overlay.is-slider-v-align-top .slider-box .entry-header {
	top: 0%;
	}
.is-slider-full-overlay.is-slider-v-align-bottom .slider-box .entry-header {
	bottom: 0%;
	}
.is-slider-full-overlay .slider-box .post-wrap:before {
	opacity: .9; background: linear-gradient(to bottom, rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 70%);
	}
.is-slider-full-overlay.is-slider-v-align-bottom .slider-box .post-wrap:before {
	background: linear-gradient(to top, rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 70%);
	}
.is-slider-full-overlay .slider-box .post-thumbnail:hover .post-wrap:before {
	opacity: .85; 
	}

/* .is-slider-style-boxed */
.is-slider-style-boxed .slider-box .post-thumbnail .entry-header {
	padding: 26px; max-width: 320px; background: #111;
	}
.is-slider-style-boxed .slider-box .entry-title {
	line-height: 1.4; margin-bottom: 12px;
	}
.is-slider-style-boxed .slider-box .more-link {
	margin-top: 10px;
	}

/* .is-slider-style-boxed-round */
.is-slider-style-boxed-round .slider-box .post-thumbnail .entry-header {
	padding: 44px; max-width: 300px; height: 300px; display: flex; justify-content: center; flex-direction: column; border-radius: 50%; background: #111;
	}
.is-slider-style-boxed-round .slider-box .entry-title {
	line-height: 1.4; margin-bottom: 12px;
	}
.is-slider-style-boxed-round .slider-box .more-link {
	margin-top: 10px; margin-left: auto; margin-right: auto;
	}
.is-slider-style-boxed-round.is-slider-text-align-left .slider-box .more-link {
	margin-left: 0;
	}
.is-slider-style-boxed-round.is-slider-text-align-right .slider-box .more-link {
	margin-right: 0;
	}
.is-slider-style-boxed-round.is-slider-v-align-top .slider-box .entry-header {
	top: -10%;
	}
.is-slider-style-boxed-round.is-slider-v-align-bottom .slider-box .entry-header {
	bottom: -8%;
	}
.is-slider-style-boxed-round.is-slider-h-align-left .slider-box .entry-header {
	left: -2%;
	}
.is-slider-style-boxed-round.is-slider-h-align-right .slider-box .entry-header {
	right: -2%;
	}
.is-slider-style-boxed-round.is-slider-v-align-top.is-slider-h-align-left .slider-box .entry-header {
	border-top-left-radius: 0;
	}
.is-slider-style-boxed-round.is-slider-v-align-top.is-slider-h-align-right .slider-box .entry-header {
	border-top-right-radius: 0;
	}
.is-slider-style-boxed-round.is-slider-v-align-bottom.is-slider-h-align-left .slider-box .entry-header {
	border-bottom-left-radius: 0;
	}
.is-slider-style-boxed-round.is-slider-v-align-bottom.is-slider-h-align-right .slider-box .entry-header {
	border-bottom-right-radius: 0;
	}

/* .is-slider-boxed-borders */
.is-slider-boxed-borders .slider-box .post-thumbnail .entry-header {
	padding: 26px; max-width: 260px; border: 6px solid #fff;
	}
.is-slider-boxed-borders .slider-box .entry-title {
	line-height: 1.4; margin-bottom: 0;
	}
.is-slider-boxed-borders .slider-box .more-link {
	margin-top: 0; position: relative; left: auto; right: auto; bottom: -50px; border-radius: 0; color: #111; background: #fff;
	}
.is-slider-boxed-borders .slider-box .more-link:hover {
	color: #fff; background: #111;
	}

/* .is-slider-boxed-borders */
.is-slider-boxed-borders-full .slider-box .post-wrap:after {
	content: ""; position: absolute;top: 40px;left: 40px;right: 40px;bottom: 40px; border: 6px solid #fff; z-index: 10;
	}
.is-slider-boxed-borders-full .entry-header .more-link {
	display: none;
	}
.is-slider-boxed-borders-full .slider-box .more-link.outside {
	display: inline-block; margin-top: 0; position: absolute; left: 50%; margin-left: -50px; top: 46px; border-radius: 0; color: #111; background: #fff;
	}
.is-slider-boxed-borders-full .slider-box .more-link:hover {
	color: #fff; background: #111;
	}


	
/* END : SLIDER STYLES */
/* --------------------------------- */

	
/* TOP CONTENT & FEATURED AREA */
.top-content {
	position: relative; z-index: 650; /* z-index is for slider custom animation to prevent sitebranding overlaps animated slider items */
	}
.featured-area { 
	margin: -3px; text-align: center;
	} 
.is-header-float .featured-area {
	padding-top: 0;
	}

/* Navigation Menu Widget in Featured Area - no support for 2+ levels */
.featured-area ul.menu {
    font-weight: 500; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; padding: 0; margin: 20px 0;
	}
.featured-area ul.menu:first-child {
    margin-top: 0;
	}
.featured-area ul.menu li {
    list-style: none; display: inline-block; margin: 2px 12px;
	}
.featured-area ul.menu li a {
    color: inherit;
	}
.featured-area ul.menu ul {
    display: none;
	}

/* FEATURED AREA FULL WIDTH */
.is-featured-area-full .top-content .layout-medium,
.is-top-content-single-full.top-content-single .layout-medium,
.is-top-content-single-full-screen.top-content-single .layout-medium {
	width: 100%; max-width: 100%; font-size: 14px; overflow: hidden;
	}
.is-top-content-single-full.top-content-single .layout-medium {
	overflow: initial;
	}

/* FEATURED AREA FULL WITH MARGIN WIDTH */
.is-featured-area-full-margins .top-content .layout-medium,
.is-top-content-single-full-margins.top-content-single .layout-medium {
	max-width: 100%;
	}

.block { 
	float: left; width: 100%; padding: 3px; 
	}
.block.slider-box.ratio-fs {
	padding-top: 0; padding-left: 0; padding-right: 0;
	}
.sidebar .block {
	float: none;
	}
.link-box { 
	width: 25%;
	}
.link-box.w-25 { 
	width: 25%; 
	}
.link-box.w-33 { 
	width: 33.33%; 
	}
.link-box.w-50 { 
	width: 50%; 
	}
.link-box.w-100 { 
	width: 100%; 
	}
/* some layout fixes */
.slider-box.w-50 ~ .link-box:nth-child(6),
.intro + .slider-box.w-50 ~ .link-box:nth-child(7) {
	 clear: left;
	}
.intro + .slider-box.w-50 ~ .link-box:nth-child(6) {
	 clear: none;
	}
.slider-box.w-75 ~ .link-box:nth-child(2),
.slider-box.w-75 ~ .link-box:nth-child(3),
.slider-box.w-75 ~ .link-box:nth-child(4) {
	width: 33.33%; 
	}
.link-box.ratio-2-1 .post-wrap {
	padding-top: 203.87%
	}
	

/* OWL CAROUSEL */
.owl-carousel {
	margin-bottom: 2em;
	}
.owl-item img {
	width: 100%;
	}
.slider-box.w-50 {
	min-height: 300px;
	}
.slider-box.w-75 {
	min-height: 30vw;
	}
.slider-box.w-75.ratio-16-9 {
	min-height: 20vw;
	}
.post-slider {
	margin-bottom: 0; background: #222;
	}
.is-post-slider-bg-none {
	background: none;
	}
	
/* BUGGY WITH PSEUDO ELEMENTS */
/*.owl-theme * { 
	-webkit-backface-visibility: hidden;
	}*/
.owl-title {
 	position: absolute; bottom: 14px; right: 16px; margin: 0; padding: .7em 1.2em; font-size: 12px !important; line-height: 1; background: #fff; background: rgba(255, 255, 255, 0.95);
	}
	
/* Post Slider Overflow */
.owl-carousel.is-overflow-visible .owl-stage-outer {
	overflow: visible;
	}
	
/* Post Slider Box Shadow */
.post-slider.has-shadow,
.post-slider.has-slide-shadow .owl-item {
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.6);
	}
	
/* Custom Animations */	
.owl-carousel .animated { 
	animation-duration: 0.7s; 
	}
.owl-carousel.custom-animation .owl-stage {
	width: 100% !important; transform: none !important;
	}
.owl-carousel.custom-animation .owl-item {
	opacity: 0; z-index: 10; position: absolute; left: 0 !important;
	}
.owl-carousel.custom-animation .owl-item.active {
	opacity: 1; z-index: 12;
	}
.owl-carousel.custom-animation .owl-animated-out {
  	z-index : 15; 
   	}
	
	
/* arrow nav */
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	position: absolute; z-index: 50; top: 50%; margin-top: -16px; left: 0px; color: #fff; background: rgba(0, 0, 0, 0.3); font-size: 12px; padding: 16px 19px !important; display: inline-block; line-height: 1; cursor: pointer; user-select: none;
	}
.owl-carousel .owl-nav button.disabled {
	opacity: 0; cursor: default;
	}
.owl-carousel button:focus {
	outline: 0;
	}
.owl-carousel .owl-nav button:before {
	font-family: fontello; font-style: normal; font-weight: 400; font-size: 14px; line-height: 1;
	}
.owl-carousel .owl-nav .owl-next:before {
	content: '\e86e';
	}
.owl-carousel .owl-nav .owl-prev:before {
	content: '\e86d';
	}
.owl-carousel .owl-nav button.owl-next {
	right: 0px; left: auto; 
	}
.owl-carousel .owl-nav button:hover {
	background: #222;
	}
/* dot nav */	
/*.owl-theme .owl-buttons.disabled + .owl-dots {
	margin-top: 12px;
	}*/
.owl-carousel .owl-dots {
	position: absolute; z-index: 40; bottom: 22px; width: 100%; text-align: center; -webkit-tap-highlight-color: transparent;
	}
.owl-carousel .owl-dots button.owl-dot {
	display: inline-block; 
	}
.owl-carousel .owl-dots button.owl-dot span {
	width: 8px; height: 8px; margin: 0 4px; display: block; border-radius: 50%; background: #fff; opacity: .4; transition: all .2s;
	}
.owl-carousel .owl-dots button.owl-dot:not(.active):hover span {
	opacity: .6; transform: scale(1.5);
	}
.owl-carousel .owl-dots button.owl-dot.active span {
	opacity: 1; cursor: default; transform: scale(1.8);
	}
/* SLIDER DOTS ROUNDED LINE */
.is-slider-dots-rounded-line-grow .owl-carousel .owl-dots button.owl-dot.active span {
	transform: none; width: 24px; border-radius: 4px;
	}
.is-slider-dots-rounded-line-grow .owl-carousel .owl-dots button.owl-dot span {
	margin: 0 3px;
	}
	
/* SLIDER BUTTONS LIGHT */
.is-slider-buttons-light .owl-carousel .owl-nav button {
	color: #111; background: rgba(255, 255, 255, 1);
	}
.is-slider-buttons-light .owl-carousel .owl-nav button:hover {
	background: rgba(255, 255, 255, 0.88);
	}
	
/* SLIDER BUTTONS DARKER */
.is-slider-buttons-darker .owl-carousel .owl-nav button {
	background: #222; 
	}
.is-slider-buttons-darker .owl-carousel .owl-nav button:hover {
	background: #000;
	}

/* SLIDER BUTTONS CENTER MARGIN */
.is-slider-buttons-center-margin .owl-carousel .owl-nav button {
	left: 20px; padding: 15px 19px !important; 
	}
.is-slider-buttons-center-margin .owl-carousel .owl-nav button.owl-next {
	right: 20px; left: auto; 
	}

/* SLIDER BUTTONS OVERFLOW */
.is-slider-buttons-overflow .owl-carousel .owl-nav button {
	left: -22px; padding: 15px 18px !important; 
	}
.is-slider-buttons-overflow .owl-carousel .owl-nav button.owl-next {
	right: -22px; left: auto;
	}
.is-slider-buttons-overflow .owl-carousel .owl-nav button:hover {
	transform: scale(1.5);
	}

/* SLIDER BUTTONS ROUNDED */
.is-slider-buttons-rounded .owl-carousel .owl-nav button {
	border-radius: 50%;
	}
		
/* SLIDER BUTTONS BORDER */
.is-slider-buttons-border .owl-carousel .owl-nav button {
	padding: 12px 15px !important; background: none; color: #fff; border: 2px solid #fff; opacity: .8;
	}
.is-slider-buttons-border .owl-carousel .owl-nav button:hover {
	opacity: 1;
	}

/* LINK BOX WRITING MODE */
.is-link-box-title-writing-vertical .link-box .post-thumbnail .entry-header {
	writing-mode: vertical-lr;
	}


/*  --------------------------------------------

	6. BLOG (@blog) - blog related styles
	
    -------------------------------------------- */

/* MOBILE ONLY STYLES */
@media screen and (max-width: 991px) {
	.blog-list .cat-links {
		display: none;
		}
}

/* BLOG REGULAR */
.blog-regular .entry-title { 
	font-size: 1.86em; line-height: 1.2;
	}
.entry-meta { 
	margin: 6px 0; font-size: 11px; line-height: 1.4;
	}
.entry-meta.below-content { 
	margin: 24px 0 0 0; padding: 6px 0; border-top: 5px solid #f2f3ee; border-bottom: 1px solid #f2f3ee;
	}
.entry-meta.below-content:before, 
.entry-meta.below-content:after { 
	content: ''; display: table; clear: both; 
	}
.entry-meta:first-child {
	margin-top: 0;
	}
.entry-meta > span {
	display: inline-block; margin-right: calc(6px + .5vw);
	}
.entry-meta .posted-on,
.entry-meta .comment-link {
	margin-top: 6px; display: inline-block;
	}
.entry-meta > span:last-child {
	margin-right: 0;
	}
.entry-meta .prefix {
	display: none; font-style: italic; font-size: 14px; font-weight: 400; font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; color: rgba(255, 255, 255, 0.8); text-transform: lowercase;
	}
.entry-meta .comment-link a,
.entry-meta .posted-on a,
.entry-meta .author a,
.entry-meta .edit-link a {
	color: inherit;
	}
.entry-meta .updated:not(.published) {
	display: none;
	}
.cat-links a {
	position: relative;	display: inline-block; margin-bottom: 6px; 
	}
.cat-links a + a {
    margin-left: 5px;
	}
	
/* META UPPERCASE */
.is-meta-uppercase .entry-meta {
	text-transform: uppercase;
	}
.is-meta-uppercase .cat-links a {
	letter-spacing: 1px; 
	}
.is-meta-uppercase .entry-share-wrap {
	font-size: .875em; letter-spacing: 1px;
	}

/* META PREFIX OPTIONS : css-default: none */

/* META WITH PREFIX */
.is-meta-with-prefix .entry-meta .prefix {
	display: inline;
	}

/* META WITH ICONS */
.is-meta-with-icons .entry-meta > span:before,
.entry-share:before,
.entry-like a:before {
	margin-right: 3px; font-size: 1.2em;
	}
.is-meta-with-icons .entry-meta .posted-on:before {
	content: '\e803';
	}
.is-meta-with-icons .entry-meta .comment-link:before {
	content: '\e806';
	}
.is-meta-with-icons .entry-meta .author:before {
	content: '\e807';
	}
.is-meta-with-icons .entry-meta .edit-link:before {
	content: '\e857';
	}
.is-meta-with-icons .entry-meta .entry-view:before {
	content: '\e87e';
	}
.is-meta-with-icons .entry-meta .entry-reading-time:before {
	content: '\e804';
	}
 .entry-meta .entry-share:before {
	content: '\e801';
	}
 .entry-meta .entry-like a:before {
	content: '\e821';
	}

/* I Recommend This Wordpress Like plugin */
.entry-like {
	letter-spacing: 0; display: inline-block; margin-top: 6px;
	}
.dot-irecommendthis { 
	padding-left: 0; color: inherit; margin-bottom: 0; display: inline-block; text-decoration: none; min-height: 14px; background: none; 
	}
.dot-irecommendthis:hover, 
.dot-irecommendthis.active { 
	background: none; color: #F56559 !important; border: 0 !important; margin: 0 !important; padding-left: 0 !important; text-decoration: none;
	}
.post-thumbnail .dot-irecommendthis:hover, 
.post-thumbnail .dot-irecommendthis.active { 
	color: #fff !important;
	}
.dot-irecommendthis.active {
	cursor: default;
	}	


/* END : META PREFIX OPTIONS */

/* META : READING TIME */
.entry-reading-time .rt-label:first-child {
	display: none;
	}

/* META : SHARE */
.entry-share {
	position: relative; display: inline-block; cursor: default;
	}
.entry-share a {
	color: inherit; display: block !important; text-align: left !important; line-height: 1; padding: 12px 8px; border-bottom: 1px solid #eee; background: #fff;
	}
.post-thumbnail .entry-meta .entry-share a,
.post-thumbnail .entry-meta .entry-share a:hover {
	color: #333;
	}
.entry-share a:last-child {
	border: 0;
	}
.entry-share a:hover {
	color: #333; background: #fbfbfb;
	}
.entry-share a:before {
	display: inline-block; width: 2.2em; text-align: center; font-size: 1em; text-align: center !important;
	}
.entry-share .share-facebook:before {
	content: '\e825';
	}
.entry-share .share-twitter:before {
	content: '\e826';
	}
.entry-share .share-pinterest:before {
	content: '\e817'; 
	}
.entry-share .share-gplus:before {
	content: '\e828';
	}
.entry-share .share-mail:before {
	content: '\e868';
	}
.entry-share .share-facebook:hover {
	color: #4885ed;
	}
.entry-share .share-twitter:hover {
	color: #1da1f2;
	}
.entry-share .share-pinterest:hover {
	color: #bd081c;
	}
.entry-share .share-gplus:hover {
	color: #dd4b39;
	}
.entry-share .share-mail:hover {
	color: #3cba54;
	}
.entry-share-wrap {
	position: absolute; z-index: 1000; top: 12px; left: -25px; display: block; width: calc(7.5em + 44px); -webkit-filter: blur(18px); filter: blur(18px); visibility: hidden; opacity: 0; text-align: left;
	}
.entry-share:hover .entry-share-wrap {
	opacity: 1; -webkit-filter: blur(0); filter: blur(0); visibility: visible;
	}
.entry-share-inner-wrap {
	display: block;	margin-top: 1.7em; position: relative; background: #fff; border: 1px solid #e3e3e3; box-shadow: 0px 1px 14px 3px rgba(176, 173, 150, 0.1);
	}
.entry-share-inner-wrap:after, .entry-share-inner-wrap:before {
	bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	}
.entry-share-inner-wrap:after {
	border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 8px; margin-left: -8px;
	}
.entry-share-inner-wrap:before {
	border-color: rgba(238, 238, 238, 0); border-bottom-color: #ddd; border-width: 9px; margin-left: -9px;
	}


/* POST THUMBNAIL META STYLES */
.post-thumbnail .entry-meta a { 
    color: rgba(255, 255, 255, 0.66); display: inline-block; position: relative; z-index: 2;
    }
.post-thumbnail .dot-irecommendthis:not(.active) .dot-irecommendthis-count {
	color: rgba(255, 255, 255, 0.9);
	}
.post-thumbnail .entry-meta a:hover { 
    color: rgba(255, 255, 255, 1);
    }
	
/* POST THUMBNAIL CATEGORY LINK STYLES */
.post-thumbnail .cat-links a { 
    display: inline-block; position: relative; z-index: 2;
    }

	
/* CATEGORY LINK STYLES */

/* REGULAR TEXT */
.is-cat-link-regular .cat-links a {
	color: inherit; 
	}

/* BORDER BOTTOM */
.is-cat-link-border-bottom .cat-links a {
	color: inherit;	line-height: 15px; border-bottom: 2px solid #333; 
	}
.is-cat-link-border-bottom.is-post-dark .cat-links a {
	color: #fff; border-color: #fff; 
	}

/* BORDERS */
.is-cat-link-borders .cat-links a {
	color: inherit;	line-height: 1; padding: 4px 10px; border: 2px solid #333; 
	}
.is-cat-link-borders.is-post-dark .cat-links a {
	border-color: #fff; 
	}

/* BORDERS LIGHT */
.is-cat-link-borders-light .cat-links a {
	color: inherit;	line-height: 1; padding: 6px 12px; border: 1px solid rgba(0, 0, 0, 0.12); 
	}
.is-cat-link-borders-light.is-post-dark .cat-links a {
 	border-color: #fff; 
	}

/* BORDERS RAUNDED - can be combined with other styles */
.is-cat-link-rounded .cat-links a {
	border-radius: 16px;
	}

/* SOLID */
.is-cat-link-solid .cat-links a,
.is-cat-link-solid-light .cat-links a {
	color: #fff; line-height: 1; padding: 6px 10px; background: #222; 
	}

/* SOLID LIGHT */
.is-cat-link-solid-light .cat-links a {
	color: #222; background: #f4f4f4; 
	}
.is-cat-link-solid-light .cat-links a:hover {
	color: #222;
	}

/* UNDERLINE */	
.is-cat-link-underline .cat-links a {
	color: inherit; line-height: 1; padding: 1px; box-shadow: inset 0 -7px 0 #fffa00;
	}	
.is-cat-link-underline.is-post-dark .cat-links a {
	color: inherit; line-height: 1.1; padding: 2px; box-shadow: inset 0 -7px 0 #002bff;
	}	

/* LINE BEFORE */	
.is-cat-link-line-before .cat-links a {
	color: inherit;
	}	
.is-cat-link-line-before .cat-links a:before {
	content: ""; display: inline-block; width: 28px; margin-right: 8px; vertical-align: middle; border-top: 1px solid #0000001a;
	}	
.is-cat-link-line-before.is-post-dark .cat-links a:before {
	border-top-color: #fff;
	}

/* DOTS BOTTOM */
.is-cat-link-dots-bottom .cat-links a {
	color: inherit;
	}
.is-cat-link-dots-bottom .cat-links a:before {
	position: absolute; top: 20px; left: 50%; content: "•••"; color: inherit; font-size: 13px; -webkit-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none;
	}
.is-cat-link-dots-bottom .cat-links a:after {
	margin-bottom: 22px; display: block; content: "";
	}

/* RIBBON / RIBBON-LEFT / RIBBON RIGHT */ 
.is-cat-link-ribbon .cat-links a + a {
    margin-left: 26px;
	}
.is-cat-link-ribbon .cat-links a,
.is-cat-link-ribbon-left .cat-links a,
.is-cat-link-ribbon-right .cat-links a {
	 display: inline-block; padding: 2px 10px 1px; color: #222; background-color: #f4f4f4; font-size: 10px; position: relative; z-index: 2;
	}
.is-cat-link-ribbon .cat-links a:hover,
.is-cat-link-ribbon-left .cat-links a:hover,
.is-cat-link-ribbon-right .cat-links a:hover {
	color: #222;
	}
.is-cat-link-ribbon .cat-links a:before,
.is-cat-link-ribbon-left .cat-links a:before {
	content: ""; position: absolute; display: block; bottom: 0; border: 11px solid #f4f4f4; z-index: 1; left: -1.2em; border-left-color: transparent  !important;
	}
.is-cat-link-ribbon .cat-links a:after,
.is-cat-link-ribbon-right .cat-links a:after {
	content: ""; position: absolute; display: block; bottom: 0; border: 11px solid #f4f4f4; z-index: 1; right: -1.2em; border-right-color: transparent  !important;
	}
/*.is-post-dark.is-cat-link-ribbon .cat-links a,
.is-post-dark.is-cat-link-ribbon-left .cat-links a,
.is-post-dark.is-cat-link-ribbon-right .cat-links a {
	background: #fff;
	}
.is-post-dark.is-cat-link-ribbon .cat-links a:before,
.is-post-dark.is-cat-link-ribbon .cat-links a:after,
.is-post-dark.is-cat-link-ribbon-left .cat-links a:before,
.is-post-dark.is-cat-link-ribbon-right .cat-links a:after {
	border-color: #fff;
	}*/
/* RIBBON DARK */
.is-cat-link-ribbon-dark .cat-links a,
.is-cat-link-ribbon-dark:hover .cat-links a {
	color: #fff;
	}
.is-cat-link-ribbon-dark.is-cat-link-ribbon-dark .cat-links a,
.is-cat-link-ribbon-dark.is-cat-link-ribbon-left .cat-links a,
.is-cat-link-ribbon-dark.is-cat-link-ribbon-right .cat-links a {
	background: #222;
	}
.is-cat-link-ribbon-dark.is-cat-link-ribbon .cat-links a:before,
.is-cat-link-ribbon-dark.is-cat-link-ribbon .cat-links a:after,
.is-cat-link-ribbon-dark.is-cat-link-ribbon-left .cat-links a:before,
.is-cat-link-ribbon-dark.is-cat-link-ribbon-right .cat-links a:after {
	border-color: #222;
	}

/* DARK POST FIXES */
.is-cat-link-borders.is-post-dark .cat-links a,
.is-cat-link-borders-light.is-post-dark .cat-links a {
	color: inherit;
	}


/* CATEGORY LINK BG/BORDER COLOR OPTION */
/*.is-cat-link-regular .cat-links a,
.is-cat-link-borders .cat-links a,
.is-cat-link-border-bottom .cat-links a,
.is-cat-link-borders-light .cat-links a {
	color: #002bff;
	}
.is-cat-link-borders .cat-links a,
.is-cat-link-borders-light .cat-links a,
.is-cat-link-border-bottom .cat-links a,
.is-cat-link-ribbon .cat-links a:before,
.is-cat-link-ribbon .cat-links a:after,
.is-cat-link-ribbon-left .cat-links a:before,
.is-cat-link-ribbon-right .cat-links a:after,
.is-cat-link-ribbon.is-cat-link-ribbon-dark .cat-links a:before,
.is-cat-link-ribbon.is-cat-link-ribbon-dark .cat-links a:after,
.is-cat-link-ribbon-left.is-cat-link-ribbon-dark .cat-links a:before,
.is-cat-link-ribbon-right.is-cat-link-ribbon-dark .cat-links a:after {
	border-color: #002bff;
	}
.is-cat-link-solid .cat-links a,
.is-cat-link-solid-light .cat-links a,
.is-cat-link-ribbon .cat-links a,
.is-cat-link-ribbon-left .cat-links a,
.is-cat-link-ribbon-right .cat-links a,
.is-cat-link-ribbon.is-cat-link-ribbon-dark .cat-links a,
.is-cat-link-ribbon-left.is-cat-link-ribbon-dark .cat-links a,
.is-cat-link-ribbon-right.is-cat-link-ribbon-dark .cat-links a {
	background: #002bff;
	}
.is-cat-link-underline .cat-links a {
	box-shadow: inset 0 -7px 0 #002bff;
	}*/
/* END : CATEGORY LINK STYLES */




/* SLIDER CATEGORY LINK BG/BORDER COLOR OPTION */
/*.main-slider-post.is-cat-link-regular .cat-links a,
.main-slider-post.is-cat-link-border-bottom .cat-links a,
.main-slider-post.is-cat-link-borders .cat-links a,
.main-slider-post.is-cat-link-borders-light .cat-links a,
.main-slider-post.is-cat-link-line-before .cat-links a,
.main-slider-post.is-cat-link-dots-bottom .cat-links a:before {
	color: #85f9d2;
	}
.main-slider-post.is-cat-link-borders .cat-links a,
.main-slider-post.is-cat-link-borders-light .cat-links a,
.main-slider-post.is-cat-link-border-bottom .cat-links a,
.main-slider-post.is-cat-link-line-before .cat-links a:before,
.main-slider-post.is-cat-link-ribbon .cat-links a:before,
.main-slider-post.is-cat-link-ribbon .cat-links a:after,
.main-slider-post.is-cat-link-ribbon-left .cat-links a:before,
.main-slider-post.is-cat-link-ribbon-right .cat-links a:after {
	border-color: #85f9d2;
	}
.main-slider-post.is-cat-link-solid .cat-links a,
.main-slider-post.is-cat-link-solid-light .cat-links a,
.main-slider-post.is-cat-link-ribbon .cat-links a,
.main-slider-post.is-cat-link-ribbon-left .cat-links a,
.main-slider-post.is-cat-link-ribbon-right .cat-links a {
	background: #85f9d2;
	}
.main-slider-post.is-cat-link-underline .cat-links a {
	box-shadow: inset 0 -7px 0 #85f9d2;
	}*/
/* END : SLIDER CATEGORY LINK STYLES */




/* META STYLES */

/* DOTS BETWEEN */
.is-meta-dots .site-content .entry-meta > span { 
	position: relative; margin-right: 20px; 
	}
.is-meta-dots .site-content .entry-meta > span:after {
	display: list-item; content: ""; list-style: disc; position: absolute; top: -3px; right: -13px; width: 10px; list-style-position: inside; line-height: 1; color: #ddd; font-size: 16px;
	}
.is-meta-dots .site-content .entry-meta > span:last-child {
	margin-right: 0;
	}
.is-meta-dots .site-content .entry-meta > span:last-child:after {
	display: none;
	}

/* END : META STYLES */
		


/* ENTRY TITLE */		
.entry-title a { 
	color: inherit;
	}
.entry-title a:hover { 
	color: #111;
	}
.more { 
	text-align: center; margin-bottom: 0; 
	}
.more-link { 
    color: inherit; text-transform: uppercase; line-height: 1; padding: 13px 22px; margin: .6em 0; display: inline-block; font-size: 11px; letter-spacing: 1px;
	}
.blog-regular .more-link {
	margin-top: 1em;
	}
.more-link:hover {
	background: #111; color: #fff; border-color: transparent;
	}
/* links active effect */
.more-link:active,
.entry-title a:active,
.entry-meta a:active,
.widget li a:active,
.top-bar a:active {
	top: 1px; left: 1px; position: relative;
	}


/* MORE LINK STYLES  */
/* BUTTON STYLE */
.is-more-link-button-style .blog-stream .more-link {
	border: 2px solid currentColor;
	}
.is-more-link-button-style .blog-stream .more-link:hover {
    border-color: transparent;
	}
/* BORDER BOTTOM */
.is-more-link-border-bottom .blog-stream .more-link {
	padding: 6px 0px 4px; border-bottom: 3px solid #333;
	}
.is-more-link-border-bottom .blog-stream .more-link:hover,
.is-more-link-border-bottom-light .blog-stream .more-link:hover {
	color: inherit; background: none; padding: 6px 12px 4px;
	}
/* BORDER BOTTOM LIGHT */
.is-more-link-border-bottom-light .blog-stream .more-link {
	padding: 6px 0px 4px; border-bottom: 3px solid rgba(0, 0, 0, 0.07);
	}
/* BORDER BOTTOM DOTTED */
.is-more-link-border-bottom-dotted .blog-stream .more-link {
	padding: 1.3em 2.6em 1.1em; letter-spacing: .14em; border: 0; border-bottom: 1px dotted #ccc;
	}
.is-more-link-border-bottom-dotted .blog-stream .more-link:after {
	content: " \2192";
	}
.is-more-link-border-bottom-dotted .blog-stream .more-link:hover {
    color: inherit; background-color: #f7f7f7;
	}
/* END : MORE LINK STYLES */


/* SLIDER MORE LINK VISIBILITY OPTIONS - default : show */		
.post-thumbnail .more-link { 
	padding: 10px 16px; color: #fff; margin-top: 30px;
	}
.post-thumbnail .more-link:hover {
	background: #fff; color: #111;
	}
/* SLIDER MORE LINK SHOW ON HOVER */
.is-slider-more-link-show-on-hover .post-thumbnail .more-link {
	opacity: 0;
	}
.is-slider-more-link-show-on-hover .post-thumbnail:hover .more-link {
	opacity: 1;
	}
/* SLIDER MORE LINK HIDDEN */
.is-slider-more-link-hidden .post-thumbnail .more-link {
	display: none;
	}
/* END : SLIDER MORE LINK VISIBILITY OPTIONS */



/* SLIDER MORE LINK STYLES */
/* BUTTON STYLE */
.is-slider-more-link-button-style .post-thumbnail .more-link {
	border: 2px solid #fff;
	}
/* BORDER BOTTOM */
.is-slider-more-link-border-bottom .post-thumbnail .more-link {
	padding: 6px 0px 4px; border-bottom: 3px solid #fff;
	}
.is-slider-more-link-border-bottom .post-thumbnail .more-link:hover {
	color: #fff; background: none; padding-left: 8px; padding-right: 8px;
	}
/* END : SLIDER MORE LINK STYLES */




/* CONTENT STYLE */
/* Boxed */
.is-posts-boxed .blog-list .hentry,
.is-posts-boxed .blog-regular .hentry,
.is-posts-boxed .hentry-wrap {
    padding: calc(1.4em + 1.4vw) calc(1em + 1.2vw); background: #fff;
	}
.is-posts-boxed .woocommerce .hentry-wrap,
.is-posts-boxed .single-portfolio .hentry-wrap {
    padding: calc(1em + 3.2vw) calc(1em + 3.2vw);
	}
.is-posts-boxed .blog-grid .hentry-wrap {
    padding: calc(1em + 1vw);
	}
.is-posts-boxed .blog-grid .hentry-middle {
	padding-bottom: 0;
	}

/* DELAYED ******** */
/* Image Full */
.is-posts-boxed-image-full .hentry-wrap .featured-image,
.is-posts-boxed-image-full .blog-stream.first-full .hentry:first-child .featured-image {
    margin: calc(-1.4em - 1.4vw) calc(-1em - 1.2vw) 2em calc(-1em - 1.2vw);
	}
.is-posts-boxed-image-full .blog-stream.first-full .hentry:first-child .featured-image {
    margin-bottom: 0;
	}
.is-posts-boxed-image-full .hentry-wrap .entry-header + .featured-image,
.is-posts-boxed-image-full .blog-stream.first-full .hentry:first-child .featured-image{
    margin-top: 0;
	}
.is-posts-boxed-image-full .blog-grid .featured-image {
    margin: calc(-1em - 1vw) calc(-1em - 1vw) 0 calc(-1em - 1vw);
	}
.is-posts-boxed-image-full .blog-list .featured-image {
    margin: calc(-1.4em - 1.4vw) calc(-1em - 1.2vw) calc(-1.4em - 1.4vw) calc(-1em - 1.2vw);
	}
/* DELAYED ******** */


/* featured image */
.featured-image { 
	position: relative;
	}
.featured-image,
.entry-header + .full-width-image,
.post-header-overlay-inline,
.hentry-wrap .post-header iframe { 
	margin-bottom: 22px; 
	}
	.featured-image > a:first-of-type:before {
		content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #222; opacity: 0;
		}
	.featured-image img {
 		display: block; margin-left: auto; margin-right: auto;
		}
	.featured-image:hover > a:first-of-type:before {
		opacity: .05;
		}
.featured-image .fluid-width-video-wrapper,
.featured-image iframe,
.featured-image .media-wrap {
    margin: 0;
    }
	
/* BLOG SMALL common styles : list - grid - circles */
.blog-small .entry-title {
	font-size: 1.4em;
	}

/* BLOG LIST */
.blog-list .hentry {
	margin-bottom: 2.8em; padding: 0;
	}
.blog-list .featured-image {
	position: relative; width: 26%; float: left; margin-top: 0; margin-bottom: 0; padding-top: 38%; background-size: cover; background-position: center;
	}
.blog-list .has-post-video .featured-image {
	padding-top: 0;
	}
.blog-list .featured-image a {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	}
.blog-list .featured-image img {
	display: none;
	}
.blog-list .hentry-middle {
	width: 74%; float: left; padding: 1em 2em 0 2em; text-align: center;
	}
.blog-list .hentry:not(.has-post-thumbnail) .hentry-middle {
    padding: 0;
	}
.blog-list .hentry-middle:first-child {
	width: 100%;
	}
.blog-list .hentry.has-post-thumbnail .entry-content,
.blog-list .comment-link {
	display: none; 
	}
.blog-list .entry-header {
	padding: 0; margin-bottom: 0; 
	}
.blog-list.first-full .hentry:first-child .entry-header {
	margin-bottom: 20px; 
	}
.blog-list .entry-content {
	padding-top: 8px; margin-bottom: 0px;
	}
	
/* BLOG LIST FIRST FULL */
.blog-list.first-full .hentry:first-child .featured-image {
	width: auto; float: none; padding: 0;
	}
.blog-list.first-full .hentry:first-child .featured-image a {
	position: static;
	}
.blog-list.first-full .hentry:first-child .featured-image img {
	display: block;
	}
.blog-list.first-full .hentry:first-child .hentry-middle {
	width: 100%; float: none; max-width: 480px; margin-left: auto; margin-right: auto;
	}
.blog-list.first-full .hentry:first-child .entry-content {
	display: block;
	}

/* BLOG CIRCLES */
.blog-circles .hentry {
	overflow: hidden;
	}
/* fix for : share meta dropdown is cut due to overflow hidden */
.blog-circles .hentry:hover {
	overflow: visible; animation: .3s delay-overflow;
	}
@keyframes delay-overflow {
	0% { overflow: hidden; }
	99% { overflow: hidden; }
	100% { overflow: visible; }
	}
.blog-circles .featured-image {
	border-radius: 50%; opacity: 1; -webkit-transform: scale(1.25) translateX(0px) translateY(-18px); transform: scale(1.25) translateX(0px) translateY(-18px);
	}
.blog-circles .has-post-video .featured-image {
	padding-top: 0; -webkit-transform: none !important; transform: none !important;
	}
.blog-circles .featured-image a:before {
	display: none;
	}
.blog-circles .hentry-middle *,
.blog-circles .hentry-middle *:before {
	text-align: right;
	}
.blog-circles .hentry:nth-child(even) .hentry-middle *,
.blog-circles .hentry:nth-child(even) .hentry-middle *:before {
	text-align: left;
	}
.blog-circles .hentry:nth-child(even) .featured-image {
	float: right; -webkit-transform: scale(1.25) translateX(0px) translateY(-18px); transform: scale(1.25) translateX(0px) translateY(-18px);
	}	
.blog-circles .hentry:hover .featured-image {
	opacity: 1;
	-webkit-transform: scale(1) translateX(0px) translateY(0px); transform: scale(1) translateX(0px) translateY(0px);
	}

/* BLOG GRID */
.blog-grid-wrap {
	margin-left: -14px; margin-right: -14px;
	}
.blog-grid .hentry {
	width: 100%; margin-bottom: 2em; padding: 0 14px; text-align: center;
	}
.blog-grid .entry-header {
	padding: 0; margin-bottom: 0; 
	}
.blog-grid .featured-image {
	margin-bottom: 0;
	}
.blog-grid .featured-image img {
	width: 100%;
	}
.blog-grid .entry-meta.above-title {
	margin-bottom: .7em;
	}
.blog-grid .hentry-middle {
	padding: 1.8em 1.2em;
	}
.blog-grid .entry-content {
	padding-top: 0.8em; margin-bottom: 0;
	}
.blog-grid .entry-content p:not(:last-child) {
	margin: 0 0 1em 0;
	}
.blog-grid .more-link {
	padding: 11px 20px;
	}
.blog-grid .post-wrap {
	padding-top: 130%;
	}
	
/* BLOG GRID FIRST FULL */
.blog-grid.first-full .hentry:first-child {
	margin-bottom: 3em;
	}
.blog-grid.first-full .hentry:first-child .hentry-middle {
	max-width: 440px; margin-left: auto; margin-right: auto;
	}

/* BLOG SIMPLE */	
.blog-simple {
	margin: 0 auto 1em auto; max-width: 670px;
	}
.blog-simple .hentry {
	position: relative; height: 60px; margin-bottom: 0; overflow: hidden; border-bottom: 1px solid #f3f3f3;
	}
.is-posts-boxed .blog-simple .hentry {
	background: #fff; margin-bottom: 4px; border: 0;
	}
.blog-simple .hentry:last-child {
	border-bottom: 0;
	}
.blog-simple .hentry-left {
	position: absolute; top: 0; left: 0; width: 60px; height: 60px; 
	}
.blog-simple .hentry-middle {
	float: left; margin-left: 80px; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);  transform: translateY(-50%);
	}
.blog-simple .post-link {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; text-indent: -200%; overflow: hidden;
	}
.blog-simple .featured-image {
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: 0; opacity: 0; /* -webkit-filter: blur(12px); filter: blur(12px); */ background-size: cover; background-position: center center;
	}
.blog-simple .hentry:hover .featured-image {
	opacity: 1; /* -webkit-filter: blur(0px); filter: blur(0px); */
	}
.blog-simple .entry-date {
	padding: 13px 10px; font-size: 10px; letter-spacing: 2px;
	}
.blog-simple .entry-date span {
	display: block; text-align: center; line-height: 1; text-transform: uppercase;
	}
.blog-simple .day {
	font-weight: bold; font-size: 23px; letter-spacing: -1px;
	}
.blog-simple .month {
	color: #ddd;
	}
.blog-simple .entry-date .year {
	color: #ddd; display: none;
	}
.section-launch {
	margin: 2em 0; text-align: center;
	}

/* SECTION TITLE */
.section-title {
	margin: 50px 0 30px !important; text-align: center;
	}
.section-title:first-child,
.vc_row:first-child .section-title {
	margin-top: 0 !important;
	}


/* PAGINATION */
.navigation,
.pagination,
.page-links,
.nav-links { /* nav-links is for learnpress numbered pagination */
	width: 100%; clear: both; margin: 3em 0; padding-bottom: 1px; font-size: 13px; text-transform: uppercase; overflow: hidden;
	}
	.navigation:not(.pagination) > div {
 		width: 50%; float: left; min-height: 1px;
		}
	.navigation a {
 		display: inline-block; padding-bottom: .2em; color: inherit; font-weight: bold; font-size: 14px; line-height: 1.3; border-bottom: 2px solid transparent;
		}
	.navigation a:hover {
		color: #555; border-color: #333;
		}
	.navigation .nav-next {
 		text-align: right;
		}
	.navigation .meta-nav {
 		margin-right: .5em
		}
	.navigation .nav-next .meta-nav {
 		margin-left: .5em; margin-right: 0;
		}
/* NUMBERED PAGINATION */
.page-links {
    margin: 1em 0;
	}
.nav-links,
.page-links {
	font-size: 12px; list-style: none; text-align: center; padding: 0;
	}
.nav-links .page-numbers,
.nav-links{
	display: inline-block; margin: .3em;
	}
    .nav-links li {
        display: inline-block;
        }
	.page-links .post-page-numbers,
	.page-links > .page-number {
		display: inline-block; padding: .2em .8em; margin: 0; font-size: 13px; letter-spacing: 1px; font-weight: 400; color: inherit; background: rgba(93, 77, 30, 0.12); transition: all .2s;
		}
	.page-links a:hover {
		background: rgba(93, 77, 30, 0.18);
		}
	.page-links .post-page-numbers.current {
		background: rgb(0 0 0 / 82%); color: #fff;
		}
.page-numbers.current {
	margin: 0 8px;
	}
.page-numbers.current,
.page-links > .page-number {
	display: inline-block; width: 52px; line-height: 52px; font-weight: bold; text-align: center; cursor: default; border: 0; background: rgba(93, 77, 30, 0.12); border-radius: 50%;
	}

/* PAGING */
.page-links .page-links-title { 
	letter-spacing: 1px; font-size: 12px; font-weight: 700; margin-right: 10px;
	}

/* COMMENT NAV */
.comment-nav {
	margin: 2em 0 4em;
	}

/* POST FORMATS */
.hentry .entry-header:before {
 	font-size: 20px; line-height: 1; color: #555; display: block; text-align: inherit; padding-bottom: 16px;
	}
/* sticky  */
.hentry.sticky .entry-header:before {
 	content: "\e81d";
	}
/* quote  */
.format-quote .entry-header:before {
 	content: "\e81a"
	}
.format-quote blockquote {
 	display: block; width: 100%; max-width: 480px; padding: 0; margin: .4em auto;
	}
/* video  */
.format-video .entry-header:before {
 	content: "\e816"
	}
/* audio  */
.format-audio .entry-header:before {
 	content: "\e885"
	}
/* image  */
.format-image .entry-header:before {
 	content: "\e86a"
	}
/* link  */
.format-link .entry-header:before {
 	content: "\e811"
    }
.format-link .entry-content {
    text-align: center;
    }
.format-link .entry-content > p:first-child a:first-child {
    font-size: 10px; font-weight: bold; word-break: break-all; padding: 1.2em 1.8em; text-transform: uppercase; letter-spacing: 2px; color: #fff; border: 0; background: #25262E; 	
	}
.format-link .entry-content > p:first-child a:first-child:hover {
    color: #aaa; 	
    }
/* chat  */
.format-chat .entry-header:before {
 	content: "\e813"
	}
.format-chat .entry-content {
	text-align: center;
	}
.chat-transcript {
	display: inline-block; text-align: left;
	}
.chat-row:after {
 	display: table; content: ""; line-height: 0;
	}
.chat-author {
	display: inline-block; width: 88px; margin-top: 5px;
	}
.chat-author cite {
 	display: inline-block; min-width: 80%; margin-right: .1em; font-size: 13px; font-style: normal;
	}
.chat-text {
	display: inline-block;
	}
.chat-text p {
    position: relative; display: inline-block; max-width: 460px; padding: 6px 12px; margin-top: 0; margin-bottom: 1em; background: #FFF; border-radius: 4px; font-size: 12px; line-height: 1.5; background-color: rgba(37, 38, 46, 0.86); color: #fff;
    }
.chat-text p:empty {
    display: none;
	}
.chat-speaker-2 .chat-text p {
	background: rgba(221, 221, 221, 0.35); color: #333;
    }
.chat-speaker-2 .chat-text p:before {
        background-color: #212933; 
    }
/* status  */
.format-status .entry-content { 
    text-align: center; 
    }
.format-status .entry-header:before {
 	content: "\e84e"
	}
.format-status .entry-content > p:first-child {
    display: inline-block; padding: .7em 1em; font-size: 1.0em; font-style: italic; line-height: 1.5; background: rgb(0 0 0 / 8%);
	}
/* aside  */
.format-aside .entry-header:before {
 	content: "\e81e"
	}
.format-aside .entry-content {
	margin-top: 2.2em; max-width: 440px; margin-left: auto; margin-right: auto; padding: 1.9em 2.4em 1.9em; line-height: 2;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
	border: 1px solid rgba(51, 51, 51, 0.09);
	background-size: 100% 2.0em;
	background-position: 0 1.5em;
	background-origin: content-box;
	background-color: rgba(255, 255, 0, 0.15);
	}
.format-aside h3 {
	font-size: 14px; margin-bottom: .5em;
	}
.format-aside .entry-content p {
	margin-top: 0.1em;
	}
/* gallery  */
.format-gallery .entry-header:before {
 	content: "\e86a";
	}
.gallery {
	margin: 2em 0;
	width: 100%;
	width: -webkit-calc(100% + 18px);
	width:         calc(100% + 18px);
    }
/* fix for: Elementor Basic Gallery css conflict with collage layout */
.gallery.has-collage-layout .gallery-item {
	max-width: 100% !important;
	}
.gallery:first-child { margin-top: 0; }
.gallery:before,
.gallery:after {
 	content: " "; display: table;
	}
.gallery:after {
 	clear: both
	}
.gallery-item {
	display: block; position: relat ive; float: left; margin: 0 4px 4px 0;
    }
.gallery-item a {
	display: block; position: relative; float: left; /*margin: 0 4px 4px 0;*/ cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in;
    }
.gallery-item a:before {
	content: ""; opacity: 0; filter: alpha(opacity = 0); position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; text-align: center; overflow: hidden; background: #33475D; background: rgba(51, 71, 93, 0.15); 
	}
.gallery-item a:hover:before { 
	opacity: 1; 
	}
.gallery-item img {
	width: 100%;
    }
.gallery-columns-1 .gallery-item {
	max-width: 100%;
    }
.gallery-columns-2 .gallery-item {
	width: 48%;
	width: -webkit-calc(50% - 4px);
	width:         calc(50% - 4px);
    }
.gallery-columns-3 .gallery-item {
	width: 32%;
	width: -webkit-calc(33.3% - 4px);
	width:         calc(33.3% - 4px);
    }
.gallery-columns-4 .gallery-item {
	width: 23%;
	width: -webkit-calc(25% - 4px);
	width:         calc(25% - 4px);
    }
.gallery-columns-5 .gallery-item {
	width: 19%;
	width: -webkit-calc(20% - 4px);
	width:         calc(20% - 4px);
    }
.gallery-columns-6 .gallery-item {
	width: 15%;
	width: -webkit-calc(16.7% - 4px);
	width:         calc(16.7% - 4px);
    }
.gallery-columns-7 .gallery-item {
	width: 13%;
	width: -webkit-calc(14.28% - 4px);
	width:         calc(14.28% - 4px);
    }
.gallery-columns-8 .gallery-item {
	width: 11%;
	width: -webkit-calc(12.5% - 4px);
	width:         calc(12.5% - 4px);
    }
.gallery-columns-9 .gallery-item {
	width: 9%;
	width: -webkit-calc(11.1% - 4px);
	width:         calc(11.1% - 4px);
    }
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
    }
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
    }
.gallery .gallery-caption {
    position: absolute; bottom: 0; left: 0; right: 0; max-height: 45%; margin: 0; padding: 6px 8px; text-align: center; opacity: 0; font-size: .9rem; line-height: 1.4; overflow: hidden; z-index: 999; color: #fff;
	display: flex;
    min-height: 20%;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 16px;
	background: linear-gradient(0deg, rgb(0 0 0 / 74%) 0%, rgba(0,0,0,0) 100%);
	transition: opacity .2s;
    }
.gallery-caption:before {
	content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%;
    }
.gallery-item:hover .gallery-caption {
    opacity: 1;
    }
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
    }
	
/* Magnific Popup */
.mfp-bg {
	z-index: 2042;
	}
.mfp-wrap {
	z-index: 2043;
	}
.mfp-content {
    min-width: 240px;
	}
button.mfp-close,
button.mfp-arrow:before {
	background: url(//daniels-entertainment.com/wp-content/themes/archy-wp/js/jquery.magnific-popup/default-skin.svg) 0 0 no-repeat; background-size: 264px 88px;
	}
button.mfp-close {
	width: 44px; height: 44px; color: transparent; background-position: 0 -44px;
	}
button.mfp-arrow { 
	width: 70px; height: 100px; opacity: .9;
	}
button.mfp-arrow:hover,
button.mfp-close:hover { 
	background-color: transparent; 
	}
button.mfp-arrow:after { 
	display: none; 
	}
button.mfp-arrow:before {
	content: ''; position: absolute; top: 35px; height: 30px; width: 32px; border: 0; margin: 0;
	}
button.mfp-arrow-left:before {
	left: 6px; background-position: -138px -44px; 
	}
button.mfp-arrow-right:before {
	left: auto; right: 6px; background-position: -94px -44px; 
	}
.mfp-title {
	position: absolute; width: 100%; line-height: 32px; text-transform: uppercase; font-size: 11px; padding-right: 0; text-align: center; font-weight: 400; letter-spacing: .08em;
	}
.mfp-counter {
	position: fixed; top: 10px; left: 0; text-align: center; font-size: 12px; line-height: 1.6; font-weight: 400; color: #fff; opacity: .5;
	}
.mfp-removing button,
.mfp-removing .mfp-title { 
	opacity: 0; 
	}
body .mfp-figure:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}	
.mfp-iframe-holder .mfp-close {
	background: none; 
	}
.mfp-zoom-in .mfp-content {  
	opacity: 0; transition: all 0.2s ease-out; transform: scale(0.9);
	}
.mfp-zoom-in.mfp-bg {
	opacity: 0; transition: all 0.2s ease-out;
	}
.mfp-zoom-in.mfp-image-loaded .mfp-content {
	opacity: 1; -webkit-transform: scale(1); transform: scale(1);
	}
div.mfp-bg { 
	background: #25262E;
	}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .95;
	}
	.mfp-zoom-in.mfp-image-loaded .mfp-content {
		opacity: 1;
		}
.mfp-zoom-in.mfp-removing .mfp-content {
	-webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0;
	}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
	}
.mfp-preloader {
	width: 24px; height: 24px; opacity: 1; margin: 0 auto; background: url(//daniels-entertainment.com/wp-content/themes/archy-wp/images/bckg/loading-light.gif) center center no-repeat; background-size: 24px 24px;
	}
.mfp-zoom-in.mfp-ready .mfp-preloader {
	display: block;
	}
.mfp-zoom-in.mfp-image-loaded .mfp-preloader,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	display: none;
	}
/* fade image change */
.mfp-image-loaded .mfp-content {
	-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-backface-visibility: hidden;
	}
@-webkit-keyframes fadeIn{
	0%{ opacity:0 }
	100%{ opacity:1 }
	}
@keyframes fadeIn{
	0%{ opacity:0 }
	100%{ opacity:1 }
	}
/* soundcloud */ 
.is-soundcloud .mfp-content {
	max-width: 550px;
	}
.is-soundcloud .mfp-iframe-scaler {
	padding-top: 100%;
	}	
	
/* GALLERY COLLAGE LAYOUT */
.gallery {
	margin: 2em -8px; margin-bottom: 12px; padding: 8px; padding-top: 0; font-size: 0;
	}
.pw-collage-loading {
	background-color: #fff; min-height: 120px; background: url(//daniels-entertainment.com/wp-content/themes/archy-wp/images/bckg/loading.gif) 50% 60px no-repeat; background-size: 88px 8px;
	}
.gallery figure {
	display: block; opacity:0; 
	}
/* fix for: images not visible when editing gallery in Elementor */
body.elementor-editor-active .gallery figure {
	opacity:1; 
	}
.no-csstransforms3d .gallery figure {
	opacity: 1 !important;
	}
.gallery img {
 	display: block; width: 100%;
	}

/*
from transitions.css
A library of transitions for revealing the loaded images
(Heavily) Inspired by http://tympanus.net/codrops/2013/07/02/loading-effects-for-grid-items-with-css-animations/
*/
.gallery {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
    }
	
/* EFFECT 1 */
.effect-1 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -moz-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly ease-in-out forwards;
    -moz-animation: fly ease-in-out forwards;
    animation: fly ease-in-out forwards;
}
@-webkit-keyframes fly {
    100% { -webkit-transform: rotateX(0deg); opacity: 1; -webkit-transform-origin:50% 50% 0; }
}
@-moz-keyframes fly {
    100% { -moz-transform: rotateX(0deg); opacity: 1; -moz-transform-origin:50% 50% 0; }
}
@keyframes fly {
    100% { transform: rotateX(0deg); opacity: 1; transform-origin:50% 50% 0; }
}

/* EFFECT 2 */
.effect-2 {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp ease forwards;
    -moz-animation: moveUp ease forwards;
    animation: moveUp ease forwards;
}
@-webkit-keyframes moveUp {
    to { -webkit-transform: translateY(0); opacity: 1; }
}
@-moz-keyframes moveUp {
    to { -moz-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
    to { transform: translateY(0); opacity: 1; }
}

/* EFFECT 3 */
.effect-3 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective ease-in-out forwards;
    -moz-animation: fallPerspective ease-in-out forwards;
    animation: fallPerspective ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fallPerspective {
    100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes fallPerspective {
    100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* EFFECT 4 */
.effect-4 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    -moz-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip ease-in-out forwards;
    -moz-animation: flip ease-in-out forwards;
    animation: flip ease-in-out forwards;
}

@-webkit-keyframes flip {
    100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@-moz-keyframes flip {
    100% { -moz-transform: rotateX(0deg); opacity: 1; }
}
@keyframes flip {
    100% { transform: rotateX(0deg); opacity: 1; }
}

/* EFFECT 5 */
.effect-5 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: moveUp ease-in-out forwards;
    -moz-animation: moveUp ease-in-out forwards;
    animation: moveUp ease-in-out forwards;
}

/* EFFECT 6 */
.effect-6 {
    -webkit-transform:  scale(0.638) translate(-179px);
    -moz-transform:     scale(0.638) translate(-179px);
    transform:          scale(0.638) translate(-179px);
    -webkit-animation: moveUp ease-in-out forwards;
    -moz-animation: moveUp ease-in-out forwards;
    animation: moveUp ease-in-out forwards;
}

/* Universal durations */
.effect-duration-1{
    -webkit-animation-duration: .4s;
    -moz-animation-duration:    .4s;
    animation-duration:         .4s;
}
.effect-duration-2{
    -webkit-animation-duration: .5s;
    -moz-animation-duration:    .5s;

    animation-duration:         .5s;
}
.effect-duration-3{
    -webkit-animation-duration: .6s;
    -moz-animation-duration:    .6s;
    animation-duration:         .6s;
}
.effect-duration-4{
    -webkit-animation-duration: .7s;
    -moz-animation-duration:    .7s;
    animation-duration:         .7s;
}
.effect-duration-5{
    -webkit-animation-duration: .8s;
    -moz-animation-duration:    .8s;
    animation-duration:         .8s;
}
.effect-duration-6{
    -webkit-animation-duration: .9s;
    -moz-animation-duration:    .9s;
    animation-duration:         .9s;
}
.effect-duration-7{
    -webkit-animation-duration: .95s;
    -moz-animation-duration:    .95s;
    animation-duration:         .95s;
}
.effect-duration-8{
    -webkit-animation-duration: 1s;
    -moz-animation-duration:    1s;
    animation-duration:         1s;
}
.effect-duration-9{
    -webkit-animation-duration: 1.05s;
    -moz-animation-duration:    1.05s;
    animation-duration:         1.05s;
}
.effect-duration-10{
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration:    1.1s;
    animation-duration:         1.1s;
}




/* WIDGET AREA */
.widget-area .widget { 
    margin: 0 0 4em 0;
    }
.widget-area .widget:empty {
    margin: 0 !important;
	}
.sidebar.widget-area .widget:last-child {
	margin-bottom: 0;
    }
	
/* SIDEBAR WIDGETS ALIGN CENTER */
.is-sidebar-align-center .sidebar .widget,
.is-sidebar-align-center .sidebar input { 
    text-align: center;
    } 

/* FOOTER WIDGETS ALIGN CENTER */
.is-footer-widgets-align-center .footer-widgets .widget { 
    text-align: center;
    }
	

/* WIDGET TITLE ALIGN CENTER */
.is-widget-title-align-center .site-main .widget-title { 
    text-align: center;
    }

/* BLOG SINGLE WIDGET TITTLES */
.single .site-content .widget-title span {
	display: inline-block;
	}
	
.widget-area a:not(.button) { 
	color: inherit;
    }
.sidebar.widget-area a:not(.button):hover { 
    color:#000; 
    }
.widget-title { 
    margin-bottom: 20px; font-size: 11px; letter-spacing: 2px; line-height: 1.3; font-weight: 400; text-transform: uppercase;
	}
.widget-title span {
	display: inline-block;
	}
.sidebar .widget-title { 
    display: block; margin-bottom: 30px; position: relative;
		}
.sidebar .widget-title,
.sidebar .widget-title a { 
    	color: inherit;
		}
		

/* RIBBON STYLE */
.is-widget-ribbon .site-main .widget-title span { 
	display: inline-block; position: relative; line-height: 1.3; padding: 6px 20px; color: #fff; background: #333;
		}
		.is-widget-ribbon .site-main .widget-title span:before {
			content: ""; position: absolute; display: block; bottom: 0; border: 13px solid #333; left: -1.2em; border-right-width: 14px; border-left-color: transparent !important;
			}
		.is-widget-ribbon .site-main .widget-title span:after {
			content: ""; position: absolute; display: block; bottom: 0; border: 13px solid #333; right: -1.2em; border-left-width: 14px; border-right-color: transparent !important;
			}			

/* BORDER STYLE */
.is-widget-border .site-main .widget-title span {
	display: block; padding: 16px 20px; border: 2px solid #333;
	}

/* BORDER ARROW STYLE */
.is-widget-border-arrow .site-main .widget-title span {
	position: relative; display: block; padding: 16px 20px; border: 2px solid #333;
	}
.is-widget-border-arrow .site-main .widget-title span:after, 
.is-widget-border-arrow .site-main .widget-title span:before {
	top: 100%; left: 30px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	}
.is-widget-border-arrow .site-main .widget-title span:after {
	border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 6px; margin-left: -6px;
	}
.is-widget-border-arrow .site-main .widget-title span:before {
	border-color: rgba(51, 51, 51, 0); border-top-color: #333; border-width: 9px; margin-left: -9px;
	}
.is-widget-border-arrow.is-widget-title-align-center .site-main .widget-title span:after, 
.is-widget-border-arrow.is-widget-title-align-center .site-main .widget-title span:before {
	left: 50%;
	}			

/* SOLID STYLE */
.is-widget-solid .site-main .widget-title span {
	display: block;	padding: 16px 20px; background: #333; color: #fff;
	}		

/* SOLID ARROW STYLE */
.is-widget-solid-arrow .site-main .widget-title span {
	position: relative; display: block; padding: 16px 20px; background: #333; color: #fff;
	}	
.is-widget-solid-arrow .site-main .widget-title span:after {
	top: 100%; left: 30px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(51, 51, 51, 0); border-top-color: #333;	border-width: 6px; margin-left: -6px; z-index: 1;
	}	
.is-widget-solid-arrow.is-widget-title-align-center .site-main .widget-title span:after {
	left: 50%;
	}

/* UNDERLINE STYLE */
.is-widget-underline .site-main .widget-title span {
	box-shadow: inset 0 -7px 0 #FFFC7F;
	}		

/* BOTTOMLINE STYLE */
.is-widget-bottomline .site-main .widget-title span {
	display: block !important;
	}		
.is-widget-bottomline .site-main .widget-title:after {
	content: ""; display: inline-block; width: 32px; margin-top: 20px; border-bottom: 4px solid;
	}		

/* FIRST LETTER BORDER STYLE */
.is-widget-first-letter-border .site-main .widget-title span:first-letter {
	padding: 8px 11px; font-size: 14px; font-weight: bold; margin-right: 7px; letter-spacing: 0; border: 3px solid;
	}

/* FIRST LETTER SOLID STYLE */
.is-widget-first-letter-solid .site-main .widget-title span:first-letter {
	padding: 10px 13px; font-size: 14px; font-weight: bold; margin-right: 7px; letter-spacing: 0; background: #333; color: #fff;
	}

/* LINE CUT STYLE */
.is-widget-line-cut .site-main .widget-title span:before,
.is-widget-line-cut .site-main .widget-title span:after {
	content: ''; display: inline-block; width: 44px; margin: 0 -2px; border-bottom: 2px solid;
	}

/* LINE CUT CENTER STYLE */
.is-widget-line-cut-center .site-main .widget-title span:before,
.is-widget-line-cut-center .site-main .widget-title span:after {
	content: ''; display: inline-block; width: 24px; margin: 3px 11px 3px 0; border-bottom: 2px solid;
	}
.is-widget-line-cut-center .site-main .widget-title span:after {
	margin: 3px 0 3px 11px;
	}








/* SPLASH STYLE */
.is-widget-splash .site-main .widget-title span {
	padding: 0 16px;
	}
.is-widget-splash .site-main .widget-title:after {
	display: block; position: relative; z-index: -1; margin-top: 18px; line-height: 0; font-size: 80px; font-weight: 400; font-family: "fontello"; content: '\e8c2'; 
	}
	
/* SPLASH 2 STYLE */
.is-widget-splash2 .site-main .widget-title span {
	padding: 0 16px;
	}
.is-widget-splash2 .site-main .widget-title:after {
	display: block; position: relative; z-index: -1; margin-top: 28px; text-indent: -20px; line-height: 0; font-size: 220px; font-weight: 400; font-family: "fontello"; content: '\e8c3'; 
	}

/* COFFEE DROP STYLE */
.is-widget-coffee-drop .site-main .widget-title span {
	padding: 4px; background: #fff;
	}
.is-widget-coffee-drop .site-main .widget-title:after {
	display: block; position: relative; z-index: -1; margin-top: 15px; line-height: 0; font-size: 180px; font-weight: 400; font-family: "fontello"; content: '\e8bb';
	}

/* CURVED LINES STYLE */
.is-widget-curved-lines .site-main .widget-title:after {
	display: block; position: relative; z-index: -1; margin-top: 12px; line-height: 0; font-size: 104px; font-weight: 400; font-family: "fontello"; content: '\e8be';
	}

/* MUSTACHE STYLE */
.is-widget-mustache .site-main .widget-title:after {
	display: block; position: relative; z-index: -1; margin-top: 24px; line-height: 0; font-size: 44px; font-weight: 400; font-family: "fontello"; content: '\e8bc';
	}


/* WIDGET TITLE BG/BORDER COLOR */
/*.is-widget-ribbon .site-main .widget-title span,
.is-widget-solid .site-main .widget-title span,
.is-widget-solid-arrow .site-main .widget-title span,
.is-widget-first-letter-solid .site-main .widget-title span:first-letter { 
	background: #333;
	}
.is-widget-ribbon .site-main .widget-title span:before,
.is-widget-ribbon .site-main .widget-title span:after,
.is-widget-border .site-main .widget-title span,
.is-widget-border-arrow .site-main .widget-title span,
.is-widget-bottomline .widget-title:after,
.is-widget-first-letter-border .site-main .widget-title span:first-letter,
.is-widget-line-cut .site-main .widget-title span:before,
.is-widget-line-cut .site-main .widget-title span:after,
.is-widget-line-cut-center .site-main .widget-title span:before,
.is-widget-line-cut-center .site-main .widget-title span:after { 
	border-color: #333;
	}
.is-widget-border-arrow .site-main .widget-title span:before,
.is-widget-solid-arrow .site-main .widget-title span:after {
	border-top-color: #333;
	}
.is-widget-underline .site-main .widget-title span {
	box-shadow: inset 0 -6px 0 #333;
	}	
.site-main .widget-title:after {
	color: #bdf3ce;
	}*/
	


/* TRENDING POSTS STYLE */
.is-trending-posts-rounded .tptn_posts_widget img {
	border-radius: 50%;
	}
	

/* .widget-area ul li { 
    font-size: 12px; 
    } */
.widget-area ul ul ul li {
    font-size: inherit;
	}
.widget-area a:active { 
    color: #aaa;
    }
.widget label input[type=checkbox],
.widget label input[type=radio] {
	font-size: 13px !important;	max-width: 240px !important; padding: .9em 1em !important;
	}
.widget form p { 
	margin-top: 0; 
	}
.widget-area iframe {
 	width: 100% !important;
	}
.adsbygoogle iframe {
    max-height: none;
	}
/* Buttons in widgets */
.widget input[type=submit], 
.widget input[type=button], 
.widget button, 
.widget a.button {
	font-size: 11px;
	}

/* SOCIAL LINKS IN SIDEBAR AND FOOTER */
.widget_theblogger_widget_social_media_icon,
.widget_pixelwars_core_widget_social_media_icon {
    display: inline-block; margin-right: 2px !important;
	}

/* DEFAULT WIDGETS */
.widget-area ul { 
    margin: 0 0 1em 0; padding-left: 0; list-style: none;
    }
.widget-area ul li { 
    position:relative; margin-bottom:.4em; line-height:1.5; 
    }
.widget-area ul ul {
    margin: 0.6em 0 0;
	}

/* Search Widget */
.widget_search .search-form,
.wp-block-search__inside-wrapper,
.learn-press-search-course-form {
	position: relative;
	}
.widget_search .search-form .search-field,
.wp-block-search__input,
html form[name="search-course"] .search-course-input {
	max-width: none; padding: 16px 40px 16px 24px; border-color: rgba(0, 0, 0, 0.1); border-width: 1px; border-radius: 32px;
	}
.widget_search .search-form .search-field::placeholder,
.wp-block-search__input::placeholder,
form[name="search-course"] .search-course-input::placeholder {
  	color: rgba(0, 0, 0, 0.6);
	}
.widget_search input.search-submit,
.wp-block-search__button,
form[name="search-course"] .search-course-button {
    position: absolute; top: 0; right: 0; margin: 0; width: 1em; height: 100%; opacity: 0;
	}
.widget_search .search-form label:after,
.wp-block-search__inside-wrapper:after,
form[name="search-course"]:after {
	position: absolute; top: 7px; right: 0; padding-right: 14px; content: ''; font-family: fontello; font-size: 20px; content: "\e802"; z-index: -1;
	}
.wp-block-search__inside-wrapper {
    margin-bottom: 1.6em;
	}
.wp-block-search .wp-block-search__input {
	max-width: 100%;
	}
.wp-block-search .wp-block-search__input {
	padding: 16px; border-color: #00000026;
	}

/* ANIMATED SEARCH WIDGET */
.pw-search {
	display: table;
  	}
.pw-search input {
	background: none; border: none; outline: none; padding: 0 28px 0 0; width: 0px; min-width: 0; z-index: 1; position: relative; line-height: 18px; margin: 5px 0; font-size: 14px; -webkit-appearance: none; transition: all .6s ease; cursor: pointer; color: inherit;
  	}
.pw-search input + div {
	position: relative; height: 28px; width: 100%; margin: -28px 0 0 0;
 	}
.pw-search input + div svg {
	display: block; position: absolute; height: 28px; width: 160px; right: 0; top: 0; fill: none; stroke: currentColor; stroke-width: 1.5px; stroke-dashoffset: 271.908; stroke-dasharray: 59 212.908; transition: all .6s ease;
	}
.pw-search input:focus {
	width: 160px; padding: 0 4px; cursor: text;
	}
.pw-search input:focus + div svg {
	stroke-dasharray: 150 212.908; stroke-dashoffset: 300;
	}
.pw-search ::-webkit-input-placeholder { opacity: 0.2; }
.pw-search ::-moz-placeholder { opacity: 0.2;  }
.pw-search ::-ms-placeholder { opacity: 0.2;  }

/* recent entries widget */
.widget_recent_entries ul,
.widget_pages ul { 
    margin-left: 0; list-style: none;
    }
/* .widget_recent_entries ul li a,
.widget_pages ul li a,
.widget_most_recommended_posts ul li a { 
    margin: 0; display: inline-block; padding: .8em 0 .6em 0; font-size: 18px; letter-spacing: .03em; border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    } */

/* categories widget */
.widget_categories ul,
.widget_nav_menu,
.widget_product_categories ul { 
    list-style: none; margin-left: 0; 
    }
.widget_product_categories ul ul {
	margin-top: .3em;
	}
.widget_categories ul ul,
.widget_nav_menu ul ul {
    margin-bottom: .6em;
	}
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_product_categories ul li,
.widget_meta ul li,
.widget_rss ul a.rsswidget {
    margin: 0px; font-size: 15px; font-weight: 500; display: block; margin-bottom: .6em;
    }
.widget_categories ul ul li,
.widget_archive ul ul li,
.widget_nav_menu ul ul li,
.widget_pages ul ul li,
.widget_product_categories ul ul li {
    font-size: 15px; margin-left: 5%;
    }
.widget_categories ul ul ul li,
.widget_nav_menu ul ul ul li,
.widget_archive ul ul ul li,
.widget_pages ul ul ul li,
.widget_product_categories ul ul ul li {
    font-size: 15px; margin-left: 4%;
    }


/* woocommerce widgets */
.woocommerce ul.cart_list, 
.woocommerce ul.product_list_widget {
    text-align: left;
	}
.sidebar ul.product_list_widget li .star-rating {
	width: 5.4em; margin: 10px 0;
	}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	width: 62px;
	}
.widget_product_search input[type='submit'] {
    margin-top: 18px;
	}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    padding: 0 0 8px 0; margin-bottom: 14px; border-bottom: 1px solid #eee;
	}
.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child {
	border-bottom: 0;
	}
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
    border: 0; background: #fafafa; padding: 12px;
	}

/* recent comments widget */
.widget_recent_comments ul li > a {
	display: block;
	}
.widget_recent_comments ul li a {
    font-size: 13px; font-weight: 500; text-decoration: underline;
    }
.widget_recent_comments ul li a:not(.url) {
    text-transform: uppercase;
    }


/* about me widget */
.widget_theblogger_widget_about_me img,
.widget_pixelwars_core_widget_about_me img { 
	display: block; margin: 0 0 1.2em;
    }
.widget_theblogger_widget_about_me .is-about-me-widget-round img,
.widget_pixelwars_core_widget_about_me .is-about-me-widget-round img { 
	border-radius: 50%; max-width: 160px;
    }
.is-sidebar-align-center .sidebar .widget_theblogger_widget_about_me img,
.is-sidebar-align-center .sidebar .widget_pixelwars_core_widget_about_me img { 
	margin-left: auto; margin-right: auto;
    }
.widget_theblogger_widget_about_me .social-link,
.widget_pixelwars_core_widget_about_me .social-link {
	width: 17px; line-height: 25px; color: #666; border: 0;
	}
.widget_theblogger_widget_about_me .social-link:hover,
.widget_pixelwars_core_widget_about_me .social-link:hover {
	background: none; color: inherit;
	}
.widget_theblogger_widget_about_me a,
.widget_pixelwars_core_widget_about_me a {
	border-bottom: 2px solid rgb(0 0 0 / 9%);
	}
.widget_theblogger_widget_about_me a:hover,
.widget_pixelwars_core_widget_about_me a:hover {
	border-color: #555;
	}

/* rss widget */
.widget_rss .rss-date, 
.widget_rss cite:before { 
    opacity: .5;
    }
.widget_rss .rss-date {
	display: block; font-size: .925em; 
    }
.widget_rss ul { 
	list-style: none; margin: 0;
    }
.widget_rss ul li { 
    padding-bottom: 1.4em; line-height: 1.8;
    }
.widget_rss ul li a.rsswidget { 
	display: inline;
    }
.widget_rss .widget-title img { 
    margin-right:.1em; 
    }
.widget_rss cite { 
    display:block; margin-top:.6em;
    }
.widget_rss cite:before { 
    content:"by "; 
    }
.widget_rss .rssSummary { 
    padding-top: 1em; 
    }
.rss-widget-icon {
    display: none;
	}

/* tag cloud widget */
.tagcloud {
	text-align: left;
	}
.sidebar .tagcloud {
	text-align: inherit;
	}
.tagcloud a,
.tagged_as a { 
    color: inherit; opacity: .7; font-size: 13px !important; margin: 0 8px 8px 0; display: inline-block; line-height: 1;
    }
.tagcloud a:before,
.tagged_as a:before {
	content: '#';
    }
.tagcloud a:hover,
.tagged_as a:hover { 
	opacity: 1;
    }

/* SOLID */
.is-tagcloud-solid .tagcloud a { 
    margin: 0 2px 8px 0; padding: .6em .9em; color: inherit; background-color: rgba(99, 92, 83, 0.1);
    }
.is-tagcloud-solid .tagcloud a:hover { 
    color: #111; background-color: rgba(99, 92, 83, 0.15);
    }
.is-tagcloud-solid .tagcloud a:before {
	content: '';
    }

/* calendar widget */
.wp-calendar-table { 
    width: 100%; margin-bottom: 0; font-size: 14px; table-layout: fixed;
    }
.wp-calendar-table caption { 
    margin-bottom: 6px;
    }
.widget_calendar .wp-calendar-table thead { 
    display: none;
    }
.wp-calendar-table table caption { 
    padding-bottom: 8px; font-size: 16px;
    }
.wp-calendar-table table tr td, 
.wp-calendar-table table tr th { 
    padding: .75em 0;
    }
.wp-calendar-table tr td { 
    text-align: center;
    }
.wp-calendar-table tbody a { 
    font-weight: bold; 
    }
.wp-calendar-table tfoot { 
    font-size: 13px; 
    }
.wp-calendar-table tfoot a { 
	color: #555; 
    }

/* CUSTOM WIDGETS */

/* SOCIAL FEED */
.social-feed ul {
    margin-left: 0; list-style: none; 
    }
.social-feed ul li,
.flickr_badge_image { 
    display:inline-block; padding: 0 4px 4px 0; font-size: 0;
    }
.social-feed ul li img,
.flickr_badge_image img { 
    max-height: 100%; 
    }

/* WP Instagram Widget */
.sidebar .instagram-pics {
	margin: -8px; overflow: auto;
	}
.sidebar .instagram-pics li {
	display: block; width: 50%; float: left; margin: 0; padding: 8px;
	}
.sidebar .instagram-pics + p a {
	padding: 10px 16px;
	}

/* TOP10 Popular Posts Widget */
.tptn_posts_widget ul {
	list-style: none; margin: 0;
	}
.tptn_posts_widget ul li {
	display: block; clear: left; overflow: hidden; margin-bottom: 1em; display: flex; align-items: center; justify-content: start;
	}
.tptn_title {
	display: block; font-size: 16px; font-weight: 500;
	}
.tptn_posts_widget img {
	float: left; max-width: 144px;
	}
.tptn_after_thumb {
	padding-left: 16px;
	}
.tptn_posts_widget .tptn_link {
	display: block;
	}
.tptn_posts_widget .tptn_after_thumb > span,
.widget_recent_entries .post-date {
	font-size: 11px; opacity: .6; text-transform: uppercase; letter-spacing: .07em;
	}
.widget_recent_entries .post-date {
	display: block; margin-top: 2px;
	}
.tptn_counter {
    font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; opacity: .4;
	}
.woocommerce + .tptn_counter {
    margin-top: 2rem; clear: left;
	}
/* TOP10 in footer */
.site-footer .tptn_title {
	font-size: 15px; font-weight: 500; display: block; margin-top: 6px;
	}

/* NEWSLETTER FORM IN SIDEBAR */
.widget_mc4wp_form_widget {
	padding: 4px;
    background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px);
	}
.sidebar .mc4wp-form,
.footer-widgets .mc4wp-form,
.site-header .mc4wp-form {
	padding: 26px; background: #faf8ef;
	}
.sidebar .mc4wp-form p:last-of-type {
	margin-bottom: 0;
	}
.mc4wp-form label.error {
	top: 36px; bottom: auto;
	}




/* COOKED RECIPE PLUGIN STYLES */
/* recipe gallery */
.cooked-recipe-gallery .fotorama__caption__wrap {
	background: #ffffff; color: #222; padding: 12px 16px; line-height: 1; border-radius: 7px 7px 0 0; box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
	}
.fotorama__caption {
	font-family: inherit; text-align: center; font-size: 13px; letter-spacing: .03em;
	}
.fotorama__dot {
	width: 8px; border: 1px solid #dfdfdf; height: 8px; border-radius: 50%;
	}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
	border-color: #333; border-width: 5px;
	}
.fotorama__nav-wrap {
	padding-top: 6px;
	}

/* ingredients */
.entry-content .cooked-recipe-ingredients {
	padding: 12px 24px; border: 1px solid #f2ece3;
	}

/* directions */
.cooked-recipe-directions .cooked-direction {
    margin-bottom: 14px;
	}
.cooked-single-direction + .cooked-single-direction.cooked-heading {
    margin-top: 30px;
	}
.cooked-recipe-directions .cooked-direction-number {
	font-size: 30px; font-weight: 700; background: #a8a8a8; opacity: 1; color: #fff; line-height: 1; height: 26px; min-width: 24px; text-align: center; margin-left: -8px; margin-top: 6px;
	}
.cooked-recipe-info strong {
	font-size: 11px; letter-spacing: 2px;
	}
.cooked-category a {
	text-transform: uppercase; font-size: 10px; letter-spacing: 1px; font-weight: 700; color: inherit; background: #feeebe; padding: 4px 12px; border-radius: 14px; display: inline-block;
	}
.cooked-recipe-info strong {
	margin-bottom: 2px;
	}
.cooked-recipe-info span.cooked-time-icon {
	opacity: .3;
	}
.cooked-recipe-info span.cooked-servings-icon {
	opacity: .4;
	}
.cooked-servings a, .cooked-author a {
	text-transform: uppercase; font-size: 11px; letter-spacing: 1px;	
	}
/* nutrition */	
.cooked-nutrition-label .cooked-nutrition-title {
	font-weight: 700;
	}
.cooked-nutrition-label dt {
	display: block;
	}
body .cooked-nutrition-label strong.cooked-nut-heading {
	font-size: 11px; text-transform: uppercase; opacity: .6; letter-spacing: 1px;
	}
body .cooked-nutrition-label strong.cooked-nut-heading,
body .cooked-nutrition-label strong {
	font-weight: 700;
	}
.cooked-nutrition-label {
	border-radius: 0; border-width: 4px;
	}
.widget .cooked-nutrition-label {
	border-width: 2px;padding: 30px; font-size: 12px;
	}
.widget .cooked-nutrition-label .cooked-nutrition-title {
	font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.4rem;
	}
body .cooked-nutrition-label p.cooked-daily-value-text {
	font-size: 12px; opacity: .6;
	}
body .cooked-nutrition-label dt.cooked-nut-spacer {
	background: #f2ece3; height: 3px;
	}
body .cooked-nutrition-label dt,
body .cooked-nutrition-label dl.cooked-nut-bottom dt,
body .cooked-nutrition-label .cooked-nut-hr,
.cooked-nutrition-label {
	border-color: #f2ece3;
	}
body .cooked-nutrition-label .cooked-nut-hr {
	border-top-width: 8px;
	}
body .cooked-nutrition-label p > strong.cooked-nut-label {
    font-weight: 700;
	}
/* fullscreen mode */
.cooked-fsm .cooked-fsm-top {
	text-transform: uppercase; font-size: 16px; font-weight: 700;
	}
.cooked-fsm .cooked-fsm-directions p {
	font-size: 1.1rem; max-width: 700px;
	}
/* single recipe : print and fs icons */
.cooked-recipe-info span.cooked-print .cooked-icon,
.cooked-recipe-info span.cooked-fsm-button .cooked-icon {
    font-size: 20px !important;
 }
.cooked-recipe-info>section.cooked-right>span {
    margin-left: 20px;
	}
	
	
/* WP RECIPE MAKER PLUGINS STYLES */
.wprm-recipe-instruction-image {
	margin: 18px 0; 
	}
.wprm-recipe-container .wprm-recipe-tastefully-simple, 
.wprm-print .wprm-recipe-tastefully-simple {
	font-family: inherit; font-size: 1rem;
	}	






/* BLOG SINGLE */
.single .entry-content {
	clear: both; margin-bottom: 1em;
	}
.single .entry-content p:last-child {
	margin-bottom: 0;
	}
.single .entry-meta.below-content {
	margin: 3em 0;
	}
	
/* POST TAGS */
.post-tags { 
	margin: 2em 0; 
	}	
	
/* NAV SINGLE */	
.nav-single {
	margin: 2em 0; overflow: hidden;
	}
	.nav-single:last-child {
		margin-bottom: 0;
		}
	.nav-single > div {
		position: relative; padding: 2em 0; text-align: left;
		}
	.nav-overlay-link {
		position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; text-indent: -200%; font-size: 0; overflow: hidden; z-index: 4;
		}
	.nav-single .nav-image-link {
		display: block; width: 110px; float: left;
		}
	.nav-single .nav-next .nav-image-link {
		float: right;
		}
	.nav-single .nav-image-link img {
		width: 110px; height: 110px; object-fit: cover;
		}
	.nav-single .nav-desc {
		margin-top: 1em; position: relative; z-index: 2;
		}
	.nav-previous .nav-image-link + .nav-desc {
		margin-left: 140px;
		}
	.nav-next .nav-image-link + .nav-desc {
		margin-right: 140px;
		}
	.nav-single h4 {
		display: block;	margin-bottom: 4px;	font-weight: bold; letter-spacing: 3px; font-size: 12px; opacity: .36; text-transform: uppercase;
		}
	.nav-single .nav-desc a {
        display:inline-block; max-width: 260px; width: 100%; font-size: 18px; font-weight: bold; line-height: 1.5; color: inherit; margin-bottom: 1em; word-break: break-word;
		}
	.nav-single .meta-nav {
 		margin-right: .6em; font-weight: 400;
		}
	.nav-single .nav-next .meta-nav {
 		margin-left: .6em; margin-right: 0;
		}
	.nav-single .nav-next {
 		text-align: right;
		}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.content-area.with-sidebar .nav-single > div {
		width: 100%; float: none;
		}
} 

/* ROUNDED */
.is-nav-single-rounded .nav-single .nav-image-link img {
	border-radius: 50%;
	}
/* ANIMATED */
.is-nav-single-animated .nav-single .nav-image-link img {
	-webkit-transform: scale(1.8) translateX(-10px); transform: scale(1.8) translateX(-10px);
	}
.is-nav-single-animated .nav-single > div.nav-next img {
	-webkit-transform: scale(1.8) translateX(10px); transform: scale(1.8) translateX(10px);
	}
.is-nav-single-animated .nav-single > div:hover img {
	-webkit-transform: scale(1) translateX(0px); transform: scale(1) translateX(0px);
	}
.is-nav-single-animated .nav-previous .nav-image-link + .nav-desc {
	margin-left: 160px;
	}
.is-nav-single-animated .nav-next .nav-image-link + .nav-desc {
	margin-right: 160px;
	}
	

/* ABOUT THE AUTHOR */
.about-author {
 	margin: 2em 0;
	}
.author-bio {
 	text-align: left; padding: 1em 0; position: relative; overflow: auto;
	}
/* About the author center */
.is-about-author-center .about-author .author-bio {
	text-align: center; overflow: hidden;
	}
.is-about-author-center .about-author .author-img {
	float: none; margin: 0 auto 24px auto; 
	}
.is-about-author-center .about-author .author-info {
	margin-left: 0;
	}
	
/* BOXED */
.is-about-author-boxed .author-bio,
.is-about-author-boxed-dark .author-bio,
.is-about-author-border .author-bio,
.is-about-author-border-arrow .author-bio {
 	padding: 1.4em 1.4em .6em;
	}
.is-about-author-boxed .author-bio {
 	background: #fff;
	}
/* BOXED DARK */
.is-about-author-boxed-dark .author-bio {
 	color: #fff; background: #212121;
	}
.is-about-author-boxed-dark .author-bio h4 {
	color: inherit;
	}
.is-about-author-boxed-dark .author-info p,
.is-about-author-boxed-dark .about-author .social-link {
 	color: rgba(255, 255, 255, 0.5);
	}
.is-about-author-boxed-dark .about-author .social-link:hover {
	color: #fff; background: #222;
	}
.is-about-author-boxed-dark .about-author .author-info:before {
	color: rgba(255, 255, 255, 0.08);
	}
/* BORDER */
.is-about-author-border .author-bio,
.is-about-author-border-arrow .author-bio {
	position: relative;	border: 3px solid;
	}
/* BORDER ARROW */
.is-about-author-border-arrow .author-bio:before,
.is-about-author-border-arrow .author-bio:after {
	bottom: 100%; left: 40px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	}
.is-about-author-border-arrow .author-bio:before {
	border-color: rgba(51, 51, 51, 0); border-bottom-color: #333333; border-width: 10px; margin-left: -10px;
	}
.is-about-author-border-arrow .author-bio:after {
	border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 6px; margin-left: -6px;
	}
.is-widget-title-align-center.is-about-author-border-arrow .author-bio:before,
.is-widget-title-align-center.is-about-author-border-arrow .author-bio:after {
	left: 50%;
	}

	
.author-info:before {
    font-family: "fontello"; content: '\e862'; font-size: 84px; position:  absolute; top: -30px; right: 0; opacity: .05; z-index: -1;
    }
.author-bio h4 {
	font-size: 16px; margin-bottom: .6em;
	}
.author-img {
 	width: 54px; float: left;
	}
	.author-img img {
		display: block; border-radius: 50%;
		}
.author-info {
	margin-left: 72px; position: relative; z-index: 3;
	}
.author-info p {
 	font-size: 0.9rem; line-height: 1.7; margin: 0 0 1em 0;
	}
.author-info *:first-child {
 	margin-top: 0
	}
.author-info *:last-child {
 	margin-bottom: 0
	}
	.about-author .social-link {
		border: 0; width: 30px; line-height: 30px; margin-right: -8px; background: transparent;
		}

/* SHARE LINKS */
.share-links {
	margin: 3em 0; font-size: 14px;
	}
.share-links h3 {
	font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
	}
.share-links h3:before {
    content: "— ";
	}
.share-links a {
	display: inline-block; padding: 5px 8px; color: inherit;
	}

/* CENTER */
.is-share-links-center .share-links {
	text-align: center;
	}

/* BOXED */
.is-share-links-boxed .single .share-links a,
.is-share-links-boxed-color .single .share-links a {
	padding: 8px 12px;
	}
.is-share-links-boxed .single .share-links a:not(:hover) {
	background: #fff; color: inherit;
	}
/* BOXED COLOR */
.is-share-links-boxed-color .share-links a:hover {
	transform: scale(1.2);
	}

/* BORDER */
.is-share-links-border .single .share-links a {
	padding: 8px 12px; border: 2px solid;
	}
.is-share-links-border .single .share-links a:not(:hover) {
	background: none;
	}
.is-share-links-border .single .share-links a:hover {
	border-color: transparent;
	}

.share-links a:hover,
.is-share-links-boxed-color .share-links a {
	color: #fff;
	}
.share-mail:hover,
.is-share-links-boxed-color .share-links .share-mail {
	background: #333;
	}
.share-facebook:hover,
.is-share-links-boxed-color .share-links .share-facebook {
	background: #3b5998;
	}
.share-twitter:hover,
.is-share-links-boxed-color .share-links .share-twitter {
	background: #55acee;
	}
.share-pinterest:hover,
.is-share-links-boxed-color .share-links .share-pinterest {
	background: #bd081c;
	}
.share-gplus:hover,
.is-share-links-boxed-color .share-links .share-gplus {
	background: #dc4e41;
	}
	
/* RELATED POSTS */
.related-posts {
    margin: 2em 0; clear: both;
    }
.blocks {
	margin: 0 -3px; overflow: hidden;
	}
.related-post {
	overflow: hidden; padding-bottom: 1em;
	}
	.related-posts .post-wrap {
		padding-top: 0; min-height: 220px;
		}
	.related-posts .post-wrap:before {
		opacity: .5;
		}
	.related-posts .post-thumbnail:hover .post-wrap:before {
		opacity: .6;
		}
	.related-posts .post-thumbnail .entry-meta {
		display: none;
		}
	.related-post h4 {
		margin-top: .6em; font-size: 13px; text-transform: uppercase;
		}
	.related-post h4 a {
		color: inherit;
		}
	.related-post-image {
		width: 25%; float: left; margin-right: 1em;	
		}
	.related-posts .post-thumbnail .entry-title,
	.related-posts .post-classic .entry-title { 
		font-size: 20px;
		}
	.related-posts .post-classic .featured-image {
		margin-bottom: 8px;
		}
	.related-posts .post-classic .entry-header {
		max-width: 250px; margin-left: auto; margin-right: auto; margin-bottom: 0;
		}
	.related-posts .post-thumbnail .more-link {
		margin-top: 16px;
		}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.content-area.with-sidebar .related-posts .block{
		width: 100%;
		}
	.content-area.with-sidebar .related-posts .post-wrap {
		padding-top: 0;
		}
} 

/* COMMENTS */
.comments-area {
 	margin-top: 2em; max-width: 1000px; margin-left: auto; margin-right: auto;
	}
.comments-area ol.commentlist {
 	list-style: none; margin: 0; padding: 0; text-align: left;
	}
	.comments-area ol.children {
		list-style: none; padding: 0; text-align: left;
		}
	.comments-area .comment-content > ol {
		margin-left: 0;
		}
	.comments-area ol ol,
	.comments-area ol #respond {
 		margin-left: 6%
		}
	.comments-area ol ol ol,
	.comments-area ol ol #respond  {
    	margin-left: 3%;
		}
    .commentlist {
 		padding: 0;
		}
.comments-area article {
    position: relative; padding: 1em 0; margin-bottom: 6px;
    }
/* DISQUS COMMENTS */
#disqus_thread {
	margin: 3em 0;
	}
/* JETPACK COMMENT SUBSCRIPTION */
.comment-subscription-form + .comment-subscription-form {
    margin-top: 0;
	}
	   
/* BOXED */
.is-comments-boxed .comments-area article {
	padding: 1em 1.8em;
	}
.is-comments-boxed-solid .comments-area article {
	background: #fff;
	}     
/* BORDER */
.is-comments-border .comments-area article {
	border: 3px solid;
	}
	
.comment-meta > cite, 
.comment-meta > span {
    position: relative; z-index: 1;
	}
.comment-meta a,
.comment-reply-link {
	color: inherit;
	}
.comment-meta img {
    display: block; float: left; margin: 0 1.0em 0 0; max-width: 42px; 
	}
/* SOFT ROUNDED */
.is-comments-image-soft-rounded .comment-meta img {
	border-radius: 14px;
	}
/* ROUNDED */
.is-comments-image-rounded .comment-meta img {
	border-radius: 50%;
	}
	
.comment-meta .fn {
    display: block; font-size: 16px; font-weight: 700; font-style: normal; padding-top: 0.2em;
    }
.comment-meta .fn i {
	font-style: normal; font-weight: normal; font-size: 10px; text-transform: uppercase; letter-spacing: 1px;
    }
.comment-meta .comment-date {
    display: block; font-size: 12px; opacity: .6; text-transform: uppercase; letter-spacing: .02em;
    }
.comments-area .nav-single {
    margin: 0;
	}
	.comments-area .nav-single a {
    	color: inherit;
		}
.comment-content {
    padding-top: .1em; clear: left; position: relative;
	}
	.comment-content p {
 		margin: .8em 0 .2em 0; font-size: 11px; line-height: 1.6;
		}
.comment .reply {
	position: relative; text-align: right; font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
	}
.comment-reply-link {
	font-size: 12px; font-weight: 400;
	}
.comment-awaiting-moderation,
.logged-in-as {
	display: inline-block; padding: .6em 1.2em; font-size: 12px; background: #F6F7EA;
	}
.logged-in-as a {
    color: inherit; border-bottom: 1px solid rgb(0 0 0 / 14%); text-transform: uppercase; font-size: 10px; letter-spacing: .04em;
	}
p.logged-in-as a:hover {
    border-color: inherit;
	}
.comment-edit-link {
	display: inline-block; margin-left: 1em;
	}
/* comment by post author  */
.bypostauthor > article:before {
    font-family: "fontello"; content: '\e862'; font-size: 48px; position:  absolute; top: 0; right: 13px; opacity: .06;
    }
	
/* COMMENT FORM */
#respond {
	position: relative;	margin: 2em 0; text-align: left;
	}
#respond:only-child {
    margin: 0;
	}
.commentlist #respond {
	margin: 1em 0 2em;
	}
/* BOXED */
.is-comment-form-boxed #respond {
	padding: 2em;
    }
/* BOXED SOLID */
.is-comment-form-boxed-solid #respond {
	background: #fff;
    }
/* BORDER */
.is-comment-form-border #respond {
	border: 3px solid;
    }
/* BORDER ARROW */
.is-comment-form-border-arrow #respond {
	position: relative;	border: 3px solid;
	}
.is-comment-form-border-arrow #respond:before,
.is-comment-form-border-arrow #respond:after {
	bottom: 100%; left: 40px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	}
.is-comment-form-border-arrow #respond:before {
	border-color: rgba(51, 51, 51, 0); border-bottom-color: currentColor; border-width: 10px; margin-left: -10px;
	}
.is-comment-form-border-arrow #respond:after {
	border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 6px; margin-left: -6px;
	}
/*.is-widget-title-align-center.is-about-author-border-arrow .author-bio:before,
.is-widget-title-align-center.is-about-author-border-arrow .author-bio:after {
	left: 50%;
	}*/
	
    #reply-title {
        text-transform: uppercase; font-size: 14px; letter-spacing: 2px; margin: 0;
    	}
    #reply-title small a {
		display: inline-block; margin-left: 1em;
    	}
.form-allowed-tags,
.comment-notes {
 	display: none; font-size: .8em;
	}
	.form-allowed-tags code {
 		margin-top: 1em
		}
.form-submit {
 	padding-top: .5em; margin: 0;
	}
.comments-area .input-text, 
.comments-area textarea, 
.comments-area select {
	max-width: 100%; border-width: 1px;
	}
.comment-form .comment-form-cookies-consent {
	clear: both; padding-top: 18px;
	}
.comment-form .comment-form-cookies-consent label {
	display: inline-block;
	}

/* PINGBACKS */
.comments-area .pingback,
.comments-area .trackback {
    font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: .04em; margin-bottom: 6px;
	}
.comments-area .pingback p,
.comments-area .trackback p {
    margin-bottom: 12px;
	}
.comments-area .pingback a,
.comments-area .trackback a {
    text-transform: none; letter-spacing: 0; color: inherit; font-weight: 400; font-size: 14px; opacity: .86; border-bottom: 1px solid #00000030; transition: all .5s;
	}
.comments-area .pingback a:hover,
.comments-area .trackback a:hover  {
    opacity: 1; border-bottom-color: currentColor;
	}
.comments-area .pingback .edit-link,
.comments-area .trackback .edit-link {
	margin-left: 10px;
	}
.comments-area .pingback .comment-edit-link,
.comments-area .trackback .comment-edit-link {
    display: inline; text-transform: uppercase; font-size: 11px; font-weight: 400; margin-left: 5px;
	}



/*  --------------------------------------------

	7. SHOP @shop - woocommerce shop styles...
	
    -------------------------------------------- */
	
/* SHOP */
.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
    display: block; float: none;
	}
.shop-filters {
	margin-bottom: 1.6em; overflow: hidden;
	}
.shop-filters .woocommerce-result-count {
	opacity: .6;
	}
.shop-filters select {
	padding-right: 36px; font-size: 11px; letter-spacing: .03em; text-transform: uppercase; border-width: 1px;
	}
.product .featured-image .cart-button {
	position: absolute; top: 50%; margin-top: -24px; left: 0; right: 0; z-index: 12; text-align: center; opacity: 0;
	}
.product .featured-image:hover .cart-button {
	opacity: 1;
	}
.product .featured-image a:before {
	background: #fff;
	}
.product .featured-image:hover a:before {
	opacity: .9;
	}
.woocommerce span.onsale {
    display: block; width: 60px; line-height: 60px; min-height: 0; padding: 0; text-align: center; background: #111; color: #fff; position: absolute; top: -28px; left: 28px; border-radius: 50%; font-size: 11px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; pointer-events: none; z-index: 99;
	}
mark.count {
    display: inline-block; width: 26px; line-height: 26px; font-size: 11px; font-weight: 400; vertical-align: top; margin-left: -9px; margin-top: -9px; background: #ffec88; border-radius: 50%; text-align: center;
	}
	


/* SHOP SINGLE */

/* Back To Shop Button */
.entry-header .button {
	letter-spacing: .06em; display: inline-block; margin-top: 6px; padding: 8px 16px !important; border: 0 !important;
	}
.entry-header .button:before {
	display: inline-block; padding-right: 6px; font-size: 14px;
	}
.entry-header .button.back:before {
	content: '\e860';
	}

/* Hide the title in the summary */
.woocommerce .entry-summary .entry-title {
	display: none;
	}

/* Right Side */
.woocommerce a.woocommerce-review-link {
    text-transform: uppercase; font-size: 10px; letter-spacing: 1px; display: inline-block; margin-left: 16px; opacity: .8;
	}
.woocommerce div.product p.price {
    margin: 20px 0;
	}
.woocommerce div.product p.price del {
    font-size: 18px; color: #9c5050;
	}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #0f0f0f;
	}
.woocommerce div.product .summary p.price {
    font-size: 2em;
	}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
    opacity: .8;
	}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ins,
.entry-meta .price {
	text-decoration: none; font-weight: 400;
	}
.woocommerce .summary .woocommerce-Price-currencySymbol {
    font-size: 18px; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	}
.woocommerce .summary {
	font-size: .9rem;
	}
.woocommerce .product_meta {
	margin-top: 40px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
	}
.woocommerce .product_meta > span {
	display: block; margin-bottom: 12px;
	}
.woocommerce .product_meta > span span,
.woocommerce .product_meta > span a {
	display: inline-block; margin-left: 5px;
	}
/* variations options */
.woocommerce div.product form.cart .variations td {
    padding-bottom: 1.2rem;
    }

/* Left Side */
.woocommerce-product-gallery figure {
    margin: 0;
	}
	
/* Tags */
.tagged_as {
	display: block; margin: 10px 0 0 0;
	}
.tagged_as a {
	font-size: 11px !important;
	}

/* Cart Form */
.woocommerce .summary .cart {
	margin-top: 30px;
	}
.shipping-calculator-button {
	color: inherit; font-size: 12px; text-transform: uppercase;
	}

/* Quantity */
.woocommerce .quantity .qty {
    width: 3.631em; text-align: center; padding: 1.06em .4em; border-width: 1px; margin-right: 24px;
	}

/* Thumbnails */
.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a {
    width: 31.33%; margin-right: 3%;
	}
.woocommerce .thumbnails.columns-3 a:nth-child(3n) {
	margin-right: 0 !important;
	}

/* Tabs */
.woocommerce-tabs.wc-tabs-wrapper {
    padding: 3em 0 0 0; clear: left;
	}
.woocommerce .wc-tab {
	font-size: .9rem;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	text-align: center; padding: 2px 20px;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none; border-radius: 0;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: rgb(0 0 0 / 13%);
	}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: -1px -4px 0; padding: 0; line-height: 1;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 21px; color: #777; background: #fff;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover {
    background: #fafafa;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: #222;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff; background: #222; display: inline-block;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	bottom: 50%; z-index: 0;
	}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 2.2em 0 0 0;
	}

/* Table */
.woocommerce table.shop_attributes {
    margin: 2.4em 0 3em 0; border-collapse: collapse; border-top: 1px solid rgb(0 0 0 / 13%); border-left: 1px solid rgb(0 0 0 / 13%); 
	}
.woocommerce table.shop_attributes td {
    font-style: normal; padding-left: 16px; color: #666;
	}
.woocommerce table.shop_attributes tr {
    border-left: 1px solid rgb(0 0 0 / 13%);
	}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th {
    border-bottom: 1px solid rgb(0 0 0 / 13%); border-right: 1px solid rgb(0 0 0 / 13%);
	}
.woocommerce table.shop_attributes th {
	font-size: 11px; letter-spacing: 1px; padding: 10px 10px 10px 16px;
	}
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th {
    background: rgb(0 0 0 / 9%);
	}

/* Variations */
.woocommerce div.product form.cart .variations label {
    font-weight: 700; text-align: left; padding: 12px 24px 13px; color: #333; background: rgb(0 0 0 / 9%);
	}
.woocommerce div.product form.cart .variations td {
    padding: 0;
	}
.woocommerce div.product form.cart .variations td.label {
	font-size: 13px;
	}
.woocommerce div.product form.cart .reset_variations {
    text-transform: uppercase; letter-spacing: 2px; font-size: 9px; float: right; padding: 0px 12px; background: #333; color: #fff;
	}
.woocommerce div.product form.cart .variations select {
    padding: 16px;
	}
.woocommerce-variation p {
    margin: 0;
	}
.woocommerce-variation {
    padding: 12px 20px; margin-bottom: 20px; border: 1px solid rgb(0 0 0 / 13%); font-size: 13px;
	}
.woocommerce-variation-price {
    font-size: 18px;
	}

/* Grouped Products */
.woocommerce-grouped-product-list a {
    text-transform: none; color: inherit; font-size: 18px; line-height: 1.4; letter-spacing: 0; padding-top: 10px; display: block;
	}
.woocommerce div.product form.cart table {
    padding-bottom: 22px; margin-bottom: 26px;
	}
table.woocommerce-grouped-product-list.group_table {
    border-bottom-color: #0000001f;
	}
.woocommerce div.product form.cart table div.quantity {
    text-align: left;
	}
.woocommerce-grouped-product-list-item__quantity .quantity .qty {
	margin-right: 0;
	}
.woocommerce-grouped-product-list-item__label label a {
    font-size: 15px; font-weight: 700;
	}
.woocommerce-grouped-product-list-item__price .amount {
    font-size: 16px;
	}
.woocommerce-grouped-product-list-item__price del {
    opacity: .6; margin-right: 6px;
	}

/* Reviews */
.woocommerce .panel h2.woocommerce-Reviews-title {
    text-transform: uppercase; font-size: 16px; letter-spacing: .06em;
	}
.woocommerce .panel h2.woocommerce-Reviews-title span {
    font-size: 200%; text-transform: none; letter-spacing: 0; color: #333; display: inline-block; margin-left: 8px;
	}
.woocommerce #reviews #comments ol.commentlist { 
	margin: 40px 0;
	}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    background: none; border: 0; border-radius: 50%;
	}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	position: relative; padding: 12px 16px; background: #fff; border-color: rgb(0 0 0 / 12%);
	}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child {
	margin-bottom: 0;
	}
.woocommerce #reviews #comments .meta strong {
    font-size: 13px; color: #222;
	}
.woocommerce #reviews #comments ol.commentlist li .meta time {
    text-transform: uppercase; font-size: 10px; letter-spacing: .05em;
	}
.woocommerce .star-rating {
	width: 5em;
	}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
	font-size: 12px;
	}
.comment-form-rating {
    margin-top: 24px;
    }
.woocommerce-Reviews #reply-title {
    display: block; text-align: center; font-weight: 700; letter-spacing: 0.06em; font-size: 16px;
    }

/* comment box arrow */
.woocommerce .comment-text:after, 
.woocommerce .comment-text:before {
	right: 100%; top: 32px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	}
.woocommerce .comment-text:after {
	border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 7px; margin-top: -7px;
	}
.woocommerce .comment-text:before {
	border-color: rgba(238, 238, 238, 0); border-right-color: rgb(0 0 0 / 9%); border-width: 8px; margin-top: -8px;
	}

/* Review Form */
.woocommerce #review_form #respond::before {
	border: 0; /* fix for conflict with .is-comment-form-border-arrow class */
	}
.woocommerce #review_form_wrapper { 
	margin: 40px 0 0 0; overflow: hidden; padding: 32px 22px; border: 10px solid rgb(0 0 0 / 9%);
	}
.woocommerce #reviews h3,
.woocommerce #reviews .comment-form-rating,
.woocommerce #reviews .stars {
	text-align: center;
	}
.woocommerce #review_form #respond p.comment-form-rating {
    margin-bottom: 0;
	}
.woocommerce #reviews h3#reply-title {
    margin-bottom: 24px; letter-spacing: 0; text-transform: none; font-size: 24px;
	}
.comment-respond .input-text, 
.comment-respond textarea, 
.comment-respond select {
	border-width: 1px; max-width: 100%;
	}
.woocommerce #review_form_wrapper #respond .stars {
	font-size: 18px; max-width: 120px; margin-left: auto; margin-right: auto;
	}

/* Related Products & Cross & Up Sells */
.related.products,
.up-sells {
    margin-top: calc(2em + 2vw);
	}
.woocommerce .related.products > h2,
.upsells > h2,
.up-sells > h2 {
	text-align: center; margin-bottom: 1.8em;
	}
.cross-sells .entry-meta {
	text-align: center;
	}


/* CART */
.woocommerce table.shop_table th {
    font-size: 12px;
    }
.woocommerce table.shop_table {
    border-collapse: collapse; border-left: 0; border-color: #eee; border-bottom: 0; border-right: 0;
    }
.woocommerce table.shop_table th {
    border: 0;
    }
.woocommerce table.shop_table tbody tr.cart_item {
    border-left: 1px solid rgb(0 0 0 / 7%); border-right: 1px solid rgb(0 0 0 / 7%);
    }
.woocommerce #content table.cart img, 
.woocommerce table.cart img, 
.woocommerce-page #content table.cart img, 
.woocommerce-page table.cart img {
    max-height: 60px; width: auto; display: block; margin: 0 auto;
    }
.woocommerce table.shop_table td {
    border-color: rgb(0 0 0 / 7%); border-bottom: 0; border-right: 0;
	}
.woocommerce table.shop_table td.product-name a {
    color: inherit; font-size: 14px; font-weight: 700;
    }
.woocommerce table.shop_table td.actions {
    padding: 26px 0;
    }
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    border-color: rgb(0 0 0 / 7%);
	}
.woocommerce a.remove {
    font-size: 24px; font-weight: 400; color: #ff5f5f !important; width: 29px; line-height: 28px; height: 29px; transition: all .3s;
	}
.woocommerce a.remove:hover {
    background: #ff5f5f !important;
	}
.woocommerce table.shop_table .quantity .qty {
	margin-right: 0;
	}
/* variations */
.woocommerce td.product-name dl.variation dd, 
.woocommerce td.product-name dl.variation dt {
    display: block; float: none;
    }
.woocommerce td.product-name dl.variation dt {
    font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: 1px; opacity: .5; margin: 0;
    }
.woocommerce td.product-name dl.variation dd {
    padding: 0; margin-left: 0; font-size: 12px;
    }
.woocommerce td.product-name dl.variation dd p {
    margin-top: 0;
    }
	
/* Cart Totals */
.woocommerce .cart_totals .woocommerce-Price-amount.amount {
    font-size: 22px;
    }
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    max-width: 350px; margin: 0 auto; float: none; padding: 42px 32px; border: 5px solid #222;
    }

.woocommerce .cart-collaterals .cart_totals:before,
.woocommerce-page .cart-collaterals .cart_totals:before {
	content: '\e8c0'; display: block; font-size: 30px; width: 82px; line-height: 82px; margin: -86px auto 20px auto; color: #fff; background: #222; border-radius: 50%;
	}
.woocommerce .cart-collaterals h2,
.woocommerce .wc-proceed-to-checkout {
    text-align: center;
    }
.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce table.cart td.actions .coupon input {
    float: left; padding: 9px 20px 9px 0 !important; margin-right: 16px; border-bottom: 1px solid #0000002b !important;
	}
.woocommerce #content table.cart td.actions .coupon .input-text:focus, 
.woocommerce #content table.cart td.actions .coupon input:focus,
.woocommerce table.cart td.actions .coupon .input-text:focus, 
.woocommerce table.cart td.actions .coupon input:focus {
    border-bottom: 1px solid #222 !important;
	}
.woocommerce table.cart td.actions .button {
	padding: 10px 20px !important; border-width: 1px;
	}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 0;
	}
.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon {
    overflow: hidden; padding-bottom: 20px;
    }
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 132px;
	}
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals {
    margin: 3em 0;
	}
.woocommerce .cart_item .product-subtotal .woocommerce-Price-amount.amount {
    font-size: 14px; font-weight: bold;
    }
.cart_totals form p {
    margin: 0;
	}
.cart_totals form p + p {
    margin-top: 1.2rem;	
	}
#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
	padding-bottom: 0;
	}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-color: rgb(0 0 0 / 7%);
	}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 16px; margin-bottom: 0;
	}

/* cart page cross-sells product grid */
.woocommerce .cart-collaterals .cross-sells + .cart_totals {
    float: right;
    }
.woocommerce .cross-sells .blog-grid .hentry-wrap {
    padding: 0;
    }
.woocommerce .cross-sells > h2 {
    margin-bottom: 3rem;
    }


/* CHECKOUT */
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    visibility: visible;
	}
.woocommerce form .form-row {
    margin-bottom: 19px;
	}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-color: #333; border-width: 3px; padding: 24px; margin-bottom: 4em;
	}
.woocommerce .checkout_coupon p.form-row {
    margin-bottom: 0;
	}
.checkout_coupon input#coupon_code {
    padding: 14px 20px;
	}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    max-width: 100%;
	}
.woocommerce-checkout tfoot tr {
    border-left: 1px solid rgb(0 0 0 / 8%); border-right: 1px solid rgb(0 0 0 / 8%);
	}
.woocommerce-checkout tfoot {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
	}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #fff; border: 3px solid #333; font-size: 13px; margin: 5em 0 3em 0;
    }
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #eee; padding: 26px 32px;
    }
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding: 19px 32px;
    }
.woocommerce form.checkout.woocommerce-checkout {
    margin-top: 3em;
	}
.woocommerce-checkout-payment label {
    display: inline-block;
	}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background: none; border: 2px solid #eee;
	}
.woocommerce-checkout-payment p {
    margin-top: 0;
	}
.woocommerce-checkout #payment div.form-row:last-child {
    padding-bottom: 0;
	}
#add_payment_method #payment div.payment_box:before, 
.woocommerce-cart #payment div.payment_box:before, 
.woocommerce-checkout #payment div.payment_box:before {
    border-bottom: 9px solid #ddd;
	}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    margin-left: 20px; color: inherit; font-size: 10px;
	}
@media screen and (max-width: 767px) {
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
		}
}
.woocommerce form.login .inline {
  	margin-left: 22px;
	}
.woocommerce form.login .inline input[type="checkbox"] { 
	margin-right:  0; 	
	}
.woocommerce form .form-row .input-checkbox {
    display: inline-block; text-align: left;
    }
/* country select */
.select2-container--default .select2-selection--single {
	font-size: 14px; border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 0; height: 47px; background: transparent;
	}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px; padding-left: 12px;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px; right: 8px;
	}
.select2-dropdown {
	font-size: 14px; border: 2px solid rgba(0, 0, 0, 0.1);
	}
/* checkout coupon box padding fix */
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 49%;
	}


/* ORDER RECEIVED */
.woocommerce .woocommerce-thankyou-order-received {
    font-size: 17px; text-align: center; padding: 22px; color: #cacac2;
    }
.woocommerce-thankyou-order-received:before {
	content: '\e85b'; font-size: 124px; line-height: 1.6; margin-bottom: 24px; color: #e6e6d8; display: block;	
	}
ul.woocommerce-thankyou-order-details.order_details {
    padding: 20px; background: #f9f5e5;
    }
.woocommerce .order_details li {
    font-size: 10px; letter-spacing: 1px; color: rgba(0, 0, 0, 0.6); border-right-color: rgba(0, 0, 0, 0.17); padding: 6px 27px 6px 6px;
    }
.woocommerce .order_details li strong {
    letter-spacing: 0; margin-top: 4px; font-size: 14px; color: #222;
	}
tr.product-purchase-note p {
    font-size: 13px; opacity: .6; max-width: 480px;
	}
.woocommerce table.order_details td,
.woocommerce table.order_details th,
.woocommerce table.customer_details td,
.woocommerce table.customer_details th  {
    padding-left: 0;
	}
@media screen and (max-width: 767px) {
	.woocommerce .order_details li {
    	display: block; float: none; margin-bottom: 10px; border-right: 0; border-bottom: 1px dashed rgba(51, 51, 51, 0.19); padding-bottom: 14px;
		}
	.woocommerce .order_details li:last-of-type {
		margin-bottom: 0;
		}
}


/* BUTTONS OVERRIDE */
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	font-size: 11px; line-height: 1; text-transform: uppercase; padding: 16px 26px !important; font-weight: 700; border-radius: 0; color: #111 !important; background-color: transparent; border: 2px solid #111;
	}
/* alt buttons */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	color: #fff !important; background-color: #222 !important; border: 0;
	}
/* alt buttons hover */
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	color: #fff !important; background-color: #000 !important;
	}
/* buttons hover */
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	color: #fff !important; background: #222;
	}
/* buttons disabled */
.woocommerce #respond input#submit:disabled:hover,  
.woocommerce button.button:disabled:hover, 
.woocommerce input.button:disabled:hover {
	color: #111 !important;
	}
.woocommerce #respond input#submit.loading, 
.woocommerce .content-area a.button.loading, 
.woocommerce .content-area button.button.loading, 
.woocommerce .content-area input.button.loading {
	padding-right: 36px;
	}
.woocommerce #respond input#submit:after, 
.woocommerce .content-area a.button:after, 
.woocommerce .content-area button.button:after, 
.woocommerce .content-area input.button:after {
	top: 13px !important; font-size: 14px;
	}
.woocommerce #respond input#submit.added:after, 
.woocommerce .content-area a.button.added:after, 
.woocommerce .content-area button.button.added:after, 
.woocommerce .content-area input.button.added:after {
    line-height: .8;
	}

/* PRETTY PHOTO */
div.pp_woocommerce div.ppt {
    text-align: left; font-weight: 400; font-size: 11px; text-transform: uppercase; letter-spacing: .08em;
	}
div.pp_woocommerce .pp_description, 
div.pp_woocommerce .pp_nav {
    font-size: 12px;
	}
div.pp_woocommerce .pp_arrow_next, 
div.pp_woocommerce .pp_arrow_previous {
	margin-top: 1px;
	}
.currentTextHolder {
	padding: 1px 1px 0; letter-spacing: 3px;
	}
div.pp_woocommerce .pp_close {
	background: none; top: -40px; right: 0; font-size: 21px!important;
	}
div.pp_woocommerce a.pp_contract, 
div.pp_woocommerce a.pp_expand {
	background: none; left: auto; right: 36px; top: -40px; font-size: 21px!important;
	}
div.ppt {
	margin: 0 0 -6px 0;
	}
div.pp_woocommerce .pp_arrow_next, 
div.pp_woocommerce .pp_arrow_previous {
	background: none; font-size: 21px !important; text-shadow: none; color: #333 !important;
	}
div.pp_woocommerce .pp_arrow_next:hover, 
div.pp_woocommerce .pp_arrow_previous:hover {
	color: #000 !important; background: none;
	}
div.pp_woocommerce .pp_next:before, 
div.pp_woocommerce .pp_previous:before {
	background: none; text-shadow: 0 1px 2px rgba(0,0,0,.2); font-size: 26px !important;
	}
div.pp_woocommerce .pp_gallery ul li a {
	border: 0; border-radius: 0;
	}
div.pp_woocommerce .pp_gallery ul li.selected a {
	border: 1px solid #fff;
	}
	
/* MESSAGES */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: none; border: 1px solid rgb(0 0 0 / 13%); font-size: .9rem; background: #fff;
	}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: inherit;  text-transform: uppercase; font-size: 11px; display: inline-block; margin-left: 11px; letter-spacing: .05em;
	}
.woocommerce-message {
    border-top: 5px solid #79d69a;
	}
.woocommerce-message:before {
	color: #79d69a;
	}
.woocommerce-info {
    border-top: 5px solid #eae5bf;
	}
.woocommerce-info:before {
	color: #c3bf9b;
	}
.woocommerce-error {
    border-top: 5px solid #e29191;
	}
.woocommerce-error:before {
	color: #e29191;
	}
	
/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 50px; color: #ccc; text-transform: uppercase; font-size: 11px; letter-spacing: .07em; padding: 12px 24px; border: 1px solid #eee; display: inline-block; 
	}
.woocommerce .woocommerce-breadcrumb a {
    color: #333;
	}
.woocommerce a.added_to_cart {
    text-transform: uppercase; font-size: 11px; display: block; margin-top: 13px; letter-spacing: 1px; color: inherit;
	}
	
	
/* MY ACCOUNT PAGE */
.woocommerce-MyAccount-navigation ul {
    list-style: none; padding: 0; margin: 30px 0;
	}
.woocommerce-MyAccount-navigation ul li a {
    padding: 6px 12px; display: inline-block; border: 1px solid rgb(0 0 0 / 7%); color: inherit; text-transform: uppercase; font-size: 10px; letter-spacing: .05em; margin-bottom: 5px; transition: all 0.3s;
	}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #222; color: #fff; cursor: default; border-color: transparent;
	}
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
	}
.woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover {
    background: rgb(0 0 0 / 7%);
	}
.woocommerce-MyAccount-content,
.woocommerce table.my_account_orders {
	font-size: 13px;
	}
.woocommerce-MyAccount-content a:not(.button) {
	text-decoration: underline;
	}
.woocommerce-MyAccount-content a:not(.button):not(:hover) {
	color: inherit;
	}
.woocommerce-MyAccount-content legend {
    font-size: 16px; padding: 2em 0 1.3em 0; clear: left;
    }
.woocommerce-MyAccount-content a.button {
	padding: 10px 20px;
    }


/* Fix for W3 Total Cache Minify breaks single product layout */
@media screen and (min-width: 768px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: right;
		width: 48%;
		clear: none;
	}
}



/*  --------------------------------------------

	8. PORTFOLIO @portfolio - portfolio related styles...
	
    -------------------------------------------- */

/* FILTERS */
.filters {
 	list-style: none; padding: 0; margin: 0 0 40px 0; text-align: center; text-transform: uppercase;
	}
	.filters li {
 		display: inline-block; margin: .4em .1em .4em 0;
		}
		.filters li a {
 			color: inherit; opacity: .32; font-size: 11px; letter-spacing: .05em; font-weight: bold; padding: 5px 12px; border: 2px solid rgba(255, 255, 255, 0);
			}
		.filters li a:hover {
			opacity: .5;
			}
        .filters .current a,
        .filters .current a:hover {
            border-color: currentColor; opacity: 1;
            }

/* ITEMS */
.portfolio-grid {
    transition: height 0.5s ease 0s;
	}
.portfolio-grid .featured-image > a:first-of-type:after {
	position: absolute; top: -22px; right: 20px; width: 50px; line-height: 50px; font-size: 14px; text-align: center; border-radius: 50%; color: #fff; background: #222;
	}
.portfolio-grid .hentry .entry-header:before,
.single-portfolio .hentry .entry-header:before {
	display: none;
	}
/* video */
.portfolio-grid .hentry.format-video .featured-image > a:first-of-type:after {
	content: '\e834';
	}
/* audio */
.portfolio-grid .hentry.format-audio .featured-image > a:first-of-type:after {
	content: "\e885";
	}
/* image */
.portfolio-grid .hentry.format-image .featured-image > a:first-of-type:after {
	content: "\e8ca";
	}
/* gallery */
.portfolio-grid .hentry.format-gallery .featured-image > a:first-of-type:after {
	content: '\e870';
	}
/* link */
.portfolio-grid .hentry.format-link .featured-image > a:first-of-type:after {
	content: "\e811";
	}
.portfolio-excerpt {
	opacity: .5; font-size: 12px;
	}

/* PORTFOLIO SINGLE */
body.single-portfolio .hentry.portfolio .featured-image {
    display: none;
	}

/* ELEMENTOR */

/* Buttons */
.elementor-element .elementor-button.elementor-size-lg {
	font-size: 14px;
	}
.elementor-element .elementor-button.elementor-size-xl {
	font-size: 16px;
	}
/* elementskit button svg icon height fix */
.elementor-button-icon svg {
    height: auto;
	}


/* LearnPress Latest Course Widget Title in Elementor */
.elementor-widget-wp-widget-lp-widget-recent-courses h5 {
    text-align: center; font-size: calc(1.2rem + 0.8vw); margin-bottom: 3rem;
	}

/* JetPopups Z-Index Fix */
.jet-popup.jet-popup--front-mode {
    z-index: 2000 !important;
	}
/* input max width issue */
.jet-popup .input-text {
	max-width: none;
	}


/* Social Feed Gallery - Lightbox fix */
.qligg-mfp-wrap .mfp-container .mfp-content {
    opacity: 1;
	}
.qligg-mfp-wrap .mfp-arrow:before {
	color: transparent;
	}
.qligg-mfp-wrap .mfp-container .mfp-content .mfp-figure.bottom .mfp-bottom-bar {
    overflow: hidden;
    }
.qligg-mfp-wrap .mfp-container .mfp-content .mfp-bottom-bar .mfp-title .mfp-icons {
    padding: 0 !important; line-height: 46px;
	}
	

/* PODCAST PLAYER */
/* https://wordpress.org/plugins/podcast-player/ */
html .pp-podcast[id^=pp-podcast-], html .pp-podcast[id^=pp-podcast-] button, html .pp-podcast[id^=pp-podcast-] input, html .pp-podcast[id^=pp-podcast-] .ppjs__audio-timer, html .pp-podcast[id^=pp-podcast-] .ppjs__time-float, html .pp-modal-window, .pp-modal-window button, html .pp-modal-window input, html .pp-modal-window .ppjs__audio-timer, html .pp-modal-window .ppjs__time-float {
    font-family: inherit !important;
	}
html .pod-entry__date {
    font-size: 11px; letter-spacing: .02em; color: rgb(0 0 0 / 35%);; margin-top: 5px;
	}
.pp-podcast[id^=pp-podcast-] .pod-entry__title a, .pp-modal-window .pod-entry__title a {
    font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .01em;
	}
@media only screen and (min-width: 450px) {
	html .episode-list__wrapper {
		max-height: 274px;
		}
}
html button.episode-list__load-more {
    font-size: 12px; letter-spacing: 4px;
	}
html .ppjs__img-wrapper img {
	border-radius: 24px; box-shadow: 0 10px 20px rgb(105 113 64 / 50%);
	}


/* Seriously Simple Podcasting */
/* https://wordpress.org/plugins/seriously-simple-podcasting/ */
html .podcast_player:not(:first-child) {
	margin: 28px 0;
	}
/* Top Ovrflowing style for audio players */
.top-content-single + .site-main .has-post-thumbnail .podcast_player:first-child .castos-player, /* SSP Player */
.post.has-post-thumbnail .post-header + .entry-content .podcast_player:first-child .castos-player,
.top-content-single + .site-main .has-post-thumbnail .podlove-web-player:first-child, /* Podlove Player */
.post.has-post-thumbnail .post-header + .entry-content .podlove-web-player:first-child,
html:not(.is-audio-embeds-sticky) .top-content-single + .site-main .has-post-thumbnail .entry-content > .wp-block-embed:first-child,
html:not(.is-audio-embeds-sticky) .post.has-post-thumbnail .post-header + .entry-content > .wp-block-embed:first-child,
html:not(.is-audio-embeds-sticky) .top-content-single + .site-main .has-post-thumbnail .entry-content > iframe:first-child,
html:not(.is-audio-embeds-sticky) .post.has-post-thumbnail .post-header + .entry-content > iframe:first-child  {
	position: relative; margin-top: calc(-2vw - 60px); z-index: 500; border-radius: 6px; overflow: hidden; box-shadow: rgba(33, 33, 33, 0.4) 0px 0px 30px 6px;
	}
/* spotify embed bottom gap fix */
.wp-block-embed.is-provider-spotify .wp-block-embed__wrapper {
	margin-bottom: -1px;
	}
.podcast_player .castos-player {
	border-radius: 12px !important;
	}
.entry-content iframe {
	background-color: #fff;
	}
html.loaded .entry-content iframe {
	background-color: transparent;
	}
/* podcast meta */
.podcast_meta {
    margin: 24px 0 32px 0; font-size: 12px; text-transform: uppercase; font-weight: bold; color: transparent;
	}
/* hide duplicate subscribe links */
.podcast_meta p + p {
    display: none;
	}
.podcast_meta a {
    color: rgb(0 0 0 / 54%); display: inline-block; padding: 2px 17px; background: #00000021; border-radius: 12px; transition: all .2s ease-in-out;
	}
.podcast_meta a:hover {
    color: #333; background: rgb(0 0 0 / 16%);
	}

/* STICKY AUDIO EMBEDS - sticky-audio class is added with js*/
.sticky-audio {
	position: fixed !important; top: auto; bottom: 0; left: 0; width: 100%; margin: 0 !important; z-index: 10000; max-height: 150px; box-shadow: 0 0px 10px rgba(33, 33, 33, 0.24) !important; background: #fff; border-radius: 0 !important;
	}
iframe[src*="spotify.com"].sticky-audio {
	max-height: 152px;
	}
iframe[src*="soundcloud.com"].sticky-audio {
	max-height: 166px;
	}
iframe[src*="anchor.fm"].sticky-audio {
	height: 160px; max-height: none;
	}
iframe[src*="castbox.fm"].sticky-audio {
	max-height: 196px; background: #fff !important;
	}
iframe[src*="buzzsprout.com"].sticky-audio,
iframe[src*="ausha.co"].sticky-audio {
	height: 200px; max-height: none;
	}
frame[src*="blogtalkradio.com"].sticky-audio,
iframe[src*="transistor.fm"].sticky-audio {
	height: 180px; max-height: none;
	}
iframe[src*="captivate.fm"].sticky-audio {
	max-height: 170px;
	}

/* PODLOVE PODCAST PLAYER */
.podlove-web-player {
    margin-bottom: 1.6em;
	}
	
/* LEARNDASH : quiz selected radio button style broken fix */
.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList input[type=checkbox], 
.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList input[type=radio] {
    position: relative !important;
	}


/* Ultimate Post Kit Addon for Elementor */
/* fix: Alice Carousel Coverflow border radius issue */
.upk-item.swiper-slide {
    overflow: hidden;
	}
/* carousel loading glitch */
.swiper-container {
	opacity: 1; transition: opacity .5s;
	}
.swiper-container:not(.swiper-container-initialized) {
    opacity: 0;
	}


/* Delicious Recipes */
.entry-share a[class^="PIN_"],
.share-links a[class^="PIN_"] {
	display: none !important; /* disabled: not compatible with delicious recipes plugin with foodsy theme */
	}

/* QI ADDONS FIXES */
h1.qodef-m-title {
    margin: 0;
	}
.qodef-m-title {
    padding-bottom: 12px !important;
	}

/* PRIME SLIDER */
/* add full class for fullscreen sliders */
.elementor-container .elementor-element.full ul.bdt-slideshow-items,
.elementor-container .elementor-element.full .bdt-sniper-slider {
    height: calc(100vh + 2px) !important;
	}

/* JET ELEMENTS */
/* fix border issue in post widget */ 
.jet-posts__inner-box .post-thumbnail {
    background: transparent;
	}

/* AMELIA BOOKING */
.amelia-booking label,
.amelia-booking button,
.amelia-v2-booking label,
.amelia-v2-booking button,
.am-step-booking-catalog label,
.am-step-booking-catalog button {
    letter-spacing: 0;
}
/* TABLETS */
@media screen and (min-width: 768px) {
	
	
	/*  --------------------------------------------
		BASE (@base) - base html elements
    -------------------------------------------- */
	
    /* ----- TYPOGRAPHY ----- */
	h1 {
		font-size: 38px;
		}
	h2 {
		font-size: 24px;
		}
	h3 {
		font-size: 18px;
		}
	h4 {
		font-size: 16px;
		}
	h5 {
		font-size: 14px;
		}
	h6 {
		font-size: 13px;
		}
	p {
		margin: 0 0 20px 0;
		}
	ul,
	ol {
		margin: 1em 0 20px;
		}
		
	/* blockquote  */
	blockquote {
		max-width: 20em; margin-left: auto; margin-right: auto; font-size: 32px; line-height: 1.3;
		}
	blockquote.alignleft,
	blockquote.alignright {
		padding-bottom: 0; margin-bottom: 22px;
		}
	blockquote.alignleft {
		padding-right: 0; text-align: left;
		}
	blockquote.alignright {
		padding-left: 0; text-align: right;  
		}
	hr {
		margin: 4em 0;
		}
	
	/* FORMS */
	.input-text, 
	select,
	.uploader,
	.selector {
		max-width: 320px; 
		}
	textarea {
		min-height: 14em; max-width: 768px;
		}
	
	/* Jet Elements Subscribe Input Fix */
	.jet-elements .input-text, 
	.jet-elements select,
	.jet-elements .uploader,
	.jet-elements .selector {
		max-width: none;
		}


	/*  --------------------------------------------
		LAYOUT (@layout) : layout styles
    -------------------------------------------- */

	.site-main {
		padding: 70px 0;
		}
	/* MIDDLE BOXED */
	.is-middle-boxed .site-main {
		margin-bottom: 70px;
		}
	.is-middle-boxed .top-content + .site-main {
		margin-top: 50px;
		}
		
	.hentry {
		margin-bottom: 28px; 
		}
    .entry-header {
        margin-bottom: 42px;
        }
	
	/* TOP BAR */
	.top-bar-wrap > div {
		flex: 1;
		}
	.top-bar-wrap > div {
		justify-content: flex-start;  flex: 1 1 auto;
		}
	.top-bar .top-bar-right {
		 flex: 0 0 auto; border-top: 0; 
		}
	/* remove top-bar side paddings when top bar is fixed width and top bar content is full width */
	.is-top-bar-content-full.is-top-bar-fixed-width .top-bar {
		padding: 0;
		}
    
    /* FOOTER */
    .site-footer .site-info {
		padding: 22px 0;
        }
    /* Footer Subscribe */
	.footer-subscribe .layout-medium {
		padding: 3.8em 0;
		}
	.footer-subscribe h3 {
		font-size: 4.2em;
		}
	.footer-subscribe p:nth-child(n+2) {
		display: inline-block; margin-bottom: 0;
		}
	.footer-subscribe p:nth-child(2) {
		margin-right: 1.4em;
		}
	/* Footer Instagram - size: default or thumbnail = 12 column */
	.footer-insta ul li,
	.is-featured-area-full .featured-area .instagram-pics li,
	.is-featured-area-full-margins .featured-area .instagram-pics li { 
		width: 8.333%;
		}
	/* instagram size : small = 8 column */
	.footer-insta .instagram-size-small li,
	.featured-area .instagram-pics.instagram-size-small li
	.is-body-boxed .footer-insta ul li,
	.is-footer-boxed .footer-insta ul li {
		width: 12.5%;
		}
	/* instagram size : large = 6 column */
	.footer-insta .instagram-size-large li,
	.is-body-boxed .footer-insta .instagram-size-small li,
	.is-footer-boxed .footer-insta .instagram-size-small li {
		width: 16.66666666666667%;
		}
	/* instagram size : original = 4 column */
	.footer-insta .instagram-size-original li,
	.is-body-boxed .footer-insta .instagram-size-large li,
	.is-footer-boxed .footer-insta .instagram-size-large li  {
		width: 25%;
		}
	.is-body-boxed .footer-insta .instagram-size-original li,
	.is-footer-boxed .footer-insta .instagram-size-original li  {
		width: 33.33%;
		}
	

    /* SIDEBAR */
    /*.is-tablet-sidebar .with-sidebar { 
        float: left; width: 100%; margin-right: -240px;
        }
	.is-tablet-sidebar .with-sidebar .site-content {
		margin-right: 240px; padding-right: 30px;
		}
    .is-tablet-sidebar .sidebar { 
        float: left; width: 240px; margin-top: 0;
        }*/
	/* LEFT SIDEBAR */
	/*.is-tablet-sidebar.is-sidebar-left .with-sidebar {
		float: right; margin-left: -240px; margin-right: 0;
		}
	.is-tablet-sidebar.is-sidebar-left .with-sidebar .site-content {
		margin-left: 240px; margin-right: 0; padding-left: 30px; padding-right: 0;
		}
    .is-tablet-sidebar.is-sidebar-left .sidebar { 
        float: right;
        }*/
		
	/* WIDGET AREA */
	.widget-area .widget { 
		margin: 0 0 4.4em 0;
		}
	/* TOP10 Popular Posts Widget */
	.tptn_posts_widget img {
		max-width: 94px;
		}
	.tptn_title {
		margin-top: 0.3em;
		}
    
	
	/*  --------------------------------------------
		MODULES @modules : reusable styles
    -------------------------------------------- */
	
	/* OWL CAROUSEL */
	.owl-theme .owl-nav {
		display: block;
		}
		
	/* FEATURED AREA */
	.featured-area {
		margin: -5px;
		}
	.blocks { 
		margin: 0 -5px;
		}
	.block { 
		padding: 5px;
		}
	
	/* ratio 16: 9 */
	.ratio-16-9 .post-wrap {
		padding-top: 56.25%;
		}
	/* ratio-16-9 post-slider height align fix */
	.ratio-16-9 .post-slider .post-wrap {
		padding-top: 57.25%;
		}
		
	/* INTRO */	
	.intro {
		margin-left: 5px; margin-right: 5px;
		}
	.intro-text {
		width: 70%; 
		}
	
	/* SECTION TITLE */
	.section-title {
		margin-bottom: 40px !important;
		}
	
	
	
	/*  --------------------------------------------
		BLOG (@blog) - blog related styles
    -------------------------------------------- */
	
	/* BLOG REGULAR */
	.blog-regular .entry-header,
	.blog-stream.first-full .hentry:first-child .entry-header {
		margin-bottom: 28px;
		}
	.blog-regular .entry-title,
	.blog-stream.first-full .hentry:first-child .entry-title {  
		font-size: 32px;
		}
		
	/* BLOG LIST */
	.blog-list .featured-image {
		width: 40%;
		}
	.blog-list .hentry-middle {
		width: 60%;
		}
	.blog-list .hentry {
		margin-bottom: 42px;
		}
	.blog-list .hentry.has-post-thumbnail .entry-content {
		display: block; 
		}
	.blog-list .hentry-middle {
		padding: 28px 42px 0 42px;
		}
	.blog-list .entry-content {
		display: block;
		}
	.blog-list .featured-image {
		padding-top: 47%;
		}
	
	/* BLOG CIRCLES */
	.blog-circles .hentry-middle {
		padding: 1em 3em 0em;
		}
	.blog-circles .hentry:not(:hover) .featured-image {
		border-radius: 50%; -webkit-transform: scale(1.2) translateX(-16px) translateY(-30px); transform: scale(1.2) translateX(-16px) translateY(-30px);
		}
	.blog-circles .hentry:nth-child(even):not(:hover) .featured-image {
		float: right; -webkit-transform: scale(1.2) translateX(16px) translateY(30px); transform: scale(1.2) translateX(16px) translateY(30px);
		}
	
	/* BLOG GRID */
	.blog-grid .hentry {
		width: 50%; float: left;
		}
	.blog-grid.first-full .hentry:first-child {
		width: 100%;
		}

	/* BLOG SIMPLE */
	.blog-simple {
		margin-bottom: 2em;
		}
	.blog-simple .hentry {
		height: 92px;
		}
	.blog-simple .hentry-left {
		width: 92px; height: 92px;
		}
	.blog-simple .hentry-middle {
		margin-left: 120px;
		}
	.blog-simple .entry-date {
		padding-top: 28px;
		}
	.blog-simple .entry-title {
		font-size: 25px;
		}
	.blog-simple .day {
		font-size: 33px;
		}
	
	/* BLOG SINGLE */
	.single .hentry > .entry-title {
		width: 80%; margin-left: auto; margin-right: auto;
		}
	html:not(.is-single-post-title-with-margins) .top-content-single .post-header-classic .entry-header {
		padding: 40px 0;
		}
	
	/* SINGLE POST OVERLAY */
	.top-content-single .post-wrap {
		padding-top: 50%;
		}
    
    /* SOCIAL FEED & FLICKR WIDGET */
    .social-feed ul li,
	.flickr_badge_image { 
        width: 50%;
        }
    .social-feed ul li img,
	.flickr_badge_image img { 
        width: 100%; max-width: none;
        }
	
    /* PAGINATION */
    .navigation {
        letter-spacing: 2px;
        }
	.comment-nav {
		margin: 3em 0 6em;
		}
	
	/* RELATED POSTS */
	.related-posts {
		margin: 4em 0;
		}
	.related-posts .block {
		width: 33.33%; float: left;
		}
	.related-posts .post-wrap {
		padding-top: 100%; min-height: 260px;
		}
    
	/* NAV SINGLE */
	.nav-single {
		margin: 4em 0;
		}	
	.nav-single > div { 
		float: left; width: 50%; padding-right: 16px;
		}
	.nav-single > div.nav-next { 
		float: right; padding-right: 0; padding-left: 16px;
		}
        
    /* ABOUT THE AUTHOR */
    .about-author {
        margin: 3em 0;
        }
	.is-about-author-boxed .author-bio,
	.is-about-author-boxed-dark .author-bio,
	.is-about-author-border .author-bio,
	.is-about-author-border-arrow .author-bio {
		padding: 3em 3em 2.2em;
		}
    .author-img {
        width: 116px;
        }
	.author-info {
		margin-left: 142px;
		}
	
	/* COMMENTS */
	.comments-area {
		margin-top: 4em;
		}
    .commentlist {
        padding-bottom: 2em;
        }
    .comment-meta img {
        max-width: 76px; position: absolute; top: 20px; left: 0;
        }
	/* BOXED */
    .is-comments-boxed .comments-area article {
        padding: 1.6em 2.4em;
        }
    .is-comments-boxed .comment-meta img {
        top: 20px; left: 24px;
        }
	/* BOXED IMAGE OUT */
	.is-comments-image-out .comment-meta img  {
		left: -36px;
		}
	.is-comments-image-out .comment-meta, 
	.is-comments-image-out .comment-content {
		margin-left: 32px;
		}

    .comment-meta,
    .comment-content {
        margin-left: 92px;
        }
    .comments-area ol ol,
	.comments-area ol #respond {
        margin-left: 8%;
        }
    .comments-area ol ol ol,
	.comments-area ol ol #respond {
        margin-left: 4%;
        }
	.comment-content p {
		font-size: 0.9rem;
		}
	.bypostauthor > article:before {
    	font-size: 68px; right: 34px;
		}
    
    /* COMMENT FORM */
	#respond {
		margin: 3em 0;
		}
	/* BOXED */
	.is-comment-form-boxed #respond {
		padding: 3em;
		}
		
    #respond form p { 
        margin-bottom: 0; 
        }
    .comment-form-author,
    .comment-form-email,
    .comment-form-url{
        float: left; width: 30%; margin-right: 3%;
        }
    .comment-form-url {
        width: 34%; margin-right: 0;
        }
    .form-allowed-tags,
    .form-submit { 
        clear: left; 
        }
    .form-submit {
        padding-top: 2em;
        }
	
    /* post format: status  */
    .format-status .entry-content > p:first-child {
        font-size: 1.1em; padding: 1em 1.8em;
        }	
	
	/*  --------------------------------------------
		SHOP (@shop) - shop related styles
    -------------------------------------------- */
	.shop-filters {
		overflow: hidden;
		}
	.shop-filters .woocommerce-result-count {
		float: left; margin: 0; font-size: 12px; text-transform: uppercase;
		}
	.shop-filters select {
		float: right; width: auto; max-width: none; border: 0; direction: rtl;
		}
	.woocommerce .product .entry-meta span.price {
		font-size: 1rem;
		}
	.woocommerce .product .price del {
		margin-right: 16px;
		}
	
	/* SHOP SINGLE */
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images {
   	 	width: 46%; float: left;
		}
	.woocommerce .panel h2 {
		font-size: 1.8em;
		}

	/* Reviews */
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		width: 60px; height: 60px;
		}
	.woocommerce #reviews #comments ol.commentlist li .comment-text.comment-text {
		margin-left: 78px; padding: 20px 30px;
		}
	
	/* CART */
	.woocommerce table.shop_table {
		border-top: 0;
		}
	
	/* MY ACCOUNT */
	.woocommerce-MyAccount-navigation ul {
    	margin: 0;
		}
	.woocommerce-account .woocommerce-MyAccount-navigation {
    	width: 150px; position: absolute;
		}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: left; width: 100%; padding-left: 210px; min-height: 320px;
		}
	.woocommerce-MyAccount-navigation ul li,
	.woocommerce-MyAccount-navigation ul li a {
		display: block; margin-bottom: -1px;
		}
	.woocommerce-MyAccount-navigation ul li a {
		padding: 16px 24px;
		}	
	
	/* PORTFOLIO */
	.type-portfolio.hentry p {
		margin-bottom: 2.4em;
		}
		
	
}


/* TABLET ONLY */
@media screen and (min-width: 768px) and (max-width:991px) {
	
	/* FEATURED AREA */
	.slider-box .post-wrap {
		padding-top: 56.25%;
		}
		
}/* DESKTOPS */
@media screen and (min-width: 992px) {
	
	/*  ----------------------------------------------------------------------------------------
		TYPOGRAPHY
    ---------------------------------------------------------------------------------------- */	
	html {
		font-size: 14px;
		}
	
    /* ----- TYPOGRAPHY ----- */
	h1 {
		font-size: 48px;
		}
	h2 {
		font-size: 28px;
		}
	h3 {
		font-size: 20px;
		}

	.sidebar {
		font-size: 13px;
		}
	.blog-stream .entry-content,
	.blog-stream.blog-small .entry-content {
		font-size: 13px;
		}
	.nav-menu ul {
		font-size: 11px;
		}
	.nav-menu ul ul {
		font-size: 10px;
		}
	
	

	/*  ----------------------------------------------------------------------------------------
		LAYOUT (@layout) : layout styles
    -------------------------------------------- --------------------------------------------*/
		
	/* HEADER */
	.site-branding-wrap {
	 	padding: 50px 0;
		}
	.site-title {
 	 	font-size: 28px;
		}
	.site-title img {
		max-height: 36px;
		}
	.site-description {
		font-size: 12px;
		}
	
	/* NAV MENU */
	.is-menu-bar.is-menu-align-left .nav-menu { 
		text-align: left;
		}
	.is-menu-bar.is-menu-align-right .nav-menu { 
		text-align: right; margin-right: 28px;
		}
	.is-menu-bar.is-menu-align-right .shopping-cart ~ .nav-menu {
		margin-right: 70px;
		}
		  
		
	/* Header Social Icons */
	.site-navigation .social-container { 
		display: flex; align-items: center; justify-content: center; height: 100%; max-height: 100%; position: absolute; top: 0px; left: -6px; right: auto; padding: 0;
		}
	.is-menu-align-left .site-navigation .social-container { 
		right: 32px; left: auto;
		}
	.is-menu-align-left:not(.is-header-row) .site-header .shopping-cart ~ .social-container { 
		right: 68px; left: auto;
		}
	.site-header .social { 
		margin: 0;
		}
	/* CTA Button in Header Social Icons widget area */
	.site-navigation .social-container .textwidget {
		display: inline-block;
		}
	.site-navigation .social-container .textwidget .button {
		margin: 0 10px;
		}
		
	/* Shopping Cart */
	.shopping-cart {
		left: auto; right: 15px; display: flex; align-items: center; justify-content: center; height: 100%;
		}
	.is-header-search-disabled .shopping-cart {
		right: -15px;
		}
		

	/*  ----------------------------------------------------------------------------------------
		DESKTOP MENU
    ---------------------------------------------------------------------------------------- */
	.menu-toggle {
		display: none; padding: 0;
		}
	.site-navigation { 
        text-align: center;
        }
    .nav-menu ul {
        display: inline-block; list-style: none; margin: 0; padding: 0; 
        }
    .nav-menu ul li {
        display: inline-block; line-height: 64px; margin: 0 .5vw; padding: 0; position: relative; transition: background .1s;
        }
    .nav-menu ul li a {
        border: 0; padding: 0; 
        }
	.is-submenu-dark .nav-menu ul ul li, 
	.is-submenu-dark .nav-menu ul ul li a { 
		color: rgba(255,255,255, .8); 
		}
	.nav-menu ul ul li:hover { 
		color: inherit; background: rgba(0, 0, 0, 0.04); 
		}
	.is-submenu-dark .nav-menu ul ul li:hover { 
		color: #fff; background: rgba(255, 255, 255, 0.05);
		}
	/* navigation level 2 */
    .nav-menu ul ul {
		display: block; text-align: center; color: #333; background-color: #fff; visibility: hidden; opacity: 0; left: -56px; left: calc( (-176px + 100%) / 2 ); padding: 0; position: absolute; top: 100%; width: 170px; z-index: 10310; box-shadow: 0px 1px 14px 3px rgba(76, 89, 119, 0.3); transition: all 0.15s ease-out;
        }
    .nav-menu ul > li:hover > ul {
        visibility: visible; opacity: 1;
		}
	.nav-menu ul ul li {
		display: block; line-height: 1.5; margin: 0; max-height: none; padding: 0;
		}
	.is-submenu-dark .nav-menu ul ul {
		box-shadow: none;
		}
	.is-submenu-dark .nav-menu ul ul {
		background-color: #181818;
		}
	.is-submenu-light-border .nav-menu ul ul {
		margin-top: -1px; border: 1px solid rgba(0, 0, 0, 0.35); box-shadow: 0px 4px 10px 1px rgba(176, 173, 150, 0.1);
		}
	.is-submenu-light-border .nav-menu ul ul li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.35);
		}
	.is-submenu-light-border .nav-menu ul ul li:last-child {
		border-bottom: none;
		}
	.nav-menu ul ul li:first-child {
		border-top: 0; 
		}
	.nav-menu ul ul a {
		display: block; padding: 12px 16px;
		}
	.nav-menu ul ul li.has-submenu > a {
		padding-right: 28px;
		}
	.nav-menu ul ul li:last-child {
		border-bottom: none; 
		}
	/* navigation level 3 */
	.nav-menu ul ul ul { 
		top: 0px; left: 168px; right: auto; 
		}
	
	/* submenu toggle */
	.nav-menu > ul > li > a > .submenu-toggle,
	.nav-menu ul ul .link-text .submenu-toggle {
		display: none;
		}
	.nav-menu .submenu-toggle {
		opacity: .8;
		}
	.nav-menu ul ul .submenu-toggle {
		line-height: inherit; height: auto; float: right; margin-right: -15px; margin-top: 0px;
		}
	.nav-menu ul ul .submenu-toggle:before {
		content: '\e86e';
		}
	
	/* SUB MENU ALIGN : DEFAULT= Center */
	/* SUB MENU ALIGN */
	.is-submenu-align-left .nav-menu ul ul,
	.is-submenu-align-right .nav-menu ul ul {
		text-align: left;
		}
	.is-submenu-align-left .nav-menu > ul > li > ul {
		left: -16px;
		}
	/* SUB MENU RIGHT */
	.is-submenu-align-right .nav-menu > ul > li > ul {
		text-align: right;
		}
	.is-submenu-align-right .nav-menu > ul > li > ul {
		right: -36px; left: auto;
		}
	/* END : SUB MENU ALIGN */

	
	
	/* ---------------------------- */
	/* SUB MENU ANIMATIONS */
	/* fade in left */
	.is-sub-menu-ani-fade-in-left .nav-menu ul ul {
		transform: translateX(-10px);
        }
	.is-sub-menu-ani-fade-in-left .nav-menu ul > li:hover > ul {
        transform: translateX(0);
        }
	/* fade in right */
	.is-sub-menu-ani-fade-in-right .nav-menu ul ul {
		transform: translateX(10px);
		}
	.is-sub-menu-ani-fade-in-right .nav-menu ul > li:hover > ul {
		transform: translateX(0);
		}
	/* fade in up */
	.is-sub-menu-ani-fade-in-up .nav-menu ul ul {
		transform: translateY(10px);
		}
	.is-sub-menu-ani-fade-in-up .nav-menu ul > li:hover > ul {
		transform: translateY(0);
		}
	/* fade in down */
	.is-sub-menu-ani-fade-in-down .nav-menu ul ul {
		transform: translateY(-10px);
		}
	.is-sub-menu-ani-fade-in-down .nav-menu ul > li:hover > ul {
		transform: translateY(0);
		}
	/* zoom in */
	.is-sub-menu-ani-zoom-in .nav-menu ul ul {
		transform: scale(.9);
		}
	.is-sub-menu-ani-zoom-in .nav-menu ul > li:hover > ul {
		transform: scale(1);
		}
	/* blur in */
	.is-sub-menu-ani-blur-in .nav-menu ul ul {
		transform: scaleX(1.2) scaleY(1); transform-origin: 100% 50%; filter: blur(10px); opacity: 0;
		}
	.is-sub-menu-ani-blur-in .nav-menu ul > li:hover > ul {
		transform: scaleY(1) scaleX(1); transform-origin: 50% 50%; filter: blur(0); opacity: 1;
		}
	/* blur in left */
	.is-sub-menu-ani-blur-in-left .nav-menu ul ul {
		transform: translateX(-20px) scaleX(1.4) scaleY(1); transform-origin: 100% 50%; filter: blur(10px); opacity: 0;
		}
	.is-sub-menu-ani-blur-in-left .nav-menu ul ul ul {
		transform: translateX(-4px) scaleX(1.04) scaleY(0.96); filter: blur(6px);
		}
	.is-sub-menu-ani-blur-in-left .nav-menu ul > li:hover > ul {
		transform: translateX(0) scaleY(1) scaleX(1); transform-origin: 50% 50%; filter: blur(0); opacity: 1;
		}
	/* blur in right */
	.is-sub-menu-ani-blur-in-right .nav-menu ul ul {
		transform: translateX(60px) scaleX(1.4) scaleY(1); transform-origin: 100% 50%; filter: blur(10px); opacity: 0;
		}
	.is-sub-menu-ani-blur-in-right .nav-menu ul ul ul {
		transform: translateX(4px) scaleX(1.04) scaleY(0.96); filter: blur(6px);
		}
	.is-sub-menu-ani-blur-in-right .nav-menu ul > li:hover > ul {
		transform: translateX(0) scaleY(1) scaleX(1); transform-origin: 50% 50%; filter: blur(0); opacity: 1;
		}
	/* blur in up */
	.is-sub-menu-ani-blur-in-up .nav-menu ul ul {
		transform: translateY(20px) scaleX(1.2) scaleY(1.0); transform-origin: 100% 50%; filter: blur(10px); opacity: 0;
		}
	.is-sub-menu-ani-blur-in-up .nav-menu ul ul ul {
		transform: translateY(4px) scaleX(1.1) scaleY(1); filter: blur(6px);
		}
	.is-sub-menu-ani-blur-in-up .nav-menu ul > li:hover > ul {
		transform: translateY(0) scaleY(1) scaleX(1); transform-origin: 50% 50%; filter: blur(0); opacity: 1;
		}
	/* blur in down */
	.is-sub-menu-ani-blur-in-down .nav-menu ul ul {
		transform: translateY(-6px) scaleX(1.2) scaleY(1.0); transform-origin: 100% 50%; filter: blur(10px); opacity: 0; 
		}
	.is-sub-menu-ani-blur-in-down .nav-menu ul ul ul {
		transform: translateY(-4px) scaleX(1.1) scaleY(1); filter: blur(6px);
		}
	.is-sub-menu-ani-blur-in-down .nav-menu ul > li:hover > ul {
		transform: translateY(0) scaleY(1) scaleX(1); transform-origin: 50% 50%; filter: blur(0); opacity: 1;
		}
	/* slide down */
	.is-sub-menu-ani-slide-down .nav-menu ul ul {
		transform: rotateX(-90deg); transform-origin: top; opacity: 0;
		}
	.is-sub-menu-ani-slide-down .nav-menu ul > li:hover > ul {
		transform: rotateX(0deg); transform-origin: top; opacity: 1;
		}
	/* flip in */
	.is-sub-menu-ani-flip-in .nav-menu ul ul {
		transform: perspective(240px) rotateX(-90deg); transform-origin: top; opacity: 0; 
		}
	.is-sub-menu-ani-flip-in .nav-menu ul > li:hover > ul {
		transform: rotateX(0deg); transform-origin: top; opacity: 1;
		}
	/* flip in half */
	.is-sub-menu-ani-flip-in-half .nav-menu ul ul {
		opacity: 0; transform: perspective(40px) rotateX(-1deg) translateY(0px) skewX(5deg); transform-origin: 0 0;
		}
	.is-sub-menu-ani-flip-in-half .nav-menu ul > li:hover > ul {
		opacity: 1; transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg); 
		}
	/* ratate in */
	.is-sub-menu-ani-rotate-in .nav-menu ul ul {
		transform: perspective(240px) rotateY(-90deg); transform-origin: top; opacity: 0; 
		}
	.is-sub-menu-ani-rotate-in .nav-menu ul > li:hover > ul {
		transform: rotateY(0deg); transform-origin: top; opacity: 1;
		}
	/* fly in */
	.is-sub-menu-ani-fly-in .nav-menu ul ul {
		opacity: 0; transform: perspective(40px) rotateX(2deg) translateY(20px); transform-origin: top;
		}
	.is-sub-menu-ani-fly-in .nav-menu ul > li:hover > ul {
		opacity: 1; transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg); 
		}
	/* tilt in */
	.is-sub-menu-ani-tilt-in .nav-menu ul ul {
		transform: perspective(440px) rotateY(20deg) rotateX(-35deg) translate(30px, 30px) skew(15deg, -10deg); opacity: 0; 
		}
	.is-sub-menu-ani-tilt-in .nav-menu ul ul ul {
		transform: perspective(1440px) rotateY(10deg) rotateX(-15deg) translate(30px, 30px) skew(15deg, -10deg); opacity: 0; transform-origin: top;
		}
	.is-sub-menu-ani-tilt-in .nav-menu ul > li:hover > ul {
		transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg); opacity: 1;
		}
	/* END:  SUB MENU ANIMATIONS */
	/* ---------------------------- */



	/* --------------------------------- */
	/* MENU LINK HOVER EFFECTS */
	/* overline */
	.is-menu-hover-overline .nav-menu .link-text {
		display: inline; position: relative;
		}
	.is-menu-hover-overline .nav-menu .link-text:before {
		content: ""; position: absolute; right: 0; bottom: 50%; margin-bottom: -0.05em; width: 0; border-bottom: .2em solid; transition: width .3s;
		}
	.is-menu-hover-overline .nav-menu a:hover .link-text:before,
	.is-menu-hover-overline .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-overline .nav-menu li.current-menu-item > a > .link-text:before {
		width: 100%; left: 0;
		}
	/* underline */
	.is-menu-hover-underline .nav-menu .link-text {
		display: inline; position: relative;
		}
	.is-menu-hover-underline .nav-menu .link-text:before {
		content: ""; position: absolute; right: 0; bottom: -4px; width: 0; border-bottom: .1em solid; transition: width .3s;
		}
	.is-menu-hover-underline .nav-menu a:hover .link-text:before,
	.is-menu-hover-underline .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-underline .nav-menu li.current-menu-item > a > .link-text:before {
		width: 100%; left: 0;
		}
	/* underline bold */
	.is-menu-hover-underline-bold .nav-menu .link-text:before {
		border-bottom-width: .34em;
		}
	/* marker */
	.is-menu-hover-marker .nav-menu .link-text {
		display: inline; padding: 1px; position: relative; z-index: 10;
		}
	.is-menu-hover-marker .nav-menu ul ul .link-text {
		display: inline; 
		}
	.is-menu-hover-marker .nav-menu .link-text:before {
		content: ""; position: absolute; top: 50%; left: 0; right: 0; width: 100%; height: 0; transition: height .2s; z-index: -1;
		}
	.is-menu-hover-marker .nav-menu a:hover .link-text:before,
	.is-menu-hover-marker .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-marker .nav-menu li.current-menu-item > a > .link-text:before {
		height: 50%; bottom: 0; top: auto;
		}
	/* marker bold - dependency : .is-menu-hover-marker */
	.is-menu-hover-marker-bold .nav-menu .link-text {
		display: inline-block;
		}
	/* marker horizontal - dependency : .is-menu-hover-marker */
	.is-menu-hover-marker-horizontal .nav-menu .link-text:before {
		right: 0; left: auto; width: 0; transition: width .3s; width: 0; height: 50%;
		}
	.is-menu-hover-marker-horizontal .nav-menu a:hover .link-text:before,
	.is-menu-hover-marker-horizontal .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-marker-horizontal .nav-menu li.current-menu-item > a > .link-text:before {
		width: 100%; left: 0; right: auto;
			}
	/* badge */
	.is-menu-hover-badge .nav-menu > ul > li {
		margin: 0 .25vw;
		}
	.is-menu-hover-badge .nav-menu .link-text {
		display: inline; padding: 3px 6px; position: relative; z-index: 10;
		}
	.is-menu-hover-badge .nav-menu ul ul .link-text {
		display: inline-block; padding: 1px 5px; 
		}
	.is-menu-hover-badge .nav-menu .link-text:before {
		content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 0; transition: height .3s; z-index: -1; 
		}
	.is-menu-hover-badge .nav-menu a:hover .link-text:before,
	.is-menu-hover-badge .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-badge .nav-menu li.current-menu-item > a > .link-text:before {
		height: 100%; bottom: 0; top: auto;
		}
	/* badge horizontal - dependency : .is-menu-hover-badge */
	.is-menu-hover-badge-horizontal .nav-menu .link-text:before {
		left: auto; width: 0; height: 100%; transition: width .3s;
		}
	.is-menu-hover-badge-horizontal .nav-menu a:hover .link-text:before,
	.is-menu-hover-badge-horizontal .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-badge-horizontal .nav-menu li.current-menu-item > a > .link-text:before {
		width: 100%; left: 0; 
		}
	/* badge center - dependency : .is-menu-hover-badge */
	.is-menu-hover-badge-center .nav-menu .link-text:before {
		height: 100%; opacity: 0; transform: scale(1,0); transition: all .2s ease-out;
		}
	.is-menu-hover-badge-center .nav-menu a:hover .link-text:before,
	.is-menu-hover-badge-center .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-badge-center .nav-menu li.current-menu-item > a > .link-text:before {
		transform: scale(1); opacity: 1;
		}
	/* badge round - dependency : .is-menu-hover-badge */
	.is-menu-hover-badge-round .nav-menu > ul > li {
		margin: 0 1px;
		}
	.is-menu-hover-badge-round .nav-menu .link-text {
		padding: 7px 12px; 
		}
	.is-menu-hover-badge-round .nav-menu ul ul .link-text {
		padding: 4px 10px 3px 10px; 
		}
	.is-menu-hover-badge-round .nav-menu .link-text:before {
		height: 100%; opacity: 0; transform: scale(1,0); transition: all .2s ease-out; 
		}
	.is-menu-hover-badge-round .nav-menu a:hover .link-text:before,
	.is-menu-hover-badge-round .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-badge-round .nav-menu li.current-menu-item > a > .link-text:before {
		transform: scale(1); opacity: 1; border-radius: 1.4em;
		}
	/* solid */
	.is-menu-hover-solid .nav-menu > ul > li {
		margin: 0 0 0 -4px;
		}
	.is-menu-hover-solid.is-submenu-align-left .nav-menu > ul > li > ul {
		left: 0px;
		}
	.is-menu-hover-solid:not(.is-header-vertical) .nav-menu ul ul li a {
		padding-left: 16px;
		}
	.is-menu-hover-solid .nav-menu > ul > li > a .link-text {
		display: inline-block; padding: 0 16px; position: relative; z-index: 10;
		}
	.is-menu-hover-solid .nav-menu > ul > li > a .link-text:before {
		content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 0; transition: height .3s; z-index: -1; 
		}
	.is-menu-hover-solid .nav-menu a:hover .link-text:before,
	.is-menu-hover-solid .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-solid .nav-menu li.current-menu-item > a > .link-text:before {
		height: 100%; bottom: 0; top: auto;
		}
	/* solid horizontal - dependency : .is-menu-hover-solid  */
	.is-menu-hover-solid-horizontal .nav-menu > ul > li > a .link-text:before {
		left: auto; width: 0; height: 100%; transition: width .3s;
		}
	.is-menu-hover-solid-horizontal .nav-menu a:hover .link-text:before,
	.is-menu-hover-solid-horizontal .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-solid-horizontal .nav-menu li.current-menu-item > a > .link-text:before {
		width: 100%; left: 0; 
		}
	/* solid skew - dependency : .is-menu-hover-solid  */
	.is-menu-hover-skew .nav-menu > ul > li > a .link-text:before {
		transform: skew(25deg);
		}
	/* solid overflow - dependency : .is-menu-hover-solid  */
	.is-menu-hover-overflow .nav-menu > ul > li > a .link-text:before {
		bottom: 0; left: 0; right: 0;
		}
	.is-menu-hover-overflow .nav-menu a:hover .link-text:before,
	.is-menu-hover-overflow .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-overflow .nav-menu li.current-menu-item > a > .link-text:before {
		height: calc(100% + 15px); top: 0; bottom: auto;
		}
	/* solid arrow - dependency : .is-menu-hover-solid .is-menu-hover-overflow  */
	.is-menu-hover-arrow .nav-menu > ul > li > a .link-text:before {
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), 65% calc(100% - 15px), 50% 100%, 35% calc(100% - 15px), 0% calc(100% - 15px));
		}
	/* solid arrow-left - dependency : .is-menu-hover-solid .is-menu-hover-overflow  */
	.is-menu-hover-arrow-left .nav-menu > ul > li > a .link-text:before {
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), 20% calc(100% - 15px), 0 100%);
		}
	/* solid arrow-right - dependency : .is-menu-hover-solid .is-menu-hover-overflow  */
	.is-menu-hover-arrow-right .nav-menu > ul > li > a .link-text:before {
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), 100% 100%, 80% calc(100% - 15px), 0% calc(100% - 15px));
		}
	/* solid chat - dependency : .is-menu-hover-solid .is-menu-hover-overflow  */
	.is-menu-hover-chat-box .nav-menu > ul > li > a .link-text:before {
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) calc(100% - 15px), calc(100% - 15px) 100%, 60% calc(100% - 15px), 0% calc(100% - 15px));
		}
	/* solid cut-left - dependency : .is-menu-hover-solid .is-menu-hover-overflow  */
	.is-menu-hover-cut-left .nav-menu > ul > li > a .link-text:before {
		clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
		}
	/* solid cut-right - dependency : .is-menu-hover-solid .is-menu-hover-overflow  */
	.is-menu-hover-cut-right .nav-menu > ul > li > a .link-text:before {
		clip-path: polygon(100% 0, 100% calc(100% - 15px), 0 100%, 0 0);
		}
	/* ribbon - dependency : .is-menu-hover-solid .is-menu-hover-overflow  */
	.is-menu-hover-ribbon .nav-menu a:hover .link-text:before,
	.is-menu-hover-ribbon .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-ribbon .nav-menu li.current-menu-item > a > .link-text:before {
		height: calc(100% + 25px);
		}
	.is-menu-hover-ribbon .nav-menu > ul > li > a .link-text:before {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 15px), 0 100%);
		}
	/* chevron - dependency : .is-menu-hover-solid .is-menu-hover-overflow  */
	.is-menu-hover-chevron .nav-menu a:hover .link-text:before,
	.is-menu-hover-chevron .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-chevron .nav-menu li.current-menu-item > a > .link-text:before {
		height: calc(100% + 20px);
		}
	.is-menu-hover-chevron .nav-menu > ul > li > a .link-text:before {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
		}
	/* paper tear - dependency : .is-menu-hover-solid .is-menu-hover-overflow  */
	.is-menu-hover-paper-tear .nav-menu > ul > li > a .link-text:before {
		clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 0 100%, 5% 95%, 10% 100%, 15% 95%, 20% 100%, 25% 95%, 30% 100%, 35% 95%, 40% 100%, 45% 95%, 50% 100%, 55% 95%, 60% 100%, 65% 95%, 70% 100%, 75% 95%, 80% 100%, 85% 95%, 90% 100%, 95% 95%, 100% 100%);
		}
	/* borders */
	.is-menu-hover-borders .nav-menu > ul > li {
		margin: 0 .25vw;
		}
	.is-menu-hover-borders .nav-menu .link-text {
		display: inline; padding: 7px 8px 5px 8px; position: relative; z-index: 10;
		}
	.is-menu-hover-borders .nav-menu ul ul .link-text {
		display: inline-block; padding: 3px 5px 1px 5px;
		}
	.is-menu-hover-borders .nav-menu .link-text:before {
		content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; border: .1em solid; transition: all .3s; z-index: -1; background: none !important;
		}
	.is-menu-hover-borders .nav-menu a:hover .link-text:before,
	.is-menu-hover-borders .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-borders .nav-menu li.current-menu-item > a > .link-text:before {
		opacity: 1; background: none !important;
		}
	/* borders bold - dependency : .is-menu-hover-borders */
	.is-menu-hover-borders-bold .nav-menu .link-text:before {
		border-width: 3px;
		}
	/* borders round - dependency : .is-menu-hover-borders */
	.is-menu-hover-borders-round .nav-menu > ul > li {
		margin: 0 2px;
		}
	.is-menu-hover-borders-round .nav-menu .link-text {
		padding: 8px 10px 6px 10px;
		}
	.is-menu-hover-borders-round .nav-menu ul ul .link-text {
		padding: 3px 7px 1px 7px;
		}
	.is-menu-hover-borders-round .nav-menu .link-text:before {
		border-radius: 1.4em;
		}
	/* border top */
	.is-menu-hover-border-top .nav-menu > ul > li {
		margin: 0 0 0 -5px;
		}
	.is-menu-hover-border-top .nav-menu > ul > li > a .link-text {
		padding: 0 12px; display: inline-block; position: relative; z-index: 10;
		}
	.is-menu-hover-border-top.is-submenu-align-left .nav-menu > ul > li > ul {
		left: -12px;
		}
	.is-menu-hover-border-top .nav-menu > ul > li > a .link-text:before {
		content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 0; transition: height .2s; z-index: -1;
		}
	.is-menu-hover-border-top .nav-menu a:hover .link-text:before,
	.is-menu-hover-border-top .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-border-top .nav-menu li.current-menu-item > a > .link-text:before {
		height: 4px;
		}
	/* border bottom */
	.is-menu-hover-border-bottom .nav-menu > ul > li {
		margin: 0 0 0 -5px;
		}
	.is-menu-hover-border-bottom .nav-menu > ul > li > a .link-text {
		padding: 0 12px; display: inline-block; position: relative; z-index: 10;
		}
	.is-menu-hover-border-bottom.is-submenu-align-left .nav-menu > ul > li > ul {
		left: -12px;
		}
	.is-menu-hover-border-bottom .nav-menu > ul > li > a .link-text:before {
		content: ""; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 0; transition: height .2s; z-index: -1;
		}
	.is-menu-hover-border-bottom .nav-menu a:hover .link-text:before,
	.is-menu-hover-border-bottom .nav-menu li.has-submenu:hover > a > .link-text:before,
	.is-menu-hover-border-bottom .nav-menu li.current-menu-item > a > .link-text:before {
		height: 5px;
		}
	
	/* MENU ACTIVE LINK TEXT COLOR */
	.nav-menu > ul > li.current-menu-item > a { 
		color: #b79f8a !important; 
		}

	/* MENU ACTIVE LINK BG/BORDER COLOR */
	.nav-menu li.current-menu-item > a .link-text:before {
		background-color: #111 !important; border-color: #111  !important;
		}

	/* MENU LINK HOVER TEXT COLOR */
	html .nav-menu > ul > li > a:hover,
	.nav-menu > ul > li.has-submenu:hover > a {
		color: #111;
		}

	/* MENU LINK HOVER BG/BORDER COLOR */
	html.loaded .nav-menu ul li a .link-text:before,
	.nav-menu li.has-submenu:hover > a .link-text:before {
		background-color: #dad6cc; border-color: #dad6cc;
		}

	/* END:  MENU LINK HOVER EFFECTS */		
	/* --------------------------------- */
	


	/* --------------------------------- */
    /* HEADER SEARCH */
	.search-container {
		display: flex; align-items: center; justify-content: center; height: 100%; max-height: 100%; visibility: hidden; opacity: 0; /* -webkit-filter: blur(22px); filter: blur(22px); */ padding: 0; position: absolute; top: 0; right: 30px; width: 160px;
		}
	.is-search-toggled-on .search-container {
		visibility: visible; opacity: 1; /* -webkit-filter: blur(0px); filter: blur(0px); */
		}
	.is-search-toggled-on.is-menu-align-right:not(.is-header-vertical) .nav-menu,
	.is-search-toggled-on.is-menu-align-left:not(.is-header-vertical) .site-navigation .social-container,
	.is-search-toggled-on.is-header-row .nav-menu,
	.is-search-toggled-on.is-header-small:not(.is-menu-align-right):not(.is-header-logo-center) .site-navigation .social-container,
	.is-search-toggled-on.is-header-small.is-header-float-box.is-header-logo-center .site-header:not(.clone) .nav-menu,
	.is-search-toggled-on  .shopping-cart {
		visibility: hidden; opacity: 0; /* -webkit-filter: blur(22px); filter: blur(22px); */
		}
	.search-toggle {
		display: flex; align-items: center; justify-content: center;
		}
	.is-search-toggled-on .search-toggle:before {
		content: '\e898';
		}
	.search-box label span {
		display: none;
		}
    .search-box #search-field {
		max-width: 100%; font-size: 15px; padding: 0; line-height: 53px; text-align: right;
        }
	/* --------------------------------- */


	
	/* --------------------------------- */	
	/* HEADER ROW */
	.is-header-row .header-wrap-inner {
		flex-wrap: nowrap; padding: 12px 0; transition: padding 0.5s;
		}
	.is-header-row .site-header .layout-medium {
		width: 100%; max-width: 100%;
		}
	.is-header-row .site-branding {
		display: flex; align-items: center; flex-wrap: wrap; padding: 0; max-width: 28%; text-align: left;
		}
	.is-header-row .site-branding-wrap {
		padding: 0;
		}
	.is-header-row .site-branding > * {
		width: 100%;
		}
	.is-header-row .site-branding-wrap {
		justify-content: flex-start;
		}
	.is-header-row .nav-menu {
		padding-right: 32px; text-align: right; transition: all 0.5s;
		}
	.is-header-row.is-header-search-disabled .nav-menu {
		padding-right: 0;
		}
	.is-header-row .shopping-cart ~ .nav-menu {
		padding-right: 72px;
		} 
	.is-header-row.is-header-search-disabled .shopping-cart ~ .nav-menu {
		padding-right: 40px;
		} 
	.is-header-row:not(.is-header-smaller) .site-header .site-navigation {
		padding-bottom: 40px;
		}
	.is-header-row .site-navigation .social-container {
		top: 52px; right: -3px; left: auto; height: 38px;
		}
	.is-header-row .nav-menu > ul > li {
		line-height: 58px;
		}
	.is-header-row .site-header.clone .site-description, 
	.is-header-row .site-header.clone .site-navigation .social-container {
		transition: height .2s;
		}
	/* sticky */
	.is-header-row.is-header-smaller .site-header.clone .header-wrap-inner {
		padding: 0;
		}
	.is-header-row.is-header-smaller .site-header.clone .site-description,
	.is-header-row.is-header-smaller .site-header.clone .site-navigation .social-container {
		margin: 0; height: 0; overflow: hidden;
		}
	/* END: HEADER ROW */
	/* --------------------------------- */	


	/* --------------------------------- */	
	/* HEADER SMALL */
	.is-header-small .site-header {
		text-align: center;
		}
	.is-header-small .header-wrap {
		position: relative; max-height: 100%;
		}
	.is-header-small:not(.is-header-logo-center) .header-wrap {
		transition: line-height .4s;
		}
	.is-header-small .site-branding-wrap {
		justify-content: flex-start;
		}
	/* HEADER SMALL HEIGHT */
	.is-header-small .header-wrap {
		line-height: 90px; 
		}
	.is-header-small .site-branding {
		max-height: 90px; 
		}
	.is-header-small.is-header-smaller .site-header.clone .header-wrap {
		line-height: 74px;
		}
	.is-header-small.is-header-smaller .site-header.clone .site-branding {
		max-height: 74px; 
		}
	/* END: HEADER SMALL HEIGHT */
	.is-header-small .site-branding {
		left: 0px; padding: 0;
		}
	.is-header-small .site-branding-wrap {
		padding: 0;
		}
	.is-header-small .site-title {
		line-height: inherit;
		}
	.is-header-small .nav-menu > ul {
		line-height: inherit; display: block;
		}
	.is-header-small .nav-menu ul li{
		line-height: inherit; max-height: 100%;
		}
	.is-header-small .site-navigation .social-container,
	.is-header-small.is-header-logo-center.is-menu-align-left .site-navigation .social-container {
		padding-left: 24px; left: auto; right: 32px;
		}
	.is-header-small.is-header-search-disabled .site-navigation .social-container,
	.is-header-small.is-header-logo-center.is-menu-align-left.is-header-search-disabled .site-navigation .social-container {
		right: 0;
		}
	.is-header-small .site-header .shopping-cart ~ .social-container,
	.is-header-small.is-header-logo-center.is-menu-align-left .site-header .shopping-cart ~ .social-container {
		right: 70px; left: auto;
		}
	.is-header-small.is-header-search-disabled .site-header .shopping-cart ~ .social-container,
	.is-header-small.is-header-logo-center.is-menu-align-left.is-header-search-disabled .site-header .shopping-cart ~ .social-container {
		right: 44px; left: auto;
		}
	/* END: HEADER SMALL */
	/* --------------------------------- */	


	/* --------------------------------- */
	/* HEADER PADDING */
	.is-header-padding-left:not(.is-menu-bar).is-header-fixed-width .header-wrap-inner,
	.is-header-padding-left:not(.is-menu-bar).is-menu-full .header-wrap-inner,
	.is-header-padding-left:not(.is-menu-bar).is-header-float-box .site-header:not(.clone) .header-wrap-inner { /* remove padding right */
		margin-right: 0; width: 96%;
		}
	.is-header-padding-right:not(.is-menu-bar).is-header-fixed-width .header-wrap-inner,
	.is-header-padding-right:not(.is-menu-bar).is-menu-full .header-wrap-inner,
	.is-header-padding-right:not(.is-menu-bar).is-header-float-box .site-header:not(.clone) .header-wrap-inner  { /* remove padding left */
		margin-left: 0; width: 96%;
		}
	/* END: HEADER PADDING */
	/* --------------------------------- */


	/* --------------------------------- */
	/* HEADER SMALL LOGO CENTER */
	.is-header-small.is-header-logo-center .site-navigation .social-container {
		left: 0; right: auto; padding-left: 0;
		}
    .is-header-small.is-header-logo-center .header-wrap-inner > .site-branding {
		display: none;
		}
    .is-header-small.is-header-logo-center .site-navigation .site-branding {
		position: relative; float: none !important; max-width: 100%; margin: 0 10px;
		}
	.is-header-small.is-header-logo-center.is-header-smaller .site-navigation .site-branding {
		top: 0;
		}
	/* fix for menu jump on js generetad logo adding to the menu */
    .is-header-logo-center .site-header:not(.ready) {
		opacity: 0;
        }
    .is-header-small.is-header-logo-center .site-navigation .menu-logo {
		vertical-align: middle;
		}
	/* END: HEADER SMALL LOGO CENTER */
	/* --------------------------------- */

	
	
	/* --------------------------------- */
	/* HEADER SMALL LOGO BG STRETCH */
	.is-logo-bg-stretch-left.is-header-small:not(.is-header-logo-center) .site-header .site-title a {
		margin-left: -1400px; padding-left: 1400px;
		}
	/* fix for header border bottom : header border boottom should follow to left stretched box logo */
	.is-logo-bg-stretch-left.is-header-smal:not(.is-header-logo-center) .site-header .menu-wrap:after, 
	.is-logo-bg-stretch-left.is-header-small:not(.is-header-logo-center) .site-header .menu-wrap .layout-medium:after, 
	.is-logo-bg-stretch-left.is-header-small:not(.is-header-logo-center) .header-wrap:after, .header-wrap-inner:after, 
	.is-logo-bg-stretch-left.is-header-small:not(.is-header-logo-center) .site-header .site-branding:after, 
	.is-logo-bg-stretch-left.is-header-small:not(.is-header-logo-center) .site-header .site-branding-wrap:after {
		left: -600px;
		}
	/* END: HEADER SMALL LOGO BG STRETCH */
	/* --------------------------------- */


	
	/* --------------------------------- */
	/* MENU TOP LOGO OVERFLOW */
	.is-menu-top.is-logo-overflow:not(.is-header-float) .site-header:not(.clone) .header-wrap {
		margin-bottom: -60px;
		}
	/* fix for js jump */
	.is-menu-top.is-logo-overflow:not(.is-header-float) .site-header + .site-main {
		margin-top: 82px;
		}
	/* END: MENU TOP LOGO OVERFLOW */
	/* --------------------------------- */



	/* --------------------------------- */
	/* HEADER VERTICAL */
	.is-header-vertical .top-bar {    
		z-index: 910;
		}
	.is-header-vertical .site-header {    
		position: absolute; width: 260px; top: 0; bottom: 0; height: 100%;
		}

	/* vertical left */
	.is-header-vertical-left .site-header {    
		left: 0;
		}
	.is-header-vertical-left .site {
		padding-left: 260px;
		}
	/* vertical right */
	.is-header-vertical-right .site-header{
		right: 0;
		}
	.is-header-vertical-right .site {
		padding-right: 260px;
		}

	.is-header-vertical .site-header.clone {    
		display: none;
		}
	.is-header-vertical .site-header .header-wrap {    
		height: 100%; width: 260px; overflow: auto; overflow-x: hidden; transition: transform 0.4s, opacity 0.4s;
		}
	.is-header-vertical.is-menu-sticky .site-header .header-wrap {    
		position: fixed;
		}
	/* Header Vertical and Menu Smart Sticky : header disappears on scroll down and appears on scroll up - all animated */	
	.is-header-vertical.is-menu-smart-sticky .site {
		transition: padding 0.4s;
		}
	.is-header-smaller.is-header-vertical.is-menu-smart-sticky.menu-invisible .site-header .header-wrap {
		transform: 0.6s, opacity 0.4s;
		}	
	.is-body-boxed.is-header-smaller.is-header-vertical.is-menu-smart-sticky.menu-invisible .site-header .header-wrap {
		opacity: 0; pointer-events: none;
		}	
	/* header left */	
	.is-header-smaller.is-menu-smart-sticky.is-header-vertical-left.menu-invisible .site-header .header-wrap {
		transform: translateX(-100%);
		}	
	.is-header-smaller.is-menu-smart-sticky.is-header-vertical-left.menu-invisible .site {
		padding-left: 0; 
		}
	/* header right */	
	.is-header-smaller.is-menu-smart-sticky.is-header-vertical-right.menu-invisible .site-header .header-wrap {
		transform: translateX(100%);
		}	
	.is-header-smaller.is-menu-smart-sticky.is-header-vertical-right.menu-invisible .site {
		padding-right: 0; 
		}
	/* END: Header Vertical and Menu Smart Sticky */

	/* Fix: Edge submenus not usable */ 
	.is-Edge.is-header-vertical .site-header {
		position: fixed;
		}
	.is-Edge.is-header-vertical .header-wrap {
		position: absolute;
		}
	/* END Fix: Edge submenus not usable */ 
	
	.is-header-vertical .site-header .header-wrap-inner {    
		width: 100%; padding: 0 32px;
		}
	.is-header-vertical .site-header .site-branding-wrap {    
		flex-direction: column;
		}
	.is-header-vertical .site-header .site-branding-left {    
		margin-bottom: 16px; display: none;
		}
	.is-header-vertical .site-header .site-branding-right {    
		margin-top: 16px; display: none;
		}
	.is-header-vertical .menu-wrap {
		background: none !important;
		}
	.is-header-vertical .menu-wrap .layout-medium {
		width: 100%;
		}
	.is-header-vertical .nav-menu {
		padding-top: 60px; /* make room for search toggle and shopping cart */
		}
	.is-header-vertical .nav-menu > ul {
		display: block;
		}
	.is-header-vertical.is-menu-align-left .nav-menu > ul,
	.is-header-vertical.is-menu-align-left .site-branding,
	.is-header-vertical.is-menu-align-left .site-navigation .social-container {
		text-align: left;
		}
	.is-header-vertical.is-menu-align-right .nav-menu > ul,
	.is-header-vertical.is-menu-align-right .site-branding,
	.is-header-vertical.is-menu-align-right .site-navigation .social-container {
		text-align: right;
		}
	.is-header-vertical .nav-menu > ul > li {
		display: block; line-height: 30px; margin: 0;
		}
	.is-header-vertical .nav-menu ul  li  a .submenu-toggle:before {
		content: '\e823';
		}
	html.is-header-vertical .nav-menu ul ul {
		width: 260px; position: fixed; top: 0; height: 100%; height: 100vh; left: 260px; transition-delay: .1s; box-shadow: 0 0px 22px 3px rgba(76, 89, 119, 0.12);
		}
	html.is-header-vertical:not(.is-IE) .nav-menu > ul ul ul {
		left: 100% !important;
		}
	html.is-header-vertical .nav-menu > ul ul a {
		padding: 12px 30px;
		}
	html.is-header-vertical .nav-menu > ul li:hover > ul {
		transition-delay: 0s;
		}
	.is-header-vertical .site-navigation .social-container {
		position: relative; left: auto; right: auto; margin-top: 24px;
		}
	.is-header-vertical .site-navigation .shopping-cart {
		height: 52px; left: 0;
		}
	.is-header-vertical.is-menu-align-right .site-navigation .shopping-cart {
		left: auto; right: 14px;
		}
	.is-header-vertical .site-navigation .search-toggle,
	.is-header-vertical .site-navigation .search-container {
		height: 52px;
		}
	.is-header-vertical .site-navigation .social-container {
		display: block;
		}
	html.is-header-vertical-right .nav-menu ul ul {
		right: 260px; left: auto !important;
		}
	html.is-header-vertical-right:not(.is-IE) .nav-menu > ul ul ul {
		right: 100% !important;  left: auto !important;
		}
	.is-header-vertical-right .nav-menu ul ul .submenu-toggle {
		float: left; margin-right: 0; margin-left: -16px;
		}
	
	/* Menu Full Left : removes menu left margin */
	.is-header-vertical.is-menu-align-left.is-menu-full .nav-menu {
		margin-left: -32px;
		}
	.is-header-vertical.is-menu-align-left.is-menu-full.is-menu-hover-solid .nav-menu > ul > li > a .link-text {
		padding-left: 32px;
		}
	/* Menu Full Right : removes menu right margin */
	.is-header-vertical.is-menu-align-right.is-menu-full .nav-menu {
		margin-right: -32px;
		}
	.is-header-vertical.is-menu-align-right.is-menu-full.is-menu-hover-solid .nav-menu > ul > li > a .link-text {
		padding-right: 32px;
		}

	/* Widgets in Header Vertical */
	.is-header-vertical .site-header .social-container .widget {
		font-size: 13px; margin: 50px 0;
		}
	.is-header-vertical .site-header .social-container .widget-title {
		color: inherit; opacity: 0.5;
		}
	.is-header-dark.is-header-vertical .widget_search .search-form .search-field {
		border-color: rgba(255, 255, 255, 0.17);
		}
	.site-header .mc4wp-form {
		padding: 14px;
		}
	.is-header-dark .site-header .mc4wp-form {
		color: #111;
		}
	.site-header .tptn_posts_widget img {
		max-height: 84px;
		}
	.is-header-dark.is-header-vertical .site-header .widget_search .search-form .search-field {
		border-color: rgba(255, 255, 255, 0.17);
		}
	/* custom scrollbar for vertical header */
	.is-header-vertical .site-header *::-webkit-scrollbar {
		width: 6px;
		}
	.is-header-vertical .site-header *::-webkit-scrollbar-track {
		box-shadow: inset 0 0 6px rgba(0,0,0,0.2); display: none;
		}
	.is-header-vertical .site-header:hover *::-webkit-scrollbar-track {
		display: block;
		}
	.is-header-dark.is-header-vertical .site-header *::-webkit-scrollbar-track {
		box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		}
	.is-header-vertical .site-header *::-webkit-scrollbar-thumb {
		background-color: currentColor; display: none;
		}
	.is-header-vertical .site-header:hover *::-webkit-scrollbar-thumb {
		display: block;
		}
	.is-header-vertical .header-wrap {
		margin-top: 0; margin-bottom: 0;
		}
	.is-header-vertical .header-wrap:after {
		top: 0; bottom: 0;
		}
	.is-header-vertical-left .header-wrap:after {
		left: auto; right: 0;
		}
	.is-header-vertical-right .header-wrap:after {
		right: auto; left: 0;
		}

	/* END: HEADER VERTICAL */
	/* --------------------------------- */	



	/* --------------------------------- */	
	/* MENU LEFT / RIGHT ALIGN */
	.is-header-small.is-menu-align-left .header-wrap-inner,
	.is-header-small.is-menu-align-right .header-wrap-inner,
	.is-header-small.is-menu-align-right .site-navigation .layout-medium {
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		}
	.is-header-small.is-menu-align-left .site-branding,
	.is-header-small.is-menu-align-right .site-branding  {
		position: relative; left: auto; order: 1; white-space: nowrap;
		}
	.is-header-small.is-menu-align-left .site-branding img,
	.is-header-small.is-menu-align-right .site-branding img  {
		margin-top: -2px;
		}
	.is-header-small.is-menu-align-left .site-navigation {
		order: 2; margin-left: 36px; flex: 1; flex-grow: 1;
		}
	.is-header-small.is-menu-align-left .nav-menu {
		text-align: left;
		}
	.is-header-small.is-menu-align-right .site-navigation {
		order: 2; flex: 1; flex-grow: 1;
		}
	.is-header-small.is-menu-align-right .site-navigation .social-container {
		order: 1; position: relative; left: auto; right: auto; margin-left: 24px; height: auto;
		}
	.is-header-small.is-menu-align-right .nav-menu {
		order: 2; text-align: right; margin-left: auto; padding-right: 32px;
		}
	.is-header-small.is-menu-align-right .shopping-cart ~ .nav-menu {
		padding-right: 84px;
		}
	.is-header-small.is-menu-align-right .site-navigation .social-container {
		padding-left: 0;
		}
	/* END: MENU LEFT / RIGHT ALIGN */	
	/* --------------------------------- */



	/* --------------------------------- */	
	/* MENU LINKS BORDERS */
	.is-menu-inline-borders .nav-menu > ul > li {
		margin: 0 -2px;
		}
	.is-menu-inline-borders:not(.is-menu-hover-solid) .nav-menu > ul > li > a {
		padding: 0 10px;
		}
	.is-menu-inline-borders .nav-menu > ul > li:after {
		content: ""; position: absolute; top: 0px; right: -1px; left: -1px; bottom: 0px; border-right: 1px solid; transition: opacity .2s; pointer-events: none;
		}
	.is-menu-inline-borders .nav-menu > ul > li:first-child:after {
		border-left: 1px solid; 
		}
	/* borders top */
	.is-menu-inline-borders.is-menu-inline-borders-top .nav-menu > ul > li:after {
		top: -1px; border-top: 1px solid; 
		}
	/* borders bottom */
	.is-menu-inline-borders.is-menu-inline-borders-bottom .nav-menu > ul > li:after {
		bottom: -1px; border-bottom: 1px solid; 
		}
	/* borders light */
	.is-menu-inline-borders.is-menu-inline-borders-light .nav-menu > ul > li:after {
		opacity: 0.12;
		}
	/* borders bold */
	.is-menu-inline-borders.is-menu-inline-borders-bold .nav-menu > ul > li {
		margin-right: -1px;
		}
	.is-menu-inline-borders.is-menu-inline-borders-bold .nav-menu > ul > li:after {
		border-width: 2px !important; right: -2px; left: -2px;
		}
	/* fix : more margin for logo when header logo center layout */
	.is-menu-inline-borders.is-header-small.is-header-logo-center .site-navigation .site-branding {
		margin: 0 24px;
		}
	/* fix : header transparent menu link borders always light and thin */
	.is-header-transparent.is-menu-inline-borders .site-header:not(.clone) .site-navigation:not(.clone) .nav-menu > ul > li:after {
		border-width: 1px; opacity: 0.2;
		}
	/* fix : hide borders for header row and verical layouts */
	.is-header-row.is-menu-inline-borders .nav-menu > ul > li:after,
	.is-header-vertical.is-menu-inline-borders .nav-menu > ul > li:after {
		opacity: 0;
		}
	/* END: MENU LINKS BORDERS */
	/* --------------------------------- */	



	/* --------------------------------- */	
	/* HEADER INNER STYLE */
	.is-header-inline-borders:not(.is-header-row) .site-header .social-container:after,
	.is-header-inline-borders:not(.is-header-row) .site-header .site-branding:after,
	.is-header-inline-borders:not(.is-header-row):not(.is-header-vertical) .site-header .shopping-cart:after,
	.is-header-inline-borders.is-header-vertical .site-header .nav-menu:after  {
		content: ""; position: absolute; top: 0; bottom: 0; left: 0; 		
		}
	.is-header-inline-borders.is-header-small:not(.is-menu-align-right):not(.is-header-logo-center) .site-header .social-container:after,
	.is-header-inline-borders.is-menu-bar.is-menu-align-left .site-navigation .social-container:after {
		border-left: 1px solid; 		
		}
	.is-header-inline-borders.is-menu-bar.is-menu-align-left .site-navigation .social-container {
		padding-left: 24px;		
		}
	.is-header-inline-borders.is-header-small.is-header-logo-center .site-header .social-container,
	.is-header-inline-borders.is-header-small:not(.is-header-logo-center) .site-header .site-branding,
	.is-header-inline-borders.is-menu-bar:not(.is-menu-align-left) .site-navigation .social-container {
		padding-right: 24px;		
		}
	.is-header-inline-borders.is-header-small.is-header-logo-center .site-header .social-container:after,
	.is-header-inline-borders.is-header-small:not(.is-header-logo-center) .site-header .site-branding:after,
	.is-header-inline-borders.is-menu-bar:not(.is-menu-align-left) .site-navigation .social-container:after {
		left: auto; right: 0; border-right: 1px solid; 		
		}
	.is-header-inline-borders:not(.is-header-row):not(.is-header-vertical).is-menu-align-right .site-header .shopping-cart:after,
	.is-header-inline-borders.is-menu-bar:not(.is-menu-align-left) .site-header .shopping-cart:after,
	.is-header-inline-borders:not(.is-header-row):not(.is-header-vertical).is-header-logo-center .site-header .shopping-cart:after {
		border-left: 1px solid;	left: -6px;
		}
	/* Header Vertical */
	.is-header-inline-borders.is-header-vertical .site-header .site-branding:after {
		border-bottom: 1px solid; right: -32px; left: -32px; 
		}
	.is-header-inline-borders.is-header-vertical .site-header .nav-menu {
		padding-top: 78px;
		}
	.is-header-inline-borders.is-header-vertical .site-header .nav-menu:after {
		border-top: 1px solid; right: -32px; left: -32px; top: 52px;
		}
	.is-header-inline-borders.is-header-vertical .site-header .social-container {
		padding-top: 16px;
		}
	.is-header-inline-borders.is-header-vertical .site-header .social-container:after {
		border-top: 1px solid; right: -32px; left: -32px; top: 0;
		}

	/* Inline Borders BOLD */
	.is-header-inline-borders.is-header-inline-borders-bold:not(.is-header-row) .site-header .social-container:after,
	.is-header-inline-borders.is-header-inline-borders-bold:not(.is-header-row) .site-header .site-branding:after,
	.is-header-inline-borders.is-header-inline-borders-bold:not(.is-header-row):not(.is-header-vertical) .site-header .shopping-cart:after,
	.is-header-inline-borders.is-header-inline-borders-bold.is-header-vertical .site-header .nav-menu:after  {
		border-width: 3px !important;
		}

	/* Inline Borders LIGHT */
	.is-header-inline-borders.is-header-inline-borders-light:not(.is-header-row) .site-header .social-container:after,
	.is-header-inline-borders.is-header-inline-borders-light:not(.is-header-row) .site-header .site-branding:after,
	.is-header-inline-borders.is-header-inline-borders-light:not(.is-header-row):not(.is-header-vertical) .site-header .shopping-cart:after,
	.is-header-inline-borders.is-header-inline-borders-light.is-header-vertical .site-header .nav-menu:after  {
		opacity: 0.12;
		}
	.is-menu-dark.is-header-inline-borders.is-header-inline-borders-light:not(.is-header-row) .site-header .social-container:after,
	.is-header-dark.is-header-inline-borders.is-header-inline-borders-light:not(.is-header-row) .site-header .site-branding:after,
	.is-menu-dark.is-header-inline-borders.is-header-inline-borders-light:not(.is-header-row):not(.is-header-vertical) .site-header .shopping-cart:after,
	.is-menu-dark.is-header-inline-borders.is-header-inline-borders-light.is-header-vertical .site-header .nav-menu:after  {
		opacity: 0.2;
		}

	/* fix: light borders for transparent header */
	.is-header-inline-borders:not(.is-header-row):not(.is-header-vertical).is-header-transparent .site-header:not(.clone) .social-container:after,
	.is-header-inline-borders:not(.is-header-row):not(.is-header-vertical).is-header-transparent .site-header:not(.clone) .site-branding:after {
		border-width: 1px !important; opacity: 0.2; 		
		}
	/* END: HEADER INNER STYLE */
	/* --------------------------------- */	



	/* --------------------------------- */
	/* HEADER FLOAT & FLOAT MARGIN */
	.is-header-float.is-header-small:not(.is-menu-toggled-on) .top-content,
	.is-header-float.is-header-small:not(.is-menu-toggled-on) .site-header + .site-main,
	.is-header-float.is-header-small:not(.is-menu-toggled-on) .site-header ~ .elementor,
	.is-header-float.is-header-small:not(.is-menu-toggled-on) .top-content-single  {
		margin-top: -94px;
		}
	.is-header-float-margin.is-header-small:not(.is-menu-toggled-on) .top-content,
	.is-header-float-margin.is-header-small:not(.is-menu-toggled-on) .site-header + .site-main,
	.is-header-float-margin.is-header-small:not(.is-menu-toggled-on) .site-header ~ .elementor,
	.is-header-float-margin.is-header-small:not(.is-menu-toggled-on) .top-content-single  {
		margin-top: -127px;
		}
	/* END: HEADER FLOAT & FLOAT MARGIN */
	/* --------------------------------- */
		

	/* --------------------------------- */
	/* MENU BOTTOM OVERFLOW */
	.is-menu-bottom.is-menu-bottom-overflow:not(.is-menu-toggled-on) .site-header:not(.clone) .site-navigation:not(.clone) {
		margin-bottom: -60px;
		}
	/* END: MENU BOTTOM OVERFLOW */	
	/* --------------------------------- */


	/* --------------------------------- */
	/* SITE BRANDING WIDGET AREAS */
	.site-branding-wrap {
		display: flex; justify-content: center; align-content: center;
		}
	.site-branding-left,
	.site-branding-right {
		flex: 1; align-items: center; padding: 0;
		}
	.site-branding-left {
		padding-right: 36px;
		}
	.site-branding-right {
		padding-left: 36px;
		}
	/* Show on Desktops only */
	html:not(.is-site-branding-left-hide) .site-branding-left,
	html:not(.is-site-branding-right-hide) .site-branding-right {
		display: flex;
		}
	/* Before/After Logo Widget Areas Items Align */
	.is-site-branding-left-align-items-left .site-branding-left,
	.is-site-branding-right-align-items-left .site-branding-right {
		justify-content: flex-start;
		}
	.is-site-branding-left-align-items-right .site-branding-left,
	.is-site-branding-right-align-items-right .site-branding-right {
		justify-content: flex-end;
		}
	.is-site-branding-right-align-items-left .site-branding-right {
		padding-left: 36px;
		}
	.is-site-branding-left-align-items-right .site-branding-left {
		padding-right: 36px;
		}
	/* layout fix for social icons in before/after logo widget areas */
	.site-branding-left .social-container {
		margin-left: -6px;
		}
	.site-branding-right .social-container {
		margin-right: -6px;
		}
	/* END: SITE BRANDING WIDGET AREAS */
	/* --------------------------------- */



	/* --------------------------------- */
	/* SHRINK HEADER ELEMENTS ON LOW RES DESKTOPS */
	@media screen and (min-width: 992px) and (max-width: 1260px) {
		html:not(.is-menu-bar):not(.is-header-vertical) .site-header .site-branding-wrap,
		html:not(.is-menu-bar):not(.is-header-vertical) .site-header .site-navigation {
			zoom: 0.84; -webkit-text-size-adjust : auto;
			}
		html:not(.is-menu-bar):not(.is-header-vertical) .site-header .search-container {
			zoom: 1.2;
			}
		/* fix for header small logo center, logo align */
		.is-header-small.is-header-logo-center .site-navigation .menu-logo {
			vertical-align: top;
			}
	}
	/* --------------------------------- */


	/* --------------------------------- */
	/* HEADER BG SHAPE */
	.header-bg-shape {
		height: 30px;
		}
	/* --------------------------------- */



	/* --------------------------------- */
    /* SIDEBAR */
    .with-sidebar {
		float: left; width: 100%; margin-right: -280px;
		}
	.with-sidebar .site-content {
		margin-right: 280px; padding-right: 70px;
		}
    .sidebar { 
        width: 280px; float: left; margin-top: 0;
        }
	.sidebar-content {
		padding-bottom: 40px;
		}
	/* LEFT SIDEBAR */
	.is-sidebar-left .with-sidebar {
		margin-left: -280px; float: right; margin-right: 0;
		}
	.is-sidebar-left .with-sidebar .site-content {
		margin-left: 280px; margin-right: 0; padding-left: 70px; padding-right: 0;
		}
    .is-sidebar-left .sidebar { 
        float: right;
		}
	/* END: SIDEBAR */
	/* --------------------------------- */


	
	/* --------------------------------- */
	/* FULL WIDTH IMAGE */
	/* disable on pages with sidebar */
	.content-area.with-sidebar img.full,
	.content-area.with-sidebar figure.full,
	.content-area.with-sidebar .parallax-image,
	.content-area.with-sidebar .alignfull {
		position: relative; left: 0; right: 0; width: 100%; max-width: 100%; margin-left: 0; margin-right: 0;
		}
	.content-area.with-sidebar .alignfull {
		height: auto;
		}
	/* --------------------------------- */


	/* --------------------------------- */
	/* COMMENTS */
	.comments-area {
		padding-bottom: 2.2em;
		}	
	.commentlist + #respond {
		margin-bottom: 0;
		}		
	/* --------------------------------- */




		
	/*  ----------------------------------------------------------------------------------------
		MODULES @modules : reusable styles
    ---------------------------------------------------------------------------------------- */
	
	/* FEATURED AREA */
	.block.w-50 { 
		width: 50%; 
		}
	.block.w-75 { 
		width: 75%; 
		}
	.block.w-75 ~ .link-box:nth-child(2),
	.block.w-75 ~ .link-box:nth-child(3),
	.block.w-75 ~ .link-box:nth-child(4) {
		width: 25%; 
		}
	
	/* post-thumbnail */
	.slider-box .entry-title { 
		font-size: 65px;
		}
	/* ratio 21: 9 */
	.ratio-21-9 .post-wrap,
	.ratio-ultra-wide .post-wrap {
		padding-top: 42.85%;
		}
	

	/* --------------------------------- */
	/* INTRO */
	.intro-content {
		width: 88%;
		}
	.intro h1 {
		font-size: 38px;
		}
	.is-featured-area-full .intro-text,
	.is-featured-area-full-margins .intro-text {
		width: 100%;
		}
	/* intro align-left */
	.is-intro-align-left .intro-text,
	.is-intro-align-right .intro-text {
		width: 100%;
		}
	.is-intro-align-left .intro-content,
	.is-intro-align-right .intro-content {
		width: 88%; margin-left: auto; margin-right: auto;
		}
	.is-intro-align-left .intro-content {
		text-align: left; overflow: hidden;
		}
	.is-intro-align-left .intro-content img {
		float: left; margin-right: 60px; margin-bottom: 0;
		}
	/* intro align-right */
	.is-intro-align-right .intro-content {
		text-align: right; overflow: hidden;
		}
	.is-intro-align-right .intro-content img {
		float: right; margin-left: 60px; margin-bottom: 0;
		}
	/* END: INTRO */
	/* --------------------------------- */


	
	/*  ----------------------------------------------------------------------------------------
		BLOG @blog : blog related styles
    ----------------------------------------------------------------------------------------*/
	
	/* ENTRY META */
	.entry-meta.below-content {
		text-align: left;
		}
	.entry-meta.below-content > span:last-child {
		float: right;
		}
	
	/* BLOG LIST AND GRID POST TITLE */
	.blog-small .entry-title,
	.blog-list .hentry.has-post-thumbnail .entry-title {
		font-size: 22px;
		}
		
	/* BLOG LIST */
	.blog-list .entry-content {
		padding-top: 18px;
		}
	.blog-list .featured-image {
		width: 46%; 
		}
	.blog-list .hentry-middle {
		width: 54%;
		}
		
	/* BLOG CIRCLES */
	.blog-circles .hentry {
		margin-bottom: 4em;
		}
	.blog-circles .featured-image {
		border-radius: 50%; transform: scale(1.2) translateX(-10px) translateY(-30px);
		}
	.blog-circles .hentry:nth-child(even):not(:hover) .featured-image {
		float: right; transform: scale(1.2) translateX(16px) translateY(30px);
		}	
	
	/* BLOG GRID */
	.content-area:not(.with-sidebar) .blog-grid .hentry {
		width: 33.333%;
		}
	.content-area:not(.with-sidebar) .blog-grid.first-full .hentry:first-child {
		width: 66.666%;
		}
	.with-sidebar .blog-grid .hentry {
		width: 50%; float: left;
		}
		
	/* BLOG SINGLE */
	
	/* SINGLE POST OVERLAY */
	.is-top-content-single-full.top-content-single .post-wrap {
		padding-top: 32%;
		}
	.is-header-float .is-top-content-single-full.top-content-single .post-wrap {
		padding-top: 36%;
		}
	.is-header-float.is-menu-bar .is-top-content-single-full.top-content-single .post-wrap {
		padding-top: 42%;
		}
	.is-top-content-single-full-margins.top-content-single .post-wrap {
		padding-top: 37%;
		}
	/* smaller overlays for pages and archives */
	.is-top-content-single-full.top-content-single .page-header .post-wrap,
	.is-top-content-single-full.top-content-single .archive-header .post-wrap {
		padding-top: 22%;
		}
	.is-top-content-single-full-margins.top-content-single .page-header .post-wrap,
	.is-top-content-single-full-margins.top-content-single .archive-header .post-wrap {
		padding-top: 25%;
		}
		
	
	
	/*  ----------------------------------------------------------------------------------------
		SHOP @shop : shop related styles
    ---------------------------------------------------------------------------------------- */
	
	.woocommerce #reviews #comments ol.commentlist {
		font-size: 0;
		}
	.woocommerce #reviews #comments ol.commentlist li {
		display: inline-block; width: 48%; margin-left: 2%; font-size: .9rem; vertical-align: middle;
		}
	.woocommerce #reviews #comments ol.commentlist li:nth-child(odd) {
		margin-left: 0; margin-right: 2%;
		}
	
	
	/* Review Form */
	.woocommerce #review_form_wrapper { 
		padding: 42px 54px;
		}
	.woocommerce p.comment-form-comment {
    	width: 65%; float: left;
		}
	.woocommerce #review_form #respond p.comment-form-author,
	.woocommerce #review_form #respond p.comment-form-email,
	.woocommerce #review_form #respond p.form-submit {
		margin-left: 3%; width: 32%; float: left; clear: none;
		}
	.woocommerce #review_form #respond .comment-form-cookies-consent + p.form-submit {
		margin-left: 0; padding-top: 12px;
		}
	.woocommerce #review_form #respond p.form-submit {
		padding-top: 25px;
		}
	.woocommerce #review_form #respond p.form-submit input { width: 100%; }
	.woocommerce #review_form #respond p input {
		max-width: 100%;
		}
	.woocommerce #review_form #respond textarea {
		min-height: 208px;
		}
}


/* DESKTOPS MEDIUM */
@media screen and (min-width: 1200px) {
	
	/* SINGLE POST & PAGE STYLES */
	.is-featured-image-right,
	.is-featured-image-left {
		display: flex; align-items: center; justify-content: center;
		}
	.is-featured-image-right .entry-title,
	.is-featured-image-left .entry-title {
		line-height: 1;
		}
	.is-featured-image-right.post-header-classic .entry-header,
	.is-featured-image-left.post-header-classic .entry-header {
		display: inline-block; max-width: 45%; margin-right: 5%; padding: 0; vertical-align: bottom; text-align: right; margin-bottom: 3em;
		}
	.is-featured-image-right .featured-image,
	.is-featured-image-left .featured-image {
		display: inline-block; max-width: 50%; margin-bottom: 3em; vertical-align: bottom;
		}
	.is-featured-image-left .featured-image {
		order: 1;
		}
	.is-featured-image-left.post-header-classic .entry-header {
		order: 2;
		text-align: left; margin-right: 0; margin-left: 5%; padding-top: 4%;
		} 
	
	/* SINGLE POST TITLE WITH MARGINS */
	.is-single-post-title-with-margins .post-header-classic .entry-header,
	html.is-middle-boxed.is-single-post-title-with-margins .top-content-single .post-header-classic .entry-header:last-child { /* post style : title-full */
		padding: 120px 0;
		}
	html:not(.is-middle-boxed).is-single-post-title-with-margins .top-content-single .post-header-classic .entry-header:last-child { /* post style : title-full */
		padding: 120px 0 70px 0;
		}

}



/* DESKTOPS HIGH */
@media screen and (min-width: 1400px) { 
	
	/* FEATURED AREA */
	/* ratio ultra wide */
	.ratio-ultra-wide .post-wrap {
		padding-top: 29%;
		}
	.is-featured-area-full .slider-box .post-thumbnail .entry-header,
	.is-featured-area-full-margins .slider-box .post-thumbnail .entry-header  {
		max-width: 560px; max-width: 100%;
		}	
	
	/* RELATED POSTS */
	.is-related-posts-overflow .content-area:not(.with-sidebar) .related-posts {
		width: 164%; margin-left: -32%;
		}
	.is-related-posts-overflow .content-area:not(.with-sidebar) .related-posts .blocks {
		margin: 0 -20px;
		} 
	.is-related-posts-overflow .content-area:not(.with-sidebar) .related-posts .block {
		padding: 20px;
		}
	.is-related-posts-overflow .content-area:not(.with-sidebar) .related-posts .post-thumbnail .entry-title {
		font-size: 28px;
		}
}/*
Theme Name:  Archy Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Archy Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     2.1.0
Template:    archy-wp
Tags:        blog
Text Domain: archy-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

h3 {
	font-size: 35px;
}

h4 {
	font-size: 25px;
}

h1.entry-title {
	font-size: 40px;
}

.qodef-qi-accordion h3 {
	font-size: 20px;
}

.site-branding-wrap {
	padding: 25px 0px !important;
}

.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
	margin-top: 25% !important;
}

.bdt-prime-slider-skin-general .bdt-slide-btn:hover {
	background-color: #bea273 !important;
}

.bdt-prime-slider-skin-general .bdt-slide-btn {
	border: 2px solid #bea273 !important;
}

.bdt-prime-slider-skin-general .bdt-scroll-down span {
	color: #bea273 !important;
}

.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg * {
	fill: #bea273 !important;
}

.bdt-prime-slider-skin-coral .bdt-slide-btn {
	border: 2px solid #fff !important;
	border-radius: 10px;
}

.bdt-prime-slider-skin-coral .bdt-slide-btn:hover {
	border: 2px solid #bea273 !important;
}

.bdt-slide-btn {
	padding: 5px 50px !important;
}

.home .bdt-prime-slider-desc .bdt-coral-btn .bdt-slide-btn {
	text-align: inherit !important;
}

.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag {
	padding-bottom: 0px !important;
}

.nav-menu ul li a {
	color: #9e9a92;
}

.bdt-overlay-default {
	background-color: #0a0a0a1a !important;
}

.footer-widgets {
	text-align: center;
	padding: 70px 0 20px;
}

.widget_media_image img {
	width: 280px;
	margin: auto;
}

.widget-area .widget {
	margin-bottom: 40px;
}

.site-footer {
	background-image: url(//daniels-entertainment.com/wp-content/uploads/2025/02/bg-leather.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4) !important;
}

.footer-widgets .textwidget p {
	font-size: 15px !important;
}

.widget_pixelwars_core_widget_social_media_icon {
	margin-right: 20px !important;
}

.widget_pixelwars_core_widget_social_media_icon:last-child {
	margin-right: 0px !important;
}

html a.social-link {
	background: #232323;
	width: 60px;
	line-height: 60px;
	font-size: 25px;
}

.site-info a {
	color: #232323;
}

.site-info a:hover {
	color: #efefef;
	-webkit-transition: all .5s ease;
  	transition: all .5s ease;
}

.qodef-m-title {
	padding-bottom: 0px !important;
}

h2.qodef-m-title {
	margin-bottom: 0px !important;
}

.col-md-12.last-cal{
	text-align: center;
}

::placeholder {
	color: #efefef;
	font-size: 17px;
}

.input-text, textarea {
	font-size: 17px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #3e3e3e;
	max-width: inherit; 
}

.qodef-qi-contact-form-7 form div {
	margin-bottom: 20px !important;
}

.thesubmit.button {
	padding: 5px 50px !important;
}

input[type=checkbox] {
	border: 2px solid #a2a2a2;
}

input[type=checkbox]:checked:after, input[type=checkbox]:checked:before {
	background-color: #bea273;
}

.wpcf7-list-item {
	margin-left: 0px;
}

label {
	text-transform: inherit;
	font-size: 12px;
	line-height: 18px;
}

button.cmplz-btn {
	letter-spacing: 1px;
	font-size: 12px !important; 
}

.ht-ctc-chat {
	z-index: 29 !important;
}

#cmplz-cookiebanner-container {
	z-index: 30 !important;
}

.post-wrap:before {
	opacity: .8;
}

div.grecaptcha-badge {
	display: none !important;
}




@media only screen and (max-width: 430px) { 

.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
	margin-top: 90% !important;
}

.elementor-8938 .elementor-element.elementor-element-3760200 .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title {
	margin-bottom: 10px !important;
}

.qodef-qi-contact-form-7 form div {
	padding: 0px !important;
}

.thesubmit.button {
	padding: 5px 20px !important;
}

.widget_pixelwars_core_widget_social_media_icon {
	margin-right: 15px !important;
}

.site-branding-wrap {
    padding: 25px 0px !important;
}

.site-title img {
    max-height: 45px !important;
}

.menu-toggle .lines {
	background: #BEA273;
	width: 23px;
}

.menu-toggle .lines:before {
	background: #BEA273;
}

.menu-toggle .lines:after {
	background: #BEA273;
}

.is-menu-toggled-on .menu-wrap {
	padding-bottom: 0px;
}

.nav-menu {
	padding: 1em 0;
}

.menu-toggle {
	float: right;
	right: -20px;
	top: -75px;
	z-index: 20;
}

.is-menu-bottom .site-branding {
	z-index: 10;
}

.ht-ctc-cta {
	display: none;
}

.ctc-analytics {
	bottom: 20px !important;
	right: 20px !important;
} 

}