/*!/wp-content/mu-plugins/vendor/godaddy/mwc-core/assets/css/pay-in-person-method.css*/
div#mwc-payments-godaddy-sip-settings + .submit button {
	background-color: var(--mwc-color-primary);
	font-family: var(--mwc-font-sans);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: var(--mwc-color-primary);
	border: 1px solid;
	border-color: var(--mwc-color-primary);
	border-radius: var(--mwc-radius-sm);
	box-shadow: var(--mwc-shadow-default);
	color: var(--mwc-color-white);
	cursor: pointer;
	display: inline-block;
	font-size: var(--mwc-font-size-3);
	font-weight: var(--mwc-font-weight-medium);
	line-height: none;
	padding-top: 0.4375rem;
	padding-right: var(--mwc-space-3);
	padding-bottom: 0.4375rem;
	padding-left: var(--mwc-space-3);
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

div#mwc-payments-godaddy-sip-settings + .submit button:hover {
	background: var(--mwc-color-gray-600);
}

div#mwc-payments-godaddy-sip-settings + .submit button:focus {
	border-radius: var(--mwc-radius-default);
	box-shadow: 0 0 0 2px white, 0 0 0 4px #000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	outline: 2px solid transparent;
	outline-offset: 2px;
}

div#mwc-payments-godaddy-sip-settings + .submit {
	margin-top: var(--mwc-space-0);
	padding-top: var(--mwc-space-5);
	padding-bottom: var(--mwc-space-5);
	background-color: var(--mwc-color-white);
	padding-left: var(--mwc-space-5);
	border-top: 1px solid;
	border-color: var(--mwc-color-white);
}

.mwc-payments-godaddy-sip {
	background: var(--mwc-color-white);
	padding-top: var(--mwc-space-0);
	padding-right: var(--mwc-space-5);
	padding-left: var(--mwc-space-5);
	padding-bottom: var(--mwc-space-5);
	border-radius: var(--mwc-radius-md);
}

.mwc-payments-godaddy-sip .form-table th {
	width: 314px;
}

@media screen and (max-width: 768px) {
	.mwc-payments-godaddy-sip .form-table th {
		width: auto;
	}

	.mwc-payments-godaddy-sip table.form-table th label .woocommerce-help-tip {
		position: relative !important;
	}
}

.mwc-payments-godaddy-sip .titledesc label {
	font-size: var(--mwc-font-size-4);
	font-family: var(--mwc-font-sans);
	font-weight: var(--mwc-font-weight-medium);
}

.mwc-payments-godaddy-sip input, .mwc-payments-godaddy-sip textarea  {
	color: #444444;
	font-size: 14px;
	font-weight: var(--mwc-font-weight-normal);
}

.mwc-payments-godaddy-sip__title {
	font-family: var(--mwc-font-sans);
	font-size: var(--mwc-font-size-4);
	font-weight: 600;
	color: var(--mwc-color-black);
	border-bottom: 1px solid;
	border-color: var(--mwc-color-border);
	padding-top: var(--mwc-space-5);
	padding-right: var(--mwc-space-5);
	padding-left: var(--mwc-space-5);
	padding-bottom: var(--mwc-space-5);
	margin-left: -24px;
	margin-right: -24px;
}

.mwc-payments-godaddy-sip__divider {
	border-bottom: 0;
	border-top: 1px solid #EEEFF0;
	margin-left: var(--mwc-space-0);
	margin-top: 22px;
	width: 70%;
}

.mwc-payments-godaddy-sip-fieldset-switch {
	max-width: 400px;
	display: flex;
	align-items: center;
}

.mwc-payments-godaddy-sip-switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.mwc-payments-godaddy-sip-switch__input {
	opacity: 0;
	width: 0;
	height: 0;
}

.mwc-payments-godaddy-sip-switch__slider {
	position: absolute;
	cursor: pointer;
	top: var(--mwc-space-0);
	left: var(--mwc-space-0);
	right: var(--mwc-space-0);
	bottom: var(--mwc-space-0);
	background-color: var(--mwc-color-white);
	transition: .4s;
	border-radius: 34px;
	border: 2px solid;
	border-color: var(--mwc-color-gray-200);
}

.mwc-payments-godaddy-sip-switch__slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 2px;
	background-color: var(--mwc-color-gray-200);
	transition: .4s;
	border-radius: 50%;
}

.pay-in-person-sync-select + .select2 {
	margin-top: -24px;
}

@media screen and (max-width: 768px) {
	.pay-in-person-sync-select + .select2 {
		margin-top: -18px;
	}
}

.mwc-payments-godaddy-sip-switch__input:checked + .mwc-payments-godaddy-sip-switch__slider {
	background-color: var(--mwc-color-secondary);
	border: 2px solid;
	border-color: var(--mwc-color-secondary);
}

.mwc-payments-godaddy-sip-switch__input:focus + .mwc-payments-godaddy-sip-switch__slider {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	outline: 2px solid transparent;
}

.mwc-payments-godaddy-sip-switch__input:checked + .mwc-payments-godaddy-sip-switch__slider:before {
	background-color: var(--mwc-color-white);
	transform: translateX(15px);
}

.wc-settings-notice {
	display: flex;
	max-width: 746px;
	padding: 16px 0;
	border-radius: 4px;
	margin-bottom: 8px;
}

.pay-in-person-notice--warning {
	background-color: #FFF9EB;
	border: 1px solid #FFBE33;
}

.pay-in-person-notice--info {
	background-color: var(--mwc-color-notice);
	border: 1px solid;
	border-color: var(--mwc-color-notice-border);
}

.wc-settings-notice__icon {
	margin-left: var(--mwc-space-5);
}

.wc-settings-notice__icon img {
	width: 22px;
	height: 22px;
}

.wc-settings-notice__content {
	margin-left: 18px;
}

.wc-settings-notice__dismiss {
	margin-left: auto;
}

.wc-settings-notice__dismiss img {
	margin: 4px 18px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.mwc-payments-godaddy-sip-switch__connection-status {
	border-radius: 12px;
	padding: 4px 8px;
	font-size: var(--mwc-font-size-1);
	margin-left: auto;
}

.mwc-payments-godaddy-sip-switch--connected {
	background-color: var(--mwc-color-green-200);
}

.mwc-payments-godaddy-sip-switch--disconnected {
	background-color: var(--mwc-color-red-200);
}

.mwc-payments-godaddy-sip-switch--disconnected {
	position: relative;
	display: inline-block;
}

.mwc-payments-godaddy-sip-switch--disconnected .tooltiptext {
	visibility: hidden;
	background-color: var(--mwc-color-white);
	color: var(--mwc-color-text);
	text-align: center;
	padding: 10px;
	border-radius: 4px;
	width: -moz-fit-content;
	width: fit-content;
	bottom: 150%;
	left: 30px;
	margin-left: -60px;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: var(--mwc-color-gray-300);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	transition: .5s ease-out;
}

.mwc-payments-godaddy-sip-switch--disconnected:hover .tooltiptext {
	visibility: visible;
}

.mwc-payments-godaddy-sip-switch--disconnected .tooltiptext::before,
.mwc-payments-godaddy-sip-switch--disconnected .tooltiptext::after {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}

.mwc-payments-godaddy-sip-switch--disconnected .tooltiptext::before {
	border-top: 10px solid #AFAFAF;
	margin-top: var(--mwc-space-0);
}

.mwc-payments-godaddy-sip-switch--disconnected .tooltiptext::after {
	border-top: 10px solid white;
	margin-top: -2px;
	z-index: 1;
}

.pay-in-person-sync-select--error {
	color: var(--mwc-color-danger);
	display: none;
}

.mwc-payments-godaddy-product-delete .wc-backbone-modal-content {
	width: 600px;
	border-radius: 4px;
	color: var(--mwc-color-black);
	font-size: 16px;
	line-height: 24px;
	font-family: 'gdsherpa';
}

.mwc-payments-godaddy-product-delete .wc-backbone-modal-content p,
.mwc-payments-godaddy-product-delete .wc-backbone-modal-header p {
	font-size: 16px;
	margin: var(--mwc-space-0);
}

.mwc-payments-godaddy-product-delete .wc-backbone-modal-header {
	border-radius: 4px 4px 0 0;
	color: #111111;
	font-weight: var(--mwc-font-weight-semibold);
}

.mwc-payments-godaddy-product-delete article {
	margin-bottom: 8px;
}

.mwc-payments-godaddy-product-delete footer {
	border-radius: 0 0 4px 4px;
	display: flex;
	justify-content: space-between;
}

.mwc-payments-godaddy-product-delete__gd-icon {
	line-height: var(--mwc-line-height-0);
}

.mwc-payments-godaddy-product-delete .modal-button {
	font-size: 14px;
	text-decoration: none;
}

.mwc-payments-godaddy-product-delete .modal-close {
	margin-right: 20px;
	color: #444444
}

.mwc-payments-godaddy-product-delete .button-danger {
	background: #DB1802;
	box-shadow: 0 1px 2px rgba(17, 17, 17, 0.15);
	border-radius: 2px;
	color: var(--mwc-color-white);
	padding: 8px 12px;
}

.mwc-payments-godaddy-product-sync {
	display: flex;
	align-items: center;
	margin-top: var(--mwc-space-4);
	margin-right: var(--mwc-space-2);
	margin-bottom: var(--mwc-space-4);
	margin-left: var(--mwc-space-2);
	font-size: var(--mwc-font-size-0);
}

.mwc-payments-godaddy-product-sync__icon {
	margin-top: var(--mwc-space-1);
	margin-right: var(--mwc-space-1);
	margin-bottom: var(--mwc-space-0);
	margin-left: var(--mwc-space-0);
}
/*!/wp-includes/css/dist/block-library/style.min.css*/
@charset "UTF-8";.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}:where(.wp-block-form-input__input){font-size:1em;margin-bottom:.5em;padding:0 .5em}:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{border-style:solid;border-width:1px;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout{box-sizing:border-box}.wp-block-math{overflow-x:auto;overflow-y:hidden}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block;z-index:1}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{left:-1px;top:100%}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open{overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}.wp-block-term-count{box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-term-name{box-sizing:border-box}.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*!/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/css/edd-blocks.css*/
:root {
	--edd-blocks-light-grey: #eee;
}

.screen-reader-text {
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
/*!/wp-content/plugins/contact-form-7/includes/css/styles.css*/
.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;
}
/*!/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/all.css*/
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-pixiv:before {
  content: "\e640"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-square-letterboxd:before {
  content: "\e62e"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-shoelace:before {
  content: "\e60c"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-signal-messenger:before {
  content: "\e663"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-mintbit:before {
  content: "\e62f"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-letterboxd:before {
  content: "\e62d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-upwork:before {
  content: "\e641"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-webflow:before {
  content: "\e65c"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-v4compatibility.woff2") format("woff2"), url("/wp-content/plugins/wp-user-profile-avatar/assets/lib/fontawesome/fonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
/*!/wp-includes/css/buttons.min.css*/
/*! This file is auto-generated */
.wp-core-ui .button,.wp-core-ui .button-primary,.wp-core-ui .button-secondary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wp-core-ui button::-moz-focus-inner,.wp-core-ui input[type=button]::-moz-focus-inner,.wp-core-ui input[type=reset]::-moz-focus-inner,.wp-core-ui input[type=submit]::-moz-focus-inner{border-width:0;border-style:none;padding:0}.wp-core-ui .button-group.button-large .button,.wp-core-ui .button.button-large{min-height:32px;line-height:2.30769231;padding:0 12px}.wp-core-ui .button-group.button-small .button,.wp-core-ui .button.button-small{min-height:26px;line-height:2.18181818;padding:0 8px;font-size:11px}.wp-core-ui .button-group.button-hero .button,.wp-core-ui .button.button-hero{font-size:14px;min-height:46px;line-height:3.14285714;padding:0 36px}.wp-core-ui .button.hidden{display:none}.wp-core-ui input[type=reset],.wp-core-ui input[type=reset]:active,.wp-core-ui input[type=reset]:focus,.wp-core-ui input[type=reset]:hover{background:0 0;border:none;box-shadow:none;padding:0 2px 1px;width:auto}.wp-core-ui .button,.wp-core-ui .button-secondary{color:#2271b1;border-color:#2271b1;background:#f6f7f7;vertical-align:top}.wp-core-ui p .button{vertical-align:baseline}.wp-core-ui .button-secondary:hover,.wp-core-ui .button.hover,.wp-core-ui .button:hover{background:#f0f0f1;border-color:#0a4b78;color:#0a4b78}.wp-core-ui .button-secondary:focus,.wp-core-ui .button.focus,.wp-core-ui .button:focus{background:#f6f7f7;border-color:#3582c4;color:#0a4b78;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent;outline-offset:0}.wp-core-ui .button-secondary:active,.wp-core-ui .button:active{background:#f6f7f7;border-color:#8c8f94;box-shadow:none}.wp-core-ui .button.active,.wp-core-ui .button.active:hover{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}.wp-core-ui .button-disabled,.wp-core-ui .button-secondary.disabled,.wp-core-ui .button-secondary:disabled,.wp-core-ui .button-secondary[disabled],.wp-core-ui .button.disabled,.wp-core-ui .button:disabled,.wp-core-ui .button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;cursor:default;transform:none!important}.wp-core-ui .button-secondary[aria-disabled=true],.wp-core-ui .button[aria-disabled=true]{cursor:default}.wp-core-ui .button-link{margin:0;padding:0;box-shadow:none;border:0;border-radius:0;background:0 0;cursor:pointer;text-align:left;color:#2271b1;text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out}.wp-core-ui .button-link:active,.wp-core-ui .button-link:hover{color:#135e96}.wp-core-ui .button-link:focus{color:#043959;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.wp-core-ui .button-link-delete{color:#d63638}.wp-core-ui .button-link-delete:focus,.wp-core-ui .button-link-delete:hover{color:#d63638;background:0 0}.wp-core-ui .button-link-delete:disabled{background:0 0!important}.wp-core-ui .button-primary{background:#2271b1;border-color:#2271b1;color:#fff;text-decoration:none;text-shadow:none}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary.hover,.wp-core-ui .button-primary:focus,.wp-core-ui .button-primary:hover{background:#135e96;border-color:#135e96;color:#fff}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.wp-core-ui .button-primary.active,.wp-core-ui .button-primary.active:focus,.wp-core-ui .button-primary.active:hover,.wp-core-ui .button-primary:active{background:#135e96;border-color:#135e96;box-shadow:none;color:#fff}.wp-core-ui .button-primary-disabled,.wp-core-ui .button-primary.disabled,.wp-core-ui .button-primary:disabled,.wp-core-ui .button-primary[disabled]{color:#a7aaad!important;background:#f6f7f7!important;border-color:#dcdcde!important;box-shadow:none!important;text-shadow:none!important;cursor:default}.wp-core-ui .button-primary[aria-disabled=true]{cursor:default}.wp-core-ui .button-group{position:relative;display:inline-block;white-space:nowrap;font-size:0;vertical-align:middle}.wp-core-ui .button-group>.button{display:inline-block;border-radius:0;margin-right:-1px}.wp-core-ui .button-group>.button:first-child{border-radius:3px 0 0 3px}.wp-core-ui .button-group>.button:last-child{border-radius:0 3px 3px 0}.wp-core-ui .button-group>.button-primary+.button{border-left:0}.wp-core-ui .button-group>.button:focus{position:relative;z-index:1}.wp-core-ui .button-group>.button.active{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button-group>.button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}@media screen and (max-width:782px){.wp-core-ui .button,.wp-core-ui .button.button-large,.wp-core-ui .button.button-small,a.preview,input#publish,input#save-post{padding:0 14px;line-height:2.71428571;font-size:14px;vertical-align:middle;min-height:40px;margin-bottom:4px}.wp-core-ui .copy-to-clipboard-container .copy-attachment-url{margin-bottom:0}#media-upload.wp-core-ui .button{padding:0 10px 1px;min-height:24px;line-height:22px;font-size:13px}.media-frame.mode-grid .bulk-select .button{margin-bottom:0}.wp-core-ui .save-post-status.button{position:relative;margin:0 14px 0 10px}.wp-core-ui.wp-customizer .button{font-size:13px;line-height:2.15384615;min-height:30px;margin:0;vertical-align:inherit}.wp-customizer .theme-overlay .theme-actions .button{margin-bottom:5px}.media-modal-content .media-toolbar-primary .media-button{margin-top:10px;margin-left:5px}.interim-login .button.button-large{min-height:30px;line-height:2;padding:0 12px 2px}}
/*!/wp-includes/css/dashicons.min.css*/
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url("/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url("/wp-includes/css/../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
/*!/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css*/
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}
/*!/wp-includes/js/mediaelement/wp-mediaelement.min.css*/
.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}
/*!/wp-includes/css/media-views.min.css*/
/*! This file is auto-generated */
.media-modal *{box-sizing:content-box}.media-modal input,.media-modal select,.media-modal textarea{box-sizing:border-box}.media-frame,.media-modal{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;-webkit-overflow-scrolling:touch}.media-modal legend{padding:0;font-size:13px}.media-modal label{font-size:13px}.media-modal .legend-inline{position:absolute;transform:translate(-100%,50%);margin-left:-1%;line-height:1.2}.media-frame a{border-bottom:none;color:#2271b1}.media-frame a:active,.media-frame a:hover{color:#135e96}.media-frame a:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-frame a.button{color:#2c3338}.media-frame a.button:hover{color:#1d2327}.media-frame a.button-primary,.media-frame a.button-primary:hover{color:#fff}.media-frame input,.media-frame textarea{padding:6px 8px}.media-frame select,.wp-admin .media-frame select{min-height:30px;vertical-align:middle}.media-frame input[type=color],.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week],.media-frame select,.media-frame textarea{box-shadow:0 0 0 transparent;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:13px;line-height:1.38461538}.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week]{padding:0 8px;line-height:2.15384615}.media-frame.mode-grid .wp-filter input[type=search]{font-size:14px;line-height:2}.media-frame input[type=email]:focus,.media-frame input[type=number]:focus,.media-frame input[type=password]:focus,.media-frame input[type=search]:focus,.media-frame input[type=text]:focus,.media-frame input[type=url]:focus,.media-frame select:focus,.media-frame textarea:focus{border-color:#3582c4;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent}.media-frame input:disabled,.media-frame input[readonly],.media-frame textarea:disabled,.media-frame textarea[readonly]{background-color:#f0f0f1}.media-frame input[type=search]{-webkit-appearance:textfield}.media-frame ::-webkit-input-placeholder{color:#646970}.media-frame ::-moz-placeholder{color:#646970}.media-frame .hidden,.media-frame .setting.hidden{display:none}/*!
 * jQuery UI Draggable/Sortable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-draggable-handle,.ui-sortable-handle{touch-action:none}.media-modal{position:fixed;top:30px;left:30px;right:30px;bottom:30px;z-index:160000}.wp-customizer .media-modal{z-index:560000}.media-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:159900}.wp-customizer .media-modal-backdrop{z-index:559900}.media-modal-close{position:absolute;top:0;right:0;width:50px;height:50px;margin:0;padding:0;border:1px solid transparent;background:0 0;color:#646970;z-index:1000;cursor:pointer;outline:0;transition:color .1s ease-in-out,background .1s ease-in-out}.media-modal-close:active,.media-modal-close:hover{color:#135e96}.media-modal-close:focus{color:#135e96;border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8);outline:2px solid transparent}.media-modal-close span.media-modal-icon{background-image:none}.media-modal-close .media-modal-icon:before{content:"\f158";content:"\f158"/'';font:normal 20px/1 dashicons;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.media-modal-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;min-height:300px;box-shadow:0 5px 15px rgba(0,0,0,.7);background:#fff;-webkit-font-smoothing:subpixel-antialiased}.media-modal-content .media-frame select.attachment-filters{margin-top:32px;margin-right:2%;width:42%;width:calc(48% - 12px)}.wp-core-ui .media-modal-icon{background-image:url(/wp-includes/css/../images/uploader-icons.png);background-repeat:no-repeat}.media-toolbar{position:absolute;top:0;left:0;right:0;z-index:100;height:60px;padding:0 16px;border:0 solid #dcdcde;overflow:hidden}.media-frame-toolbar .media-toolbar{top:auto;bottom:-47px;height:auto;overflow:visible;border-top:1px solid #dcdcde}.media-toolbar-primary{float:right;height:100%;position:relative}.media-toolbar-secondary{float:left;height:100%}.media-toolbar-primary>.media-button,.media-toolbar-primary>.media-button-group{margin-left:10px;float:left;margin-top:15px}.media-toolbar-secondary>.media-button,.media-toolbar-secondary>.media-button-group{margin-right:10px;margin-top:15px}.media-sidebar{position:absolute;top:0;right:0;bottom:0;width:267px;padding:0 16px;z-index:75;background:#f6f7f7;border-left:1px solid #dcdcde;overflow:auto;-webkit-overflow-scrolling:touch}.media-sidebar::after{content:"";display:flex;clear:both;height:24px}.hide-toolbar .media-sidebar{bottom:0}.image-details .media-embed h2,.media-sidebar h2{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;color:#646970;margin:24px 0 8px}.attachment-details .setting,.media-sidebar .setting{display:block;float:left;width:100%;margin:0 0 10px}.attachment-details h2{display:grid;grid-template-columns:auto 5em}.media-sidebar .collection-settings .setting{margin:1px 0}.attachment-details .setting.has-description,.media-sidebar .setting.has-description{margin-bottom:5px}.media-sidebar .setting .link-to-custom{margin:3px 2px 0}.attachment-details .setting .name,.attachment-details .setting span,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{min-width:30%;margin-right:4%;font-size:12px;text-align:right;word-wrap:break-word}.media-sidebar .setting .name{max-width:80px}.media-sidebar .setting .value{text-align:left}.media-sidebar .setting select{max-width:65%}.attachment-details .field input[type=checkbox],.attachment-details .field input[type=radio],.attachment-details .setting input[type=checkbox],.attachment-details .setting input[type=radio],.media-sidebar .field input[type=checkbox],.media-sidebar .field input[type=radio],.media-sidebar .setting input[type=checkbox],.media-sidebar .setting input[type=radio]{float:none;margin:8px 3px 0;padding:0}.attachment-details .setting .name,.attachment-details .setting .value,.attachment-details .setting span,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{float:left;min-height:22px;padding-top:8px;line-height:1.33333333;font-weight:400;color:#646970}.media-sidebar .checkbox-label-inline{font-size:12px}.attachment-details .copy-to-clipboard-container,.media-sidebar .copy-to-clipboard-container{flex-wrap:wrap;margin-top:10px;margin-left:calc(35% - 1px);padding-top:10px}.attachment-details .attachment-info .copy-to-clipboard-container{float:none}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{padding:0;min-height:0;line-height:2.18181818;text-align:left;color:#007017}.compat-item label span{text-align:right}.attachment-details .setting .value,.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting .value,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting textarea{box-sizing:border-box;margin:1px;width:65%;float:right}.attachment-details .setting .value,.attachment-details .setting+.description,.media-sidebar .setting .value{margin:0 1px;text-align:left}.attachment-details .setting+.description{clear:both;font-size:12px;font-style:normal;margin-bottom:10px}.attachment-details .setting textarea,.compat-item .field textarea,.media-sidebar .setting textarea{height:62px;resize:vertical}.alt-text textarea,.attachment-details .alt-text textarea,.compat-item .alt-text textarea,.media-sidebar .alt-text textarea{height:50px}.compat-item{float:left;width:100%;overflow:hidden}.compat-item table{width:100%;table-layout:fixed;border-spacing:0;border:0}.compat-item tr{padding:2px 0;display:block;overflow:hidden}.compat-item .field,.compat-item .label{display:block;margin:0;padding:0}.compat-item .label{min-width:30%;margin-right:4%;float:left;text-align:right}.compat-item .label span{display:block;width:100%}.compat-item .field{float:right;width:65%;margin:1px}.compat-item .field input[type=email],.compat-item .field input[type=number],.compat-item .field input[type=password],.compat-item .field input[type=search],.compat-item .field input[type=tel],.compat-item .field input[type=text],.compat-item .field input[type=url],.compat-item .field textarea{width:100%;margin:0;box-sizing:border-box}.sidebar-for-errors .attachment-details,.sidebar-for-errors .compat-item,.sidebar-for-errors .media-sidebar .media-progress-bar,.sidebar-for-errors .upload-details{display:none!important}.media-menu{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:50px 0 10px;background:#f6f7f7;border-right-width:1px;border-right-style:solid;border-right-color:#c3c4c7;-webkit-user-select:none;user-select:none}.media-menu .media-menu-item{display:block;box-sizing:border-box;width:100%;position:relative;border:0;margin:0;padding:8px 20px;font-size:14px;line-height:1.28571428;background:0 0;color:#2271b1;text-align:left;text-decoration:none;cursor:pointer}.media-menu .media-menu-item:hover{background:rgba(0,0,0,.04)}.media-menu .media-menu-item:active{color:#2271b1;outline:0}.media-menu .active,.media-menu .active:hover{color:#1d2327;font-weight:600}.media-menu .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-menu .separator{height:0;margin:12px 20px;padding:0;border-top:1px solid #dcdcde}.media-router{position:relative;padding:0 6px;margin:0;clear:both}.media-router .media-menu-item{position:relative;float:left;border:0;margin:0;padding:8px 10px 9px;height:18px;line-height:1.28571428;font-size:14px;text-decoration:none;background:0 0;cursor:pointer;transition:none}.media-router .media-menu-item:last-child{border-right:0}.media-router .media-menu-item:active,.media-router .media-menu-item:hover{color:#2271b1}.media-router .active,.media-router .active:hover{color:#1d2327}.media-router .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent;z-index:1}.media-router .active,.media-router .media-menu-item.active:last-child{margin:-1px -1px 0;background:#fff;border:1px solid #dcdcde;border-bottom:none}.media-router .active:after{display:none}.media-frame{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.media-frame-menu{position:absolute;top:0;left:0;bottom:0;width:200px;z-index:150}.media-frame-title{position:absolute;top:0;left:200px;right:0;height:50px;z-index:200}.media-frame-router{position:absolute;top:50px;left:200px;right:0;height:36px;z-index:200}.media-frame-content{position:absolute;top:84px;left:200px;right:0;bottom:61px;height:auto;width:auto;margin:0;overflow:auto;background:#fff;border-top:1px solid #dcdcde}.media-frame-toolbar{position:absolute;left:200px;right:0;z-index:100;bottom:60px;height:auto}.media-frame.hide-menu .media-frame-content,.media-frame.hide-menu .media-frame-router,.media-frame.hide-menu .media-frame-title,.media-frame.hide-menu .media-frame-toolbar{left:0}.media-frame.hide-toolbar .media-frame-content{bottom:0}.media-frame.hide-router .media-frame-content{top:50px}.media-frame.hide-menu .media-frame-menu,.media-frame.hide-menu .media-frame-menu-heading,.media-frame.hide-router .media-frame-router,.media-frame.hide-toolbar .media-frame-toolbar{display:none}.media-frame-title h1{padding:0 16px;font-size:22px;line-height:2.27272727;margin:0}.media-attachments-filter-heading,.media-frame-menu-heading{position:absolute;left:20px;top:22px;margin:0;font-size:13px;line-height:1;z-index:151}.media-attachments-filter-heading{top:10px;left:16px}.mode-grid .media-attachments-filter-heading{top:0;left:-9999px}.mode-grid .media-frame-actions-heading{display:none}.wp-core-ui .button.media-frame-menu-toggle{display:none}.media-frame-title .suggested-dimensions{font-size:14px;float:right;margin-right:20px}.media-frame-content .crop-content{height:100%}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:300px}.media-frame-content .crop-content .crop-image{display:block;margin:auto;max-width:100%;max-height:100%}.media-frame-content .crop-content .upload-errors{position:absolute;width:300px;top:50%;left:50%;margin-left:-150px;margin-right:-150px;z-index:600000}.media-frame .media-iframe{overflow:hidden}.media-frame .media-iframe,.media-frame .media-iframe iframe{height:100%;width:100%;border:0}.media-frame select.attachment-filters{margin-top:11px;margin-right:2%;max-width:42%;max-width:calc(48% - 12px)}.media-frame select.attachment-filters:last-of-type{margin-right:0}.media-frame .search{margin:32px 0 0;padding:4px;font-size:13px;color:#3c434a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;-webkit-appearance:none}.media-toolbar-primary .search{max-width:100%}.media-modal .media-frame .media-search-input-label{position:absolute;left:0;top:10px;margin:0;line-height:1}.wp-core-ui .attachments{margin:0;-webkit-overflow-scrolling:touch}.wp-core-ui .attachment{position:relative;float:left;padding:8px;margin:0;color:#3c434a;cursor:pointer;list-style:none;text-align:center;-webkit-user-select:none;user-select:none;width:25%;box-sizing:border-box}.wp-core-ui .attachment.details:focus,.wp-core-ui .attachment:focus,.wp-core-ui .selected.attachment:focus{box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #4f94d4;outline:2px solid transparent;outline-offset:-6px}.wp-core-ui .selected.attachment{box-shadow:inset 0 0 0 5px #fff,inset 0 0 0 7px #c3c4c7}.wp-core-ui .attachment.details{box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #2271b1}.wp-core-ui .attachment-preview{position:relative;box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);background:#f0f0f1;cursor:pointer}.wp-core-ui .attachment-preview:before{content:"";display:block;padding-top:100%}.wp-core-ui .attachment .icon{margin:0 auto;overflow:hidden}.wp-core-ui .attachment .thumbnail{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;transition:opacity .1s}.wp-core-ui .attachment .portrait img{max-width:100%}.wp-core-ui .attachment .landscape img{max-height:100%}.wp-core-ui .attachment .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.wp-core-ui .attachment .thumbnail img{top:0;left:0}.wp-core-ui .attachment .thumbnail .centered{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(50%,50%)}.wp-core-ui .attachment .thumbnail .centered img{transform:translate(-50%,-50%)}.wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon{transform:translate(-50%,-70%)}.wp-core-ui .attachment .filename{position:absolute;left:0;right:0;bottom:0;overflow:hidden;max-height:100%;word-wrap:break-word;text-align:center;font-weight:600;background:rgba(255,255,255,.8);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.wp-core-ui .attachment .filename div{padding:5px 10px}.wp-core-ui .attachment .thumbnail img{position:absolute}.wp-core-ui .attachment-close{display:block;position:absolute;top:5px;right:5px;height:22px;width:22px;padding:0;background-color:#fff;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.3);transition:none}.wp-core-ui .attachment-close .media-modal-icon{display:inline-block;background-position:-96px 4px;height:22px;width:22px}.wp-core-ui .attachment-close:focus .media-modal-icon,.wp-core-ui .attachment-close:hover .media-modal-icon{background-position:-36px 4px}.wp-core-ui .attachment .check{display:none;height:24px;width:24px;padding:0;border:0;position:absolute;z-index:10;top:0;right:0;outline:0;background:#f0f0f1;cursor:pointer;box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15)}.wp-core-ui .attachment .check .media-modal-icon{display:block;background-position:-1px 0;height:15px;width:15px;margin:5px}.wp-core-ui .attachment .check:hover .media-modal-icon{background-position:-40px 0}.wp-core-ui .attachment.selected .check{display:block}.wp-core-ui .attachment.details .check,.wp-core-ui .attachment.selected .check:focus,.wp-core-ui .media-frame.mode-grid .attachment.selected .check{background-color:#2271b1;box-shadow:0 0 0 1px #fff,0 0 0 2px #2271b1}.wp-core-ui .attachment.selected .check:focus{outline:2px solid transparent}.wp-core-ui .attachment.details .check .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon{background-position:-21px 0}.wp-core-ui .attachment.details .check:hover .media-modal-icon,.wp-core-ui .attachment.selected .check:focus .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon{background-position:-60px 0}.wp-core-ui .media-frame .attachment .describe{position:relative;display:block;width:100%;margin:0;padding:0 8px;font-size:12px;border-radius:0}.media-frame .attachments-browser{position:relative;width:100%;height:100%;overflow:hidden}.attachments-browser .media-toolbar{right:300px;height:72px;background:#fff}.attachments-browser.hide-sidebar .media-toolbar{right:0}.attachments-browser .media-toolbar-primary>.media-button,.attachments-browser .media-toolbar-primary>.media-button-group,.attachments-browser .media-toolbar-secondary>.media-button,.attachments-browser .media-toolbar-secondary>.media-button-group{margin:10px 0}.attachments-browser .attachments{padding:2px 8px 8px}.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper,.attachments-browser:not(.has-load-more) .attachments{position:absolute;top:72px;left:0;right:300px;bottom:0;overflow:auto;outline:0}.attachments-browser .uploader-inline.hidden{display:none}.attachments-browser .media-toolbar-primary{max-width:33%}.mode-grid .attachments-browser .media-toolbar-primary{display:flex;align-items:center;column-gap:.5rem;margin:11px 0}.mode-grid .attachments-browser .media-toolbar-mode-select .media-toolbar-primary{display:none}.attachments-browser .media-toolbar-secondary{max-width:66%}.uploader-inline .close{background-color:transparent;border:0;cursor:pointer;height:48px;outline:0;padding:0;position:absolute;right:2px;text-align:center;top:2px;width:48px;z-index:1}.uploader-inline .close:before{font:normal 30px/1 dashicons!important;color:#50575e;display:inline-block;content:"\f335";content:"\f335"/'';font-weight:300;margin-top:1px}.uploader-inline .close:focus{outline:1px solid #4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.attachments-browser.hide-sidebar .attachments,.attachments-browser.hide-sidebar .uploader-inline{right:0;margin-right:0}.attachments-browser .instructions{display:inline-block;margin-top:16px;line-height:1.38461538;font-size:13px;color:#646970}.attachments-browser .no-media{padding:2em 0 0 2em}.more-loaded .attachment:not(.found-media){background:#dcdcde}.load-more-wrapper{clear:both;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:1em 0}.load-more-wrapper .load-more-count{min-width:100%;margin:0 0 1em;text-align:center}.load-more-wrapper .load-more{margin:0}.media-frame .load-more-wrapper .load-more+.spinner{float:none;margin:0 -30px 0 10px}.media-frame .load-more-wrapper .load-more.hidden+.spinner{margin:0}.load-more-wrapper::after{content:"";min-width:100%;order:1}.load-more-wrapper .load-more-jump{margin:0 0 0 12px}.attachment.new-media{outline:2px dotted #c3c4c7}.media-progress-bar{position:relative;height:10px;width:70%;margin:10px auto;border-radius:10px;background:#dcdcde;background:rgba(0,0,0,.1)}.media-progress-bar div{height:10px;min-width:20px;width:0;background:#2271b1;border-radius:10px;transition:width .3s}.media-uploader-status .media-progress-bar{display:none;width:100%}.uploading.media-uploader-status .media-progress-bar{display:block}.attachment-preview .media-progress-bar{position:absolute;top:50%;left:15%;width:70%;margin:-5px 0 0}.media-uploader-status{position:relative;margin:0 auto;padding-bottom:10px;max-width:400px}.uploader-inline .media-uploader-status h2{display:none}.media-uploader-status .upload-details{display:none;font-size:12px;color:#646970}.uploading.media-uploader-status .upload-details{display:block}.media-uploader-status .upload-detail-separator{padding:0 4px}.media-uploader-status .upload-count{color:#3c434a}.media-uploader-status .upload-dismiss-errors,.media-uploader-status .upload-errors{display:none}.errors.media-uploader-status .upload-dismiss-errors,.errors.media-uploader-status .upload-errors{display:block}.media-uploader-status .upload-dismiss-errors{transition:none;text-decoration:none}.upload-errors .upload-error{padding:12px;margin-bottom:12px;background:#fff;border-left:4px solid #d63638;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.uploader-inline .upload-errors .upload-error{padding:12px 30px;background-color:#fcf0f1;box-shadow:none}.upload-errors .upload-error-filename{font-weight:600}.upload-errors .upload-error-message{display:block;padding-top:8px;word-wrap:break-word}.uploader-window,.wp-editor-wrap .uploader-editor{top:0;left:0;right:0;bottom:0;text-align:center;display:none}.uploader-window{position:fixed;z-index:250000;opacity:0;transition:opacity 250ms}.wp-editor-wrap .uploader-editor{position:absolute;z-index:99998;background:rgba(140,143,148,.9)}.uploader-window,.wp-editor-wrap .uploader-editor.droppable{background:rgba(10,75,120,.9)}.uploader-window-content,.wp-editor-wrap .uploader-editor-content{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px dashed #fff}.uploader-window .uploader-editor-title,.uploader-window h1,.wp-editor-wrap .uploader-editor .uploader-editor-title{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);font-size:3em;line-height:1.3;font-weight:600;color:#fff;margin:0;padding:0 10px}.wp-editor-wrap .uploader-editor .uploader-editor-title{display:none}.wp-editor-wrap .uploader-editor.droppable .uploader-editor-title{display:block}.uploader-window .media-progress-bar{margin-top:20px;max-width:300px;background:0 0;border-color:#fff;display:none}.uploader-window .media-progress-bar div{background:#fff}.uploading .uploader-window .media-progress-bar{display:block}.media-frame .uploader-inline{margin-bottom:20px;padding:0;text-align:center}.uploader-inline-content{position:absolute;top:30%;left:0;right:0}.uploader-inline-content .upload-ui{margin:2em 0}.uploader-inline-content .post-upload-ui{margin-bottom:2em}.uploader-inline .has-upload-message .upload-ui{margin:0 0 4em}.uploader-inline h2{font-size:20px;line-height:1.4;font-weight:400;margin:0}.uploader-inline .has-upload-message .upload-instructions{font-size:14px;color:#3c434a;font-weight:400}.uploader-inline .drop-instructions{display:none}.supports-drag-drop .uploader-inline .drop-instructions{display:block}.uploader-inline p{margin:.5em 0}.uploader-inline .media-progress-bar{display:none}.uploading.uploader-inline .media-progress-bar{display:block}.uploader-inline .browser{display:inline-block!important}.media-selection{position:absolute;top:0;left:0;right:350px;height:60px;padding:0 0 0 16px;overflow:hidden;white-space:nowrap}.media-selection .selection-info{display:inline-block;font-size:12px;height:60px;margin-right:10px;vertical-align:top}.media-selection.editing,.media-selection.empty{display:none}.media-selection.one .edit-selection{display:none}.media-selection .count{display:block;padding-top:12px;font-size:14px;line-height:1.42857142;font-weight:600}.media-selection .button-link{float:left;padding:1px 8px;margin:1px 8px 1px -8px;line-height:1.4;border-right:1px solid #dcdcde;color:#2271b1;text-decoration:none}.media-selection .button-link:focus,.media-selection .button-link:hover{color:#135e96}.media-selection .button-link:last-child{border-right:0;margin-right:0}.selection-info .clear-selection{color:#d63638}.selection-info .clear-selection:focus,.selection-info .clear-selection:hover{color:#d63638}.media-selection .selection-view{display:inline-block;vertical-align:top}.media-selection .attachments{display:inline-block;height:48px;margin:6px;padding:0;overflow:hidden;vertical-align:top}.media-selection .attachment{width:40px;padding:0;margin:4px}.media-selection .attachment .thumbnail{top:0;right:0;bottom:0;left:0}.media-selection .attachment .icon{width:50%}.media-selection .attachment-preview{box-shadow:none;background:0 0}.wp-core-ui .media-selection .attachment.details:focus,.wp-core-ui .media-selection .attachment:focus,.wp-core-ui .media-selection .selected.attachment:focus{box-shadow:0 0 0 1px #fff,0 0 2px 3px #4f94d4;outline:2px solid transparent}.wp-core-ui .media-selection .selected.attachment{box-shadow:none}.wp-core-ui .media-selection .attachment.details{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.media-selection:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:25px;background-image:linear-gradient(to left,#fff,rgba(255,255,255,0))}.media-selection .attachment .filename{display:none}.media-frame .spinner{background:url(/wp-includes/css/../images/spinner.gif) no-repeat;background-size:20px 20px;float:right;display:inline-block;visibility:hidden;opacity:.7;width:20px;height:20px;margin:0;vertical-align:middle}.media-frame .media-sidebar .settings-save-status .spinner{position:absolute;right:0;top:0}.media-frame.mode-grid .spinner{margin:0;float:none;vertical-align:middle}.media-modal .media-toolbar .spinner{float:none;vertical-align:bottom;margin:0 0 5px 5px}.media-frame .instructions+.spinner.is-active{vertical-align:middle}.media-frame .spinner.is-active{visibility:visible}.attachment-details{position:relative;overflow:auto}.attachment-details .settings-save-status{text-align:right;text-transform:none;font-weight:400}.attachment-details .settings-save-status .spinner{float:none;margin-left:5px}.attachment-details .settings-save-status .saved{display:none}.attachment-details.save-waiting .settings-save-status .spinner{visibility:visible}.attachment-details.save-complete .settings-save-status .saved{display:inline-block}.attachment-info{overflow:hidden;min-height:60px;margin-bottom:16px;line-height:1.5;color:#646970;border-bottom:1px solid #dcdcde;padding-bottom:11px}.attachment-info .wp-media-wrapper{margin-bottom:8px}.attachment-info .wp-media-wrapper.wp-audio{margin-top:13px}.attachment-info .filename{font-weight:600;color:#3c434a;word-wrap:break-word}.attachment-info .thumbnail{position:relative;float:left;max-width:120px;max-height:120px;margin-top:5px;margin-right:10px;margin-bottom:5px}.uploading .attachment-info .thumbnail{width:120px;height:80px;box-shadow:inset 0 0 15px rgba(0,0,0,.1)}.uploading .attachment-info .media-progress-bar{margin-top:35px}.attachment-info .thumbnail-image:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);overflow:hidden}.attachment-info .thumbnail img{display:block;max-width:120px;max-height:120px;margin:0 auto}.attachment-info .details{float:left;font-size:12px;max-width:100%}.attachment-info .delete-attachment,.attachment-info .edit-attachment,.attachment-info .trash-attachment,.attachment-info .untrash-attachment{display:block;text-decoration:none;white-space:nowrap}.attachment-details.needs-refresh .attachment-info .edit-attachment{display:none}.attachment-info .edit-attachment{display:block}.media-modal .delete-attachment,.media-modal .trash-attachment,.media-modal .untrash-attachment{display:inline;padding:0;color:#d63638}.media-modal .delete-attachment:focus,.media-modal .delete-attachment:hover,.media-modal .trash-attachment:focus,.media-modal .trash-attachment:hover,.media-modal .untrash-attachment:focus,.media-modal .untrash-attachment:hover{color:#d63638}.attachment-display-settings{width:100%;float:left;overflow:hidden}.collection-settings{overflow:hidden}.collection-settings .setting input[type=checkbox]{float:left;margin-right:8px}.collection-settings .setting .name,.collection-settings .setting span{min-width:inherit}.media-modal .imgedit-wrap{position:static}.media-modal .imgedit-wrap .imgedit-panel-content{padding:16px 16px 0;overflow:visible}.media-modal .imgedit-wrap .imgedit-save-target{margin:8px 0 24px}.media-modal .imgedit-group{background:0 0;border:none;box-shadow:none;margin:0;padding:0;position:relative}.media-modal .imgedit-group.imgedit-panel-active{margin-bottom:16px;padding-bottom:16px}.media-modal .imgedit-group-top{margin:0}.media-modal .imgedit-group-top h2,.media-modal .imgedit-group-top h2 .button-link{display:inline-block;text-transform:uppercase;font-size:12px;color:#646970;margin:0;margin-top:3px}.media-modal .imgedit-group-top h2 .button-link,.media-modal .imgedit-group-top h2 a{text-decoration:none;color:#646970}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover{border:1px solid transparent;margin:0;padding:0;background:0 0;color:#2271b1;font-size:20px;line-height:1;cursor:pointer;box-sizing:content-box;box-shadow:none}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus{color:#2271b1;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}.wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle{margin-top:-3px}.wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle{margin-top:-2px}.media-modal .imgedit-help-toggled span.dashicons:before{content:"\f142";content:"\f142"/''}.media-modal .imgedit-thumbnail-preview{margin:10px 8px 0 0}.imgedit-thumbnail-preview-caption{display:block}.media-modal .imgedit-wrap .notice,.media-modal .imgedit-wrap div.updated{margin:0 16px}.embed-url{display:block;position:relative;padding:16px;margin:0;z-index:250;background:#fff;font-size:18px}.media-frame .embed-url input{font-size:18px;line-height:1.22222222;padding:12px 40px 12px 14px;width:100%;min-width:200px;box-shadow:inset 2px 2px 4px -2px rgba(0,0,0,.1)}.media-frame .embed-url input::-ms-clear{display:none}.media-frame .embed-url .spinner{position:absolute;top:32px;right:26px}.media-frame .embed-loading .embed-url .spinner{visibility:visible}.embed-link-settings,.embed-media-settings{position:absolute;top:82px;left:0;right:0;bottom:0;padding:0 16px;overflow:auto}.media-embed .embed-link-settings .link-text{margin-top:0}.embed-link-settings::after,.embed-media-settings::after{content:"";display:flex;clear:both;height:24px}.media-embed .embed-link-settings{overflow:visible}.embed-preview embed,.embed-preview iframe,.embed-preview img,.mejs-container video{max-width:100%;vertical-align:middle}.embed-preview a{display:inline-block}.embed-preview img{display:block;height:auto}.mejs-container:focus{outline:1px solid #2271b1;box-shadow:0 0 0 2px #2271b1}.image-details .media-modal{left:140px;right:140px}.image-details .media-frame-content,.image-details .media-frame-router,.image-details .media-frame-title{left:0}.image-details .embed-media-settings{top:0;overflow:visible;padding:0}.image-details .embed-media-settings::after{content:none}.image-details .embed-media-settings,.image-details .embed-media-settings div{box-sizing:border-box}.image-details .column-settings{background:#f6f7f7;border-right:1px solid #dcdcde;min-height:100%;width:55%;position:absolute;top:0;left:0}.image-details .column-settings h2{margin:20px;padding-top:20px;border-top:1px solid #dcdcde;color:#1d2327}.image-details .column-image{width:45%;position:absolute;left:55%;top:0}.image-details .image{margin:20px}.image-details .image img{max-width:100%;max-height:500px}.image-details .advanced-toggle{padding:0;color:#646970;text-transform:uppercase;text-decoration:none}.image-details .advanced-toggle:active,.image-details .advanced-toggle:hover{color:#646970}.image-details .advanced-toggle:after{font:normal 20px/1 dashicons;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f140";content:"\f140"/'';display:inline-block;margin-top:-2px}.image-details .advanced-visible .advanced-toggle:after{content:"\f142";content:"\f142"/''}.image-details .custom-size .custom-size-setting,.image-details .custom-size label{display:block;float:left}.image-details .custom-size .custom-size-setting label{float:none}.image-details .custom-size input{width:5em}.image-details .custom-size .sep{float:left;margin:26px 6px 0}.image-details .custom-size .description{margin-left:0}.media-embed .thumbnail{max-width:100%;max-height:200px;position:relative;float:left}.media-embed .thumbnail img{max-height:200px;display:block}.media-embed .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.media-embed .setting,.media-embed .setting-group{width:100%;margin:10px 0;float:left;display:block;clear:both}.media-embed .setting-group .setting:not(.checkbox-setting){margin:0}.media-embed .setting.has-description{margin-bottom:5px}.media-embed .description{clear:both;font-style:normal}.media-embed .content-track+.description{line-height:1.4;max-width:none!important}.media-embed .remove-track{margin-bottom:10px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{float:none;width:auto}.image-details .actions{margin:10px 0}.image-details .hidden{display:none}.media-embed .setting input[type=text],.media-embed .setting textarea,.media-embed fieldset{display:block;width:100%;max-width:400px}.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{max-width:inherit;width:70%}.image-details .description,.image-details .embed-media-settings .custom-size,.image-details .embed-media-settings .link-target,.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting-group{margin-left:27%;width:70%}.image-details .description{font-style:normal;margin-top:0}.image-details .embed-media-settings .link-target{margin-top:16px}.audio-details .checkbox-label,.image-details .checkbox-label,.video-details .checkbox-label{vertical-align:baseline}.media-embed .setting input.hidden,.media-embed .setting textarea.hidden{display:none}.media-embed .setting .name,.media-embed .setting span,.media-embed .setting-group .name{display:inline-block;font-size:13px;line-height:1.84615384;color:#646970}.media-embed .setting span{display:block;width:200px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:left;width:25%;text-align:right;margin:8px 1% 0;line-height:1.1}.image-details .embed-media-settings .setting .button-group,.media-frame .setting-group .button-group{width:auto}.media-embed-sidebar{position:absolute;top:0;left:440px}.advanced-section,.link-settings{margin-top:10px}.media-frame .setting .button-group{display:flex;margin:0!important;max-width:none!important}.rtl .media-frame,.rtl .media-frame .search,.rtl .media-frame input[type=email],.rtl .media-frame input[type=number],.rtl .media-frame input[type=password],.rtl .media-frame input[type=search],.rtl .media-frame input[type=tel],.rtl .media-frame input[type=text],.rtl .media-frame input[type=url],.rtl .media-frame select,.rtl .media-frame textarea,.rtl .media-modal{font-family:Tahoma,sans-serif}:lang(he-il) .rtl .media-frame,:lang(he-il) .rtl .media-frame .search,:lang(he-il) .rtl .media-frame input[type=email],:lang(he-il) .rtl .media-frame input[type=number],:lang(he-il) .rtl .media-frame input[type=password],:lang(he-il) .rtl .media-frame input[type=search],:lang(he-il) .rtl .media-frame input[type=text],:lang(he-il) .rtl .media-frame input[type=url],:lang(he-il) .rtl .media-frame select,:lang(he-il) .rtl .media-frame textarea,:lang(he-il) .rtl .media-modal{font-family:Arial,sans-serif}@media only screen and (max-width:900px){.media-modal .media-frame-title{height:40px}.media-modal .media-frame-title h1{line-height:2.22222222;font-size:18px}.media-modal-close{width:42px;height:42px}.media-frame .media-frame-title{position:static;padding:0 44px;text-align:center}.media-frame:not(.hide-menu) .media-frame-content,.media-frame:not(.hide-menu) .media-frame-router,.media-frame:not(.hide-menu) .media-frame-toolbar{left:0}.media-frame:not(.hide-menu) .media-frame-router{top:80px}.media-frame:not(.hide-menu) .media-frame-content{top:114px}.media-frame.hide-router .media-frame-content{top:80px}.media-frame:not(.hide-menu) .media-frame-menu{position:static;width:0}.media-frame:not(.hide-menu) .media-menu{display:none;width:auto;max-width:80%;overflow:auto;z-index:2000;top:75px;left:50%;transform:translateX(-50%);right:auto;bottom:auto;padding:5px 0;border:1px solid #c3c4c7}.media-frame:not(.hide-menu) .media-menu.visible{display:block}.media-frame:not(.hide-menu) .media-menu>a{padding:12px 16px;font-size:16px}.media-frame:not(.hide-menu) .media-menu .separator{margin:5px 10px}.media-frame-menu-heading{clip-path:inset(50%);height:1px;overflow:hidden;padding:0;width:1px;border:0;margin:-1px;word-wrap:normal!important}.wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle{display:inline-flex;align-items:center;position:absolute;left:50%;transform:translateX(-50%);margin:-6px 0 0;padding:0 2px 0 12px;font-size:.875rem;font-weight:600;text-decoration:none;background:0 0;height:.1%;min-height:40px}.wp-core-ui .button.media-frame-menu-toggle:active,.wp-core-ui .button.media-frame-menu-toggle:hover{background:0 0;transform:none}.wp-core-ui .button.media-frame-menu-toggle:focus{outline:1px solid transparent}.media-sidebar{width:230px}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:262px}.attachments-browser .attachments,.attachments-browser .attachments-wrapper,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper{right:262px}.attachments-browser .media-toolbar{height:82px}.attachments-browser .attachments,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{top:82px}.attachment-details .setting,.media-sidebar .setting{margin:6px 0}.attachment-details .setting .name,.attachment-details .setting input,.attachment-details .setting textarea,.compat-item label span,.media-sidebar .setting .name,.media-sidebar .setting input,.media-sidebar .setting textarea{float:none;display:inline-block}.attachment-details .setting span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting span{float:none}.media-sidebar .setting .select-label-inline{display:inline}.attachment-details .setting .name,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name{text-align:inherit;min-height:16px;margin:0;padding:8px 2px 2px}.attachment-details .attachment-info .copy-to-clipboard-container,.media-sidebar .setting .copy-to-clipboard-container{margin-left:0;padding-top:0}.attachment-details .attachment-info .copy-attachment-url,.media-sidebar .setting .copy-attachment-url{margin:0 1px}.attachment-details .setting .value,.media-sidebar .setting .value{float:none;width:auto}.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting select,.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting select,.media-sidebar .setting textarea{float:none;width:98%;max-width:none;height:auto}.media-frame .media-toolbar input[type=search]{line-height:2.25}.attachment-details .setting select.columns,.media-sidebar .setting select.columns{width:auto}.media-frame .search,.media-frame input,.media-frame textarea{padding:3px 6px}.wp-admin .media-frame select{min-height:40px;font-size:16px;line-height:1.625;padding:5px 24px 5px 8px}.image-details .column-image{width:30%;left:70%}.image-details .column-settings{width:70%}.image-details .media-modal{left:30px;right:30px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{margin:20px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:none;text-align:left;width:100%;margin-bottom:4px;margin-left:0}.media-modal .legend-inline{position:static;transform:none;margin-left:0;margin-bottom:6px}.image-details .embed-media-settings .setting-group .setting{margin-bottom:0}.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{width:100%;margin-left:0}.image-details .embed-media-settings .setting.has-description{margin-bottom:5px}.image-details .description{width:auto;margin:0 20px}.image-details .embed-media-settings .custom-size{margin-left:20px}.collection-settings .setting input[type=checkbox]{float:none;margin-top:0}.media-selection{min-width:120px}.media-selection:after{background:0 0}.media-selection .attachments{display:none}.media-modal .attachments-browser .media-toolbar .search{max-width:100%;height:auto;float:right}.media-modal .attachments-browser .media-toolbar .attachment-filters{height:auto}.media-frame input[type=email],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=text],.media-frame input[type=url],.media-frame select,.media-frame textarea{font-size:16px;line-height:1.5}.media-frame .media-toolbar input[type=search]{line-height:2.3755}.media-modal .media-toolbar .spinner{margin-bottom:10px}}@media screen and (max-width:782px){.imgedit-panel-content{grid-template-columns:auto}.media-frame-toolbar .media-toolbar{bottom:-54px}.mode-grid .attachments-browser .media-toolbar-primary{display:grid;grid-template-columns:auto 1fr}.mode-grid .attachments-browser .media-toolbar-primary input[type=search]{width:100%}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{font-size:14px;line-height:2.71428571}.media-frame .wp-filter .media-toolbar-secondary{position:unset}.media-frame .media-toolbar-secondary .spinner{position:absolute;top:0;bottom:0;margin:auto;left:0;right:0;z-index:9}.media-bg-overlay{content:'';background:#fff;width:100%;height:100%;display:none;position:absolute;left:0;right:0;top:0;bottom:0;opacity:.6}}@media only screen and (max-width:640px),screen and (max-height:400px){.image-details .media-modal,.media-modal{position:fixed;top:0;left:0;right:0;bottom:0}.media-modal-backdrop{position:fixed}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:0}.media-sidebar{z-index:1900;max-width:70%;bottom:120%;box-sizing:border-box;padding-bottom:0}.media-sidebar.visible{bottom:0}.attachments-browser .attachments,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{right:0}.image-details .media-frame-title{display:block;top:0;font-size:14px}.image-details .column-image,.image-details .column-settings{width:100%;position:relative;left:0}.image-details .column-settings{padding:4px 0}.media-frame-content .media-toolbar .instructions{display:none}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (min-width:901px) and (max-height:400px){.media-frame:not(.hide-menu) .media-menu,.media-menu{top:0;padding-top:44px}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (max-width:480px){.wp-core-ui.wp-customizer .media-button{margin-top:13px}}@media print,(min-resolution:120dpi){.wp-core-ui .media-modal-icon{background-image:url(/wp-includes/css/../images/uploader-icons-2x.png);background-size:134px 15px}.media-frame .spinner{background-image:url(/wp-includes/css/../images/spinner-2x.gif)}}.media-frame-content[data-columns="1"] .attachment{width:100%}.media-frame-content[data-columns="2"] .attachment{width:50%}.media-frame-content[data-columns="3"] .attachment{width:33.33%}.media-frame-content[data-columns="4"] .attachment{width:25%}.media-frame-content[data-columns="5"] .attachment{width:20%}.media-frame-content[data-columns="6"] .attachment{width:16.66%}.media-frame-content[data-columns="7"] .attachment{width:14.28%}.media-frame-content[data-columns="8"] .attachment{width:12.5%}.media-frame-content[data-columns="9"] .attachment{width:11.11%}.media-frame-content[data-columns="10"] .attachment{width:10%}.media-frame-content[data-columns="11"] .attachment{width:9.09%}.media-frame-content[data-columns="12"] .attachment{width:8.33%}
/*!/wp-includes/js/imgareaselect/imgareaselect.css*/
/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: url(/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
/*!/wp-content/mu-plugins/vendor/wpex/stock-photos/assets/css/stock-photos.min.css*/
@media only screen and (max-width:900px){.media-router{width:auto;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:auto}.media-router>a{float:inherit;display:inline-block}.media-router .active,.media-router>a.active:last-child{margin:0 -1px 0 0}.media-frame-router,.media-frame:not(.hide-menu) .media-menu{top:39px}}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview{height:100%}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .media-toolbar-secondary h2.backBtn{cursor:pointer;position:fixed;color:#32373c;display:block!important;visibility:visible!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1.3em;font-weight:600}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .media-toolbar-secondary h2.backBtn:hover{color:#00a0d2}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .media-toolbar-secondary h2.backBtn:before{font-family:dashicons;content:"\f341";font-weight:400;position:relative;top:2px;text-rendering:geometricPrecision}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .stock-photo-image-preview{height:-webkit-calc(90% - 54px);height:calc(90% - 54px);padding-top:54px;text-align:center;margin:0 auto}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .stock-photo-image-preview img{max-height:80%;max-width:100%}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .stock-photo-image-preview p.license-details{width:50%;margin:0 auto;padding-top:10px}@media screen and (max-width:320px){.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .stock-photo-image-preview p.license-details{width:80%}}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .stock-photo-image-preview a{text-decoration:none}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .stock-photo-image-preview a:focus{-webkit-box-shadow:none;box-shadow:none}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .stock-photo-image-preview a.license-details{display:block;padding-top:10px}.wp-core-ui .media-frame .wpaas-stock-photos.stock-photo-preview .stock-photo-image-preview a.license-details:before{font-family:dashicons;font-size:16px;content:"\f348";position:relative;top:4px;padding-right:3px}.wp-core-ui .media-frame .wpaas-stock-photos .attachments{right:0}.wp-core-ui .media-frame .wpaas-stock-photos .attachment-preview:before{opacity:.7}.wp-core-ui .media-frame .wpaas-stock-photos .attachment.details:focus,.wp-core-ui .media-frame .wpaas-stock-photos .attachment.selected:focus,.wp-core-ui .media-frame .wpaas-stock-photos .attachment:focus{-webkit-box-shadow:none;box-shadow:none}.wp-core-ui .media-frame .wpaas-stock-photos .attachment:focus .thumbnail,.wp-core-ui .media-frame .wpaas-stock-photos .attachment:hover .thumbnail{opacity:.4}.wp-core-ui .media-frame .wpaas-stock-photos .attachment:focus .import,.wp-core-ui .media-frame .wpaas-stock-photos .attachment:hover .import{opacity:1;z-index:9999;word-wrap:break-word}.wp-core-ui .media-frame .wpaas-stock-photos .attachment .import{opacity:0;position:absolute;top:37%;right:25%;left:25%;width:50%;color:#fff;background:#23282d;background:rgba(0,0,0,.7);color:#fff;font-size:26px;-webkit-font-smoothing:antialiased;font-weight:600;padding:11px 0 8px;text-align:center;-webkit-border-radius:3px;border-radius:3px;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.wp-core-ui .media-frame .wpaas-stock-photos .attachment .import:after{font-family:dashicons;content:"\f179";font-weight:lighter}.wp-core-ui .media-frame .wpaas-stock-photos .attachment.importing .import{display:none}.wp-core-ui .media-frame .wpaas-stock-photos .attachment.importing .thumbnail{opacity:.08!important}.wp-core-ui .media-frame .wpaas-stock-photos .attachment.importing .spinner{opacity:.8;position:absolute;top:42%;right:42%;left:42%;visibility:visible;z-index:9999}.wp-core-ui .media-frame .wpaas-stock-photos .attachment.inactive .attachment-preview{cursor:wait}.wp-core-ui .media-frame .wpaas-stock-photos .attachment.inactive .import{display:none}.wp-core-ui .media-frame .wpaas-stock-photos .attachment.inactive:not(.importing) .attachment-preview:before{background-color:#000}.wp-core-ui .media-frame .wpaas-stock-photos .attachment.inactive:not(.importing) .thumbnail{opacity:.4}.wp-core-ui .media-frame .wpaas-stock-photos .media-toolbar-secondary .select2-container,.wp-core-ui .media-frame .wpaas-stock-photos .media-toolbar-secondary select.attachment-filters{max-width:60%;width:60%;float:left;margin-top:11px}.wp-core-ui .media-frame .wpaas-stock-photos .media-toolbar-secondary .spinner{float:left;margin-left:10px;position:relative;top:15px}.wp-core-ui .media-frame .wpaas-stock-photos.attachments-browser .uploader-inline{right:0}.select2-container.wpaas-stock-photos{z-index:560001}.select2-container.wpaas-stock-photos .select2-search .select2-search__field,.select2-container.wpaas-stock-photos .select2-selection{width:100%;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);-webkit-transition:.05s border-color ease-in-out;transition:.05s border-color ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container.wpaas-stock-photos .select2-selection{-webkit-border-radius:0;border-radius:0}.select2-container.wpaas-stock-photos .select2-dropdown{border-color:#ddd}.select2-container.wpaas-stock-photos .select2-results__option,.select2-container.wpaas-stock-photos .select2-selection--single .select2-selection__rendered{color:#000}.select2-container.wpaas-stock-photos .select2-search .select2-search__field{padding:0 8px;font-size:1em;line-height:2.5em;height:2.5em}.select2-container.wpaas-stock-photos .select2-selection,.select2-container.wpaas-stock-photos .select2-selection .select2-selection__rendered,.select2-container.wpaas-stock-photos .select2-selection__arrow{font-size:1em;line-height:2.5em;height:2.5em}body.elementor-editor-active .attachments-browser.wpaas-stock-photos .media-toolbar-secondary{width:100%;color:#000}body.elementor-editor-active .select2-container.wpaas-stock-photos:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single{background-color:inherit;border-color:inherit;color:inherit}body.elementor-editor-active .select2-container.wpaas-stock-photos .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}body.elementor-editor-active .select2-container.wpaas-stock-photos .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){background-color:#ddd;color:#000}body.elementor-editor-active .select2-container.wpaas-stock-photos .select2-search__field{background:inherit}body.elementor-editor-active .select2-container.wpaas-stock-photos .select2-selection--single .select2-selection__rendered{color:inherit!important}body.elementor-editor-active .select2-container.wpaas-stock-photos .select2-dropdown{background-color:#fff}
/*!/wp-content/plugins/wp-user-profile-avatar/assets/css/frontend.min.css*/
#wp-user-profile-avatar-errors,#wp-user-profile-avatar-readable-size-error,.wp-user-profile-avatar-error{color:#c00!important;font-weight:700!important}#wp-user-profile-avatar-readable-size-success,#wp-user-profile-avatar-success,.wp-user-profile-avatar-success{color:#179a17!important;font-weight:700!important}#wp-user-profile-avatar-readable-size-error,#wp-user-profile-avatar-undo-button,.wp-user-profile-avatar-no-avatars{display:none}#wp-user-profile-avatar-preview,#wp_user_profile_avatar_preview-existing{margin-right:10px}#wp-user-profile-avatar-preview,#wp-user-profile-avatar-thumbnail,#wp_user_profile_avatar_preview-existing,#wp_user_profile_avatar_thumbnail-existing{display:inline-block;text-align:center;vertical-align:top}#wp-user-profile-avatar-preview img,#wp-user-profile-avatar-thumbnail img,#wp_user_profile_avatar_preview-existing img,#wp_user_profile_avatar_thumbnail-existing img{max-height:96px;border:1px solid #dfdfdf;display:block}.widget_wp_user_profile_avatar #wp-user-profile-avatar-preview img,.widget_wp_user_profile_avatar #wp-user-profile-avatar-thumbnail img,.widget_wp_user_profile_avatar #wp_user_profile_avatar_preview-existing img,.widget_wp_user_profile_avatar #wp_user_profile_avatar_thumbnail-existing img{max-height:64px}.defaultavatarpicker #wp-user-profile-avatar-preview,.defaultavatarpicker #wp_user_profile_avatar_preview-existing{width:32px;height:32px;margin-right:0;display:inline-block;overflow:hidden;vertical-align:middle}.defaultavatarpicker #wp-user-profile-avatar-preview img,.defaultavatarpicker #wp_user_profile_avatar_preview-existing img{width:32px;height:auto;border:0}#wp-user-profile-avatar-edit #wp-user-profile-avatar-remove,#wp-user-profile-avatar-edit #wp-user-profile-avatar-undo,#wp-user-profile-avatar-edit-attachment{margin-left:10px!important}#wp-user-profile-avatar-slider{width:22.75em}#wp-user-profile-avatar-upload-messages span{display:block}.wp-user-profile-avatar-hide{display:none!important}.wp-user-profile-avatar .alignleft{float:left;margin:.3rem 2rem 2rem}.wp-user-profile-avatar .alignright{float:right;margin:.3rem 0 2rem 2rem}.wp-user-profile-avatar .aligncenter,.wp-user-profile-avatar .alignnone{margin:4rem auto;text-align:center}.author-bio-section{border:1px solid #111;padding:15px 25px;margin-top:20px}.author-bio-section .author_details{display:flex;align-items:flex-start;margin-bottom:10px}.author-bio-section .author-image{margin:10px 0}.author-bio-section .author-image img{width:100px;margin-right:15px;display:block}.author-bio-section .author-info .author-bio,.update-user-profile-avatar #wp-user-profile-avatar-add-button-existing{margin:0}.author-bio-section .author-flex{display:grid;grid-template-columns:100px auto;align-items:center;margin-bottom:10px}.author-bio-section .author-info{margin-left:20px}.author-bio-section .author-info .author-name{font-weight:500;text-transform:capitalize}.author-bio-section .authorbox-social-icons{border-top:1px solid #111;margin:0 0 10px;padding-top:20px}.update-user-profile-avatar td,.update-user-profile-avatar th{border-color:#eee;padding:20px}.update-user-profile-avatar #wpupa_url{width:100%;max-width:500px;border-color:var(--wpem-gray-border-color);padding:10px}.update-user-profile-avatar #wp-user-profile-avatar-add-button-existing .button{border:1px solid var(--wpem-gray-border-color);background-color:var(--wpem-gray-bg-color);padding:10px 20px;cursor:pointer}.update-user-profile-avatar #wp-user-profile-avatar-add-button-existing .button:hover{background-color:var(--wpem-gray-border-color);color:var(--wpem-dark-color)}.update-user-profile-avatar #wp-user-profile-avatar-remove-button,.update-user-profile-avatar #wp-user-profile-avatar-undo-button,.update-user-profile-avatar #wp_user_profile_avatar_preview,.update-user-profile-avatar #wp_user_profile_avatar_thumbnail{margin-bottom:0}.update-user-profile-avatar #wp_user_profile_avatar_preview img,.update-user-profile-avatar #wp_user_profile_avatar_thumbnail img{margin-bottom:5px}#wp-user-profile-avatar-undo-button{margin-top:10px}.size-large{width:1024px;}.size-medium{width:300px;}.size-thumbnail{width:150px;}img.avatar{width: 100px;height: auto;}
/*!/wp-content/plugins/easy-digital-downloads/assets/build/css/frontend/edd.min.css*/
.edd-icon{display:inline-block;fill:currentColor;position:relative;vertical-align:middle}.edd-icon-spin{animation:edd-icon-spin 2s linear infinite;display:inline-block}@keyframes edd-icon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}#edd_checkout_cart{border:none;margin:0 0 21px;table-layout:auto;text-align:left;width:100%}#edd_checkout_cart td,#edd_checkout_cart th{border:1px solid #eee;color:#666;padding:.5em 1.387em;text-align:left}#edd_checkout_cart .edd_cart_header_row th{background:#fafafa;padding:1.387em}#edd_checkout_cart .edd_cart_discount_row th,#edd_checkout_cart .edd_cart_tax_row th{background:none}#edd_checkout_cart th{font-weight:700}#edd_checkout_cart td{background:#fff;line-height:25px;vertical-align:middle}#edd_checkout_cart td.edd_cart_actions,#edd_checkout_cart td:last-child,#edd_checkout_cart th.edd_cart_actions,#edd_checkout_cart th.edd_cart_total,#edd_checkout_cart th:last-child{text-align:right}#edd_checkout_cart td img{background:none;border:none;float:left;margin:0 8px 0 0;padding:0}#edd_checkout_cart input.edd-item-quantity{padding:2px;width:3em}#edd_checkout_cart .edd_discount{display:inline-block;margin-left:5px}#edd_checkout_cart br{display:none}#edd_checkout_cart a.edd-cart-saving-button{font-weight:400;text-decoration:none}#edd_checkout_form_wrap legend{display:block;font-size:120%;font-weight:700;line-height:1;margin:0 0 1rem;padding:0;white-space:nowrap;width:100%}#edd_checkout_form_wrap label{display:block;font-size:95%;font-weight:700;line-height:100%;margin:0 0 5px;position:relative}#edd_checkout_form_wrap .edd-description{color:#666;display:block;font-size:80%;margin:0 0 5px}#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap select.edd-select,#edd_checkout_form_wrap textarea.edd-input{display:block;width:70%}#edd_checkout_form_wrap select.edd-select.edd-select-small{display:inline;width:auto}#edd_checkout_form_wrap input.edd-input.error,#edd_checkout_form_wrap textarea.edd-input.error{border-color:#c4554e}#edd_checkout_form_wrap fieldset>div,#edd_checkout_form_wrap>p{margin:0 0 21px}#edd_checkout_form_wrap span.edd-required-indicator{color:#b94a48;display:inline}#edd_checkout_form_wrap input[type=email],#edd_checkout_form_wrap input[type=password],#edd_checkout_form_wrap input[type=tel],#edd_checkout_form_wrap input[type=text],#edd_checkout_form_wrap select,#edd_checkout_form_wrap textarea{padding:4px 6px}#edd_checkout_form_wrap input[type=radio]{border:none;margin-right:5px}#edd_checkout_form_wrap input[type=checkbox]{display:inline-block;margin:0 5px 0 0}#edd_checkout_form_wrap input[type=checkbox]+label,#edd_checkout_form_wrap input[type=checkbox]+label:after{display:inline}#edd_checkout_form_wrap .edd-payment-icons{display:flex;margin:0 0 8px}#edd_checkout_form_wrap .edd-payment-icons img.payment-icon{max-height:32px}#edd_checkout_form_wrap .edd-payment-icons .payment-icon{margin:0 10px 0 0}#edd_checkout_form_wrap #edd-payment-mode-wrap label{display:inline-block;margin:0 20px 0 0}#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label{display:inline-block;font-weight:700;margin-bottom:5px;position:relative}#edd_checkout_form_wrap fieldset{border:1px solid #eee;margin:0 0 21px;padding:1.387em}#edd_checkout_form_wrap #edd_discount_code,#edd_checkout_form_wrap #edd_purchase_submit,#edd_checkout_form_wrap #edd_register_account_fields{border:none;padding:0}#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button[data-edd-button-state=disabled]{cursor:not-allowed;opacity:.5}#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button [data-edd-button-state=processing],#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button[data-edd-button-state=updating]{cursor:wait;opacity:.5}#edd_checkout_form_wrap fieldset fieldset{border:none;margin:0;padding:0}#edd_checkout_form_wrap #edd-login-account-wrap,#edd_checkout_form_wrap #edd-new-account-wrap,#edd_checkout_form_wrap #edd_final_total_wrap,#edd_checkout_form_wrap #edd_show_discount,#edd_checkout_form_wrap .edd-cart-adjustment{background:#fafafa;color:#666;padding:.5em 1.387em}#edd_checkout_form_wrap #edd-discount-code-wrap,#edd_checkout_form_wrap #edd_final_total_wrap,#edd_checkout_form_wrap #edd_show_discount{border:1px solid #eee}#edd_checkout_form_wrap .edd-cart-adjustment{padding:1.387em}#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount.edd-submit,#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input,#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit{display:inline-block}#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit{margin-bottom:2px;padding:3px 12px}#edd_checkout_form_wrap #edd-discount-error-wrap{display:inline-block;margin:1em 0 0;width:100%}#edd_checkout_form_wrap #edd-login-account-wrap,#edd_checkout_form_wrap #edd-new-account-wrap{border-left:none;border-right:none;border-top:none;margin:-1.387em -1.387em 21px}#edd_checkout_form_wrap #edd_payment_mode_select,#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info{margin-bottom:21px}#edd_checkout_form_wrap fieldset#edd_register_account_fields legend{padding-top:11px}#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_login_password,#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_register_password{margin:0}#edd_checkout_form_wrap fieldset#edd_cc_fields legend{border:none;padding:0}#edd_checkout_form_wrap fieldset p:last-child{margin-bottom:0}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap{margin-top:5px}#edd_checkout_form_wrap #edd_purchase_final_total{margin:21px 0}#edd_checkout_form_wrap #edd_purchase_final_total p{margin:0}#edd_checkout_form_wrap input.edd-input.card-number.valid{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22green%22%3E%0A%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%2012.75l6%206%209-13.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");background-position:98% 50%;background-repeat:no-repeat}#edd_checkout_form_wrap span.exp-divider{display:inline}#edd_checkout_form_wrap span.card-type{position:absolute;right:0;top:0}#edd_checkout_form_wrap span.card-type.off{display:none}#edd_checkout_form_wrap .edd-cart-ajax{box-shadow:none}.edd-vat-number-wrap{display:flex;gap:8px;justify-content:space-between}.edd-vat-number-wrap .edd-vat-check__control{display:flex;gap:4px}.edd-vat-number-wrap .edd-vat-check__control .edd-loading{margin:auto!important;position:unset!important}.edd-vat-number-wrap+.edd-alert{margin-top:18px}.edd_clearfix:after{clear:both;content:".";display:block;float:none;text-indent:-9999px;visibility:hidden}.edd_discount_remove{background:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%3E%0A%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.75%209.75l4.5%204.5m0-4.5l-4.5%204.5M21%2012a9%209%200%2011-18%200%209%209%200%200118%200z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat;display:inline-block;height:14px;opacity:.6;position:relative;width:14px}.edd_discount_remove:hover{opacity:1}#edd_secure_site_wrapper{font-weight:700;padding:4px 4px 4px 0}#edd_secure_site_wrapper span{vertical-align:middle}.edd-amazon-profile-wrapper{font-size:12px}.edd-amazon-profile-name{font-weight:600}.edd-amazon-logout{font-size:10px;line-height:12px}.edd-amazon-logout a{cursor:pointer}#edd-amazon-address-box,#edd-amazon-wallet-box{height:228px;width:350px}#edd-amazon-address-box{margin-bottom:15px}.edd_cart_tax .edd-loading-ajax.edd-loading{display:inline-block;margin:0 0 0 auto}@media only screen and (min-width:768px){#edd-amazon-address-box,#edd-amazon-wallet-box{height:228px;width:100%}}.edd_purchase_submit_wrapper{position:relative}.edd_purchase_submit_wrapper a.edd-add-to-cart{display:none;overflow:hidden;position:relative;text-decoration:none}.edd_purchase_submit_wrapper .edd-cart-ajax{display:none;left:-35px;position:relative}.edd-submit.button.edd-ajax-loading{padding-right:30px}.edd-add-to-cart .edd-add-to-cart-label{filter:alpha(opacity=100);opacity:1}.edd-loading,.edd-loading:after{border-radius:50%;display:block;height:1.5em;width:1.5em}.edd-loading{animation:edd-spinning 1.1s linear infinite;border:.2em solid #fff3;border-left-color:#fff;filter:alpha(opacity=0);font-size:.75em;left:calc(50% - .75em);opacity:0;position:absolute;top:calc(50% - .75em);transform:translateZ(0)}.edd-discount-loader.edd-loading,.edd-loading-ajax.edd-loading,a.edd-add-to-cart.white .edd-loading{border-color:#0003 #0003 #0003 #000}.edd-loading-ajax.edd-loading{display:inline-block;left:.25em;position:relative;top:0;vertical-align:middle}.edd-discount-loader.edd-loading{display:inline-block;height:1.25em;left:auto;position:relative;vertical-align:middle;width:1.25em}.edd-loading-ajax.edd-loading{opacity:1}@keyframes edd-spinning{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.edd-loading,a.edd-add-to-cart .edd-add-to-cart-label{transition:opacity .1s!important}.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label{filter:alpha(opacity=0);opacity:0}.edd-add-to-cart[data-edd-loading] .edd-loading,.edd-discount-loader.edd-loading{filter:alpha(opacity=100);opacity:1}.edd-cart-added-alert{color:#567622;display:block;position:absolute}.edd_form input.edd-input.required,.edd_form select.edd-select.required{color:#000}body.edd_receipt_page{background-color:#fff;color:#141412;font-family:Helvetica,sans-serif;font-size:12px;margin:0}body.edd_receipt_page:before{position:relative}body.edd_receipt_page #edd_receipt_wrapper{margin:0 auto;padding:50px 0;width:660px}body.edd_receipt_page table{border-bottom:1px solid #ededed;border-collapse:collapse;border-spacing:0;display:table;font-size:14px;line-height:2;margin:0 0 20px;width:100%}body.edd_receipt_page td,body.edd_receipt_page th{border-top:1px solid #ededed;display:table-cell;font-weight:400;padding:6px 10px;text-align:left}body.edd_receipt_page th{font-weight:700;text-transform:uppercase}body.edd_receipt_page h3{clear:both;display:block;font-size:22px;font-weight:700;margin:40px 0 5px}body.edd_receipt_page li{list-style:none}table#edd_purchase_receipt,table#edd_purchase_receipt_products{width:100%}table#edd_purchase_receipt td,table#edd_purchase_receipt th,table#edd_purchase_receipt_products td,table#edd_purchase_receipt_products th{text-align:left}table#edd_purchase_receipt .edd_receipt_payment_status.cancelled,table#edd_purchase_receipt .edd_receipt_payment_status.failed,table#edd_purchase_receipt .edd_receipt_payment_status.pending,table#edd_purchase_receipt .edd_receipt_payment_status.revoked{color:#f73f2e}table#edd_purchase_receipt_products li{list-style:none;margin:0 0 8px 10px}table#edd_purchase_receipt ul,table#edd_purchase_receipt_products ul.edd_purchase_receipt_files{margin:0;padding:0}table#edd_purchase_receipt li.edd_download_file{list-style:none;margin:0 0 8px}table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes{font-style:italic}table#edd_purchase_receipt_products .edd_purchase_receipt_product_name{font-weight:700}table#edd_purchase_receipt_products .edd_bundled_product_name{font-style:italic;font-weight:700}#edd_user_history{border-bottom:none;border-top:1px solid #f0f0f0;text-align:left;width:100%}#edd_user_history td,#edd_user_history th{border-bottom:1px solid #f0f0f0;border-top:none;padding:3px 5px;text-align:left}#edd_user_history th{background:#f5f5f5;font-weight:700}#edd_user_history td{line-height:25px;vertical-align:middle}#edd_user_history .edd_purchase_status.cancelled,#edd_user_history .edd_purchase_status.failed,#edd_user_history .edd_purchase_status.pending,#edd_user_history .edd_purchase_status.revoked{color:#f73f2e}#edd_login_form legend,#edd_register_form legend{font-size:120%;margin-bottom:1em}#edd_login_form fieldset,#edd_register_form fieldset{border:none}#edd_login_form .edd-input,#edd_register_form .edd-input{box-sizing:border-box}#edd_login_form label,#edd_register_form label{cursor:pointer}#edd_profile_editor_form p{margin-bottom:8px}#edd_profile_editor_form label{display:inline-block}#edd_profile_editor_form .edd-profile-emails{display:inline-table;list-style-type:none;margin-bottom:0;margin-left:0}#edd_profile_editor_form .edd-profile-email{width:auto}#edd_profile_editor_form .edd-profile-email .actions{display:none}#edd_profile_editor_form .edd-profile-email:hover>span{display:inline-block}.edd_added_to_cart_alert{background:#9ecce2;border:1px solid #046a9e;color:#333;font-size:14px;margin:8px 0;padding:5px}.edd_added_to_cart_alert a.edd_alert_checkout_link{color:#000!important}input.edd_submit_plain{background:none!important;border:none!important;cursor:pointer;display:inline;padding:0!important}.single-download .edd_download_purchase_form{margin-bottom:1.387em}.edd_download_purchase_form .edd_download_quantity_wrapper{margin:0 0 .5em}.edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity{width:75px}.edd_download_purchase_form .edd_price_options{margin:0 0 15px}.edd_download_purchase_form .edd_price_options ul{list-style:none;margin:0;padding:0}.edd_download_purchase_form .edd_price_options li{display:block;margin:0;padding:0}.edd_download_purchase_form .edd_price_options span{display:inline;margin:0;padding:0}.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper{padding-left:18px}.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper *{font-size:80%}.edd_download_purchase_form .edd_price_options input.edd-item-quantity{display:inline;max-width:90%;width:50px}#edd-purchase-button,.edd-submit,[type=submit].edd-submit{border:1px solid #ccc;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:1.428571429;margin:0;padding:6px 12px;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.edd-submit.button:focus,[type=submit].edd-submit:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.edd-submit.button:active{background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}.edd-submit.plain{border:none;border-radius:0;padding:0}.edd-submit.button,.edd-submit.button.gray,.edd-submit.button:visited{background:#f0f0f0;border-color:#ccc;color:#333}.edd-submit.button.gray:active,.edd-submit.button.gray:focus,.edd-submit.button.gray:hover,.edd-submit.button:active,.edd-submit.button:focus,.edd-submit.button:hover{background:#ebebeb;border-color:#adadad;color:#333}.edd-submit.button.gray:active{background-image:none}.edd-submit.button.white{background:#fff;border-color:#ccc;color:#333}.edd-submit.button.white:active,.edd-submit.button.white:focus,.edd-submit.button.white:hover{background:#ebebeb;border-color:#adadad;color:#333}.edd-submit.button.white:active{background-image:none}.edd-submit.button.blue{background:#428bca;border-color:#357ebd;color:#fff}.edd-submit.button.blue.active,.edd-submit.button.blue:focus,.edd-submit.button.blue:hover{background:#3276b1;border-color:#285e8e;color:#fff}.edd-submit.button.blue.active{background-image:none}.edd-submit.button.red{background:#d9534f;border-color:#d43f3a;color:#fff}.edd-submit.button.red:active,.edd-submit.button.red:focus,.edd-submit.button.red:hover{background:#d2322d;border-color:#ac2925;color:#fff}.edd-submit.button.red:active{background-image:none}.edd-submit.button.green{background:#5cb85c;border-color:#4cae4c;color:#fff}.edd-submit.button.green:active,.edd-submit.button.green:focus,.edd-submit.button.green:hover{background:#47a447;border-color:#398439;color:#fff}.edd-submit.button.green:active{background-image:none}.edd-submit.button.yellow{background:#f0ad4e;border-color:#eea236;color:#fff}.edd-submit.button.yellow:active,.edd-submit.button.yellow:focus,.edd-submit.button.yellow:hover{background:#ed9c28;border-color:#d58512;color:#fff}.edd-submit.button.yellow:active{background-image:none}.edd-submit.button.orange{background:#ed9c28;border-color:#e3921e;color:#fff}.edd-submit.button.orange:active,.edd-submit.button.orange:focus,.edd-submit.button.orange:hover{background:#e59016;border-color:#d58512;color:#fff}.edd-submit.button.orange:active{background-image:none}.edd-submit.button.dark-gray{background:#363636;border-color:#222;color:#fff}.edd-submit.button.dark-gray:active,.edd-submit.button.dark-gray:focus,.edd-submit.button.dark-gray:hover{background:#333;border-color:#adadad;color:#fff}.edd-submit.button.dark-gray:active{background-image:none}.edd_downloads_list{display:grid;grid-column-gap:20px;grid-row-gap:40px}.edd_downloads_list:after{clear:both;content:"";display:table}.edd_download{float:left}.edd_download_columns_1 .edd_download{width:100%}.edd_download_columns_2 .edd_download{width:50%}.edd_download_columns_0 .edd_download,.edd_download_columns_3 .edd_download{width:33%}.edd_download_columns_4 .edd_download{width:25%}.edd_download_columns_5 .edd_download{width:20%}.edd_download_columns_6 .edd_download{width:16.6%}.edd_download_inner{margin:0 0 10px;padding:0 8px 8px}.edd_download_columns_2 .edd_download:nth-child(odd),.edd_download_columns_3 .edd_download:nth-child(3n+1),.edd_download_columns_4 .edd_download:nth-child(4n+1),.edd_download_columns_5 .edd_download:nth-child(5n+1),.edd_download_columns_6 .edd_download:nth-child(6n+1){clear:left}.edd_download_image{max-width:100%}.edd_download .edd_price{margin-bottom:10px}@media(min-width:768px){.edd_downloads_list:not(.edd_download_columns_1){grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.edd_downloads_list.edd_download_columns_2{grid-template-columns:repeat(2,1fr)}.edd_downloads_list.edd_download_columns_3{grid-template-columns:repeat(3,1fr)}.edd_downloads_list.edd_download_columns_4{grid-template-columns:repeat(4,1fr)}.edd_downloads_list.edd_download_columns_5{grid-template-columns:repeat(5,1fr)}.edd_downloads_list.edd_download_columns_6{grid-template-columns:repeat(6,1fr)}}@supports(display:grid){.edd_downloads_list .edd_download{width:auto}.edd_download_inner{margin:0;padding:0}}.edd-hide-on-empty.cart-empty{display:none}.edd-cart-ajax{background:none;border:none;margin:0 8px 0 4px;padding:0;position:relative;top:2px}.edd-cart-number-of-items{color:gray;font-style:italic}.edd-cart-meta.edd_subtotal{font-style:italic;font-weight:700}.edd-cart-meta.edd_cart_tax{font-size:1em;font-style:italic}.edd-cart-meta.edd_cart_tax:before{font-style:normal}.edd-cart-meta.edd_total{font-weight:700}.edd-cart-meta{padding:2px 5px}.edd-cart-meta.edd_subtotal,.edd-cart-meta.edd_total{background-color:#f9f9f9}.edd_errors:not(.edd-alert){background:#ffffe0;border:1px solid #e6db55;border-radius:2px;color:#333;margin:0 0 21px}.edd_error{padding:10px}p.edd_error{margin:0!important}.edd_success:not(.edd-alert){background:#d5eab3;border:1px solid #b3ce89;border-radius:2px;box-shadow:inset 0 1px 0 #ffffffb3;color:#567622;margin:20px 0;padding:6px 8px}.edd-alert{border:1px solid #0000;border-radius:2px;margin-bottom:20px;padding:10px;vertical-align:middle}.edd-alert p{padding:0}.edd-alert p:not(:last-child){margin-bottom:5px}.edd-alert p:last-child{margin-bottom:0}.edd-alert-error{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.edd-alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.edd-alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.edd-alert-warn{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}
/*!/wp-includes/css/dist/components/style.min.css*/
@charset "UTF-8";@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{-webkit-appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:6px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{display:inline-block;fill:currentColor;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555d65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__action.components-button{margin-right:8px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}

/*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):user-invalid{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}
/*!/wp-content/mu-plugins/vendor/wpex/godaddy-launch/includes/Dependencies/GoDaddy/Styles/build/latest.css*/
#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}
/*!/wp-content/themes/temitopeYoga/style.css*/
@charset "UTF-8";
/*!
Theme Name: Ohio
Theme URI: http://ohio.clbthemes.com/
Author: Colabrio
Author URI: http://clbthemes.com/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 2.3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ohio
Tags: agency, showcase, portfolio, blog, business, clean, corporate, creative, event, minimal, modern, multipurpose, photography, responsive, shop, wordpress

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Modules
# Blog
	## Comments
	## Grid
	## Post
# Portfolio
	## Portfolio grid
	## Portfolio pages
# Shortcodes
	## Accordion
	## Banner
	## Call to Action
	## Clients Logo
	## Contact Form
	## Countdown
	## Counter
	## Currency Switcher
	## Fullscreen Slider
	## Google Maps
	## Heading
	## Icon Box
	## Instagram Feed
	## Menu List
	## Message Module
	## Parallax
	## Pricing Table
	## Process
	## Progress Bar
	## Row
	## Slider
	## Social Networks
	## Split Section
	## Split Slider
	## Subscibe
	## Tabs
	## Team Member
	## Testimonials
	## Tooltips
	## Video
	## Woo Categories
# Layout
	## Breadcrumbs
	## Elements
	## Footer
	## Galleries
	## Header
	## Header title
	## Menus
	## Notification
	## Navigation
	## Pages
	## Popup
	## Pagination
	## Preloader
	## Subscribe
	## Structure
	## Subheader
	## Submenu cart
	## Sidebar
	## Socialbar
# Widgets
	## Base Widgets
	## Standard Widgets
	## Theme Widgets
	## Woo Widgets
# WPML
# Help classes
# Woocommerce
	## Notices
	## Single product
	## Products
	## Cart
	## Checkout
	## Wishlist
	## My Account
	## Elements
	## Cross Sells

---------------------------------*/
/*---------------------------------
# Normalize
---------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  color: inherit; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em;
  margin-left: 2px; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  font-size: 1em; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 600; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*---------------------------------
# Typography
---------------------------------*/
.font-titles {
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

/*---------------------------------
## Headings
---------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-align: inherit;
  position: relative;
  color: #17161A;
  letter-spacing: -0.01em; }
  h1.title, h2.title, h3.title, h4.title, .widget h4, h5.title, .widget h5, h6.title {
    margin: 0; }
  h1.heading-md, h1.comment-reply-title, h2.heading-md, h2.comment-reply-title, h3.heading-md, h3.comment-reply-title, h4.heading-md, h4.comment-reply-title, h5.heading-md, h5.comment-reply-title, h6.heading-md, h6.comment-reply-title {
    font-size: 1.4em !important;
    margin: 0px 0px 20px 0px;
    letter-spacing: -0.01em; }
  h1.heading-sm, h2.heading-sm, h3.heading-sm, h4.heading-sm, h5.heading-sm, h6.heading-sm {
    margin: 5px 0px;
    font-weight: 600; }

.woocommerce-additional-fields h3,
.woocommerce-MyAccount-content h3 {
  font-size: 1.4em;
  margin: 0px 0px 20px 0px;
  letter-spacing: -0.01em; }

h1 {
  font-size: -webkit-calc(46px + 26 * ( (100vw - 576px) / 1024));
  font-size: calc(46px + 26 * ( (100vw - 576px) / 1024));
  line-height: 1;
  letter-spacing: -0.03em; }
  @media screen and (max-width: 576px) {
    h1 {
      font-size: 46px; } }
  @media screen and (min-width: 1600px) {
    h1 {
      font-size: 72px; } }
  @media screen and (max-width: 768px) {
    h1 {
      line-height: 1 !important; } }

h2 {
  font-size: -webkit-calc(40px + 14 * ( (100vw - 576px) / 1024));
  font-size: calc(40px + 14 * ( (100vw - 576px) / 1024));
  line-height: 1.05;
  letter-spacing: -0.02em; }
  @media screen and (max-width: 576px) {
    h2 {
      font-size: 40px; } }
  @media screen and (min-width: 1600px) {
    h2 {
      font-size: 54px; } }

h3 {
  font-size: -webkit-calc(36px + 4 * ( (100vw - 576px) / 1024));
  font-size: calc(36px + 4 * ( (100vw - 576px) / 1024));
  line-height: 1.1; }
  @media screen and (max-width: 576px) {
    h3 {
      font-size: 36px; } }
  @media screen and (min-width: 1600px) {
    h3 {
      font-size: 40px; } }

h4 {
  font-size: -webkit-calc(24px + 2 * ( (100vw - 576px) / 1024));
  font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
  line-height: 1.35; }
  @media screen and (max-width: 576px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1600px) {
    h4 {
      font-size: 26px; } }

h5 {
  font-size: -webkit-calc(19px + 1 * ( (100vw - 576px) / 1024));
  font-size: calc(19px + 1 * ( (100vw - 576px) / 1024));
  line-height: 1.3; }
  @media screen and (max-width: 576px) {
    h5 {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 1.05em;
  line-height: 1.3;
  letter-spacing: 0; }

/*---------------------------------
## Typography
---------------------------------*/
p {
  width: 100%;
  margin: 10px auto;
  display: block; }
  p.text-small {
    font-size: 0.94rem; }

.has-regular-font-size {
  font-size: 16px;
  font-family: inherit; }

.has-extra-small-font-size {
  font-size: 0.867em; }

.has-small-font-size {
  font-size: 0.934em; }

.has-large-font-size {
  font-size: 1.6875em;
  font-weight: 500; }

.has-larger-font-size {
  font-size: 1.9875em; }

.text-wrap {
  margin: 6px 0; }
  .text-wrap *:first-child {
    margin-top: 0; }

.text-split p {
  padding-left: 10px;
  padding-right: 10px; }
  .text-split p:first-child {
    padding-left: 0; }
  .text-split p:last-child {
    padding-right: 0; }

/*---------------------------------
# Modules
---------------------------------*/
/*---------------------------------
## Accessibility
---------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 0.94rem;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*---------------------------------
## Clearings
---------------------------------*/
.clear:before,
.clear:after,
.clear,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.header:before,
.header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*---------------------------------
## Infinite scroll
---------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*---------------------------------
# Shortcodes
---------------------------------*/
/*---------------------------------
## Accordion
---------------------------------*/
.accordion .accordionItem_title {
  background-color: rgba(136, 136, 136, 0.05);
  width: 100%;
  min-height: 54px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .accordion .accordionItem_title .icon {
    color: inherit;
    margin-right: 10px;
    font-size: 22px; }
  .accordion .accordionItem_title h6 {
    margin: 0; }
  .accordion .accordionItem_title .accordionItem_control {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .accordion .accordionItem_title .accordionItem_control.btn-round .ion {
      background: transparent;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: inherit; }
    .accordion .accordionItem_title .accordionItem_control .ion {
      font-size: 18px; }
  .accordion .accordionItem_title:hover .accordionItem_control.btn-round .ion {
    background-color: rgba(136, 136, 136, 0.05); }

.accordion .accordionItem_content {
  height: 10px;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .accordion .accordionItem_content.visible {
    height: auto; }
  .accordion .accordionItem_content .wrap {
    padding: 20px; }
    .accordion .accordionItem_content .wrap p {
      margin: 0; }

.accordion.outline .accordionItem_title {
  background: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.accordion.outline .icon {
  color: inherit;
  margin-right: 5px;
  display: inline-block;
  font-size: 20px;
  line-height: 0;
  vertical-align: -2px; }

.accordion.outline h6 {
  left: -10px; }

.accordion.outline .accordionItem_control {
  position: relative;
  right: 0;
  top: auto;
  left: -12px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.accordion.outline .accordionItem_content {
  height: 0;
  min-height: 0; }
  .accordion.outline .accordionItem_content.visible {
    height: auto; }
  .accordion.outline .accordionItem_content .wrap {
    padding: 10px 0; }

/*---------------------------------
## Banner
---------------------------------*/
.banner-holder {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  .banner-holder-inner > a {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .banner-holder img {
    width: 100%;
    vertical-align: top;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.banner-overlay {
  padding: 4.4vh;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
  background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4)); }
  @media screen and (max-width: 1024px) {
    .banner-overlay {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .banner-overlay {
      padding-left: 20px;
      padding-right: 20px; } }

.banner .content {
  padding-left: 4.4vh;
  padding-right: 4.4vh;
  padding-top: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .banner .content {
      padding-left: 20px; } }
  @media screen and (max-width: 1024px) {
    .banner .content {
      padding-right: 20px; } }
  @media screen and (max-width: 1024px) {
    .banner .content {
      padding-top: 20px; } }

.banner:not(.inner) .description, .banner.hover .description {
  color: #fff;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.banner-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .88em; }

.banner-title {
  margin: 0;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  font-size: 34px; }

.banner .description {
  margin: 0;
  font-size: 17px; }

.banner:hover .banner-overlay {
  opacity: 1; }

.banner:hover .description {
  color: #fff;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 1025px) {
  .banner:active .banner-holder {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }

.banner.inner * {
  color: #fff; }

.banner.inner .banner-overlay {
  top: 0;
  background: rgba(23, 22, 26, 0.55); }

.banner.inner .content {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.banner.inner:not(.hover) .banner-overlay {
  opacity: 1; }

.banner.hover .content-top {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.banner.hover:hover .content-top {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1; }

.banner.overlay-title .banner-overlay {
  opacity: 1; }
  .banner.overlay-title .banner-overlay .description {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; }

/*---------------------------------
## Button
---------------------------------*/
.ohio-button-sc:after {
  content: '';
  display: table;
  clear: both; }

/*---------------------------------
## Call to Action
---------------------------------*/
.cta {
  background: #d90a2c;
  color: #fff;
  width: 100%;
  padding: 7.2vh;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .cta {
      padding: 30px; } }
  .cta * {
    color: #fff; }
  .cta .subtitle {
    font-size: 1.25em;
    margin: 10px 0px 0px 0px;
    font-weight: 500; }
  .cta .btn {
    white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .cta {
      display: block; }
      .cta .btn {
        margin-top: 20px; } }

/*---------------------------------
## Clients Logo
---------------------------------*/
.client-logo {
  position: relative; }
  .client-logo-inner {
    position: relative;
    padding: 20px 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .client-logo-inner img {
      vertical-align: top; }
  .client-logo-default {
    overflow: hidden; }
    .client-logo-default:hover img {
      -webkit-animation: logoFadeUp cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
              animation: logoFadeUp cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1; }
  .client-logo-overlay {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .client-logo-overlay .client-logo-img {
      padding: 0 25px; }
    .client-logo-overlay:hover {
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      background: #fff; }
      .client-logo-overlay:hover .client-logo-details {
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        opacity: 1;
        visibility: visible; }
        .client-logo-overlay:hover .client-logo-details p {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          visibility: visible;
          opacity: 1; }
  .client-logo-details {
    background: #fff;
    width: 100%;
    height: auto;
    visibility: hidden;
    margin: 15px 0px 0px 0px;
    padding: 0 20px 20px;
    position: absolute;
    z-index: 100;
    opacity: 0;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .client-logo-details p {
      margin: 0;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

@-webkit-keyframes logoFadeUp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-webkit-calc(-100% - 25px));
            transform: translateY(calc(-100% - 25px));
    opacity: 1; }
  51% {
    -webkit-transform: translateY(-webkit-calc(-100% - 25px));
            transform: translateY(calc(-100% - 25px));
    opacity: 0; }
  52% {
    -webkit-transform: translateY(-webkit-calc(100% + 25px));
            transform: translateY(calc(100% + 25px)); }
  86% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes logoFadeUp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-webkit-calc(-100% - 25px));
            transform: translateY(calc(-100% - 25px));
    opacity: 1; }
  51% {
    -webkit-transform: translateY(-webkit-calc(-100% - 25px));
            transform: translateY(calc(-100% - 25px));
    opacity: 0; }
  52% {
    -webkit-transform: translateY(-webkit-calc(100% + 25px));
            transform: translateY(calc(100% + 25px)); }
  86% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

/*---------------------------------
## Contact Form
---------------------------------*/
.contact-form [class*="vc_col-lg"] label,
.subscribe-form [class*="vc_col-lg"] label,
.subscribe-widget [class*="vc_col-lg"] label {
  margin: 0; }

.contact-form form:after,
.subscribe-form form:after,
.subscribe-widget form:after {
  content: '';
  display: table;
  clear: both; }

@media screen and (max-width: 768px) {
  .contact-form .btn,
  .subscribe-form .btn,
  .subscribe-widget .btn {
    display: block;
    width: 100%; } }

.contact-form .wpcf7-form.sent .btn.btn-loading:before, .contact-form .wpcf7-form.invalid .btn.btn-loading:before,
.subscribe-form .wpcf7-form.sent .btn.btn-loading:before,
.subscribe-form .wpcf7-form.invalid .btn.btn-loading:before,
.subscribe-widget .wpcf7-form.sent .btn.btn-loading:before,
.subscribe-widget .wpcf7-form.invalid .btn.btn-loading:before {
  display: none !important; }

.contact-form input:not([type="checkbox"]),
.contact-form textarea,
.contact-form select,
.subscribe-form input:not([type="checkbox"]),
.subscribe-form textarea,
.subscribe-form select,
.subscribe-widget input:not([type="checkbox"]),
.subscribe-widget textarea,
.subscribe-widget select {
  width: 100%; }

.contact-form input[type="submit"],
.subscribe-form input[type="submit"],
.subscribe-widget input[type="submit"] {
  width: auto; }

.contact-form br,
.subscribe-form br,
.subscribe-widget br {
  display: none; }

.contact-form p,
.subscribe-form p,
.subscribe-widget p {
  margin: 0; }

.contact-form .btn-link,
.subscribe-form .btn-link,
.subscribe-widget .btn-link {
  padding: 15px; }

.contact-form input[type="text"].wpcf7-not-valid,
.contact-form input[type="password"].wpcf7-not-valid,
.contact-form input[type="email"].wpcf7-not-valid,
.contact-form input[type="number"].wpcf7-not-valid,
.contact-form input[type="tel"].wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid,
.subscribe-form input[type="text"].wpcf7-not-valid,
.subscribe-form input[type="password"].wpcf7-not-valid,
.subscribe-form input[type="email"].wpcf7-not-valid,
.subscribe-form input[type="number"].wpcf7-not-valid,
.subscribe-form input[type="tel"].wpcf7-not-valid,
.subscribe-form textarea.wpcf7-not-valid,
.subscribe-widget input[type="text"].wpcf7-not-valid,
.subscribe-widget input[type="password"].wpcf7-not-valid,
.subscribe-widget input[type="email"].wpcf7-not-valid,
.subscribe-widget input[type="number"].wpcf7-not-valid,
.subscribe-widget input[type="tel"].wpcf7-not-valid,
.subscribe-widget textarea.wpcf7-not-valid {
  border-color: #DE4B53 !important; }

.contact-form .wpcf7-not-valid-tip,
.subscribe-form .wpcf7-not-valid-tip,
.subscribe-widget .wpcf7-not-valid-tip {
  color: #DE4B53;
  width: 45px;
  line-height: 45px;
  height: 45px;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1; }

.contact-form .wpcf7-form-control-wrap,
.subscribe-form .wpcf7-form-control-wrap,
.subscribe-widget .wpcf7-form-control-wrap {
  display: block; }

.contact-form label .wpcf7-form-control-wrap,
.subscribe-form label .wpcf7-form-control-wrap,
.subscribe-widget label .wpcf7-form-control-wrap {
  margin-top: 8px; }

@media screen and (max-width: 768px) {
  .contact-form label,
  .subscribe-form label,
  .subscribe-widget label {
    margin-top: 15px; } }

.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing,
.contact-form div.wpcf7-response-output,
.subscribe-form div.wpcf7-validation-errors,
.subscribe-form div.wpcf7-acceptance-missing,
.subscribe-form div.wpcf7-response-output,
.subscribe-widget div.wpcf7-validation-errors,
.subscribe-widget div.wpcf7-acceptance-missing,
.subscribe-widget div.wpcf7-response-output {
  color: #DE4B53;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 15px;
  margin: 10px 0px 0px 0px;
  text-align: left;
  font-size: 0.94rem; }

.contact-form div.wpcf7-response-output,
.subscribe-form div.wpcf7-response-output,
.subscribe-widget div.wpcf7-response-output {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.contact-form div.wpcf7-mail-sent-ok,
.subscribe-form div.wpcf7-mail-sent-ok,
.subscribe-widget div.wpcf7-mail-sent-ok {
  color: inherit; }

.contact-form.outline input[type="text"],
.contact-form.outline input[type="password"],
.contact-form.outline input[type="number"],
.contact-form.outline input[type="email"],
.contact-form.outline input[type="tel"],
.contact-form.outline select,
.contact-form.outline .select-styled,
.contact-form.outline textarea,
.subscribe-form.outline input[type="text"],
.subscribe-form.outline input[type="password"],
.subscribe-form.outline input[type="number"],
.subscribe-form.outline input[type="email"],
.subscribe-form.outline input[type="tel"],
.subscribe-form.outline select,
.subscribe-form.outline .select-styled,
.subscribe-form.outline textarea,
.subscribe-widget.outline input[type="text"],
.subscribe-widget.outline input[type="password"],
.subscribe-widget.outline input[type="number"],
.subscribe-widget.outline input[type="email"],
.subscribe-widget.outline input[type="tel"],
.subscribe-widget.outline select,
.subscribe-widget.outline .select-styled,
.subscribe-widget.outline textarea {
  border: 1px solid rgba(136, 136, 136, 0.65);
  background-color: transparent; }
  .contact-form.outline input[type="text"]:focus,
  .contact-form.outline input[type="password"]:focus,
  .contact-form.outline input[type="number"]:focus,
  .contact-form.outline input[type="email"]:focus,
  .contact-form.outline input[type="tel"]:focus,
  .contact-form.outline select:focus,
  .contact-form.outline .select-styled:focus,
  .contact-form.outline textarea:focus,
  .subscribe-form.outline input[type="text"]:focus,
  .subscribe-form.outline input[type="password"]:focus,
  .subscribe-form.outline input[type="number"]:focus,
  .subscribe-form.outline input[type="email"]:focus,
  .subscribe-form.outline input[type="tel"]:focus,
  .subscribe-form.outline select:focus,
  .subscribe-form.outline .select-styled:focus,
  .subscribe-form.outline textarea:focus,
  .subscribe-widget.outline input[type="text"]:focus,
  .subscribe-widget.outline input[type="password"]:focus,
  .subscribe-widget.outline input[type="number"]:focus,
  .subscribe-widget.outline input[type="email"]:focus,
  .subscribe-widget.outline input[type="tel"]:focus,
  .subscribe-widget.outline select:focus,
  .subscribe-widget.outline .select-styled:focus,
  .subscribe-widget.outline textarea:focus {
    border-color: rgba(72, 72, 72, 0.65); }

.subscribe-widget div.wpcf7-validation-errors,
.subscribe-widget div.wpcf7-acceptance-missing,
.subscribe-widget div.wpcf7-response-output {
  padding: 0; }

/*---------------------------------
## Content box
---------------------------------*/
.content_box_container {
  -webkit-transition: border-color cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: border-color cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: border-color cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative; }
  .content_box_container:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background: #17161A;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.content_box:hover .content_box_container:before {
  height: 100%; }

/*---------------------------------
## Countdown
---------------------------------*/
.countdown-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.85em;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .countdown-box {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); } }
  .countdown-box .box-time {
    padding: 0 12px;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 768px) {
      .countdown-box .box-time {
        padding: 0 2px; } }
    .countdown-box .box-time:first-child {
      padding-left: 0; }
    .countdown-box .box-time:last-child {
      padding-right: 0; }
    .countdown-box .box-time .box-count {
      min-width: 70px;
      height: 36px;
      line-height: 36px;
      vertical-align: middle;
      text-align: center;
      overflow: hidden;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .countdown-box .box-time .box-label {
      display: block;
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      margin: 10px 0px 0px 0px; }
  .countdown-box.text-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .countdown-box.text-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.countdown-classic .box-time:after, .countdown-classic .box-time:before {
  content: '';
  background-color: currentColor;
  display: block;
  width: 4px;
  height: 4px;
  border-left: none;
  border-right: none;
  position: absolute;
  top: 58%;
  left: -0.13em;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.countdown-classic .box-time:before {
  top: 32%; }

.countdown-classic .box-time:first-child:after, .countdown-classic .box-time:first-child:before {
  display: none; }

.countdown-classic .box-time .box-count {
  min-width: 1em;
  height: 1em;
  line-height: 1;
  font-size: inherit; }

.countdown-classic .box-time .box-label {
  display: none; }

.countdown-boxed {
  font-weight: 600; }
  .countdown-boxed .box-time:after, .countdown-boxed .box-time:before {
    display: none; }
  .countdown-boxed .box-time .box-count {
    line-height: 70px;
    color: #fff;
    height: 70px; }
  .countdown-boxed .box-count {
    background-color: #232226;
    position: relative;
    -webkit-perspective: 300px;
            perspective: 300px; }
    .countdown-boxed .box-count .box-current,
    .countdown-boxed .box-count .box-next {
      background: #fff;
      position: absolute;
      outline: 1px solid transparent;
      top: 0;
      left: 0;
      z-index: 1; }
    .countdown-boxed .box-count .box-current.box-top,
    .countdown-boxed .box-count .box-next.box-bottom {
      -webkit-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      z-index: 2; }
    .countdown-boxed .box-count .box-current.box-top {
      z-index: 3; }
    .countdown-boxed .box-count .box-next.box-bottom {
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }
    .countdown-boxed .box-count .box-top {
      background: inherit; }
    .countdown-boxed .box-count .box-bottom {
      background: inherit; }
      .countdown-boxed .box-count .box-bottom:after {
        content: '';
        background: rgba(255, 255, 255, 0.08);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .countdown-boxed .box-count .box-top,
    .countdown-boxed .box-count .box-bottom {
      width: 100%;
      height: 50%;
      overflow: hidden; }
    .countdown-boxed .box-count .box-bottom {
      height: 50%;
      border-top: none;
      top: 50%;
      margin-top: 0; }
      .countdown-boxed .box-count .box-bottom .number {
        top: -35px; }
    .countdown-boxed .box-count .number {
      position: relative;
      z-index: 4; }
  .countdown-boxed .box-time:after {
    margin-top: -32px; }
  @media screen and (max-width: 768px) {
    .countdown-boxed .box-time:after {
      margin-top: -28px; } }
  .countdown-boxed .flip .box-current.box-top {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg); }
  .countdown-boxed .flip .box-next.box-bottom {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: rotateX(0);
            transform: rotateX(0); }

/*---------------------------------
## Counter
---------------------------------*/
.counter-box-icon {
  font-size: 38px;
  margin-top: -10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.counter-box-count {
  font-size: 40px;
  font-weight: bold;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.counter-box .plus-symbol {
  font-size: .75em;
  margin-left: 3px; }

.counter-box i {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .counter-box i.top-icon {
    margin-bottom: 10px; }

.counter-box .left-icon {
  margin-right: 10px; }

.counter-box .right-icon {
  margin-left: 10px; }

.counter-box-headline {
  display: inline-block;
  font-weight: 600; }

.counter-box:hover i {
  color: #d90a2c; }

.counter-box.text-left .counter-box-count {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.counter-box.text-right .counter-box-count {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/*---------------------------------
## Google Maps
---------------------------------*/
.google-maps {
  width: 100%;
  height: 100%;
  min-height: 250px;
  top: 0;
  left: 0;
  overflow: hidden; }
  .google-maps-wrap {
    width: 100%;
    height: 100%;
    min-height: 250px; }
  @media screen and (max-width: 768px) {
    .google-maps {
      position: relative; } }
  .google-maps .clb-blank-note {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.elementor-widget-ohio_google_maps, .elementor-widget-ohio_google_maps .elementor-widget-container {
  height: 100%; }

.gm-style img {
  max-width: none !important; }

/*---------------------------------
## Heading
---------------------------------*/
.heading {
  margin-bottom: 20px; }
  .heading .subtitle {
    margin: 0;
    font-size: .9em;
    font-weight: 600;
    color: rgba(35, 34, 38, 0.8); }
  .heading .subtitle + .divider,
  .heading .subtitle + .title,
  .heading .title + .subtitle {
    margin-top: 20px; }
  .heading .subtitle + h3.title,
  .heading h3.title + .subtitle {
    margin-top: 15px; }
  .heading .divider {
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgba(136, 136, 136, 0.65); }
    .heading .divider + .title {
      margin-top: 20px; }

/*---------------------------------
## Icon Box
---------------------------------*/
.icon-box {
  position: relative; }
  .icon-box .icon-box-icon {
    margin: 0 0 15px;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    position: relative;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .icon-box .icon-box-icon i {
      font-size: 42px;
      display: inherit; }
    .icon-box .icon-box-icon img {
      max-width: 40px;
      max-height: 40px;
      vertical-align: middle; }
  .icon-box[class*="shape-"] .icon-box-icon {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .icon-box.shape-border .icon-box-icon {
    border: 1px solid #d90a2c; }
  .icon-box.shape-fill .icon-box-icon {
    background-color: #d90a2c;
    color: #fff; }
  .icon-box.shape-border .icon-box-icon i, .icon-box.shape-fill .icon-box-icon i {
    font-size: 32px; }
  .icon-box.shape-border .icon-box-icon img, .icon-box.shape-fill .icon-box-icon img {
    max-height: 32px; }
  .icon-box.shape-border .icon-box-icon > *, .icon-box.shape-fill .icon-box-icon > * {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .icon-box.with-left-icon:not(.with-full-icon) {
    padding-left: 70px; }
    .icon-box.with-left-icon:not(.with-full-icon) .icon-box-icon {
      position: absolute;
      top: 0;
      left: 0; }
  .icon-box.with-left-icon.with-full-icon .icon-box-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .icon-box.with-left-icon.with-full-icon .icon-box-headline .icon-box-icon {
      margin-bottom: 0; }
    .icon-box.with-left-icon.with-full-icon .icon-box-headline .icon-box-title {
      margin-left: 15px; }

/*---------------------------------
## Instagram Feed
---------------------------------*/
#sb_instagram {
  padding-bottom: 0px !important; }
  #sb_instagram .sb_instagram_header,
  #sb_instagram .sbi_header_link,
  #sb_instagram .sbi_header_text,
  #sb_instagram .sbi_header_img,
  #sb_instagram #sbi_images {
    float: none; }
  #sb_instagram .sb_instagram_header .sbi_header_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    padding-bottom: 20px; }
    #sb_instagram .sb_instagram_header .sbi_header_link:before {
      display: none; }
    #sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text {
      width: auto; }
      #sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_no_bio {
        margin: 0 0px 0 15px !important;
        padding-top: 0 !important; }
    #sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_img {
      margin: 0 !important; }
  #sb_instagram #sbi_images {
    width: auto !important;
    min-width: 100%;
    margin-right: -30px;
    margin-left: -30px; }
    @media screen and (max-width: 768px) {
      #sb_instagram #sbi_images {
        margin-left: -15px;
        margin-right: -15px; } }
    #sb_instagram #sbi_images .sbi_item {
      position: relative;
      overflow: hidden; }
      #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
        overflow: hidden;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      @media screen and (max-width: 768px) {
        #sb_instagram #sbi_images .sbi_item {
          width: 50% !important;
          padding: 5px 0 5px !important; }
          #sb_instagram #sbi_images .sbi_item:nth-child(2n+1) {
            padding-right: 5px !important; }
          #sb_instagram #sbi_images .sbi_item:nth-child(2n+2) {
            padding-left: 5px !important; } }
    #sb_instagram #sbi_images a {
      display: block;
      overflow: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      opacity: 1 !important;
      padding-bottom: 100%;
      height: auto !important; }
      #sb_instagram #sbi_images a:before {
        display: none; }
      #sb_instagram #sbi_images a:after {
        content: '';
        background: rgba(23, 22, 26, 0.4);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      #sb_instagram #sbi_images a:hover {
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02); }
        #sb_instagram #sbi_images a:hover:after {
          opacity: 1; }
        #sb_instagram #sbi_images a:hover .btn-round {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          visibility: visible;
          opacity: 1; }
      #sb_instagram #sbi_images a .btn-round {
        z-index: 10;
        position: absolute;
        display: block;
        top: -webkit-calc(50% - 25px);
        top: calc(50% - 25px);
        right: -webkit-calc(50% - 25px);
        right: calc(50% - 25px);
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  #sb_instagram.no-margins #sbi_images {
    margin-left: 0;
    margin-right: 0; }
  #sb_instagram #sbi_load {
    display: none; }

/*---------------------------------
## Menu List
---------------------------------*/
.menu-list-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.menu-list-price .regular-price,
.menu-list-price .discount-price {
  font-weight: 600; }

.menu-list-price .discount-price {
  color: #6A696C;
  margin-right: 5px;
  text-decoration: line-through; }

.menu-list-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .menu-list-details p {
    margin: 0; }
  .menu-list-details .tag {
    color: #fff;
    background-color: #d90a2c;
    margin: 5px 0px 0px 20px; }

/*---------------------------------
## Message Module
---------------------------------*/
.message-box {
  background-color: #f9f9f9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  padding: 10px 60px 10px 18px;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  text-align: left;
  position: relative;
  color: rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 768px) {
    .message-box {
      display: block; } }
  .message-box strong {
    margin-right: 4px; }
  .message-box.wauto {
    width: auto;
    display: inline-block;
    margin: 0 auto; }
  .message-box .clb-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8px; }
    .message-box .clb-close .ion {
      font-size: 20px; }
  .message-box.without-close {
    padding-right: 20px; }
  .message-box.hidden {
    display: none; }
  .message-box a {
    color: #17161A;
    font-weight: 600;
    margin: 0 5px; }
  .message-box.primary {
    background: #d7f5ef; }
  .message-box.success {
    background: #d7f5ef; }
  .message-box.error {
    background: #f9dedf; }
  .message-box.warning {
    background: #fce4c7; }

/*---------------------------------
## Parallax
---------------------------------*/
.parallax {
  position: relative;
  height: 100%;
  min-height: 100px;
  overflow: hidden; }
  .parallax:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .parallax .parallax-content {
    position: relative;
    z-index: 3;
    padding-left: 25px;
    padding-right: 25px; }
  @media screen and (max-width: 768px) {
    .parallax .parallax-content {
      padding-left: 25px;
      padding-right: 25px; } }

.parallax-bg {
  background-position: center center;
  width: 100%;
  height: 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  will-change: transform; }
  .parallax-bg.horizontal {
    width: 1000%;
    height: 100%; }

/*---------------------------------
## Pricing Table
---------------------------------*/
.pricing {
  width: 100%;
  position: relative;
  display: inline-block; }
  .pricing_title {
    font-size: 20px;
    margin: 0px 0px 10px; }
  .pricing_subtitle {
    margin-top: 5px;
    font-size: 0.94rem; }
  .pricing_price_title {
    display: inline-block;
    font-size: -webkit-calc(46px + 26 * ( (100vw - 576px) / 1024));
    font-size: calc(46px + 26 * ( (100vw - 576px) / 1024));
    line-height: 1.1;
    margin: 0;
    position: relative;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 576px) {
      .pricing_price_title {
        font-size: 46px; } }
    @media screen and (min-width: 1600px) {
      .pricing_price_title {
        font-size: 72px; } }
    .pricing_price_title .icon {
      position: absolute;
      left: 0;
      line-height: 25px;
      font-size: 25px; }
  .pricing_price_subtitle {
    margin: 25px 0px;
    font-weight: 500; }
  .pricing_price_time {
    background: #fff;
    margin: 12px 0 0; }
  .pricing_list {
    margin: 0;
    list-style-type: none; }
  .pricing_list + .btn {
    margin-top: 25px; }
  .pricing_list_item:first-child {
    padding-top: 0; }
  .pricing_list_item:last-child {
    padding-bottom: 0; }
  .pricing_list_item .ion {
    font-size: 22px;
    vertical-align: -3px;
    color: #d90a2c; }
    .pricing_list_item .ion + .title {
      margin-left: 10px; }
  .pricing_list_item.disabled {
    color: rgba(23, 22, 26, 0.75); }
    .pricing_list_item.disabled .ion {
      color: inherit; }
  .pricing.features {
    background: transparent; }
    .pricing.features .pricing_title {
      text-align: left;
      margin: 0; }
    .pricing.features .pricing_list {
      margin-top: 15px; }
  .pricing:hover .pricing_price_title {
    color: #d90a2c; }
  .pricing:hover .btn.btn-brand {
    background: #d90a2c;
    border-color: #d90a2c;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

/*---------------------------------
## Process
---------------------------------*/
.process-headline {
  margin: 10px 0px 20px; }

/*---------------------------------
## Progress Bar
---------------------------------*/
.progress-bar {
  width: 100%; }
  .progress-bar-headline {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .progress-bar-track {
    background-color: rgba(136, 136, 136, 0.1);
    width: 100%;
    height: 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .progress-bar-track-inner {
      display: block;
      width: 0;
      height: 100%;
      -webkit-transition: all 1s 0.4s;
      -o-transition: all 1s 0.4s;
      transition: all 1s 0.4s;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      position: relative; }
      .progress-bar-track-inner .line-percent {
        content: '20';
        background: #17161A;
        color: #fff;
        padding: 0px 8px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-bottom-right-radius: 0px;
                border-bottom-right-radius: 0px;
        height: 24px;
        line-height: 24px;
        font-size: 0.7em;
        position: absolute;
        bottom: 100%;
        right: 0;
        font-weight: 600;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px); }
        .progress-bar-track-inner .line-percent:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 6px solid #17161A;
          border-left: 8px solid transparent;
          position: absolute;
          right: 0;
          bottom: -6px; }
  .progress-bar.inner .progress-bar-track {
    height: 16px; }
  .progress-bar.inner .line {
    height: 6px;
    top: 5px;
    left: 5px; }
  .progress-bar.inner .line-percent {
    margin-bottom: 5px; }
  .progress-bar.split .progress-bar-track {
    background: transparent;
    position: relative; }
  .progress-bar.split .line-split {
    background: rgba(136, 136, 136, 0.15);
    width: -webkit-calc(100% / 8 - 2px);
    width: calc(100% / 8 - 2px);
    height: 8px;
    float: left;
    margin-right: 2px;
    position: relative;
    overflow: hidden; }
    .progress-bar.split .line-split .line {
      position: absolute;
      top: 0;
      left: 0; }
  .progress-bar.pattern .line {
    background-image: -webkit-repeating-linear-gradient(30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10px, rgba(0, 0, 0, 0.25) 10px, rgba(0, 0, 0, 0.25) 20px);
    background-image: -o-repeating-linear-gradient(30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10px, rgba(0, 0, 0, 0.25) 10px, rgba(0, 0, 0, 0.25) 20px);
    background-image: repeating-linear-gradient(60deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10px, rgba(0, 0, 0, 0.25) 10px, rgba(0, 0, 0, 0.25) 20px);
    -webkit-animation: progress-bar-line-strip-anim 1s linear infinite;
            animation: progress-bar-line-strip-anim 1s linear infinite; }

@-webkit-keyframes progress-bar-line-strip-anim {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -21px 0; } }

@keyframes progress-bar-line-strip-anim {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -21px 0; } }

/*---------------------------------
## Row
---------------------------------*/
.vc_row {
  position: relative; }
  .vc_row .vc-bg-lines {
    position: absolute;
    height: 100%;
    left: 20px;
    right: 20px; }
    .vc_row .vc-bg-lines div {
      background: rgba(23, 22, 26, 0.04);
      width: 1px;
      height: 100%;
      position: absolute; }
      .vc_row .vc-bg-lines div:nth-child(2) {
        margin-left: -webkit-calc((100% / 4)*1);
        margin-left: calc((100% / 4)*1);
        margin-left: -webkit-calc(25% - 5px);
        margin-left: calc(25% - 5px); }
      .vc_row .vc-bg-lines div:nth-child(3) {
        margin-left: -webkit-calc((100% / 4)*2);
        margin-left: calc((100% / 4)*2);
        margin-left: -webkit-calc(50% - 10px);
        margin-left: calc(50% - 10px); }
      .vc_row .vc-bg-lines div:nth-child(4) {
        margin-left: -webkit-calc((100% / 4)*3);
        margin-left: calc((100% / 4)*3);
        margin-left: -webkit-calc(75% - 15px);
        margin-left: calc(75% - 15px); }
      .vc_row .vc-bg-lines div:nth-child(5) {
        margin-left: -webkit-calc((100% / 4)*4);
        margin-left: calc((100% / 4)*4);
        margin-left: -webkit-calc(100% - 20px);
        margin-left: calc(100% - 20px); }
    .vc_row .vc-bg-lines.light div {
      background: rgba(255, 255, 255, 0.04); }
  .vc_row .vc-bg-side-text {
    color: rgba(23, 22, 26, 0.05);
    position: absolute;
    font-size: 5em;
    line-height: 100%;
    font-weight: 600;
    font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    top: 0;
    text-align: left;
    letter-spacing: -0.02em;
    -webkit-transform-origin: 0% 0;
        -ms-transform-origin: 0% 0;
            transform-origin: 0% 0;
    -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-50%);
        -ms-transform: rotate(-90deg) translateX(-100%) translateY(-50%);
            transform: rotate(-90deg) translateX(-100%) translateY(-50%); }
    .vc_row .vc-bg-side-text.right {
      left: auto;
      -webkit-transform: translateX(100%) rotate(-90deg) translateX(-100%) translateY(-50%);
          -ms-transform: translateX(100%) rotate(-90deg) translateX(-100%) translateY(-50%);
              transform: translateX(100%) rotate(-90deg) translateX(-100%) translateY(-50%); }
  @media screen and (max-width: 768px) {
    .vc_row .vc-bg-lines,
    .vc_row .vc-bg-side-text {
      visibility: hidden; } }
  .vc_row[data-vc-full-width].vc_hidden {
    opacity: 1 !important; }

.page-container .vc-bg-side-text {
  left: -webkit-calc( (100% - 1350px) / 4);
  left: calc( (100% - 1350px) / 4); }
  .page-container .vc-bg-side-text.right {
    left: auto;
    right: -webkit-calc( (100% - 1350px) / 4);
    right: calc( (100% - 1350px) / 4); }

.page-container.full .vc-bg-side-text {
  left: -webkit-calc( 14% / 4);
  left: calc( 14% / 4); }
  .page-container.full .vc-bg-side-text.right {
    left: auto;
    right: -webkit-calc( 14% / 4);
    right: calc( 14% / 4); }

@media screen and (max-width: 768px) {
  .vc_mobile_spacer {
    height: 50px !important; } }

/*---------------------------------
## Slider
---------------------------------*/
/*---------------------------------
## Clb Slider
---------------------------------*/
.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.clb-slider {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block; }
  .clb-slider-outer-stage {
    overflow: hidden;
    position: relative;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-slider.full-vh .clb-slider-outer-stage {
    height: 100%; }
  .clb-slider.clb-slider-vertical {
    overflow: hidden; }
    .clb-slider.clb-slider-vertical .clb-slider-stage {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; }
  .clb-slider-stage {
    will-change: transform;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.01, 0.23, 1);
         -o-transition-timing-function: cubic-bezier(0.67, 0.01, 0.23, 1);
            transition-timing-function: cubic-bezier(0.67, 0.01, 0.23, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .clb-slider-item {
    width: 100vw;
    height: 100%;
    list-style: none;
    background-position: center; }
    .clb-slider-item > p {
      margin: 0; }
    .clb-slider-item img {
      vertical-align: top; }
  .clb-slider-nav-btn {
    position: absolute;
    padding: 4.4vh;
    bottom: 0;
    right: 0;
    min-width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .clb-slider-nav-btn {
        padding: 20px; } }
    .clb-slider-nav-btn .prev-btn {
      margin-right: 4px; }
    .clb-slider-nav-btn .next-btn {
      margin-left: 4px; }
  .clb-slider-nav-dots, .clb-slider-pagination {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 3; }
    .clb-slider-nav-dots .clb-slider-dot, .clb-slider-pagination .clb-slider-dot {
      position: relative;
      display: inline-block;
      list-style: none;
      background-color: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 3px;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .clb-slider-nav-dots .clb-slider-dot:hover, .clb-slider-pagination .clb-slider-dot:hover {
        cursor: pointer; }
  .clb-slider-nav-dots .clb-slider-dot {
    padding: 10px;
    position: relative;
    background-color: transparent; }
    .clb-slider-nav-dots .clb-slider-dot.active svg circle {
      stroke-dashoffset: 0; }
    .clb-slider-nav-dots .clb-slider-dot:before {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      top: 8px;
      left: 8px;
      background-color: #17161A;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-slider-nav-dots .clb-slider-dot svg {
      position: absolute;
      top: -1px;
      left: -1px; }
      .clb-slider-nav-dots .clb-slider-dot svg circle {
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        stroke: currentColor;
        stroke-dashoffset: 70;
        stroke-dasharray: 70; }
  .clb-slider-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    right: 0;
    top: 0;
    width: 4.4vh;
    height: 100%;
    z-index: 10;
    font-size: 0.94rem;
    font-weight: 500;
    color: #fff; }
    .clb-slider-pagination .clb-slider-page {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: rgba(0, 0, 0, 0.05);
      height: 100%;
      cursor: pointer;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .clb-slider-pagination .clb-slider-page.active {
        background-color: rgba(0, 0, 0, 0.1); }
  .clb-slider-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    overflow: hidden; }
    .clb-slider-count:before {
      content: '';
      width: 50px;
      height: 2px;
      background: currentColor;
      opacity: .6;
      margin: 0px 15px 0px 25px; }
    .clb-slider-count-current {
      position: absolute;
      top: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-slider.nav-offset .clb-slider-nav-btn, .clb-slider.nav-inset .clb-slider-nav-btn {
    position: static;
    padding: 0;
    bottom: 0; }
    .clb-slider.nav-offset .clb-slider-nav-btn .prev-btn,
    .clb-slider.nav-offset .clb-slider-nav-btn .next-btn, .clb-slider.nav-inset .clb-slider-nav-btn .prev-btn,
    .clb-slider.nav-inset .clb-slider-nav-btn .next-btn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .clb-slider.nav-offset .clb-slider-nav-btn .prev-btn {
    left: -96px; }
  .clb-slider.nav-offset .clb-slider-nav-btn .next-btn {
    right: -96px; }
  .clb-slider.nav-inset .clb-slider-nav-btn .prev-btn {
    left: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .clb-slider.nav-inset .clb-slider-nav-btn .prev-btn {
        left: 20px; } }
  .clb-slider.nav-inset .clb-slider-nav-btn .next-btn {
    right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .clb-slider.nav-inset .clb-slider-nav-btn .next-btn {
        right: 20px; } }
  .clb-slider.slider-offset {
    width: auto; }
    .clb-slider.slider-offset .clb-slider-outer-stage {
      overflow: visible; }
    @media screen and (max-width: 768px) {
      .clb-slider.slider-offset {
        overflow-x: hidden; } }

.ohio-slider-sc {
  position: relative; }
  .ohio-slider-sc > .slider:not(.nav-offset):not(.nav-inset) > .clb-slider-nav-btn {
    padding: 0;
    -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
            transform: translateY(13px); }
  .ohio-slider-sc .clb-slider-stage {
    height: auto; }
  .ohio-slider-sc .sk-preloader {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 5vw 0;
    -webkit-animation: none;
            animation: none; }
  .ohio-slider-sc .clb-slider-count {
    margin-top: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .ohio-slider-sc .clb-slider-count {
        margin-top: 20px; } }
  .ohio-slider-sc .with-preloader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .ohio-slider-sc .with-pagination.nav-inset .clb-slider-nav-btn > .btn-round, .ohio-slider-sc .with-pagination.nav-ofset .clb-slider-nav-btn > .btn-round {
    top: -webkit-calc(50% - 26px);
    top: calc(50% - 26px); }

.clb-smooth-slider {
  position: relative; }
  .clb-smooth-slider-item {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
    .clb-smooth-slider-item.active {
      z-index: 3; }
    .clb-smooth-slider-item.prev-slide.active {
      z-index: 4; }
    .clb-smooth-slider-item.prev-slide.last-slide {
      z-index: 2; }
    .clb-smooth-slider-item.next-slide.last-slide {
      z-index: 2; }
  .clb-smooth-slider .clb-slider-nav-btn {
    z-index: 10; }

.ohio-fullscreen-slider-sc .clb-slider-nav-dots {
  position: absolute; }
  .ohio-fullscreen-slider-sc .clb-slider-nav-dots .clb-slider-dot:before {
    background-color: currentColor; }

.ohio-fullscreen-slider-sc.clb-slider-vertical .clb-slider-stage .clb-slider-item {
  min-width: 100vw; }

/*---------------------------------
## Social Networks
---------------------------------*/
.socialbar {
  cursor: default;
  /*Default colors*/ }
  .socialbar:not(.inline) a {
    color: #fff; }
  .socialbar:not(.inline) a:before {
    display: none; }
  .socialbar a {
    background-color: #17161A;
    width: 46px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    margin: 4px;
    border: 1px solid #17161A;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2em;
    cursor: pointer;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .socialbar a i {
      position: relative;
      z-index: 2; }
    .socialbar a:hover {
      background-color: transparent;
      color: #17161A; }
  .socialbar.outline a {
    background-color: transparent;
    border: 1px solid rgba(136, 136, 136, 0.65);
    color: #17161A; }
    .socialbar.outline a:hover {
      background-color: #17161A;
      color: #fff; }
  .socialbar.outline.inverse a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35); }
    .socialbar.outline.inverse a:hover {
      background-color: #fff;
      border-color: #fff;
      color: initial; }
  .socialbar.flat a {
    background-color: transparent;
    color: #17161A;
    border-color: transparent; }
    .socialbar.flat a:hover {
      background-color: #17161A;
      color: #fff; }
  .socialbar.flat.outline-hover a:hover {
    background-color: transparent;
    border-color: #17161A;
    color: #17161A;
    border-width: 1px; }
  .socialbar.hover-bg-trnspr a {
    border-width: 1px !important; }
    .socialbar.hover-bg-trnspr a:hover {
      border-color: #17161A; }
  .socialbar.inline {
    display: block; }
    .socialbar.inline a {
      background-color: initial;
      width: auto;
      height: auto;
      border: none;
      margin: 0 10px;
      line-height: 1.8;
      font-size: inherit;
      font-weight: 600;
      font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
      .socialbar.inline a i {
        margin-right: 5px; }
  .socialbar.flat-icons a {
    border-color: transparent; }
    .socialbar.flat-icons a:hover {
      border-color: #17161A; }
  .socialbar.flat-icons.flat-icons-trnspr a:hover {
    color: #17161A;
    background-color: transparent; }
  .socialbar.small a {
    width: 42px;
    height: 42px; }
  .socialbar.small.inline a {
    width: auto;
    height: auto;
    margin: 0 10px;
    line-height: 2.4;
    font-size: 0.94rem; }
  .socialbar.small.default a {
    line-height: 38px; }
  .socialbar.small.outline a {
    line-height: 36px; }
  .socialbar a:first-child {
    margin-left: 0; }
  .socialbar a:last-child {
    margin-right: 0; }
  .socialbar.default a.white {
    background-color: #fff;
    border-color: #fff;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.white:hover {
      background-color: transparent;
      color: #fff;
      border-color: #fff; }
  .socialbar.default.hover-colorize-reverse a.white {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.white:hover {
      background-color: #fff;
      color: #fff; }
  .socialbar.default.outline a.white {
    background-color: transparent;
    color: #fff; }
    .socialbar.default.outline a.white:hover {
      background-color: #fff;
      color: #fff; }
  .socialbar.default.flat a.white {
    background-color: transparent;
    color: #fff;
    border-color: transparent; }
    .socialbar.default.flat a.white:hover {
      background-color: #fff;
      color: #fff; }
  .socialbar.default.inline a.white {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.white:hover {
      color: #fff; }
      .socialbar.default.inline a.white:hover:before {
        display: none; }
  .socialbar.default a.facebook {
    background-color: #217CEF;
    border-color: #217CEF;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.facebook:hover {
      background-color: transparent;
      color: #217CEF;
      border-color: #217CEF; }
  .socialbar.default.hover-colorize-reverse a.facebook {
    background-color: transparent;
    color: #217CEF;
    border-color: #217CEF;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.facebook:hover {
      background-color: #217CEF;
      color: #fff; }
  .socialbar.default.outline a.facebook {
    background-color: transparent;
    color: #217CEF; }
    .socialbar.default.outline a.facebook:hover {
      background-color: #217CEF;
      color: #fff; }
  .socialbar.default.flat a.facebook {
    background-color: transparent;
    color: #217CEF;
    border-color: transparent; }
    .socialbar.default.flat a.facebook:hover {
      background-color: #217CEF;
      color: #fff; }
  .socialbar.default.inline a.facebook {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.facebook:hover {
      color: #217CEF; }
      .socialbar.default.inline a.facebook:hover:before {
        display: none; }
  .socialbar.default a.twitter {
    background-color: #2AA3EF;
    border-color: #2AA3EF;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.twitter:hover {
      background-color: transparent;
      color: #2AA3EF;
      border-color: #2AA3EF; }
  .socialbar.default.hover-colorize-reverse a.twitter {
    background-color: transparent;
    color: #2AA3EF;
    border-color: #2AA3EF;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.twitter:hover {
      background-color: #2AA3EF;
      color: #fff; }
  .socialbar.default.outline a.twitter {
    background-color: transparent;
    color: #2AA3EF; }
    .socialbar.default.outline a.twitter:hover {
      background-color: #2AA3EF;
      color: #fff; }
  .socialbar.default.flat a.twitter {
    background-color: transparent;
    color: #2AA3EF;
    border-color: transparent; }
    .socialbar.default.flat a.twitter:hover {
      background-color: #2AA3EF;
      color: #fff; }
  .socialbar.default.inline a.twitter {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.twitter:hover {
      color: #2AA3EF; }
      .socialbar.default.inline a.twitter:hover:before {
        display: none; }
  .socialbar.default a.pinterest {
    background-color: #e8323f;
    border-color: #e8323f;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.pinterest:hover {
      background-color: transparent;
      color: #e8323f;
      border-color: #e8323f; }
  .socialbar.default.hover-colorize-reverse a.pinterest {
    background-color: transparent;
    color: #e8323f;
    border-color: #e8323f;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.pinterest:hover {
      background-color: #e8323f;
      color: #fff; }
  .socialbar.default.outline a.pinterest {
    background-color: transparent;
    color: #e8323f; }
    .socialbar.default.outline a.pinterest:hover {
      background-color: #e8323f;
      color: #fff; }
  .socialbar.default.flat a.pinterest {
    background-color: transparent;
    color: #e8323f;
    border-color: transparent; }
    .socialbar.default.flat a.pinterest:hover {
      background-color: #e8323f;
      color: #fff; }
  .socialbar.default.inline a.pinterest {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.pinterest:hover {
      color: #e8323f; }
      .socialbar.default.inline a.pinterest:hover:before {
        display: none; }
  .socialbar.default a.linkedin {
    background-color: #4477ab;
    border-color: #4477ab;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.linkedin:hover {
      background-color: transparent;
      color: #4477ab;
      border-color: #4477ab; }
  .socialbar.default.hover-colorize-reverse a.linkedin {
    background-color: transparent;
    color: #4477ab;
    border-color: #4477ab;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.linkedin:hover {
      background-color: #4477ab;
      color: #fff; }
  .socialbar.default.outline a.linkedin {
    background-color: transparent;
    color: #4477ab; }
    .socialbar.default.outline a.linkedin:hover {
      background-color: #4477ab;
      color: #fff; }
  .socialbar.default.flat a.linkedin {
    background-color: transparent;
    color: #4477ab;
    border-color: transparent; }
    .socialbar.default.flat a.linkedin:hover {
      background-color: #4477ab;
      color: #fff; }
  .socialbar.default.inline a.linkedin {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.linkedin:hover {
      color: #4477ab; }
      .socialbar.default.inline a.linkedin:hover:before {
        display: none; }
  .socialbar.default a.dribbble {
    background-color: #fd629e;
    border-color: #fd629e;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.dribbble:hover {
      background-color: transparent;
      color: #fd629e;
      border-color: #fd629e; }
  .socialbar.default.hover-colorize-reverse a.dribbble {
    background-color: transparent;
    color: #fd629e;
    border-color: #fd629e;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.dribbble:hover {
      background-color: #fd629e;
      color: #fff; }
  .socialbar.default.outline a.dribbble {
    background-color: transparent;
    color: #fd629e; }
    .socialbar.default.outline a.dribbble:hover {
      background-color: #fd629e;
      color: #fff; }
  .socialbar.default.flat a.dribbble {
    background-color: transparent;
    color: #fd629e;
    border-color: transparent; }
    .socialbar.default.flat a.dribbble:hover {
      background-color: #fd629e;
      color: #fff; }
  .socialbar.default.inline a.dribbble {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.dribbble:hover {
      color: #fd629e; }
      .socialbar.default.inline a.dribbble:hover:before {
        display: none; }
  .socialbar.default a.github {
    background-color: #24292E;
    border-color: #24292E;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.github:hover {
      background-color: transparent;
      color: #24292E;
      border-color: #24292E; }
  .socialbar.default.hover-colorize-reverse a.github {
    background-color: transparent;
    color: #24292E;
    border-color: #24292E;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.github:hover {
      background-color: #24292E;
      color: #fff; }
  .socialbar.default.outline a.github {
    background-color: transparent;
    color: #24292E; }
    .socialbar.default.outline a.github:hover {
      background-color: #24292E;
      color: #fff; }
  .socialbar.default.flat a.github {
    background-color: transparent;
    color: #24292E;
    border-color: transparent; }
    .socialbar.default.flat a.github:hover {
      background-color: #24292E;
      color: #fff; }
  .socialbar.default.inline a.github {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.github:hover {
      color: #24292E; }
      .socialbar.default.inline a.github:hover:before {
        display: none; }
  .socialbar.default a.instagram {
    background-color: #383838;
    border-color: #383838;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.instagram:hover {
      background-color: transparent;
      color: #383838;
      border-color: #383838; }
  .socialbar.default.hover-colorize-reverse a.instagram {
    background-color: transparent;
    color: #383838;
    border-color: #383838;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.instagram:hover {
      background-color: #383838;
      color: #fff; }
  .socialbar.default.outline a.instagram {
    background-color: transparent;
    color: #383838; }
    .socialbar.default.outline a.instagram:hover {
      background-color: #383838;
      color: #fff; }
  .socialbar.default.flat a.instagram {
    background-color: transparent;
    color: #383838;
    border-color: transparent; }
    .socialbar.default.flat a.instagram:hover {
      background-color: #383838;
      color: #fff; }
  .socialbar.default.inline a.instagram {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.instagram:hover {
      color: #383838; }
      .socialbar.default.inline a.instagram:hover:before {
        display: none; }
  .socialbar.default a.dropbox {
    background-color: #187fe7;
    border-color: #187fe7;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.dropbox:hover {
      background-color: transparent;
      color: #187fe7;
      border-color: #187fe7; }
  .socialbar.default.hover-colorize-reverse a.dropbox {
    background-color: transparent;
    color: #187fe7;
    border-color: #187fe7;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.dropbox:hover {
      background-color: #187fe7;
      color: #fff; }
  .socialbar.default.outline a.dropbox {
    background-color: transparent;
    color: #187fe7; }
    .socialbar.default.outline a.dropbox:hover {
      background-color: #187fe7;
      color: #fff; }
  .socialbar.default.flat a.dropbox {
    background-color: transparent;
    color: #187fe7;
    border-color: transparent; }
    .socialbar.default.flat a.dropbox:hover {
      background-color: #187fe7;
      color: #fff; }
  .socialbar.default.inline a.dropbox {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.dropbox:hover {
      color: #187fe7; }
      .socialbar.default.inline a.dropbox:hover:before {
        display: none; }
  .socialbar.default a.vk {
    background-color: #6083ab;
    border-color: #6083ab;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.vk:hover {
      background-color: transparent;
      color: #6083ab;
      border-color: #6083ab; }
  .socialbar.default.hover-colorize-reverse a.vk {
    background-color: transparent;
    color: #6083ab;
    border-color: #6083ab;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.vk:hover {
      background-color: #6083ab;
      color: #fff; }
  .socialbar.default.outline a.vk {
    background-color: transparent;
    color: #6083ab; }
    .socialbar.default.outline a.vk:hover {
      background-color: #6083ab;
      color: #fff; }
  .socialbar.default.flat a.vk {
    background-color: transparent;
    color: #6083ab;
    border-color: transparent; }
    .socialbar.default.flat a.vk:hover {
      background-color: #6083ab;
      color: #fff; }
  .socialbar.default.inline a.vk {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.vk:hover {
      color: #6083ab; }
      .socialbar.default.inline a.vk:hover:before {
        display: none; }
  .socialbar.default a.youtube {
    background-color: #f00;
    border-color: #f00;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.youtube:hover {
      background-color: transparent;
      color: #f00;
      border-color: #f00; }
  .socialbar.default.hover-colorize-reverse a.youtube {
    background-color: transparent;
    color: #f00;
    border-color: #f00;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.youtube:hover {
      background-color: #f00;
      color: #fff; }
  .socialbar.default.outline a.youtube {
    background-color: transparent;
    color: #f00; }
    .socialbar.default.outline a.youtube:hover {
      background-color: #f00;
      color: #fff; }
  .socialbar.default.flat a.youtube {
    background-color: transparent;
    color: #f00;
    border-color: transparent; }
    .socialbar.default.flat a.youtube:hover {
      background-color: #f00;
      color: #fff; }
  .socialbar.default.inline a.youtube {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.youtube:hover {
      color: #f00; }
      .socialbar.default.inline a.youtube:hover:before {
        display: none; }
  .socialbar.default a.vimeo {
    background-color: #1ab8ea;
    border-color: #1ab8ea;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.vimeo:hover {
      background-color: transparent;
      color: #1ab8ea;
      border-color: #1ab8ea; }
  .socialbar.default.hover-colorize-reverse a.vimeo {
    background-color: transparent;
    color: #1ab8ea;
    border-color: #1ab8ea;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.vimeo:hover {
      background-color: #1ab8ea;
      color: #fff; }
  .socialbar.default.outline a.vimeo {
    background-color: transparent;
    color: #1ab8ea; }
    .socialbar.default.outline a.vimeo:hover {
      background-color: #1ab8ea;
      color: #fff; }
  .socialbar.default.flat a.vimeo {
    background-color: transparent;
    color: #1ab8ea;
    border-color: transparent; }
    .socialbar.default.flat a.vimeo:hover {
      background-color: #1ab8ea;
      color: #fff; }
  .socialbar.default.inline a.vimeo {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.vimeo:hover {
      color: #1ab8ea; }
      .socialbar.default.inline a.vimeo:hover:before {
        display: none; }
  .socialbar.default a.behance {
    background-color: #0056ff;
    border-color: #0056ff;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.behance:hover {
      background-color: transparent;
      color: #0056ff;
      border-color: #0056ff; }
  .socialbar.default.hover-colorize-reverse a.behance {
    background-color: transparent;
    color: #0056ff;
    border-color: #0056ff;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.behance:hover {
      background-color: #0056ff;
      color: #fff; }
  .socialbar.default.outline a.behance {
    background-color: transparent;
    color: #0056ff; }
    .socialbar.default.outline a.behance:hover {
      background-color: #0056ff;
      color: #fff; }
  .socialbar.default.flat a.behance {
    background-color: transparent;
    color: #0056ff;
    border-color: transparent; }
    .socialbar.default.flat a.behance:hover {
      background-color: #0056ff;
      color: #fff; }
  .socialbar.default.inline a.behance {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.behance:hover {
      color: #0056ff; }
      .socialbar.default.inline a.behance:hover:before {
        display: none; }
  .socialbar.default a.tumblr {
    background-color: #2a445f;
    border-color: #2a445f;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.tumblr:hover {
      background-color: transparent;
      color: #2a445f;
      border-color: #2a445f; }
  .socialbar.default.hover-colorize-reverse a.tumblr {
    background-color: transparent;
    color: #2a445f;
    border-color: #2a445f;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.tumblr:hover {
      background-color: #2a445f;
      color: #fff; }
  .socialbar.default.outline a.tumblr {
    background-color: transparent;
    color: #2a445f; }
    .socialbar.default.outline a.tumblr:hover {
      background-color: #2a445f;
      color: #fff; }
  .socialbar.default.flat a.tumblr {
    background-color: transparent;
    color: #2a445f;
    border-color: transparent; }
    .socialbar.default.flat a.tumblr:hover {
      background-color: #2a445f;
      color: #fff; }
  .socialbar.default.inline a.tumblr {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.tumblr:hover {
      color: #2a445f; }
      .socialbar.default.inline a.tumblr:hover:before {
        display: none; }
  .socialbar.default a.flickr {
    background-color: #0063db;
    border-color: #0063db;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.flickr:hover {
      background-color: transparent;
      color: #0063db;
      border-color: #0063db; }
  .socialbar.default.hover-colorize-reverse a.flickr {
    background-color: transparent;
    color: #0063db;
    border-color: #0063db;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.flickr:hover {
      background-color: #0063db;
      color: #fff; }
  .socialbar.default.outline a.flickr {
    background-color: transparent;
    color: #0063db; }
    .socialbar.default.outline a.flickr:hover {
      background-color: #0063db;
      color: #fff; }
  .socialbar.default.flat a.flickr {
    background-color: transparent;
    color: #0063db;
    border-color: transparent; }
    .socialbar.default.flat a.flickr:hover {
      background-color: #0063db;
      color: #fff; }
  .socialbar.default.inline a.flickr {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.flickr:hover {
      color: #0063db; }
      .socialbar.default.inline a.flickr:hover:before {
        display: none; }
  .socialbar.default a.reddit {
    background-color: #ff4501;
    border-color: #ff4501;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.reddit:hover {
      background-color: transparent;
      color: #ff4501;
      border-color: #ff4501; }
  .socialbar.default.hover-colorize-reverse a.reddit {
    background-color: transparent;
    color: #ff4501;
    border-color: #ff4501;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.reddit:hover {
      background-color: #ff4501;
      color: #fff; }
  .socialbar.default.outline a.reddit {
    background-color: transparent;
    color: #ff4501; }
    .socialbar.default.outline a.reddit:hover {
      background-color: #ff4501;
      color: #fff; }
  .socialbar.default.flat a.reddit {
    background-color: transparent;
    color: #ff4501;
    border-color: transparent; }
    .socialbar.default.flat a.reddit:hover {
      background-color: #ff4501;
      color: #fff; }
  .socialbar.default.inline a.reddit {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.reddit:hover {
      color: #ff4501; }
      .socialbar.default.inline a.reddit:hover:before {
        display: none; }
  .socialbar.default a.snapchat {
    background-color: #e0e410;
    border-color: #e0e410;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.snapchat:hover {
      background-color: transparent;
      color: #e0e410;
      border-color: #e0e410; }
  .socialbar.default.hover-colorize-reverse a.snapchat {
    background-color: transparent;
    color: #e0e410;
    border-color: #e0e410;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.snapchat:hover {
      background-color: #e0e410;
      color: #fff; }
  .socialbar.default.outline a.snapchat {
    background-color: transparent;
    color: #e0e410; }
    .socialbar.default.outline a.snapchat:hover {
      background-color: #e0e410;
      color: #fff; }
  .socialbar.default.flat a.snapchat {
    background-color: transparent;
    color: #e0e410;
    border-color: transparent; }
    .socialbar.default.flat a.snapchat:hover {
      background-color: #e0e410;
      color: #fff; }
  .socialbar.default.inline a.snapchat {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.snapchat:hover {
      color: #e0e410; }
      .socialbar.default.inline a.snapchat:hover:before {
        display: none; }
  .socialbar.default a.whatsapp {
    background-color: #0ec143;
    border-color: #0ec143;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.whatsapp:hover {
      background-color: transparent;
      color: #0ec143;
      border-color: #0ec143; }
  .socialbar.default.hover-colorize-reverse a.whatsapp {
    background-color: transparent;
    color: #0ec143;
    border-color: #0ec143;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.whatsapp:hover {
      background-color: #0ec143;
      color: #fff; }
  .socialbar.default.outline a.whatsapp {
    background-color: transparent;
    color: #0ec143; }
    .socialbar.default.outline a.whatsapp:hover {
      background-color: #0ec143;
      color: #fff; }
  .socialbar.default.flat a.whatsapp {
    background-color: transparent;
    color: #0ec143;
    border-color: transparent; }
    .socialbar.default.flat a.whatsapp:hover {
      background-color: #0ec143;
      color: #fff; }
  .socialbar.default.inline a.whatsapp {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.whatsapp:hover {
      color: #0ec143; }
      .socialbar.default.inline a.whatsapp:hover:before {
        display: none; }
  .socialbar.default a.quora {
    background-color: #a82401;
    border-color: #a82401;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.quora:hover {
      background-color: transparent;
      color: #a82401;
      border-color: #a82401; }
  .socialbar.default.hover-colorize-reverse a.quora {
    background-color: transparent;
    color: #a82401;
    border-color: #a82401;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.quora:hover {
      background-color: #a82401;
      color: #fff; }
  .socialbar.default.outline a.quora {
    background-color: transparent;
    color: #a82401; }
    .socialbar.default.outline a.quora:hover {
      background-color: #a82401;
      color: #fff; }
  .socialbar.default.flat a.quora {
    background-color: transparent;
    color: #a82401;
    border-color: transparent; }
    .socialbar.default.flat a.quora:hover {
      background-color: #a82401;
      color: #fff; }
  .socialbar.default.inline a.quora {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.quora:hover {
      color: #a82401; }
      .socialbar.default.inline a.quora:hover:before {
        display: none; }
  .socialbar.default a.vine {
    background-color: #00be8e;
    border-color: #00be8e;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.vine:hover {
      background-color: transparent;
      color: #00be8e;
      border-color: #00be8e; }
  .socialbar.default.hover-colorize-reverse a.vine {
    background-color: transparent;
    color: #00be8e;
    border-color: #00be8e;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.vine:hover {
      background-color: #00be8e;
      color: #fff; }
  .socialbar.default.outline a.vine {
    background-color: transparent;
    color: #00be8e; }
    .socialbar.default.outline a.vine:hover {
      background-color: #00be8e;
      color: #fff; }
  .socialbar.default.flat a.vine {
    background-color: transparent;
    color: #00be8e;
    border-color: transparent; }
    .socialbar.default.flat a.vine:hover {
      background-color: #00be8e;
      color: #fff; }
  .socialbar.default.inline a.vine {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.vine:hover {
      color: #00be8e; }
      .socialbar.default.inline a.vine:hover:before {
        display: none; }
  .socialbar.default a.digg {
    background-color: #1c5891;
    border-color: #1c5891;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.digg:hover {
      background-color: transparent;
      color: #1c5891;
      border-color: #1c5891; }
  .socialbar.default.hover-colorize-reverse a.digg {
    background-color: transparent;
    color: #1c5891;
    border-color: #1c5891;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.digg:hover {
      background-color: #1c5891;
      color: #fff; }
  .socialbar.default.outline a.digg {
    background-color: transparent;
    color: #1c5891; }
    .socialbar.default.outline a.digg:hover {
      background-color: #1c5891;
      color: #fff; }
  .socialbar.default.flat a.digg {
    background-color: transparent;
    color: #1c5891;
    border-color: transparent; }
    .socialbar.default.flat a.digg:hover {
      background-color: #1c5891;
      color: #fff; }
  .socialbar.default.inline a.digg {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.digg:hover {
      color: #1c5891; }
      .socialbar.default.inline a.digg:hover:before {
        display: none; }
  .socialbar.default a.foursquare {
    background-color: #FD4577;
    border-color: #FD4577;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.foursquare:hover {
      background-color: transparent;
      color: #FD4577;
      border-color: #FD4577; }
  .socialbar.default.hover-colorize-reverse a.foursquare {
    background-color: transparent;
    color: #FD4577;
    border-color: #FD4577;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.foursquare:hover {
      background-color: #FD4577;
      color: #fff; }
  .socialbar.default.outline a.foursquare {
    background-color: transparent;
    color: #FD4577; }
    .socialbar.default.outline a.foursquare:hover {
      background-color: #FD4577;
      color: #fff; }
  .socialbar.default.flat a.foursquare {
    background-color: transparent;
    color: #FD4577;
    border-color: transparent; }
    .socialbar.default.flat a.foursquare:hover {
      background-color: #FD4577;
      color: #fff; }
  .socialbar.default.inline a.foursquare {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.foursquare:hover {
      color: #FD4577; }
      .socialbar.default.inline a.foursquare:hover:before {
        display: none; }
  .socialbar.default a.tiktok {
    background-color: #323131;
    border-color: #323131;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.tiktok:hover {
      background-color: transparent;
      color: #323131;
      border-color: #323131; }
  .socialbar.default.hover-colorize-reverse a.tiktok {
    background-color: transparent;
    color: #323131;
    border-color: #323131;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.tiktok:hover {
      background-color: #323131;
      color: #fff; }
  .socialbar.default.outline a.tiktok {
    background-color: transparent;
    color: #323131; }
    .socialbar.default.outline a.tiktok:hover {
      background-color: #323131;
      color: #fff; }
  .socialbar.default.flat a.tiktok {
    background-color: transparent;
    color: #323131;
    border-color: transparent; }
    .socialbar.default.flat a.tiktok:hover {
      background-color: #323131;
      color: #fff; }
  .socialbar.default.inline a.tiktok {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.tiktok:hover {
      color: #323131; }
      .socialbar.default.inline a.tiktok:hover:before {
        display: none; }
  .socialbar.default a.twitch {
    background-color: #9147ff;
    border-color: #9147ff;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.twitch:hover {
      background-color: transparent;
      color: #9147ff;
      border-color: #9147ff; }
  .socialbar.default.hover-colorize-reverse a.twitch {
    background-color: transparent;
    color: #9147ff;
    border-color: #9147ff;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.twitch:hover {
      background-color: #9147ff;
      color: #fff; }
  .socialbar.default.outline a.twitch {
    background-color: transparent;
    color: #9147ff; }
    .socialbar.default.outline a.twitch:hover {
      background-color: #9147ff;
      color: #fff; }
  .socialbar.default.flat a.twitch {
    background-color: transparent;
    color: #9147ff;
    border-color: transparent; }
    .socialbar.default.flat a.twitch:hover {
      background-color: #9147ff;
      color: #fff; }
  .socialbar.default.inline a.twitch {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.twitch:hover {
      color: #9147ff; }
      .socialbar.default.inline a.twitch:hover:before {
        display: none; }
  .socialbar.default a.mixer {
    background-color: #0270d9;
    border-color: #0270d9;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.mixer:hover {
      background-color: transparent;
      color: #0270d9;
      border-color: #0270d9; }
  .socialbar.default.hover-colorize-reverse a.mixer {
    background-color: transparent;
    color: #0270d9;
    border-color: #0270d9;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.mixer:hover {
      background-color: #0270d9;
      color: #fff; }
  .socialbar.default.outline a.mixer {
    background-color: transparent;
    color: #0270d9; }
    .socialbar.default.outline a.mixer:hover {
      background-color: #0270d9;
      color: #fff; }
  .socialbar.default.flat a.mixer {
    background-color: transparent;
    color: #0270d9;
    border-color: transparent; }
    .socialbar.default.flat a.mixer:hover {
      background-color: #0270d9;
      color: #fff; }
  .socialbar.default.inline a.mixer {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.mixer:hover {
      color: #0270d9; }
      .socialbar.default.inline a.mixer:hover:before {
        display: none; }
  .socialbar.default a.telegram {
    background-color: #0088cc;
    border-color: #0088cc;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.telegram:hover {
      background-color: transparent;
      color: #0088cc;
      border-color: #0088cc; }
  .socialbar.default.hover-colorize-reverse a.telegram {
    background-color: transparent;
    color: #0088cc;
    border-color: #0088cc;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.telegram:hover {
      background-color: #0088cc;
      color: #fff; }
  .socialbar.default.outline a.telegram {
    background-color: transparent;
    color: #0088cc; }
    .socialbar.default.outline a.telegram:hover {
      background-color: #0088cc;
      color: #fff; }
  .socialbar.default.flat a.telegram {
    background-color: transparent;
    color: #0088cc;
    border-color: transparent; }
    .socialbar.default.flat a.telegram:hover {
      background-color: #0088cc;
      color: #fff; }
  .socialbar.default.inline a.telegram {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.telegram:hover {
      color: #0088cc; }
      .socialbar.default.inline a.telegram:hover:before {
        display: none; }
  .socialbar.default a.soundcloud {
    background-color: #FD561F;
    border-color: #FD561F;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.soundcloud:hover {
      background-color: transparent;
      color: #FD561F;
      border-color: #FD561F; }
  .socialbar.default.hover-colorize-reverse a.soundcloud {
    background-color: transparent;
    color: #FD561F;
    border-color: #FD561F;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.soundcloud:hover {
      background-color: #FD561F;
      color: #fff; }
  .socialbar.default.outline a.soundcloud {
    background-color: transparent;
    color: #FD561F; }
    .socialbar.default.outline a.soundcloud:hover {
      background-color: #FD561F;
      color: #fff; }
  .socialbar.default.flat a.soundcloud {
    background-color: transparent;
    color: #FD561F;
    border-color: transparent; }
    .socialbar.default.flat a.soundcloud:hover {
      background-color: #FD561F;
      color: #fff; }
  .socialbar.default.inline a.soundcloud {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.soundcloud:hover {
      color: #FD561F; }
      .socialbar.default.inline a.soundcloud:hover:before {
        display: none; }
  .socialbar.default a.spotify {
    background-color: #1ED760;
    border-color: #1ED760;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.spotify:hover {
      background-color: transparent;
      color: #1ED760;
      border-color: #1ED760; }
  .socialbar.default.hover-colorize-reverse a.spotify {
    background-color: transparent;
    color: #1ED760;
    border-color: #1ED760;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.spotify:hover {
      background-color: #1ED760;
      color: #fff; }
  .socialbar.default.outline a.spotify {
    background-color: transparent;
    color: #1ED760; }
    .socialbar.default.outline a.spotify:hover {
      background-color: #1ED760;
      color: #fff; }
  .socialbar.default.flat a.spotify {
    background-color: transparent;
    color: #1ED760;
    border-color: transparent; }
    .socialbar.default.flat a.spotify:hover {
      background-color: #1ED760;
      color: #fff; }
  .socialbar.default.inline a.spotify {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.spotify:hover {
      color: #1ED760; }
      .socialbar.default.inline a.spotify:hover:before {
        display: none; }
  .socialbar.default a.teamspeak {
    background-color: #1c82cc;
    border-color: #1c82cc;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.teamspeak:hover {
      background-color: transparent;
      color: #1c82cc;
      border-color: #1c82cc; }
  .socialbar.default.hover-colorize-reverse a.teamspeak {
    background-color: transparent;
    color: #1c82cc;
    border-color: #1c82cc;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.teamspeak:hover {
      background-color: #1c82cc;
      color: #fff; }
  .socialbar.default.outline a.teamspeak {
    background-color: transparent;
    color: #1c82cc; }
    .socialbar.default.outline a.teamspeak:hover {
      background-color: #1c82cc;
      color: #fff; }
  .socialbar.default.flat a.teamspeak {
    background-color: transparent;
    color: #1c82cc;
    border-color: transparent; }
    .socialbar.default.flat a.teamspeak:hover {
      background-color: #1c82cc;
      color: #fff; }
  .socialbar.default.inline a.teamspeak {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.teamspeak:hover {
      color: #1c82cc; }
      .socialbar.default.inline a.teamspeak:hover:before {
        display: none; }
  .socialbar.default a.discord {
    background-color: #7289da;
    border-color: #7289da;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.discord:hover {
      background-color: transparent;
      color: #7289da;
      border-color: #7289da; }
  .socialbar.default.hover-colorize-reverse a.discord {
    background-color: transparent;
    color: #7289da;
    border-color: #7289da;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.discord:hover {
      background-color: #7289da;
      color: #fff; }
  .socialbar.default.outline a.discord {
    background-color: transparent;
    color: #7289da; }
    .socialbar.default.outline a.discord:hover {
      background-color: #7289da;
      color: #fff; }
  .socialbar.default.flat a.discord {
    background-color: transparent;
    color: #7289da;
    border-color: transparent; }
    .socialbar.default.flat a.discord:hover {
      background-color: #7289da;
      color: #fff; }
  .socialbar.default.inline a.discord {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.discord:hover {
      color: #7289da; }
      .socialbar.default.inline a.discord:hover:before {
        display: none; }
  .socialbar.default a.kaggle {
    background-color: #32C0FD;
    border-color: #32C0FD;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.kaggle:hover {
      background-color: transparent;
      color: #32C0FD;
      border-color: #32C0FD; }
  .socialbar.default.hover-colorize-reverse a.kaggle {
    background-color: transparent;
    color: #32C0FD;
    border-color: #32C0FD;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.kaggle:hover {
      background-color: #32C0FD;
      color: #fff; }
  .socialbar.default.outline a.kaggle {
    background-color: transparent;
    color: #32C0FD; }
    .socialbar.default.outline a.kaggle:hover {
      background-color: #32C0FD;
      color: #fff; }
  .socialbar.default.flat a.kaggle {
    background-color: transparent;
    color: #32C0FD;
    border-color: transparent; }
    .socialbar.default.flat a.kaggle:hover {
      background-color: #32C0FD;
      color: #fff; }
  .socialbar.default.inline a.kaggle {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.kaggle:hover {
      color: #32C0FD; }
      .socialbar.default.inline a.kaggle:hover:before {
        display: none; }
  .socialbar.default a.medium {
    background-color: #03a87c;
    border-color: #03a87c;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.medium:hover {
      background-color: transparent;
      color: #03a87c;
      border-color: #03a87c; }
  .socialbar.default.hover-colorize-reverse a.medium {
    background-color: transparent;
    color: #03a87c;
    border-color: #03a87c;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.medium:hover {
      background-color: #03a87c;
      color: #fff; }
  .socialbar.default.outline a.medium {
    background-color: transparent;
    color: #03a87c; }
    .socialbar.default.outline a.medium:hover {
      background-color: #03a87c;
      color: #fff; }
  .socialbar.default.flat a.medium {
    background-color: transparent;
    color: #03a87c;
    border-color: transparent; }
    .socialbar.default.flat a.medium:hover {
      background-color: #03a87c;
      color: #fff; }
  .socialbar.default.inline a.medium {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.medium:hover {
      color: #03a87c; }
      .socialbar.default.inline a.medium:hover:before {
        display: none; }
  .socialbar.default a.xing {
    background-color: #0C6567;
    border-color: #0C6567;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.xing:hover {
      background-color: transparent;
      color: #0C6567;
      border-color: #0C6567; }
  .socialbar.default.hover-colorize-reverse a.xing {
    background-color: transparent;
    color: #0C6567;
    border-color: #0C6567;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.xing:hover {
      background-color: #0C6567;
      color: #fff; }
  .socialbar.default.outline a.xing {
    background-color: transparent;
    color: #0C6567; }
    .socialbar.default.outline a.xing:hover {
      background-color: #0C6567;
      color: #fff; }
  .socialbar.default.flat a.xing {
    background-color: transparent;
    color: #0C6567;
    border-color: transparent; }
    .socialbar.default.flat a.xing:hover {
      background-color: #0C6567;
      color: #fff; }
  .socialbar.default.inline a.xing {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.xing:hover {
      color: #0C6567; }
      .socialbar.default.inline a.xing:hover:before {
        display: none; }
  .socialbar.hover-default a.white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .socialbar.hover-default.outline a.white:hover {
    background-color: #fff;
    color: #fff; }
  .socialbar.hover-default.flat a.white:hover {
    background-color: #fff;
    color: #fff; }
  .socialbar.hover-default.inline a.white:hover {
    color: #fff; }
  .socialbar.hover-default.inline a.white:before {
    background-color: #fff; }
  .socialbar.hover-default a.facebook:hover {
    background-color: transparent;
    color: #217CEF;
    border-color: #217CEF; }
  .socialbar.hover-default.outline a.facebook:hover {
    background-color: #217CEF;
    color: #fff; }
  .socialbar.hover-default.flat a.facebook:hover {
    background-color: #217CEF;
    color: #fff; }
  .socialbar.hover-default.inline a.facebook:hover {
    color: #217CEF; }
  .socialbar.hover-default.inline a.facebook:before {
    background-color: #217CEF; }
  .socialbar.hover-default a.twitter:hover {
    background-color: transparent;
    color: #2AA3EF;
    border-color: #2AA3EF; }
  .socialbar.hover-default.outline a.twitter:hover {
    background-color: #2AA3EF;
    color: #fff; }
  .socialbar.hover-default.flat a.twitter:hover {
    background-color: #2AA3EF;
    color: #fff; }
  .socialbar.hover-default.inline a.twitter:hover {
    color: #2AA3EF; }
  .socialbar.hover-default.inline a.twitter:before {
    background-color: #2AA3EF; }
  .socialbar.hover-default a.pinterest:hover {
    background-color: transparent;
    color: #e8323f;
    border-color: #e8323f; }
  .socialbar.hover-default.outline a.pinterest:hover {
    background-color: #e8323f;
    color: #fff; }
  .socialbar.hover-default.flat a.pinterest:hover {
    background-color: #e8323f;
    color: #fff; }
  .socialbar.hover-default.inline a.pinterest:hover {
    color: #e8323f; }
  .socialbar.hover-default.inline a.pinterest:before {
    background-color: #e8323f; }
  .socialbar.hover-default a.linkedin:hover {
    background-color: transparent;
    color: #4477ab;
    border-color: #4477ab; }
  .socialbar.hover-default.outline a.linkedin:hover {
    background-color: #4477ab;
    color: #fff; }
  .socialbar.hover-default.flat a.linkedin:hover {
    background-color: #4477ab;
    color: #fff; }
  .socialbar.hover-default.inline a.linkedin:hover {
    color: #4477ab; }
  .socialbar.hover-default.inline a.linkedin:before {
    background-color: #4477ab; }
  .socialbar.hover-default a.dribbble:hover {
    background-color: transparent;
    color: #fd629e;
    border-color: #fd629e; }
  .socialbar.hover-default.outline a.dribbble:hover {
    background-color: #fd629e;
    color: #fff; }
  .socialbar.hover-default.flat a.dribbble:hover {
    background-color: #fd629e;
    color: #fff; }
  .socialbar.hover-default.inline a.dribbble:hover {
    color: #fd629e; }
  .socialbar.hover-default.inline a.dribbble:before {
    background-color: #fd629e; }
  .socialbar.hover-default a.github:hover {
    background-color: transparent;
    color: #24292E;
    border-color: #24292E; }
  .socialbar.hover-default.outline a.github:hover {
    background-color: #24292E;
    color: #fff; }
  .socialbar.hover-default.flat a.github:hover {
    background-color: #24292E;
    color: #fff; }
  .socialbar.hover-default.inline a.github:hover {
    color: #24292E; }
  .socialbar.hover-default.inline a.github:before {
    background-color: #24292E; }
  .socialbar.hover-default a.instagram:hover {
    background-color: transparent;
    color: #383838;
    border-color: #383838; }
  .socialbar.hover-default.outline a.instagram:hover {
    background-color: #383838;
    color: #fff; }
  .socialbar.hover-default.flat a.instagram:hover {
    background-color: #383838;
    color: #fff; }
  .socialbar.hover-default.inline a.instagram:hover {
    color: #383838; }
  .socialbar.hover-default.inline a.instagram:before {
    background-color: #383838; }
  .socialbar.hover-default a.dropbox:hover {
    background-color: transparent;
    color: #187fe7;
    border-color: #187fe7; }
  .socialbar.hover-default.outline a.dropbox:hover {
    background-color: #187fe7;
    color: #fff; }
  .socialbar.hover-default.flat a.dropbox:hover {
    background-color: #187fe7;
    color: #fff; }
  .socialbar.hover-default.inline a.dropbox:hover {
    color: #187fe7; }
  .socialbar.hover-default.inline a.dropbox:before {
    background-color: #187fe7; }
  .socialbar.hover-default a.vk:hover {
    background-color: transparent;
    color: #6083ab;
    border-color: #6083ab; }
  .socialbar.hover-default.outline a.vk:hover {
    background-color: #6083ab;
    color: #fff; }
  .socialbar.hover-default.flat a.vk:hover {
    background-color: #6083ab;
    color: #fff; }
  .socialbar.hover-default.inline a.vk:hover {
    color: #6083ab; }
  .socialbar.hover-default.inline a.vk:before {
    background-color: #6083ab; }
  .socialbar.hover-default a.youtube:hover {
    background-color: transparent;
    color: #f00;
    border-color: #f00; }
  .socialbar.hover-default.outline a.youtube:hover {
    background-color: #f00;
    color: #fff; }
  .socialbar.hover-default.flat a.youtube:hover {
    background-color: #f00;
    color: #fff; }
  .socialbar.hover-default.inline a.youtube:hover {
    color: #f00; }
  .socialbar.hover-default.inline a.youtube:before {
    background-color: #f00; }
  .socialbar.hover-default a.vimeo:hover {
    background-color: transparent;
    color: #1ab8ea;
    border-color: #1ab8ea; }
  .socialbar.hover-default.outline a.vimeo:hover {
    background-color: #1ab8ea;
    color: #fff; }
  .socialbar.hover-default.flat a.vimeo:hover {
    background-color: #1ab8ea;
    color: #fff; }
  .socialbar.hover-default.inline a.vimeo:hover {
    color: #1ab8ea; }
  .socialbar.hover-default.inline a.vimeo:before {
    background-color: #1ab8ea; }
  .socialbar.hover-default a.behance:hover {
    background-color: transparent;
    color: #0056ff;
    border-color: #0056ff; }
  .socialbar.hover-default.outline a.behance:hover {
    background-color: #0056ff;
    color: #fff; }
  .socialbar.hover-default.flat a.behance:hover {
    background-color: #0056ff;
    color: #fff; }
  .socialbar.hover-default.inline a.behance:hover {
    color: #0056ff; }
  .socialbar.hover-default.inline a.behance:before {
    background-color: #0056ff; }
  .socialbar.hover-default a.tumblr:hover {
    background-color: transparent;
    color: #2a445f;
    border-color: #2a445f; }
  .socialbar.hover-default.outline a.tumblr:hover {
    background-color: #2a445f;
    color: #fff; }
  .socialbar.hover-default.flat a.tumblr:hover {
    background-color: #2a445f;
    color: #fff; }
  .socialbar.hover-default.inline a.tumblr:hover {
    color: #2a445f; }
  .socialbar.hover-default.inline a.tumblr:before {
    background-color: #2a445f; }
  .socialbar.hover-default a.flickr:hover {
    background-color: transparent;
    color: #0063db;
    border-color: #0063db; }
  .socialbar.hover-default.outline a.flickr:hover {
    background-color: #0063db;
    color: #fff; }
  .socialbar.hover-default.flat a.flickr:hover {
    background-color: #0063db;
    color: #fff; }
  .socialbar.hover-default.inline a.flickr:hover {
    color: #0063db; }
  .socialbar.hover-default.inline a.flickr:before {
    background-color: #0063db; }
  .socialbar.hover-default a.reddit:hover {
    background-color: transparent;
    color: #ff4501;
    border-color: #ff4501; }
  .socialbar.hover-default.outline a.reddit:hover {
    background-color: #ff4501;
    color: #fff; }
  .socialbar.hover-default.flat a.reddit:hover {
    background-color: #ff4501;
    color: #fff; }
  .socialbar.hover-default.inline a.reddit:hover {
    color: #ff4501; }
  .socialbar.hover-default.inline a.reddit:before {
    background-color: #ff4501; }
  .socialbar.hover-default a.snapchat:hover {
    background-color: transparent;
    color: #e0e410;
    border-color: #e0e410; }
  .socialbar.hover-default.outline a.snapchat:hover {
    background-color: #e0e410;
    color: #fff; }
  .socialbar.hover-default.flat a.snapchat:hover {
    background-color: #e0e410;
    color: #fff; }
  .socialbar.hover-default.inline a.snapchat:hover {
    color: #e0e410; }
  .socialbar.hover-default.inline a.snapchat:before {
    background-color: #e0e410; }
  .socialbar.hover-default a.whatsapp:hover {
    background-color: transparent;
    color: #0ec143;
    border-color: #0ec143; }
  .socialbar.hover-default.outline a.whatsapp:hover {
    background-color: #0ec143;
    color: #fff; }
  .socialbar.hover-default.flat a.whatsapp:hover {
    background-color: #0ec143;
    color: #fff; }
  .socialbar.hover-default.inline a.whatsapp:hover {
    color: #0ec143; }
  .socialbar.hover-default.inline a.whatsapp:before {
    background-color: #0ec143; }
  .socialbar.hover-default a.quora:hover {
    background-color: transparent;
    color: #a82401;
    border-color: #a82401; }
  .socialbar.hover-default.outline a.quora:hover {
    background-color: #a82401;
    color: #fff; }
  .socialbar.hover-default.flat a.quora:hover {
    background-color: #a82401;
    color: #fff; }
  .socialbar.hover-default.inline a.quora:hover {
    color: #a82401; }
  .socialbar.hover-default.inline a.quora:before {
    background-color: #a82401; }
  .socialbar.hover-default a.vine:hover {
    background-color: transparent;
    color: #00be8e;
    border-color: #00be8e; }
  .socialbar.hover-default.outline a.vine:hover {
    background-color: #00be8e;
    color: #fff; }
  .socialbar.hover-default.flat a.vine:hover {
    background-color: #00be8e;
    color: #fff; }
  .socialbar.hover-default.inline a.vine:hover {
    color: #00be8e; }
  .socialbar.hover-default.inline a.vine:before {
    background-color: #00be8e; }
  .socialbar.hover-default a.digg:hover {
    background-color: transparent;
    color: #1c5891;
    border-color: #1c5891; }
  .socialbar.hover-default.outline a.digg:hover {
    background-color: #1c5891;
    color: #fff; }
  .socialbar.hover-default.flat a.digg:hover {
    background-color: #1c5891;
    color: #fff; }
  .socialbar.hover-default.inline a.digg:hover {
    color: #1c5891; }
  .socialbar.hover-default.inline a.digg:before {
    background-color: #1c5891; }
  .socialbar.hover-default a.foursquare:hover {
    background-color: transparent;
    color: #FD4577;
    border-color: #FD4577; }
  .socialbar.hover-default.outline a.foursquare:hover {
    background-color: #FD4577;
    color: #fff; }
  .socialbar.hover-default.flat a.foursquare:hover {
    background-color: #FD4577;
    color: #fff; }
  .socialbar.hover-default.inline a.foursquare:hover {
    color: #FD4577; }
  .socialbar.hover-default.inline a.foursquare:before {
    background-color: #FD4577; }
  .socialbar.hover-default a.tiktok:hover {
    background-color: transparent;
    color: #323131;
    border-color: #323131; }
  .socialbar.hover-default.outline a.tiktok:hover {
    background-color: #323131;
    color: #fff; }
  .socialbar.hover-default.flat a.tiktok:hover {
    background-color: #323131;
    color: #fff; }
  .socialbar.hover-default.inline a.tiktok:hover {
    color: #323131; }
  .socialbar.hover-default.inline a.tiktok:before {
    background-color: #323131; }
  .socialbar.hover-default a.twitch:hover {
    background-color: transparent;
    color: #9147ff;
    border-color: #9147ff; }
  .socialbar.hover-default.outline a.twitch:hover {
    background-color: #9147ff;
    color: #fff; }
  .socialbar.hover-default.flat a.twitch:hover {
    background-color: #9147ff;
    color: #fff; }
  .socialbar.hover-default.inline a.twitch:hover {
    color: #9147ff; }
  .socialbar.hover-default.inline a.twitch:before {
    background-color: #9147ff; }
  .socialbar.hover-default a.mixer:hover {
    background-color: transparent;
    color: #0270d9;
    border-color: #0270d9; }
  .socialbar.hover-default.outline a.mixer:hover {
    background-color: #0270d9;
    color: #fff; }
  .socialbar.hover-default.flat a.mixer:hover {
    background-color: #0270d9;
    color: #fff; }
  .socialbar.hover-default.inline a.mixer:hover {
    color: #0270d9; }
  .socialbar.hover-default.inline a.mixer:before {
    background-color: #0270d9; }
  .socialbar.hover-default a.telegram:hover {
    background-color: transparent;
    color: #0088cc;
    border-color: #0088cc; }
  .socialbar.hover-default.outline a.telegram:hover {
    background-color: #0088cc;
    color: #fff; }
  .socialbar.hover-default.flat a.telegram:hover {
    background-color: #0088cc;
    color: #fff; }
  .socialbar.hover-default.inline a.telegram:hover {
    color: #0088cc; }
  .socialbar.hover-default.inline a.telegram:before {
    background-color: #0088cc; }
  .socialbar.hover-default a.soundcloud:hover {
    background-color: transparent;
    color: #FD561F;
    border-color: #FD561F; }
  .socialbar.hover-default.outline a.soundcloud:hover {
    background-color: #FD561F;
    color: #fff; }
  .socialbar.hover-default.flat a.soundcloud:hover {
    background-color: #FD561F;
    color: #fff; }
  .socialbar.hover-default.inline a.soundcloud:hover {
    color: #FD561F; }
  .socialbar.hover-default.inline a.soundcloud:before {
    background-color: #FD561F; }
  .socialbar.hover-default a.spotify:hover {
    background-color: transparent;
    color: #1ED760;
    border-color: #1ED760; }
  .socialbar.hover-default.outline a.spotify:hover {
    background-color: #1ED760;
    color: #fff; }
  .socialbar.hover-default.flat a.spotify:hover {
    background-color: #1ED760;
    color: #fff; }
  .socialbar.hover-default.inline a.spotify:hover {
    color: #1ED760; }
  .socialbar.hover-default.inline a.spotify:before {
    background-color: #1ED760; }
  .socialbar.hover-default a.teamspeak:hover {
    background-color: transparent;
    color: #1c82cc;
    border-color: #1c82cc; }
  .socialbar.hover-default.outline a.teamspeak:hover {
    background-color: #1c82cc;
    color: #fff; }
  .socialbar.hover-default.flat a.teamspeak:hover {
    background-color: #1c82cc;
    color: #fff; }
  .socialbar.hover-default.inline a.teamspeak:hover {
    color: #1c82cc; }
  .socialbar.hover-default.inline a.teamspeak:before {
    background-color: #1c82cc; }
  .socialbar.hover-default a.discord:hover {
    background-color: transparent;
    color: #7289da;
    border-color: #7289da; }
  .socialbar.hover-default.outline a.discord:hover {
    background-color: #7289da;
    color: #fff; }
  .socialbar.hover-default.flat a.discord:hover {
    background-color: #7289da;
    color: #fff; }
  .socialbar.hover-default.inline a.discord:hover {
    color: #7289da; }
  .socialbar.hover-default.inline a.discord:before {
    background-color: #7289da; }
  .socialbar.hover-default a.kaggle:hover {
    background-color: transparent;
    color: #32C0FD;
    border-color: #32C0FD; }
  .socialbar.hover-default.outline a.kaggle:hover {
    background-color: #32C0FD;
    color: #fff; }
  .socialbar.hover-default.flat a.kaggle:hover {
    background-color: #32C0FD;
    color: #fff; }
  .socialbar.hover-default.inline a.kaggle:hover {
    color: #32C0FD; }
  .socialbar.hover-default.inline a.kaggle:before {
    background-color: #32C0FD; }
  .socialbar.hover-default a.medium:hover {
    background-color: transparent;
    color: #03a87c;
    border-color: #03a87c; }
  .socialbar.hover-default.outline a.medium:hover {
    background-color: #03a87c;
    color: #fff; }
  .socialbar.hover-default.flat a.medium:hover {
    background-color: #03a87c;
    color: #fff; }
  .socialbar.hover-default.inline a.medium:hover {
    color: #03a87c; }
  .socialbar.hover-default.inline a.medium:before {
    background-color: #03a87c; }
  .socialbar.hover-default a.xing:hover {
    background-color: transparent;
    color: #0C6567;
    border-color: #0C6567; }
  .socialbar.hover-default.outline a.xing:hover {
    background-color: #0C6567;
    color: #fff; }
  .socialbar.hover-default.flat a.xing:hover {
    background-color: #0C6567;
    color: #fff; }
  .socialbar.hover-default.inline a.xing:hover {
    color: #0C6567; }
  .socialbar.hover-default.inline a.xing:before {
    background-color: #0C6567; }
  .socialbar.brand a {
    background-color: #d90a2c;
    border-color: #d90a2c; }
    .socialbar.brand a:hover {
      background-color: transparent;
      color: #d90a2c; }
  .socialbar.brand.outline a {
    background-color: transparent;
    color: #d90a2c; }
    .socialbar.brand.outline a:hover {
      background-color: #d90a2c;
      color: #fff; }
  .socialbar.brand.flat a {
    background-color: transparent;
    color: #d90a2c;
    border-color: transparent; }
    .socialbar.brand.flat a:hover {
      background-color: #d90a2c;
      color: #fff; }
  .socialbar.brand.inline a {
    background-color: transparent;
    border-color: transparent; }
    .socialbar.brand.inline a:hover {
      color: #d90a2c; }

.socialbar.boxed {
  margin: 0;
  overflow: hidden; }
  .socialbar.boxed.social-column-1 a {
    width: 100%; }
  .socialbar.boxed.social-column-2 a {
    width: 50%; }
  .socialbar.boxed.social-column-3 a {
    width: 33.333%; }
  .socialbar.boxed.social-column-4 a {
    width: 25%; }
  .socialbar.boxed.social-column-5 a {
    width: 20%; }
  .socialbar.boxed.social-column-6 a {
    width: 16.666%; }
  .socialbar.boxed.social-column-7 a {
    width: 14.285%; }
  .socialbar.boxed.social-column-8 a {
    width: 12.5%; }
  .socialbar.boxed.social-column-9 a {
    width: 11.11%; }
  .socialbar.boxed.social-column-10 a {
    width: 10%; }
  .socialbar.boxed a {
    background-color: transparent;
    color: #232226;
    height: 100px;
    float: left;
    margin: 0;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    line-height: 100px;
    vertical-align: middle;
    position: relative;
    overflow: hidden; }
    .socialbar.boxed a i {
      width: 100%;
      text-align: center;
      position: absolute;
      opacity: 0;
      top: 60%;
      left: 0;
      -webkit-transition: .35s ease-in-out;
      -o-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      -webkit-transition-property: opacity, top;
      -o-transition-property: opacity, top;
      transition-property: opacity, top; }
    .socialbar.boxed a .social-text {
      font-size: 0.85em;
      position: relative;
      top: 0;
      opacity: 1;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .socialbar.boxed a:hover {
      background-color: rgba(136, 136, 136, 0.05); }
      .socialbar.boxed a:hover i {
        opacity: 1;
        top: 40%; }
      .socialbar.boxed a:hover .social-text {
        opacity: 0;
        top: -30px; }
    .socialbar.boxed a.default a.white {
      background-color: #fff;
      border-color: #fff; }
      .socialbar.boxed a.default a.white:hover {
        background-color: #fff;
        color: #fff; }
    .socialbar.boxed a.default a.facebook {
      background-color: #217CEF;
      border-color: #217CEF; }
      .socialbar.boxed a.default a.facebook:hover {
        background-color: #217CEF;
        color: #fff; }
    .socialbar.boxed a.default a.twitter {
      background-color: #2AA3EF;
      border-color: #2AA3EF; }
      .socialbar.boxed a.default a.twitter:hover {
        background-color: #2AA3EF;
        color: #fff; }
    .socialbar.boxed a.default a.pinterest {
      background-color: #e8323f;
      border-color: #e8323f; }
      .socialbar.boxed a.default a.pinterest:hover {
        background-color: #e8323f;
        color: #fff; }
    .socialbar.boxed a.default a.linkedin {
      background-color: #4477ab;
      border-color: #4477ab; }
      .socialbar.boxed a.default a.linkedin:hover {
        background-color: #4477ab;
        color: #fff; }
    .socialbar.boxed a.default a.dribbble {
      background-color: #fd629e;
      border-color: #fd629e; }
      .socialbar.boxed a.default a.dribbble:hover {
        background-color: #fd629e;
        color: #fff; }
    .socialbar.boxed a.default a.github {
      background-color: #24292E;
      border-color: #24292E; }
      .socialbar.boxed a.default a.github:hover {
        background-color: #24292E;
        color: #fff; }
    .socialbar.boxed a.default a.instagram {
      background-color: #383838;
      border-color: #383838; }
      .socialbar.boxed a.default a.instagram:hover {
        background-color: #383838;
        color: #fff; }
    .socialbar.boxed a.default a.dropbox {
      background-color: #187fe7;
      border-color: #187fe7; }
      .socialbar.boxed a.default a.dropbox:hover {
        background-color: #187fe7;
        color: #fff; }
    .socialbar.boxed a.default a.vk {
      background-color: #6083ab;
      border-color: #6083ab; }
      .socialbar.boxed a.default a.vk:hover {
        background-color: #6083ab;
        color: #fff; }
    .socialbar.boxed a.default a.youtube {
      background-color: #f00;
      border-color: #f00; }
      .socialbar.boxed a.default a.youtube:hover {
        background-color: #f00;
        color: #fff; }
    .socialbar.boxed a.default a.vimeo {
      background-color: #1ab8ea;
      border-color: #1ab8ea; }
      .socialbar.boxed a.default a.vimeo:hover {
        background-color: #1ab8ea;
        color: #fff; }
    .socialbar.boxed a.default a.behance {
      background-color: #0056ff;
      border-color: #0056ff; }
      .socialbar.boxed a.default a.behance:hover {
        background-color: #0056ff;
        color: #fff; }
    .socialbar.boxed a.default a.tumblr {
      background-color: #2a445f;
      border-color: #2a445f; }
      .socialbar.boxed a.default a.tumblr:hover {
        background-color: #2a445f;
        color: #fff; }
    .socialbar.boxed a.default a.flickr {
      background-color: #0063db;
      border-color: #0063db; }
      .socialbar.boxed a.default a.flickr:hover {
        background-color: #0063db;
        color: #fff; }
    .socialbar.boxed a.default a.reddit {
      background-color: #ff4501;
      border-color: #ff4501; }
      .socialbar.boxed a.default a.reddit:hover {
        background-color: #ff4501;
        color: #fff; }
    .socialbar.boxed a.default a.snapchat {
      background-color: #e0e410;
      border-color: #e0e410; }
      .socialbar.boxed a.default a.snapchat:hover {
        background-color: #e0e410;
        color: #fff; }
    .socialbar.boxed a.default a.whatsapp {
      background-color: #0ec143;
      border-color: #0ec143; }
      .socialbar.boxed a.default a.whatsapp:hover {
        background-color: #0ec143;
        color: #fff; }
    .socialbar.boxed a.default a.quora {
      background-color: #a82401;
      border-color: #a82401; }
      .socialbar.boxed a.default a.quora:hover {
        background-color: #a82401;
        color: #fff; }
    .socialbar.boxed a.default a.vine {
      background-color: #00be8e;
      border-color: #00be8e; }
      .socialbar.boxed a.default a.vine:hover {
        background-color: #00be8e;
        color: #fff; }
    .socialbar.boxed a.default a.digg {
      background-color: #1c5891;
      border-color: #1c5891; }
      .socialbar.boxed a.default a.digg:hover {
        background-color: #1c5891;
        color: #fff; }
    .socialbar.boxed a.default a.foursquare {
      background-color: #FD4577;
      border-color: #FD4577; }
      .socialbar.boxed a.default a.foursquare:hover {
        background-color: #FD4577;
        color: #fff; }
    .socialbar.boxed a.default a.tiktok {
      background-color: #323131;
      border-color: #323131; }
      .socialbar.boxed a.default a.tiktok:hover {
        background-color: #323131;
        color: #fff; }
    .socialbar.boxed a.default a.twitch {
      background-color: #9147ff;
      border-color: #9147ff; }
      .socialbar.boxed a.default a.twitch:hover {
        background-color: #9147ff;
        color: #fff; }
    .socialbar.boxed a.default a.mixer {
      background-color: #0270d9;
      border-color: #0270d9; }
      .socialbar.boxed a.default a.mixer:hover {
        background-color: #0270d9;
        color: #fff; }
    .socialbar.boxed a.default a.telegram {
      background-color: #0088cc;
      border-color: #0088cc; }
      .socialbar.boxed a.default a.telegram:hover {
        background-color: #0088cc;
        color: #fff; }
    .socialbar.boxed a.default a.soundcloud {
      background-color: #FD561F;
      border-color: #FD561F; }
      .socialbar.boxed a.default a.soundcloud:hover {
        background-color: #FD561F;
        color: #fff; }
    .socialbar.boxed a.default a.spotify {
      background-color: #1ED760;
      border-color: #1ED760; }
      .socialbar.boxed a.default a.spotify:hover {
        background-color: #1ED760;
        color: #fff; }
    .socialbar.boxed a.default a.teamspeak {
      background-color: #1c82cc;
      border-color: #1c82cc; }
      .socialbar.boxed a.default a.teamspeak:hover {
        background-color: #1c82cc;
        color: #fff; }
    .socialbar.boxed a.default a.discord {
      background-color: #7289da;
      border-color: #7289da; }
      .socialbar.boxed a.default a.discord:hover {
        background-color: #7289da;
        color: #fff; }
    .socialbar.boxed a.default a.kaggle {
      background-color: #32C0FD;
      border-color: #32C0FD; }
      .socialbar.boxed a.default a.kaggle:hover {
        background-color: #32C0FD;
        color: #fff; }
    .socialbar.boxed a.default a.medium {
      background-color: #03a87c;
      border-color: #03a87c; }
      .socialbar.boxed a.default a.medium:hover {
        background-color: #03a87c;
        color: #fff; }
    .socialbar.boxed a.default a.xing {
      background-color: #0C6567;
      border-color: #0C6567; }
      .socialbar.boxed a.default a.xing:hover {
        background-color: #0C6567;
        color: #fff; }
  @media screen and (max-width: 768px) {
    .socialbar.boxed {
      clear: both; }
      .socialbar.boxed a {
        height: 60px;
        line-height: 60px;
        font-size: 1.2em; }
        .socialbar.boxed a .social-text {
          display: none; }
        .socialbar.boxed a i {
          opacity: 1;
          position: static; } }

@-webkit-keyframes toTopFromBottom {
  59% {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  61% {
    opacity: 1; } }

@keyframes toTopFromBottom {
  59% {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  61% {
    opacity: 1; } }

/*---------------------------------
## Split Section
---------------------------------*/
.split-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .split-box-container {
    padding: 5%;
    vertical-align: middle;
    overflow: hidden; }
    .split-box-container:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
    .split-box-container .content {
      position: relative;
      z-index: 3; }
  .split-box .split-box-inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 768px) {
    .split-box {
      display: block; } }

/*---------------------------------
## Subscibe
---------------------------------*/
.subscribe-form {
  width: 100%;
  position: relative; }
  .subscribe-form .btn,
  .subscribe-form input[type="submit"] {
    white-space: nowrap;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  @media screen and (max-width: 768px) {
    .subscribe-form .btn,
    .subscribe-form input[type="submit"] {
      width: auto; } }

/*---------------------------------
## Tabs
---------------------------------*/
.tab {
  width: 100%; }
  .tab:after {
    content: '';
    display: table;
    clear: both; }
  .tab .tabNav {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
    list-style-type: none; }
    .tab .tabNav_wrapper {
      width: 100%;
      position: relative; }
    .tab .tabNav:after {
      content: '';
      display: table;
      clear: both; }
    .tab .tabNav_line {
      width: 0;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .tab .tabNav_link {
      width: auto;
      margin: 0 25px 0 0;
      padding: 12px 0;
      font-weight: 600;
      display: inline-block;
      clear: none;
      cursor: pointer;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .tab .tabNav_link.active {
        font-weight: bold; }
  .tab .tabItems {
    position: relative;
    overflow: hidden;
    -webkit-transition: height 0.3s cubic-bezier(0.2, 0.35, 0.25, 1);
    -o-transition: height 0.3s cubic-bezier(0.2, 0.35, 0.25, 1);
    transition: height 0.3s cubic-bezier(0.2, 0.35, 0.25, 1); }
    .tab .tabItems_item {
      width: 100%;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: 0.2s cubic-bezier(0.2, 0.35, 0.25, 1);
      -o-transition: 0.2s cubic-bezier(0.2, 0.35, 0.25, 1);
      transition: 0.2s cubic-bezier(0.2, 0.35, 0.25, 1);
      -webkit-transition-property: opacity, visibility;
      -o-transition-property: opacity, visibility;
      transition-property: opacity, visibility;
      position: absolute;
      top: 0;
      left: 0; }
      .tab .tabItems_item.active {
        opacity: 1;
        overflow: visible;
        z-index: 2; }
  .tab.filled {
    background-color: rgba(136, 136, 136, 0.05);
    padding: 10px 30px 30px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  @media screen and (min-width: 769px) {
    .tab.vertical {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .tab.vertical .tabNav_wrapper {
        width: auto;
        white-space: nowrap;
        border-bottom: none; }
      .tab.vertical .tabNav {
        overflow: visible;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .tab.vertical .tabNav .tabNav_line {
          width: 2px !important;
          top: 0;
          left: auto;
          right: 0; }
      .tab.vertical .tabItems {
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
      .tab.vertical .tabItems_item {
        top: 0;
        padding-left: 25px; }
      .tab.vertical.filled {
        padding: 25px 30px; }
        .tab.vertical.filled .tabNav_wrapper {
          border-color: rgba(255, 255, 255, 0.3); }
        .tab.vertical.filled .tabItems {
          width: -webkit-calc(100% - 180px);
          width: calc(100% - 180px);
          min-width: 60%;
          float: right; }
        .tab.vertical.filled .tabItems_item {
          top: 0;
          padding-left: 10px; }
        .tab.vertical.filled.filled {
          padding: 25px 30px; }
          .tab.vertical.filled.filled .tabNav_wrapper {
            border-color: rgba(255, 255, 255, 0.3); } }
  @media screen and (max-width: 768px) {
    .tab.vertical .tabNav .tabNav_line {
      height: 2px !important; } }
  .tab.tabs-center .tabNav {
    text-align: center; }
    .tab.tabs-center .tabNav .tabNav_link {
      margin-left: 12px;
      margin-right: 12px; }
  .tab.tabs-right .tabNav {
    text-align: right; }

/*---------------------------------
## Team Member
---------------------------------*/
.team-member {
  width: 100%;
  position: relative; }
  .team-member_title {
    margin-bottom: 0;
    margin-top: 25px; }
  .team-member_subtitle {
    margin: 0; }
  .team-member_description {
    margin: 0px 0px 20px;
    color: #fff;
    position: relative;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .team-member .socialbar {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    padding-top: 10px; }
    .team-member .socialbar .team-member-link {
      display: none; }
  .team-member .socialbar > a,
  .team-member .socialbar.default > a {
    position: relative; }
  .team-member_image {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .team-member_image img {
      width: 100%;
      display: block;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .team-member_image:hover:after {
      opacity: 1; }
    .team-member_image:hover .team-member_wrap {
      opacity: 1; }
    .team-member_image:hover .team-member_description,
    .team-member_image:hover .socialbar {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }
  .team-member_wrap {
    position: absolute;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4.4vh;
    z-index: 1;
    opacity: 0; }
    @media screen and (max-width: 1024px) {
      .team-member_wrap {
        padding: 20px; } }
    .team-member_wrap:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 22, 26, 0.6)), to(transparent));
      background-image: -webkit-linear-gradient(bottom, rgba(23, 22, 26, 0.6), transparent);
      background-image: -o-linear-gradient(bottom, rgba(23, 22, 26, 0.6), transparent);
      background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent); }
  .team-member.inner .team-member_title,
  .team-member.inner .team-member_subtitle {
    color: #fff;
    position: relative; }
  .team-member.inner .team-member_title {
    margin-top: 0; }
  .team-member.inner .team-member_description {
    padding-top: 10px; }
  .team-member.inner .team-member_description_wrap {
    opacity: 0;
    display: none;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .team-member.inner .team-member_wrap {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .team-member.inner .team-member_image:hover .team-member_description_wrap {
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .team-member.cover {
    padding: 0;
    overflow: hidden; }
    .team-member.cover .team-member_image,
    .team-member.cover .cover-content {
      float: left; }
    .team-member.cover.column-2 .team-member_image,
    .team-member.cover.column-2 .cover-content {
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .team-member.cover.column-3 .team-member_image,
    .team-member.cover.column-3 .cover-content {
      width: -webkit-calc(100% / 4);
      width: calc(100% / 4); }
    .team-member.cover.column-4 .team-member_image,
    .team-member.cover.column-4 .cover-content {
      width: -webkit-calc(100% / 5);
      width: calc(100% / 5); }
    .team-member.cover.column-5 .team-member_image,
    .team-member.cover.column-5 .cover-content {
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); }
    .team-member.cover.column-6 .team-member_image,
    .team-member.cover.column-6 .cover-content {
      width: -webkit-calc(100% / 7);
      width: calc(100% / 7); }
    .team-member.cover .team-member_image:after {
      display: none; }
    .team-member.cover img {
      width: 100%; }
    .team-member.cover .cover-content {
      background: #fff;
      padding: 0;
      overflow: hidden;
      -webkit-transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
      .team-member.cover .cover-content.active .team-member_wrap {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        visibility: visible;
        opacity: 1; }
    .team-member.cover .team-member_image {
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .team-member.cover .team-member_subtitle {
      margin-top: 5px;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 5px; }
    .team-member.cover .team-member_title,
    .team-member.cover .team-member_description,
    .team-member.cover .team-member_subtitle {
      color: #fff; }
    .team-member.cover .team-member_description {
      margin-bottom: 20px;
      opacity: 1;
      visibility: visible; }
    .team-member.cover .center-aligned {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      background: #17161A; }
    .team-member.cover .team-member_wrap {
      padding: 4.4vh;
      opacity: 1;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 100%;
      text-align: left;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
      @media screen and (max-width: 1024px) {
        .team-member.cover .team-member_wrap {
          padding: 20px; } }
      .team-member.cover .team-member_wrap .socialbar {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .team-member.cover .team-member_wrap .socialbar > a span {
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        @media screen and (max-width: 768px) {
          .team-member.cover .team-member_wrap .socialbar {
            bottom: auto;
            position: relative; } }
      .team-member.cover .team-member_wrap:before {
        display: none; }
    @media screen and (max-width: 768px) {
      .team-member.cover.column-2 .team-member_image,
      .team-member.cover.column-2 .cover-content, .team-member.cover.column-3 .team-member_image,
      .team-member.cover.column-3 .cover-content, .team-member.cover.column-4 .team-member_image,
      .team-member.cover.column-4 .cover-content, .team-member.cover.column-5 .team-member_image,
      .team-member.cover.column-5 .cover-content, .team-member.cover.column-6 .team-member_image,
      .team-member.cover.column-6 .cover-content {
        width: 100%;
        float: left; }
      .team-member.cover.column-2 .team-member_wrap, .team-member.cover.column-3 .team-member_wrap, .team-member.cover.column-4 .team-member_wrap, .team-member.cover.column-5 .team-member_wrap, .team-member.cover.column-6 .team-member_wrap {
        opacity: 1;
        visibility: visible; }
      .team-member.cover .team-member_title {
        margin-top: 0; } }

/*---------------------------------
## Testimonials
---------------------------------*/
.testimonial blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 17px; }
  .testimonial blockquote:after {
    display: none; }

.testimonial .author {
  margin-top: 20px; }
  .testimonial .author-name, .testimonial .author-details {
    margin: 0; }

.testimonial .author-avatar {
  min-width: 60px;
  height: 60px;
  background-color: rgba(136, 136, 136, 0.05);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }

.testimonial.with-top-avatar .author-avatar {
  margin-bottom: 15px; }

.testimonial.with-middle-avatar .author-avatar {
  margin-top: 20px; }

/*---------------------------------
## Video
---------------------------------*/
.video-module {
  display: inline-block; }
  .video-module-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .video-module .btn-round.btn-brand {
    background: #d90a2c;
    border-color: #d90a2c; }
  @media screen and (min-width: 1025px) {
    .video-module .btn-round:before {
      height: 62px;
      width: 62px;
      line-height: 62px;
      left: 0; }
    .video-module .btn-round .ion {
      height: 62px;
      width: 62px;
      line-height: 62px; } }
  .video-module .btn-round .ion:before {
    margin-right: -3px; }
  .video-module .btn-round-outline .ion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-color: currentColor;
    background-color: transparent; }
  .video-module .btn-round-outline.btn-brand {
    color: #d90a2c; }
  .video-module .video-headline {
    margin: 0px 0px 0px 10px; }
  .video-module-preview {
    width: 100%;
    min-height: 160px;
    position: relative; }
    .video-module-preview .preview-image {
      vertical-align: top;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 100%; }
    .video-module-preview .video-module-holder {
      position: absolute;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .video-module-preview .video-module-holder .btn-play {
        position: relative;
        z-index: 1;
        display: inline-block; }
        .video-module-preview .video-module-holder .btn-play + .video-headline {
          margin-bottom: -35px; }
    .video-module-preview .video-headline {
      position: absolute;
      color: #fff;
      margin: 50px 0px 0px 0px;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .video-module-preview:hover .video-headline {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }
  .video-module.boxed .btn-play.outline .ion {
    border: 1px solid; }
  .video-module.boxed > .wrap,
  .video-module.boxed .btn-play {
    display: inline-block; }
  .video-module.boxed:hover .btn-play {
    color: #232226; }
    .video-module.boxed:hover .btn-play.btn-brand {
      color: #d90a2c; }
    .video-module.boxed:hover .btn-play.outline.btn-brand {
      background: #d90a2c; }
  .video-module.with-animation .btn-play:after {
    content: '';
    border-color: inherit;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-name: video_sc;
            animation-name: video_sc;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .video-module.with-animation .btn-play:hover:after {
    -webkit-animation: none;
            animation: none; }
  .video-module.with-animation .btn-play.light:after {
    background-color: #fff !important;
    border-color: #fff !important; }
  .video-module.btn-brand-color-hover:hover .btn-play .icon {
    color: #d90a2c !important; }
  @media screen and (max-width: 768px) {
    .video-module.preview .btn-play {
      margin-top: 0; } }

@keyframes video_sc {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    opacity: 1; }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.5);
    opacity: 0; } }

@-webkit-keyframes video_sc {
  0% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  100% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

/*---------------------------------
## Woo Categories
---------------------------------*/
.woo_c-category:after {
  content: '';
  display: table;
  clear: both; }

.product-category {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  padding-right: 0 !important;
  padding-left: 0 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  /*Default category*/
  /*Boxed category*/
  /*Block category*/ }
  .product-category:hover .product-category__background-image {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
  .product-category .center-aligned {
    padding-bottom: 5px; }
  .product-category--default .product-category__info-wrapper {
    padding: 0;
    height: 100%; }
  .product-category--default .product-category__background-image {
    min-height: 528px;
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    position: relative;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .product-category--default .product-category__background-image {
        min-height: 350px; } }
    @media screen and (max-width: 768px) {
      .product-category--default .product-category__background-image {
        width: 100%;
        float: none;
        max-width: 100%;
        background-position: left center !important; } }
  .product-category--boxed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(136, 136, 136, 0.05); }
    @media screen and (max-width: 768px) {
      .product-category--boxed {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; } }
    .product-category--boxed .product-category__background-image {
      min-height: 320px;
      width: 50%;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      @media screen and (max-width: 1024px) {
        .product-category--boxed .product-category__background-image {
          min-height: 280px; } }
      @media screen and (max-width: 768px) {
        .product-category--boxed .product-category__background-image {
          min-height: 240px;
          width: 100%; } }
    .product-category--boxed .product-category__info-wrapper {
      width: 50%;
      max-width: none;
      position: static;
      height: 100%;
      padding: 0 40px; }
      @media screen and (max-width: 1024px) {
        .product-category--boxed .product-category__info-wrapper {
          padding: 0 30px; } }
      @media screen and (max-width: 768px) {
        .product-category--boxed .product-category__info-wrapper {
          width: 100%; } }
  .product-category--block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .product-category--block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .product-category--block .product-category__background-image {
      min-height: 528px;
      width: -webkit-calc(100% - 120px);
      width: calc(100% - 120px); }
      @media screen and (max-width: 1024px) {
        .product-category--block .product-category__background-image {
          min-height: 350px; } }
      @media screen and (max-width: 768px) {
        .product-category--block .product-category__background-image {
          width: 100%; } }
    .product-category--block .product-category__info-wrapper {
      max-width: 280px;
      top: 40px;
      left: 0;
      bottom: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(23, 22, 26, 0.9); }
      .product-category--block .product-category__info-wrapper h3, .product-category--block .product-category__info-wrapper h3 a, .product-category--block .product-category__info-wrapper .description {
        color: #fff; }
    .product-category--block .center-aligned {
      max-height: 200px; }
  .product-category__background-image {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
  .product-category__description {
    margin: -5px 0 5px;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase; }
  .product-category__info-wrapper {
    max-width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
    position: absolute;
    overflow: hidden;
    left: 0; }
    @media screen and (max-width: 768px) {
      .product-category__info-wrapper {
        position: static;
        padding: 25px !important;
        width: 100%;
        max-width: none !important; } }
    .product-category__info-wrapper .wrap-bg {
      background: rgba(23, 22, 26, 0.6);
      padding: 20px; }
    .product-category__info-wrapper h3, .product-category__info-wrapper h3 a, .product-category__info-wrapper .description {
      margin: 5px 0; }
    .product-category__info-wrapper .btn {
      margin-top: 15px; }
      .product-category__info-wrapper .btn.btn-link {
        margin-top: 5px; }
    .product-category__info-wrapper.text-right .plus {
      right: auto;
      left: 50px; }

/*---------------------------------
## Circle Progress Bar
---------------------------------*/
.circle-progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .circle-progress-bar .circle {
    display: inline-block;
    position: relative;
    margin-bottom: 15px; }
    .circle-progress-bar .circle .progress {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      vertical-align: top; }
    .circle-progress-bar .circle .progress__meter,
    .circle-progress-bar .circle .progress__value {
      fill: none; }
    .circle-progress-bar .circle .progress__meter {
      stroke: rgba(136, 136, 136, 0.05); }
    .circle-progress-bar .circle .progress__value {
      -webkit-transition: 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      stroke: #d90a2c; }
    .circle-progress-bar .circle .percent-wrap {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 25px; }
      .circle-progress-bar .circle .percent-wrap img {
        vertical-align: top; }
      .circle-progress-bar .circle .percent-wrap h4 {
        color: inherit;
        font-size: 30px;
        margin: 0; }
  .circle-progress-bar-content {
    max-width: 60%; }
    .circle-progress-bar-content .percent-wrap h4 {
      color: inherit;
      margin: 0; }
  .circle-progress-bar-right .circle-progress-bar-content, .circle-progress-bar-left .circle-progress-bar-content {
    min-width: 70px; }
  .circle-progress-bar-right .circle, .circle-progress-bar-left .circle {
    margin: 0; }
  .circle-progress-bar-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .circle-progress-bar-right .circle-progress-bar-content {
      padding-left: 20px;
      text-align: left; }
  .circle-progress-bar-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .circle-progress-bar-left .circle-progress-bar-content {
      padding-right: 20px;
      text-align: right; }

/*---------------------------------
## Compare
---------------------------------*/
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-horizontal .twentytwenty-overlay,
.twentytwenty-vertical .twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25; }
  .twentytwenty-horizontal .twentytwenty-overlay,
  .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-after-label,
  .twentytwenty-vertical .twentytwenty-overlay,
  .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-after-label {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-after-label,
  .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
    .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-before-label:before,
    .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-after-label:before,
    .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-before-label:before,
    .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-after-label:before {
      color: #fff;
      position: absolute;
      background: #17161A;
      font-size: 0.94rem;
      line-height: 36px;
      font-weight: 500;
      padding: 0 20px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-border-radius: 5px;
      border-radius: 5px;
      top: 50%;
      margin-top: -19px; }
  .twentytwenty-horizontal .twentytwenty-overlay:hover,
  .twentytwenty-vertical .twentytwenty-overlay:hover {
    background: rgba(23, 22, 26, 0.5); }
    .twentytwenty-horizontal .twentytwenty-overlay:hover .twentytwenty-after-label,
    .twentytwenty-horizontal .twentytwenty-overlay:hover .twentytwenty-before-label,
    .twentytwenty-vertical .twentytwenty-overlay:hover .twentytwenty-after-label,
    .twentytwenty-vertical .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-horizontal .twentytwenty-arrows,
.twentytwenty-vertical .twentytwenty-arrows {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .twentytwenty-horizontal .twentytwenty-arrows .ion,
  .twentytwenty-vertical .twentytwenty-arrows .ion {
    font-size: 25px; }

.twentytwenty-horizontal .twentytwenty-container,
.twentytwenty-vertical .twentytwenty-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative; }
  .twentytwenty-horizontal .twentytwenty-container img,
  .twentytwenty-vertical .twentytwenty-container img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-before,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-before {
    z-index: 20; }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-after,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-after {
    z-index: 10; }
  .twentytwenty-horizontal .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-horizontal .twentytwenty-container.active :hover.twentytwenty-overlay,
  .twentytwenty-vertical .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-vertical .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent; }
    .twentytwenty-horizontal .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-horizontal .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-horizontal .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-horizontal .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-vertical .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-vertical .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-vertical .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-vertical .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-before-label,
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-after-label,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label {
    opacity: 0; }
    .twentytwenty-horizontal .twentytwenty-container .twentytwenty-before-label:before,
    .twentytwenty-horizontal .twentytwenty-container .twentytwenty-after-label:before,
    .twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label:before,
    .twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label:before {
      content: attr(data-content); }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-before-label:before,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label:before {
    left: 10px; }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-after-label:before,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label:before {
    right: 10px; }

.twentytwenty-horizontal .twentytwenty-handle,
.twentytwenty-vertical .twentytwenty-handle {
  height: 56px;
  width: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 40;
  cursor: pointer;
  background-color: #17161A; }
  .twentytwenty-horizontal .twentytwenty-handle:before,
  .twentytwenty-vertical .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 30px; }
  .twentytwenty-horizontal .twentytwenty-handle:after,
  .twentytwenty-vertical .twentytwenty-handle:after {
    top: 50%;
    margin-top: 28px; }

.twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label:before {
  content: attr(data-content);
  -webkit-transform: rotate(0deg) translateX(-50%);
      -ms-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%); }

.twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label:before {
  top: 30px;
  bottom: auto;
  left: 50%;
  right: auto; }

.twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label:before {
  bottom: 10px;
  top: auto;
  left: 50%;
  right: auto; }

.twentytwenty-vertical .twentytwenty-handle {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

/*---------------------------------
## Compare
---------------------------------*/
.ohio-recent-projects-sc .portfolio-onepage-slider:not(.full-vh) .portfolio-item {
  height: auto; }

.ohio-recent-projects-sc .portfolio-onepage-slider:not(.full-vh) .portfolio-item-image,
.ohio-recent-projects-sc .portfolio-onepage-slider:not(.full-vh) .parallax {
  height: 105% !important; }

/*---------------------------------
## Compare
---------------------------------*/
.clb-gallery .gallery-image img {
  vertical-align: top; }

.clb-gallery .gallery-image .clb-gallery-img-details .caption {
  display: none; }

.clb-gallery .gallery-image.clasic-grid .clb-gallery-img-details {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media screen and (max-width: 1024px) {
    .clb-gallery .gallery-image.clasic-grid .clb-gallery-img-details {
      padding-top: 20px; } }
  @media screen and (max-width: 1024px) {
    .clb-gallery .gallery-image.clasic-grid .clb-gallery-img-details {
      padding-bottom: 20px; } }

.clb-gallery .gallery-image.minimal-grid {
  position: relative; }
  @media screen and (max-width: 768px) {
    .clb-gallery .gallery-image.minimal-grid.vc_col-xs-6 {
      padding: 10px 15px !important; } }
  .clb-gallery .gallery-image.minimal-grid .grid-item-container {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .clb-gallery .gallery-image.minimal-grid .clb-gallery-img-details {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    padding: 4.4vh;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    opacity: 0;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
    background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .clb-gallery .gallery-image.minimal-grid .clb-gallery-img-details {
        padding: 20px; } }
    .clb-gallery .gallery-image.minimal-grid .clb-gallery-img-details * {
      color: #fff;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery .gallery-image.minimal-grid:hover .clb-gallery-img-details {
    opacity: 1; }
    .clb-gallery .gallery-image.minimal-grid:hover .clb-gallery-img-details * {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }

.grid-item-container {
  position: relative;
  overflow: hidden; }
  .grid-item-container-image {
    vertical-align: top;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.grid-item .grid-image-holder {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .grid-item .grid-image-holder:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(23, 22, 26, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.grid-item:hover .grid-image-holder:after {
  opacity: 1;
  visibility: visible; }

.grid-item.metro-style .grid-item-container {
  overflow: hidden; }

.grid-item.metro-style figure.grid-item-image {
  padding-top: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative; }

.grid-item.metro-style .hidden-image {
  visibility: hidden;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  position: absolute; }

.gallery-tmpimage {
  position: fixed;
  z-index: 9999999;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .gallery-tmpimage.active {
    left: 50%; }

/*---------------------------------
## Horizontal Accordion
---------------------------------*/
.horizontal_accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .horizontal_accordionItem {
    min-width: 50%;
    position: relative;
    -webkit-box-shadow: 5px 0px 8px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 5px 0px 8px -2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .horizontal_accordionItem_content {
      height: 100%;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .horizontal_accordionItem_content > .wrap {
        height: 100%; }
    .horizontal_accordionItem:first-child {
      padding-left: 0; }
    .horizontal_accordionItem:not(.active) {
      cursor: pointer; }
    .horizontal_accordionItem:not(.active):hover {
      background-color: #f9f9f9; }
    .horizontal_accordionItem:last-child {
      padding-left: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
  @media screen and (max-width: 768px) {
    .horizontal_accordion {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .horizontal_accordionItem {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .horizontal_accordion:not(.open) {
    overflow-x: hidden; }

/*---------------------------------
## Pricing Table
---------------------------------*/
.service {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4.4vh;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  @media screen and (max-width: 1024px) {
    .service {
      padding: 20px; } }
  .service .service_icon {
    margin-bottom: 10px;
    font-size: 42px; }
    .service .service_icon .ion {
      font-size: 42px; }
    .service .service_icon img {
      max-width: 36px; }
  .service_title {
    margin: 0; }
  .service_subtitle {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 0.94rem; }
  .service_list {
    margin: 0;
    list-style-type: none; }
  .service_list + .btn {
    margin-top: 25px; }
  .service .btn {
    background: #17161A;
    border-color: #17161A; }
  .service_list_item:first-child {
    padding-top: 0; }
  .service_list_item:last-child {
    padding-bottom: 0; }
  .service_list_item .ion {
    font-size: 22px;
    vertical-align: -3px;
    color: #d90a2c; }
    .service_list_item .ion + .title {
      margin-left: 10px; }
  .service_list_item.disabled {
    color: #6A696C; }
    .service_list_item.disabled .ion {
      color: inherit; }
  .service:hover {
    background-color: rgba(136, 136, 136, 0.05); }

/*---------------------------------
## Pricing Table
---------------------------------*/
.sticky-section-item {
  height: 100%;
  position: relative; }
  .sticky-section-item-image-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100%; }
  .sticky-section-item-second-image {
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 100vh;
    -webkit-clip-path: inset(100% 0px 0px);
            clip-path: inset(100% 0px 0px); }
  .sticky-section-item-content {
    padding-bottom: 100vh;
    position: relative; }

.sticky-section.full-vh {
  height: auto;
  min-height: 100vh; }
  .sticky-section.full-vh .sticky-section-item .sticky-section-item-first-image {
    height: 100vh; }

/*---------------------------------
# Widgets
---------------------------------*/
/*---------------------------------
## Base Widgets
---------------------------------*/
.widgets a ,
.widgets a *:not(.fab) {
  color: #d90a2c;
  font-weight: 500;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .widgets a :hover,
  .widgets a *:not(.fab):hover {
    opacity: .5; }

.widgets cite {
  font-style: normal; }
  .widgets cite:before {
    content: "— "; }

.widgets .rss-date {
  color: #6A696C; }

.widget-title {
  color: #6A696C; }

.widget {
  margin: 0;
  list-style: none;
  padding-top: 3.4vh;
  /* Make sure select elements fit in widgets. */ }
  @media screen and (max-width: 1024px) {
    .widget {
      padding-top: 20px; } }
  .widget.widget_ohio_widget_logo img {
    max-height: 3rem; }
  .widget:first-child {
    padding-top: 0; }
  @media screen and (max-width: 768px) {
    .widget {
      padding-top: 30px; } }
  .widget.widget_rating_filter a:before, .widget.widget_ohio_widget_logo a:before {
    display: none; }
  .widget select {
    max-width: 100%; }
  .widget ul {
    margin-left: 0; }
  .widget h3 {
    font-size: 16px; }

h3.widget-title {
  text-align: inherit;
  line-height: inherit;
  margin: 0 0 20px;
  font-weight: 600;
  letter-spacing: 0;
  color: #6A696C; }

section.widget:first-child .widget-title {
  margin-top: 5px; }

.widget input.search-field.flat:not([type="submit"]) {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

.widget .subtitle {
  color: #6A696C; }

.widget .select .select-options {
  min-width: 300px; }

/*---------------------------------
## Standard Widgets
---------------------------------*/
/*---------------------------------
## Recent comments widget
---------------------------------*/
.widget_recent_comments h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_recent_comments h3.title {
      margin-bottom: 15px; } }

.widget_recent_comments ul {
  list-style: none; }

.widget_recent_comments li {
  padding-left: 0; }
  .widget_recent_comments li:after {
    display: none; }
  .widget_recent_comments li.current-cat > a {
    font-weight: 600; }
  .widget_recent_comments li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_recent_comments li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_recent_comments li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_recent_comments li.cat-parent.current-cat .children {
      display: block; }

.widget_recent_comments .children {
  margin-left: 15px; }

.widget_recent_comments ul .comment-author-link a {
  color: #d90a2c; }

.widget_recent_comments ul li > a {
  position: relative;
  color: #d90a2c; }

/*---------------------------------
## Recent entries widget
---------------------------------*/
.widget_recent_entries h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_recent_entries h3.title {
      margin-bottom: 15px; } }

.widget_recent_entries ul {
  list-style: none; }

.widget_recent_entries li {
  padding-left: 0; }
  .widget_recent_entries li:after {
    display: none; }
  .widget_recent_entries li.current-cat > a {
    font-weight: 600; }
  .widget_recent_entries li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_recent_entries li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_recent_entries li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_recent_entries li.cat-parent.current-cat .children {
      display: block; }

.widget_recent_entries .children {
  margin-left: 15px; }

.widget_recent_entries ul a {
  display: inline-block;
  margin-bottom: 3px; }

.wp-block-latest-posts,
.wp-block-archives-list,
.wp-block-categories {
  list-style-type: none; }

/*---------------------------------
## Search widget
---------------------------------*/
.widget_search form {
  position: relative; }
  .widget_search form button {
    background: none;
    width: 42px;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 100%;
    border: none;
    height: 42px;
    line-height: 42px;
    padding: 0px 10px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    color: #17161A; }
    .widget_search form button:hover {
      opacity: .6; }

.site-footer .widget_search input.placeholder,
.site-footer .widget_search input::-webkit-input-placeholder {
  color: currentColor; }

.site-footer .widget_search input.placeholder,
.site-footer .widget_search input::-moz-placeholder {
  color: currentColor; }

.site-footer .widget_search input.placeholder,
.site-footer .widget_search input::-ms-input-placeholder {
  color: currentColor; }

.site-footer .widget_search input.placeholder,
.site-footer .widget_search input::placeholder {
  color: currentColor; }

.site-footer .widget_search button {
  color: currentColor; }

/*---------------------------------
## Tag cloud widget
---------------------------------*/
.widget_tag_cloud .tagcloud, .widget_product_tag_cloud .tagcloud {
  font-size: 0; }
  .widget_tag_cloud .tagcloud:after, .widget_product_tag_cloud .tagcloud:after {
    content: '';
    display: table;
    clear: both; }
  .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
    margin: 0px 6px 6px 0px; }

/*---------------------------------
## Meta widget
---------------------------------*/
.widget_meta h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_meta h3.title {
      margin-bottom: 15px; } }

.widget_meta ul {
  list-style: none; }

.widget_meta li {
  padding-left: 0; }
  .widget_meta li:after {
    display: none; }
  .widget_meta li.current-cat > a {
    font-weight: 600; }
  .widget_meta li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_meta li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_meta li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_meta li.cat-parent.current-cat .children {
      display: block; }

.widget_meta .children {
  margin-left: 15px; }

.widget_meta ul li.cat-item {
  padding-bottom: 14px;
  padding-top: 14px; }

/*---------------------------------
## Archive widget
---------------------------------*/
.widget_archive h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_archive h3.title {
      margin-bottom: 15px; } }

.widget_archive ul {
  list-style: none; }

.widget_archive li {
  padding-left: 0; }
  .widget_archive li:after {
    display: none; }
  .widget_archive li.current-cat > a {
    font-weight: 600; }
  .widget_archive li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_archive li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_archive li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_archive li.cat-parent.current-cat .children {
      display: block; }

.widget_archive .children {
  margin-left: 15px; }

/*---------------------------------
## Calendar widget
---------------------------------*/
.widget_calendar table {
  position: relative;
  text-align: center;
  color: #232226; }
  .widget_calendar table td, .widget_calendar table th {
    border: none;
    padding: 0; }

.widget_calendar caption {
  background: #d90a2c;
  color: #fff;
  width: 100%;
  height: 46px;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  vertical-align: middle; }

.widget_calendar tfoot {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0; }
  .widget_calendar tfoot tr, .widget_calendar tfoot #prev, .widget_calendar tfoot #next {
    display: block;
    font-weight: 600;
    font-size: 0; }
    .widget_calendar tfoot tr a, .widget_calendar tfoot #prev a, .widget_calendar tfoot #next a {
      color: #fff; }
      .widget_calendar tfoot tr a:hover, .widget_calendar tfoot #prev a:hover, .widget_calendar tfoot #next a:hover {
        opacity: .6; }
  .widget_calendar tfoot tr {
    width: 100%; }
  .widget_calendar tfoot td {
    display: none; }
  .widget_calendar tfoot #prev {
    float: left; }
  .widget_calendar tfoot #next {
    float: right; }
  .widget_calendar tfoot #prev a:after, .widget_calendar tfoot #next a:after {
    content: '\f27d';
    font-family: "Ionicons";
    font-size: 21px;
    font-weight: normal; }
  .widget_calendar tfoot #next a:after {
    content: '\f287'; }

.widget_calendar thead {
  line-height: 44px; }
  .widget_calendar thead tr th {
    color: #17161A;
    font-size: 0.94rem; }

.widget_calendar tbody {
  line-height: 44px; }
  .widget_calendar tbody tr td {
    border: none;
    text-align: center;
    font-size: 0.94rem; }
    .widget_calendar tbody tr td#today {
      border-color: rgba(136, 136, 136, 0.15);
      border-collapse: separate;
      border-width: 1px;
      display: block;
      margin: -1px;
      position: relative; }
    .widget_calendar tbody tr td a {
      display: block;
      width: 100%;
      height: 100%;
      font-weight: 600; }
      .widget_calendar tbody tr td a:hover {
        background: rgba(0, 0, 0, 0.2); }

/*---------------------------------
## Nav widget
---------------------------------*/
.widget_nav_menu h3.title,
.widget_pages h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_nav_menu h3.title,
    .widget_pages h3.title {
      margin-bottom: 15px; } }

.widget_nav_menu ul,
.widget_pages ul {
  list-style: none; }

.widget_nav_menu li,
.widget_pages li {
  padding-left: 0; }
  .widget_nav_menu li:after,
  .widget_pages li:after {
    display: none; }
  .widget_nav_menu li.current-cat > a,
  .widget_pages li.current-cat > a {
    font-weight: 600; }
  .widget_nav_menu li.cat-parent,
  .widget_pages li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_nav_menu li.cat-parent:after,
    .widget_pages li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_nav_menu li.cat-parent.current-cat:after,
    .widget_pages li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_nav_menu li.cat-parent.current-cat .children,
    .widget_pages li.cat-parent.current-cat .children {
      display: block; }

.widget_nav_menu .children,
.widget_pages .children {
  margin-left: 15px; }

.widget_nav_menu ul, .widget_nav_menu .menu,
.widget_pages ul,
.widget_pages .menu {
  list-style: none; }

.widget_nav_menu .menu > li,
.widget_pages .menu > li {
  padding: 0px 0px 20px; }
  .widget_nav_menu .menu > li:last-child,
  .widget_pages .menu > li:last-child {
    padding: 0; }

.widget_nav_menu .menu-item a,
.widget_pages .menu-item a {
  display: block; }
  .widget_nav_menu .menu-item a:hover,
  .widget_pages .menu-item a:hover {
    color: #d90a2c; }

.widget_nav_menu .mega-menu-item.has-submenu > a .has-submenu-icon,
.widget_pages .mega-menu-item.has-submenu > a .has-submenu-icon {
  display: none; }

.widget_nav_menu .menu ul,
.widget_pages .menu ul {
  margin-top: 10px; }

.widget_nav_menu .menu-item-depth-0 > .menu-link span,
.widget_pages .menu-item-depth-0 > .menu-link span {
  font-weight: 600; }

.widget_nav_menu .current-menu-item a,
.widget_pages .current-menu-item a {
  color: #d90a2c;
  font-weight: 600; }

.widget_nav_menu div.test,
.widget_pages div.test {
  display: none;
  list-style: none; }

.widget_nav_menu .has-submenu > .sub-nav, .widget_nav_menu .sub-sub-menu,
.widget_pages .has-submenu > .sub-nav,
.widget_pages .sub-sub-menu {
  margin-left: 15px; }

.widget_pages .children {
  margin-top: 10px; }

.site-footer .widget_nav_menu .menu > li {
  padding: 4px 0px; }

.site-footer .widget_nav_menu .menu-link span {
  font-weight: normal; }

/*---------------------------------
## Sidebar menu widget
---------------------------------*/
.widget-sidebar-menu-left {
  list-style: none; }
  .widget-sidebar-menu-left .menu-item {
    font-size: 0.94rem; }
    .widget-sidebar-menu-left .menu-item a {
      display: block; }
      .widget-sidebar-menu-left .menu-item a:hover {
        color: #d90a2c; }
  .widget-sidebar-menu-left ul.sub-menu {
    display: none;
    list-style: none; }

/*---------------------------------
## Categories widget
---------------------------------*/
.widget_categories h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_categories h3.title {
      margin-bottom: 15px; } }

.widget_categories ul {
  list-style: none; }

.widget_categories li {
  padding-left: 0; }
  .widget_categories li:after {
    display: none; }
  .widget_categories li.current-cat > a {
    font-weight: 600; }
  .widget_categories li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_categories li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_categories li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_categories li.cat-parent.current-cat .children {
      display: block; }

.widget_categories .children {
  margin-left: 15px; }

/*---------------------------------
## RSS widget
---------------------------------*/
.widget_rss h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_rss h3.title {
      margin-bottom: 15px; } }

.widget_rss ul {
  list-style: none; }

.widget_rss li {
  padding-left: 0; }
  .widget_rss li:after {
    display: none; }
  .widget_rss li.current-cat > a {
    font-weight: 600; }
  .widget_rss li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_rss li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_rss li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_rss li.cat-parent.current-cat .children {
      display: block; }

.widget_rss .children {
  margin-left: 15px; }

.widget_rss ul {
  list-style: none; }
  .widget_rss ul a {
    color: #d90a2c; }

.widget_rss .rss-date {
  font-size: 0.94rem; }

.widget_rss .rssSummary {
  margin-top: 5px; }

.widget_rss cite {
  margin-top: 5px;
  display: inline-block; }

/*---------------------------------
## RSS widget
---------------------------------*/
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
  width: auto; }
  .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a {
    line-height: 34px;
    border: none; }
  .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    font-weight: 600; }
    .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
      content: "\f3d0";
      border: none;
      top: 0; }
  .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none;
    visibility: visible; }
    .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
      width: auto; }
    .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu.select-options li a {
      padding: 0px 15px; }

/*---------------------------------
## Theme Widgets
---------------------------------*/
/*---------------------------------
## Ohio logo widget
---------------------------------*/
.widget_ohio_widget_logo a {
  margin: 0;
  display: inline-block; }

.widget_ohio_widget_logo h3 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 30px;
  color: #232226; }

/*---------------------------------
## Ohio recent posts widget
---------------------------------*/
.widget_ohio_widget_recent_posts ul.recent-posts-list {
  list-style: none;
  margin: 0; }
  .widget_ohio_widget_recent_posts ul.recent-posts-list li {
    min-height: 20px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden; }
    .widget_ohio_widget_recent_posts ul.recent-posts-list li:last-child {
      margin-bottom: 0; }
  .widget_ohio_widget_recent_posts ul.recent-posts-list img {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0; }
  .widget_ohio_widget_recent_posts ul.recent-posts-list h4 {
    font-weight: 600; }
  .widget_ohio_widget_recent_posts ul.recent-posts-list .content-wrap {
    float: left;
    padding-left: 85px;
    margin-top: -5px; }
    .widget_ohio_widget_recent_posts ul.recent-posts-list .content-wrap .comments + .author:before,
    .widget_ohio_widget_recent_posts ul.recent-posts-list .content-wrap .date + .categories:before {
      content: '•';
      display: inline-block;
      vertical-align: middle;
      color: #232226;
      margin-right: 4px; }
    .widget_ohio_widget_recent_posts ul.recent-posts-list .content-wrap.no-thumb {
      padding-left: 0; }

/*---------------------------------
## Ohio about author widget
---------------------------------*/
.widget_ohio_widget_about_author {
  max-width: 100%;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .widget_ohio_widget_about_author .author-avatar {
    margin-bottom: 15px;
    height: 56px;
    min-width: 56px; }
  .widget_ohio_widget_about_author .content-details h6 {
    margin: 0; }
  .widget_ohio_widget_about_author .content-details .site {
    color: #6A696C; }
  .widget_ohio_widget_about_author .content .socialbar a {
    margin-top: 10px; }

/*---------------------------------
## Ohio login widget
---------------------------------*/
.widget_ohio_widget_login {
  overflow: hidden; }
  .widget_ohio_widget_login .login-wrap {
    overflow: hidden;
    position: relative;
    -webkit-transition: height .25s ease-in-out;
    -o-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out; }
  .widget_ohio_widget_login form {
    overflow: hidden; }
  .widget_ohio_widget_login .login-form {
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    z-index: 2; }
    .widget_ohio_widget_login .login-form.hidden {
      display: block;
      opacity: 0;
      position: absolute;
      z-index: 1; }
  .widget_ohio_widget_login .reg-form {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    z-index: 1; }
    .widget_ohio_widget_login .reg-form.visible {
      opacity: 1;
      z-index: 2; }
  .widget_ohio_widget_login .reg-success {
    color: #0a6; }
  .widget_ohio_widget_login .login-error,
  .widget_ohio_widget_login .reg-error {
    color: #c22; }
  .widget_ohio_widget_login .login-submit {
    float: left;
    margin-top: 2px; }
    .widget_ohio_widget_login .login-submit.with-registration {
      width: 48%; }
    .widget_ohio_widget_login .login-submit button {
      margin-top: 0; }
  .widget_ohio_widget_login .btn .text-loading {
    display: none; }
  .widget_ohio_widget_login .btn.loading {
    background: transparent;
    color: #17161A;
    opacity: .6;
    cursor: default; }
    .widget_ohio_widget_login .btn.loading .text-loading {
      display: block; }
    .widget_ohio_widget_login .btn.loading .text {
      display: none; }
  .widget_ohio_widget_login .login-registration {
    width: 48%;
    margin-top: 2px;
    float: right; }
    .widget_ohio_widget_login .login-registration a {
      width: 100%; }
      .widget_ohio_widget_login .login-registration a:hover {
        color: #fff;
        text-decoration: none; }
  .widget_ohio_widget_login .login-remember {
    float: left; }
  .widget_ohio_widget_login .login-lost-password {
    float: right; }
  .widget_ohio_widget_login .login-remember,
  .widget_ohio_widget_login .login-lost-password {
    width: auto; }
  .widget_ohio_widget_login .reg-submit {
    margin-top: 12px; }
    .widget_ohio_widget_login .reg-submit button {
      margin-top: 0; }
  .widget_ohio_widget_login .back-to-login {
    margin-top: 20px; }
  .widget_ohio_widget_login .logged-in {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
    .widget_ohio_widget_login .logged-in.visible {
      position: relative;
      opacity: 1;
      z-index: 2;
      padding: 5px 0px; }
      .widget_ohio_widget_login .logged-in.visible:after {
        content: '';
        display: table;
        clear: both; }

/*---------------------------------
## Ohio contact widget
---------------------------------*/
.widget_ohio_widget_contact ul.list-box, .widget_ohio_widget_contact ul.widget_recent_comments, .widget_ohio_widget_contact ul.widget_recent_entries, .widget_ohio_widget_contact ul.widget_meta, .widget_ohio_widget_contact ul.widget_archive, .widget_ohio_widget_contact ul.widget_nav_menu,
.widget_ohio_widget_contact ul.widget_pages, .widget_ohio_widget_contact ul.widget_categories, .widget_ohio_widget_contact ul.widget_rss, .widget_ohio_widget_contact ul.widget_product_categories, .widget_ohio_widget_contact ul.widget_layered_nav {
  margin: 0; }

.widget_ohio_widget_contact li {
  padding: 0;
  font-weight: 600;
  list-style: none;
  line-height: 2.3; }
  .widget_ohio_widget_contact li:after {
    display: none; }
  .widget_ohio_widget_contact li address {
    display: inline;
    font-weight: 400; }

/*---------------------------------
## Woo Widgets
---------------------------------*/
/*/*---------------------------------
## Product tag cloud widget
---------------------------------*/
/*---------------------------------
## Product categories widget
---------------------------------*/
.widget_product_categories h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_product_categories h3.title {
      margin-bottom: 15px; } }

.widget_product_categories ul {
  list-style: none; }

.widget_product_categories li {
  padding-left: 0; }
  .widget_product_categories li:after {
    display: none; }
  .widget_product_categories li.current-cat > a {
    font-weight: 600; }
  .widget_product_categories li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_product_categories li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_product_categories li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_product_categories li.cat-parent.current-cat .children {
      display: block; }

.widget_product_categories .children {
  margin-left: 15px; }

.widget_product_categories li.cat-parent:after {
  background: transparent; }

/*---------------------------------
## Products widgets
---------------------------------*/
.widget_products .image,
.widget_top_rated_products .image,
.widget.widget_recently_viewed_products .image {
  position: absolute; }
  .widget_products .image img,
  .widget_top_rated_products .image img,
  .widget.widget_recently_viewed_products .image img {
    width: 60px;
    height: auto;
    vertical-align: top;
    margin-top: 5px; }

.widget_products .content,
.widget_top_rated_products .content,
.widget.widget_recently_viewed_products .content {
  padding-left: 75px;
  margin-bottom: 20px; }

.widget_products li,
.widget_top_rated_products li,
.widget.widget_recently_viewed_products li {
  padding: 0; }

.widget_products li:last-child .content,
.widget_top_rated_products li:last-child .content,
.widget.widget_recently_viewed_products li:last-child .content {
  margin-bottom: 0; }

.widget_products h4,
.widget_top_rated_products h4,
.widget.widget_recently_viewed_products h4 {
  display: block;
  padding: 0;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .widget_products h4 a,
  .widget_top_rated_products h4 a,
  .widget.widget_recently_viewed_products h4 a {
    display: inline-block; }

.widget_products span.price,
.widget_top_rated_products span.price,
.widget.widget_recently_viewed_products span.price {
  font-weight: 600; }

.widget_products div.star-rating,
.widget_top_rated_products div.star-rating,
.widget.widget_recently_viewed_products div.star-rating {
  width: 100%; }

.widget_products div.category,
.widget_top_rated_products div.category,
.widget.widget_recently_viewed_products div.category {
  display: inline-block; }

/*---------------------------------
## Recent reviews widget
---------------------------------*/
.widget_recent_reviews li {
  margin-bottom: 15px; }
  .widget_recent_reviews li:last-child {
    margin-bottom: 0; }
  .widget_recent_reviews li:after {
    content: '';
    display: block;
    clear: both; }

.widget_recent_reviews img {
  max-width: 60px;
  margin-right: 15px;
  display: block;
  float: left; }

.widget_recent_reviews li > a {
  width: 100%;
  display: block;
  line-height: 1.4;
  font-weight: 600; }

.widget_recent_reviews .reviewer {
  padding-left: 75px;
  display: block; }

/*---------------------------------
## Price filter widget
---------------------------------*/
.widget_price_filter .price_slider {
  background-color: rgba(123, 123, 123, 0.05);
  height: 4px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative; }

.widget_price_filter .ui-slider-range {
  background: #d90a2c;
  height: 4px;
  position: absolute; }

.widget_price_filter .ui-slider-handle {
  background: #fff;
  width: 24px;
  height: 24px;
  margin-left: -0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: -10px;
  z-index: 5;
  cursor: ew-resize; }
  .widget_price_filter .ui-slider-handle:after {
    content: "";
    background-color: #d90a2c;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px; }
  .widget_price_filter .ui-slider-handle:last-child {
    margin-left: -22px; }

.widget_price_filter .price_slider_amount {
  margin-top: 30px; }

.widget_price_filter .button {
  background: none;
  border: none;
  float: right;
  padding: 0;
  font-weight: 600;
  font-size: 0.78em;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit; }

.widget_price_filter .price_label {
  float: left;
  min-height: 20px;
  line-height: 20px;
  font-size: 0.78em;
  text-transform: uppercase;
  font-weight: 600; }
  .widget_price_filter .price_label .from, .widget_price_filter .price_label .to {
    color: #232226; }

/*---------------------------------
## Woo layered nav widget
---------------------------------*/
.widget_layered_nav h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_layered_nav h3.title {
      margin-bottom: 15px; } }

.widget_layered_nav ul {
  list-style: none; }

.widget_layered_nav li {
  padding-left: 0; }
  .widget_layered_nav li:after {
    display: none; }
  .widget_layered_nav li.current-cat > a {
    font-weight: 600; }
  .widget_layered_nav li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_layered_nav li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_layered_nav li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_layered_nav li.cat-parent.current-cat .children {
      display: block; }

.widget_layered_nav .children {
  margin-left: 15px; }

/*---------------------------------
## Woo rating filter
---------------------------------*/
.widget_rating_filter li .star-rating:after {
  content: '•';
  color: #6A696C;
  font-size: 16px;
  position: absolute;
  line-height: 0;
  top: 10px;
  right: -8px; }

/*---------------------------------
## Woo product search
---------------------------------*/
.widget_product_search .woocommerce-product-search label .search-field {
  padding-right: 160px; }

.widget_product_search .woocommerce-product-search select {
  position: absolute;
  opacity: 0; }

.widget_product_search .woocommerce-product-search .select-holder {
  position: absolute;
  top: 1px;
  right: 30px;
  width: 125px; }
  .widget_product_search .woocommerce-product-search .select-holder select {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: 0;
    opacity: 1; }

/*---------------------------------
## Woo widgets
---------------------------------*/
.widget_recent_reviews .product_list_widget > li > a:before {
  display: none; }

.widget_recent_reviews .product_list_widget > li > a span {
  position: relative; }
  .widget_recent_reviews .product_list_widget > li > a span:before {
    content: '';
    background: currentColor;
    width: 30%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.widget_recent_reviews .product_list_widget > li > a:hover span:before {
  opacity: 1;
  width: 100%; }

.widget-woocommerce-currency-switcher {
  overflow-x: hidden; }

/*---------------------------------
# Content
---------------------------------*/
/*---------------------------------
## Elements
---------------------------------*/
html {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

div {
  outline: none; }

address {
  font-style: normal; }

body {
  background: #fff;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  line-height: 1.65; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: .98em; } }
  body.archive {
    width: 100%; }
  body.no-scroll {
    overflow-y: hidden; }

::-moz-selection {
  background-color: #fcb3bf; }

::selection {
  background-color: #fcb3bf; }

blockquote,
q {
  margin: 25px 0;
  padding-left: 3.4vh;
  padding-right: 3.4vh;
  quotes: "" "";
  position: relative;
  border-left: 5px solid rgba(23, 22, 26, 0.5); }
  @media screen and (max-width: 1024px) {
    blockquote,
    q {
      padding-left: 20px; } }
  @media screen and (max-width: 1024px) {
    blockquote,
    q {
      padding-right: 20px; } }
  blockquote p,
  q p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    position: relative; }
  blockquote cite, blockquote h4,
  q cite,
  q h4 {
    position: relative;
    text-align: left;
    margin-top: 5px;
    font-weight: 600;
    font-size: 0.94rem;
    font-style: normal; }

blockquote.wp-block-quote {
  border-left: 4px solid rgba(23, 22, 26, 0.5); }

mark, ins {
  background: #9ff8d0; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

hr {
  background-color: rgba(136, 136, 136, 0.15);
  width: 100%;
  border: 0;
  height: 1px;
  margin: 5px auto;
  display: block; }

.wp-block-separator {
  border-color: rgba(136, 136, 136, 0.15); }

pre {
  background-color: rgba(136, 136, 136, 0.05);
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.94rem; }

img {
  height: auto;
  max-width: 100%; }

.alignfull {
  max-width: none;
  position: relative; }

.widget_price_filter input {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.color-light {
  color: #6A696C; }

/*---------------------------------
### Author avatar
---------------------------------*/
.author-avatar,
.comment-author img {
  min-width: 50px;
  max-width: 50px;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  vertical-align: top; }
  .author-avatar.jetpack-lazy-image,
  .comment-author img.jetpack-lazy-image {
    display: none; }
  @media screen and (max-width: 768px) {
    .author-avatar,
    .comment-author img {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9); } }

/*---------------------------------
### Custom cursor
---------------------------------*/
.custom-cursor .circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden; }
  .custom-cursor .circle-cursor--inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #d90a2c; }
    .custom-cursor .circle-cursor--inner.cursor-link-hover {
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      background-color: #d90a2c;
      opacity: .5; }
  .custom-cursor .circle-cursor--outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #d90a2c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out; }
  @media screen and (max-width: 1024px) {
    .custom-cursor .circle-cursor {
      display: none; } }

.custom-cursor .cursor-link.circle-cursor--inner {
  background: transparent !important;
  text-align: center; }
  .custom-cursor .cursor-link.circle-cursor--inner.cursor-link-hover {
    opacity: 1; }
  .custom-cursor .cursor-link.circle-cursor--inner:after {
    content: "\f273";
    display: block;
    font-family: "Ionicons";
    color: #fff;
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block; }

.custom-cursor .cursor-link.circle-cursor--outer.cursor-link-hover {
  margin-left: -23px;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  border-color: #fff; }

.custom-cursor .dark-color.circle-cursor--inner {
  background-color: #17161A; }
  .custom-cursor .dark-color.circle-cursor--inner:after {
    color: #17161A; }

.custom-cursor .dark-color.circle-cursor--outer.cursor-link-hover {
  border-color: #17161A; }

/*---------------------------------
### Parallax image with tilt effect
---------------------------------*/
.perspective-remove .parallax-holder {
  -webkit-perspective: initial !important;
          perspective: initial !important; }
  .perspective-remove .parallax-holder .parallax {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

.parallax-holder {
  -webkit-perspective: 60px;
          perspective: 60px; }
  @media screen and (min-width: 1025px) {
    .parallax-holder .parallax, .parallax-holder .parallax.portfolio-item-image {
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      width: 110%;
      max-width: 110%;
      height: 110%;
      margin-left: -5%;
      margin-top: -5%;
      margin-bottom: -5%; }
    .parallax-holder.portfolio-grid-type-3, .parallax-holder.portfolio-grid-type-4, .parallax-holder.portfolio-grid-type-5 {
      -webkit-perspective: 220;
              perspective: 220; }
      .parallax-holder.portfolio-grid-type-3 .parallax, .parallax-holder.portfolio-grid-type-3 .parallax.portfolio-item-image, .parallax-holder.portfolio-grid-type-4 .parallax, .parallax-holder.portfolio-grid-type-4 .parallax.portfolio-item-image, .parallax-holder.portfolio-grid-type-5 .parallax, .parallax-holder.portfolio-grid-type-5 .parallax.portfolio-item-image {
        height: 104vh;
        margin-left: -5%;
        margin-top: -5%;
        margin-top: -2vh;
        margin-bottom: 0; }
    .parallax-holder.portfolio-grid-type-6 {
      -webkit-perspective: 120;
              perspective: 120; }
    .parallax-holder.portfolio-grid-type-7 {
      -webkit-perspective: 150;
              perspective: 150; } }
  @media screen and (min-width: 769px) {
    .parallax-holder.portfolio-grid-type-7 .parallax {
      width: -webkit-calc(50vw - 30px) !important;
      width: calc(50vw - 30px) !important;
      height: auto !important;
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .parallax-holder .parallax {
      height: auto; } }
  .parallax-holder.parallax-offset-reset .parallax, .parallax-holder.parallax-offset-reset .parallax.portfolio-item-image {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0; }

@media screen and (min-width: 769px) {
  .double-width .parallax-holder {
    -webkit-perspective: 120px;
            perspective: 120px; }
    .double-width .parallax-holder .parallax {
      width: 105%;
      max-width: 105%;
      height: 105%;
      margin-left: -2.5%;
      margin-top: -2.5%;
      margin-bottom: -2.5%; } }

/*---------------------------------
### Links
---------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a.current, a.highlighted {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    color: #d90a2c; }
  a.highlighted:hover {
    opacity: .6; }

/*---------------------------------
### WP Admin bar links reset
---------------------------------*/
.quicklinks a {
  position: static; }
  .quicklinks a:before {
    display: none;
    visibility: hidden; }

.woocommerce-mini-cart__buttons a:first-child:hover:before {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px); }

embed,
iframe,
object {
  max-width: 100%; }

/*---------------------------------
### Sticky section
---------------------------------*/
[data-ohio-content-scroll] {
  width: 100%; }

/*---------------------------------
### Lists
---------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em; }
  ul li, ol li {
    padding: 5px 0;
    list-style-position: inside; }
  ul ul, ol ul {
    list-style-type: circle; }

ul {
  list-style: disc;
  margin: 0;
  padding: 0; }
  ul.unstyled {
    list-style: none; }
  ul.inline li {
    display: inline-block; }
  ul.list-square li {
    padding-left: 20px;
    list-style: none; }
    ul.list-square li:after {
      content: '\25A0';
      float: left;
      margin-left: -20px;
      margin-top: -1px;
      font-size: 50%;
      vertical-align: middle; }

ol {
  list-style: decimal;
  margin-left: 0;
  padding-left: 0; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 25px; }

dt {
  font-weight: 600; }

dd {
  margin: 0 1.5em 1.5em; }

/*---------------------------------
### Tables
---------------------------------*/
table,
.wp-block-table {
  margin: 15px 0;
  width: 100%; }
  table td, table th,
  .wp-block-table td,
  .wp-block-table th {
    border: none;
    border-top: 1px solid rgba(136, 136, 136, 0.15);
    border-bottom: 1px solid rgba(136, 136, 136, 0.15);
    text-align: inherit;
    padding: 10px 10px 10px 0; }
    table td:last-child, table th:last-child,
    .wp-block-table td:last-child,
    .wp-block-table th:last-child {
      padding-right: 0; }
  table th,
  .wp-block-table th {
    font-weight: 600; }
  table.is-style-stripes tbody tr:nth-child(odd),
  .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(136, 136, 136, 0.05); }
  table.is-style-stripes td,
  .wp-block-table.is-style-stripes td {
    border-color: rgba(136, 136, 136, 0.15); }

/*---------------------------------
### Arrow link
---------------------------------*/
.arrow-icon {
  fill: currentColor;
  stroke: currentColor; }
  .arrow-icon-back {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .arrow-icon-inverse {
    fill: #fff;
    stroke: #fff; }

/*---------------------------------
### Scroll
---------------------------------*/
body *::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  width: 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

body *::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  body *::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3); }

/*---------------------------------
### Buttons
---------------------------------*/
input[type="submit"],
button,
.btn, a.btn input.btn,
a.button,
span.button,
.wp-block-file__button,
.yith-wcwl-add-to-wishlist .btn,
div.button,
.wp-block-file * + .wp-block-file__button,
.wp-block-button__link {
  background-color: #17161A;
  border: 1px solid #17161A;
  padding: 14px 18px;
  min-height: 20px;
  line-height: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden; }
  input[type="submit"]:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit),
  button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit),
  .btn:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit), a.btn input.btn:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit),
  a.button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit),
  span.button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit),
  .wp-block-file__button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit),
  .yith-wcwl-add-to-wishlist .btn:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit),
  div.button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit),
  .wp-block-file * + .wp-block-file__button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit),
  .wp-block-button__link:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit) {
    color: #fff; }
  input[type="submit"]:before,
  button:before,
  .btn:before, a.btn input.btn:before,
  a.button:before,
  span.button:before,
  .wp-block-file__button:before,
  .yith-wcwl-add-to-wishlist .btn:before,
  div.button:before,
  .wp-block-file * + .wp-block-file__button:before,
  .wp-block-button__link:before {
    display: none; }
  input[type="submit"] .ion, input[type="submit"] i,
  button .ion,
  button i,
  .btn .ion,
  .btn i, a.btn input.btn .ion, a.btn input.btn i,
  a.button .ion,
  a.button i,
  span.button .ion,
  span.button i,
  .wp-block-file__button .ion,
  .wp-block-file__button i,
  .yith-wcwl-add-to-wishlist .btn .ion,
  .yith-wcwl-add-to-wishlist .btn i,
  div.button .ion,
  div.button i,
  .wp-block-file * + .wp-block-file__button .ion,
  .wp-block-file * + .wp-block-file__button i,
  .wp-block-button__link .ion,
  .wp-block-button__link i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 20px;
    position: relative;
    min-width: 20px;
    height: 20px; }
    input[type="submit"] .ion.ion-md-arrow-forward, input[type="submit"] i.ion-md-arrow-forward,
    button .ion.ion-md-arrow-forward,
    button i.ion-md-arrow-forward,
    .btn .ion.ion-md-arrow-forward,
    .btn i.ion-md-arrow-forward, a.btn input.btn .ion.ion-md-arrow-forward, a.btn input.btn i.ion-md-arrow-forward,
    a.button .ion.ion-md-arrow-forward,
    a.button i.ion-md-arrow-forward,
    span.button .ion.ion-md-arrow-forward,
    span.button i.ion-md-arrow-forward,
    .wp-block-file__button .ion.ion-md-arrow-forward,
    .wp-block-file__button i.ion-md-arrow-forward,
    .yith-wcwl-add-to-wishlist .btn .ion.ion-md-arrow-forward,
    .yith-wcwl-add-to-wishlist .btn i.ion-md-arrow-forward,
    div.button .ion.ion-md-arrow-forward,
    div.button i.ion-md-arrow-forward,
    .wp-block-file * + .wp-block-file__button .ion.ion-md-arrow-forward,
    .wp-block-file * + .wp-block-file__button i.ion-md-arrow-forward,
    .wp-block-button__link .ion.ion-md-arrow-forward,
    .wp-block-button__link i.ion-md-arrow-forward {
      font-size: 21px; }
    input[type="submit"] .ion:before, input[type="submit"] i:before,
    button .ion:before,
    button i:before,
    .btn .ion:before,
    .btn i:before, a.btn input.btn .ion:before, a.btn input.btn i:before,
    a.button .ion:before,
    a.button i:before,
    span.button .ion:before,
    span.button i:before,
    .wp-block-file__button .ion:before,
    .wp-block-file__button i:before,
    .yith-wcwl-add-to-wishlist .btn .ion:before,
    .yith-wcwl-add-to-wishlist .btn i:before,
    div.button .ion:before,
    div.button i:before,
    .wp-block-file * + .wp-block-file__button .ion:before,
    .wp-block-file * + .wp-block-file__button i:before,
    .wp-block-button__link .ion:before,
    .wp-block-button__link i:before {
      display: inline-block; }
    input[type="submit"] .ion-left, input[type="submit"] i-left,
    button .ion-left,
    button i-left,
    .btn .ion-left,
    .btn i-left, a.btn input.btn .ion-left, a.btn input.btn i-left,
    a.button .ion-left,
    a.button i-left,
    span.button .ion-left,
    span.button i-left,
    .wp-block-file__button .ion-left,
    .wp-block-file__button i-left,
    .yith-wcwl-add-to-wishlist .btn .ion-left,
    .yith-wcwl-add-to-wishlist .btn i-left,
    div.button .ion-left,
    div.button i-left,
    .wp-block-file * + .wp-block-file__button .ion-left,
    .wp-block-file * + .wp-block-file__button i-left,
    .wp-block-button__link .ion-left,
    .wp-block-button__link i-left {
      margin-right: 5px; }
    input[type="submit"] .ion-right, input[type="submit"] i-right,
    button .ion-right,
    button i-right,
    .btn .ion-right,
    .btn i-right, a.btn input.btn .ion-right, a.btn input.btn i-right,
    a.button .ion-right,
    a.button i-right,
    span.button .ion-right,
    span.button i-right,
    .wp-block-file__button .ion-right,
    .wp-block-file__button i-right,
    .yith-wcwl-add-to-wishlist .btn .ion-right,
    .yith-wcwl-add-to-wishlist .btn i-right,
    div.button .ion-right,
    div.button i-right,
    .wp-block-file * + .wp-block-file__button .ion-right,
    .wp-block-file * + .wp-block-file__button i-right,
    .wp-block-button__link .ion-right,
    .wp-block-button__link i-right {
      margin-left: 5px; }
  input[type="submit"]:not(.btn-swap):hover .ion.ion-right:before,
  input[type="submit"]:not(.btn-swap):hover .ion.ion-right svg, input[type="submit"]:not(.btn-swap):hover i.ion-right:before,
  input[type="submit"]:not(.btn-swap):hover i.ion-right svg,
  button:not(.btn-swap):hover .ion.ion-right:before,
  button:not(.btn-swap):hover .ion.ion-right svg,
  button:not(.btn-swap):hover i.ion-right:before,
  button:not(.btn-swap):hover i.ion-right svg,
  .btn:not(.btn-swap):hover .ion.ion-right:before,
  .btn:not(.btn-swap):hover .ion.ion-right svg,
  .btn:not(.btn-swap):hover i.ion-right:before,
  .btn:not(.btn-swap):hover i.ion-right svg, a.btn input.btn:not(.btn-swap):hover .ion.ion-right:before,
  a.btn input.btn:not(.btn-swap):hover .ion.ion-right svg, a.btn input.btn:not(.btn-swap):hover i.ion-right:before,
  a.btn input.btn:not(.btn-swap):hover i.ion-right svg,
  a.button:not(.btn-swap):hover .ion.ion-right:before,
  a.button:not(.btn-swap):hover .ion.ion-right svg,
  a.button:not(.btn-swap):hover i.ion-right:before,
  a.button:not(.btn-swap):hover i.ion-right svg,
  span.button:not(.btn-swap):hover .ion.ion-right:before,
  span.button:not(.btn-swap):hover .ion.ion-right svg,
  span.button:not(.btn-swap):hover i.ion-right:before,
  span.button:not(.btn-swap):hover i.ion-right svg,
  .wp-block-file__button:not(.btn-swap):hover .ion.ion-right:before,
  .wp-block-file__button:not(.btn-swap):hover .ion.ion-right svg,
  .wp-block-file__button:not(.btn-swap):hover i.ion-right:before,
  .wp-block-file__button:not(.btn-swap):hover i.ion-right svg,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion.ion-right:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion.ion-right svg,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i.ion-right:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i.ion-right svg,
  div.button:not(.btn-swap):hover .ion.ion-right:before,
  div.button:not(.btn-swap):hover .ion.ion-right svg,
  div.button:not(.btn-swap):hover i.ion-right:before,
  div.button:not(.btn-swap):hover i.ion-right svg,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion.ion-right:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion.ion-right svg,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i.ion-right:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i.ion-right svg,
  .wp-block-button__link:not(.btn-swap):hover .ion.ion-right:before,
  .wp-block-button__link:not(.btn-swap):hover .ion.ion-right svg,
  .wp-block-button__link:not(.btn-swap):hover i.ion-right:before,
  .wp-block-button__link:not(.btn-swap):hover i.ion-right svg {
    -webkit-animation: hoverBtn ease-out 0.3s;
            animation: hoverBtn ease-out 0.3s; }
  input[type="submit"]:not(.btn-swap):hover .ion.ion-left:before,
  input[type="submit"]:not(.btn-swap):hover .ion.ion-left svg, input[type="submit"]:not(.btn-swap):hover i.ion-left:before,
  input[type="submit"]:not(.btn-swap):hover i.ion-left svg,
  button:not(.btn-swap):hover .ion.ion-left:before,
  button:not(.btn-swap):hover .ion.ion-left svg,
  button:not(.btn-swap):hover i.ion-left:before,
  button:not(.btn-swap):hover i.ion-left svg,
  .btn:not(.btn-swap):hover .ion.ion-left:before,
  .btn:not(.btn-swap):hover .ion.ion-left svg,
  .btn:not(.btn-swap):hover i.ion-left:before,
  .btn:not(.btn-swap):hover i.ion-left svg, a.btn input.btn:not(.btn-swap):hover .ion.ion-left:before,
  a.btn input.btn:not(.btn-swap):hover .ion.ion-left svg, a.btn input.btn:not(.btn-swap):hover i.ion-left:before,
  a.btn input.btn:not(.btn-swap):hover i.ion-left svg,
  a.button:not(.btn-swap):hover .ion.ion-left:before,
  a.button:not(.btn-swap):hover .ion.ion-left svg,
  a.button:not(.btn-swap):hover i.ion-left:before,
  a.button:not(.btn-swap):hover i.ion-left svg,
  span.button:not(.btn-swap):hover .ion.ion-left:before,
  span.button:not(.btn-swap):hover .ion.ion-left svg,
  span.button:not(.btn-swap):hover i.ion-left:before,
  span.button:not(.btn-swap):hover i.ion-left svg,
  .wp-block-file__button:not(.btn-swap):hover .ion.ion-left:before,
  .wp-block-file__button:not(.btn-swap):hover .ion.ion-left svg,
  .wp-block-file__button:not(.btn-swap):hover i.ion-left:before,
  .wp-block-file__button:not(.btn-swap):hover i.ion-left svg,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion.ion-left:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion.ion-left svg,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i.ion-left:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i.ion-left svg,
  div.button:not(.btn-swap):hover .ion.ion-left:before,
  div.button:not(.btn-swap):hover .ion.ion-left svg,
  div.button:not(.btn-swap):hover i.ion-left:before,
  div.button:not(.btn-swap):hover i.ion-left svg,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion.ion-left:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion.ion-left svg,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i.ion-left:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i.ion-left svg,
  .wp-block-button__link:not(.btn-swap):hover .ion.ion-left:before,
  .wp-block-button__link:not(.btn-swap):hover .ion.ion-left svg,
  .wp-block-button__link:not(.btn-swap):hover i.ion-left:before,
  .wp-block-button__link:not(.btn-swap):hover i.ion-left svg {
    animation: hoverBtn ease-out 0.3s reverse; }
  input[type="submit"]:not(.btn-swap):hover .ion:before, input[type="submit"]:not(.btn-swap):hover i:before,
  button:not(.btn-swap):hover .ion:before,
  button:not(.btn-swap):hover i:before,
  .btn:not(.btn-swap):hover .ion:before,
  .btn:not(.btn-swap):hover i:before, a.btn input.btn:not(.btn-swap):hover .ion:before, a.btn input.btn:not(.btn-swap):hover i:before,
  a.button:not(.btn-swap):hover .ion:before,
  a.button:not(.btn-swap):hover i:before,
  span.button:not(.btn-swap):hover .ion:before,
  span.button:not(.btn-swap):hover i:before,
  .wp-block-file__button:not(.btn-swap):hover .ion:before,
  .wp-block-file__button:not(.btn-swap):hover i:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i:before,
  div.button:not(.btn-swap):hover .ion:before,
  div.button:not(.btn-swap):hover i:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i:before,
  .wp-block-button__link:not(.btn-swap):hover .ion:before,
  .wp-block-button__link:not(.btn-swap):hover i:before {
    color: inherit; }

@-webkit-keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  51% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  51% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }
  input[type="submit"].btn-white,
  button.btn-white,
  .btn.btn-white, a.btn input.btn.btn-white,
  a.button.btn-white,
  span.button.btn-white,
  .wp-block-file__button.btn-white,
  .yith-wcwl-add-to-wishlist .btn.btn-white,
  div.button.btn-white,
  .wp-block-file * + .wp-block-file__button.btn-white,
  .wp-block-button__link.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #17161A; }
    input[type="submit"].btn-white:hover,
    button.btn-white:hover,
    .btn.btn-white:hover, a.btn input.btn.btn-white:hover,
    a.button.btn-white:hover,
    span.button.btn-white:hover,
    .wp-block-file__button.btn-white:hover,
    .yith-wcwl-add-to-wishlist .btn.btn-white:hover,
    div.button.btn-white:hover,
    .wp-block-file * + .wp-block-file__button.btn-white:hover,
    .wp-block-button__link.btn-white:hover {
      background-color: transparent;
      color: #fff; }
  input[type="submit"].btn-swap,
  button.btn-swap,
  .btn.btn-swap, a.btn input.btn.btn-swap,
  a.button.btn-swap,
  span.button.btn-swap,
  .wp-block-file__button.btn-swap,
  .yith-wcwl-add-to-wishlist .btn.btn-swap,
  div.button.btn-swap,
  .wp-block-file * + .wp-block-file__button.btn-swap,
  .wp-block-button__link.btn-swap {
    overflow: hidden;
    position: relative; }
    input[type="submit"].btn-swap i, input[type="submit"].btn-swap .text,
    button.btn-swap i,
    button.btn-swap .text,
    .btn.btn-swap i,
    .btn.btn-swap .text, a.btn input.btn.btn-swap i, a.btn input.btn.btn-swap .text,
    a.button.btn-swap i,
    a.button.btn-swap .text,
    span.button.btn-swap i,
    span.button.btn-swap .text,
    .wp-block-file__button.btn-swap i,
    .wp-block-file__button.btn-swap .text,
    .yith-wcwl-add-to-wishlist .btn.btn-swap i,
    .yith-wcwl-add-to-wishlist .btn.btn-swap .text,
    div.button.btn-swap i,
    div.button.btn-swap .text,
    .wp-block-file * + .wp-block-file__button.btn-swap i,
    .wp-block-file * + .wp-block-file__button.btn-swap .text,
    .wp-block-button__link.btn-swap i,
    .wp-block-button__link.btn-swap .text {
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    input[type="submit"].btn-swap i, input[type="submit"].btn-swap img,
    button.btn-swap i,
    button.btn-swap img,
    .btn.btn-swap i,
    .btn.btn-swap img, a.btn input.btn.btn-swap i, a.btn input.btn.btn-swap img,
    a.button.btn-swap i,
    a.button.btn-swap img,
    span.button.btn-swap i,
    span.button.btn-swap img,
    .wp-block-file__button.btn-swap i,
    .wp-block-file__button.btn-swap img,
    .yith-wcwl-add-to-wishlist .btn.btn-swap i,
    .yith-wcwl-add-to-wishlist .btn.btn-swap img,
    div.button.btn-swap i,
    div.button.btn-swap img,
    .wp-block-file * + .wp-block-file__button.btn-swap i,
    .wp-block-file * + .wp-block-file__button.btn-swap img,
    .wp-block-button__link.btn-swap i,
    .wp-block-button__link.btn-swap img {
      max-width: 100%;
      text-align: center;
      height: 26px;
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      font-size: 20px;
      left: 50%;
      top: 50%;
      margin: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    input[type="submit"].btn-swap .text,
    button.btn-swap .text,
    .btn.btn-swap .text, a.btn input.btn.btn-swap .text,
    a.button.btn-swap .text,
    span.button.btn-swap .text,
    .wp-block-file__button.btn-swap .text,
    .yith-wcwl-add-to-wishlist .btn.btn-swap .text,
    div.button.btn-swap .text,
    .wp-block-file * + .wp-block-file__button.btn-swap .text,
    .wp-block-button__link.btn-swap .text {
      display: inline-block;
      -webkit-transform: translateY(-120%);
          -ms-transform: translateY(-120%);
              transform: translateY(-120%);
      opacity: 0; }
    input[type="submit"].btn-swap:not(.btn-link) .text,
    button.btn-swap:not(.btn-link) .text,
    .btn.btn-swap:not(.btn-link) .text, a.btn input.btn.btn-swap:not(.btn-link) .text,
    a.button.btn-swap:not(.btn-link) .text,
    span.button.btn-swap:not(.btn-link) .text,
    .wp-block-file__button.btn-swap:not(.btn-link) .text,
    .yith-wcwl-add-to-wishlist .btn.btn-swap:not(.btn-link) .text,
    div.button.btn-swap:not(.btn-link) .text,
    .wp-block-file * + .wp-block-file__button.btn-swap:not(.btn-link) .text,
    .wp-block-button__link.btn-swap:not(.btn-link) .text {
      color: #fff; }
    input[type="submit"].btn-swap:hover i, input[type="submit"].btn-swap:hover img,
    button.btn-swap:hover i,
    button.btn-swap:hover img,
    .btn.btn-swap:hover i,
    .btn.btn-swap:hover img, a.btn input.btn.btn-swap:hover i, a.btn input.btn.btn-swap:hover img,
    a.button.btn-swap:hover i,
    a.button.btn-swap:hover img,
    span.button.btn-swap:hover i,
    span.button.btn-swap:hover img,
    .wp-block-file__button.btn-swap:hover i,
    .wp-block-file__button.btn-swap:hover img,
    .yith-wcwl-add-to-wishlist .btn.btn-swap:hover i,
    .yith-wcwl-add-to-wishlist .btn.btn-swap:hover img,
    div.button.btn-swap:hover i,
    div.button.btn-swap:hover img,
    .wp-block-file * + .wp-block-file__button.btn-swap:hover i,
    .wp-block-file * + .wp-block-file__button.btn-swap:hover img,
    .wp-block-button__link.btn-swap:hover i,
    .wp-block-button__link.btn-swap:hover img {
      -webkit-transform: translate(-50%, 120%);
          -ms-transform: translate(-50%, 120%);
              transform: translate(-50%, 120%);
      opacity: 0; }
    input[type="submit"].btn-swap:hover .text,
    button.btn-swap:hover .text,
    .btn.btn-swap:hover .text, a.btn input.btn.btn-swap:hover .text,
    a.button.btn-swap:hover .text,
    span.button.btn-swap:hover .text,
    .wp-block-file__button.btn-swap:hover .text,
    .yith-wcwl-add-to-wishlist .btn.btn-swap:hover .text,
    div.button.btn-swap:hover .text,
    .wp-block-file * + .wp-block-file__button.btn-swap:hover .text,
    .wp-block-button__link.btn-swap:hover .text {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1; }

.btn-wrap .btn-small {
  min-width: 40px; }

button[disabled].btn-white:hover,
input[type="submit"][disabled].btn-white:hover {
  background-color: #fff;
  color: #17161A; }

button[disabled].btn-brand:hover,
input[type="submit"][disabled].btn-brand:hover {
  background-color: #d90a2c;
  color: #fff; }

/*---------------------------------
### Buttons: primary
---------------------------------*/
.btn:not(.btn-link):hover, .btn:not(.btn-link):active {
  color: #fff;
  background-color: #d90a2c;
  border-color: #d90a2c;
  opacity: .9; }

/*---------------------------------
### Buttons: outline
---------------------------------*/
.btn-outline,
input[type="submit"].btn-outline,
a.btn-outline,
.is-style-outline .wp-block-button__link {
  background-color: transparent; }
  .btn-outline:after, .btn-outline:before,
  input[type="submit"].btn-outline:after,
  input[type="submit"].btn-outline:before,
  a.btn-outline:after,
  a.btn-outline:before,
  .is-style-outline .wp-block-button__link:after,
  .is-style-outline .wp-block-button__link:before {
    display: none; }
  .btn-outline:hover, .btn-outline:focus,
  input[type="submit"].btn-outline:hover,
  input[type="submit"].btn-outline:focus,
  a.btn-outline:hover,
  a.btn-outline:focus,
  .is-style-outline .wp-block-button__link:hover,
  .is-style-outline .wp-block-button__link:focus {
    background-color: #d90a2c;
    color: #fff; }
  .btn-outline.btn-white,
  input[type="submit"].btn-outline.btn-white,
  a.btn-outline.btn-white,
  .is-style-outline .wp-block-button__link.btn-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .btn-outline.btn-white:hover,
    input[type="submit"].btn-outline.btn-white:hover,
    a.btn-outline.btn-white:hover,
    .is-style-outline .wp-block-button__link.btn-white:hover {
      background-color: #fff;
      color: #17161A; }
  .btn-outline.disabled:hover,
  input[type="submit"].btn-outline.disabled:hover,
  a.btn-outline.disabled:hover,
  .is-style-outline .wp-block-button__link.disabled:hover {
    background-color: transparent;
    color: #17161A;
    border-color: #17161A;
    cursor: default; }

.is-style-outline .wp-block-button__link.has-beige-dark-color {
  color: #d90a2c; }

.is-style-outline .wp-block-button__link.has-dark-strong-color {
  color: #17161A; }

.is-style-outline .wp-block-button__link.has-dark-light-color {
  color: #232226; }

.is-style-outline .wp-block-button__link.has-grey-strong-color {
  color: #6A696C; }

.is-style-outline .wp-block-button__link.has-grey-light-color {
  color: #838286; }

/*---------------------------------
### Buttons: flat
---------------------------------*/
.btn-flat,
input[type="submit"].btn-flat,
a.btn-flat {
  background-color: transparent;
  border: none;
  padding: 15px 18px; }
  .btn-flat:after,
  input[type="submit"].btn-flat:after,
  a.btn-flat:after {
    display: none; }
  .btn-flat:hover, .btn-flat:focus,
  input[type="submit"].btn-flat:hover,
  input[type="submit"].btn-flat:focus,
  a.btn-flat:hover,
  a.btn-flat:focus {
    background-color: #d90a2c;
    border-color: #d90a2c;
    color: #fff; }

/*---------------------------------
### Buttons: link
---------------------------------*/
.btn-link,
a.btn-link,
span.btn-link {
  background-color: transparent;
  padding: 3px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none; }
  .btn-link svg,
  a.btn-link svg,
  span.btn-link svg {
    vertical-align: middle;
    margin: -2px 0px 0px 3px; }
  .btn-link:before,
  a.btn-link:before,
  span.btn-link:before {
    display: block;
    bottom: 0; }
  .btn-link:after,
  a.btn-link:after,
  span.btn-link:after {
    display: none; }
  .btn-link:hover, .btn-link:focus,
  a.btn-link:hover,
  a.btn-link:focus,
  span.btn-link:hover,
  span.btn-link:focus {
    background-color: transparent;
    color: #d90a2c; }
  .btn-link.btn-brand,
  a.btn-link.btn-brand,
  span.btn-link.btn-brand {
    color: #d90a2c; }
    .btn-link.btn-brand:hover,
    a.btn-link.btn-brand:hover,
    span.btn-link.btn-brand:hover {
      background-color: transparent; }

/*---------------------------------
### Buttons: different sizes
---------------------------------*/
.btn-small,
a.btn-small,
.product-item .btn-wishlist {
  padding: 7px 15px;
  font-size: 0.96rem; }

.btn-large,
a.btn-large {
  padding: 15px 20px; }

.btn-huge,
a.btn-huge {
  padding: 18px 25px;
  font-size: 1.02em; }

.btn-full-width,
a.btn-full-width {
  width: 100%; }

ins {
  text-decoration: none; }

del {
  color: #6A696C; }

/*---------------------------------
### Buttons: loading spinner
---------------------------------*/
.btn-loading,
.container-loading,
.tp-loader.spinner5,
.yith-wcan-loading {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-loading:before,
  .container-loading:before,
  .tp-loader.spinner5:before,
  .yith-wcan-loading:before {
    content: "";
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    bottom: auto;
    left: auto;
    opacity: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    -webkit-animation: 0.8s rotate cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: 0.8s rotate cubic-bezier(0.4, 0, 0.2, 1) infinite; }
  .btn-loading.search-submit:before, .btn-loading.btn-outline:before, .btn-loading.btn-link:before,
  .container-loading.search-submit:before,
  .container-loading.btn-outline:before,
  .container-loading.btn-link:before,
  .tp-loader.spinner5.search-submit:before,
  .tp-loader.spinner5.btn-outline:before,
  .tp-loader.spinner5.btn-link:before,
  .yith-wcan-loading.search-submit:before,
  .yith-wcan-loading.btn-outline:before,
  .yith-wcan-loading.btn-link:before {
    border-color: rgba(23, 22, 26, 0.2);
    border-top-color: rgba(23, 22, 26, 0.8);
    border-right-color: rgba(23, 22, 26, 0.8); }
  .btn-loading.btn-outline:before, .btn-loading.btn:before,
  .container-loading.btn-outline:before,
  .container-loading.btn:before,
  .tp-loader.spinner5.btn-outline:before,
  .tp-loader.spinner5.btn:before,
  .yith-wcan-loading.btn-outline:before,
  .yith-wcan-loading.btn:before {
    margin-right: 8px; }

.btn-loading:before {
  vertical-align: top;
  margin-top: 1px; }

.btn-loading .ion-left {
  display: none; }

.btn-loading:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .btn-loading:hover:before {
    background: transparent;
    width: 18px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.container-loading,
.tp-loader.spinner5,
.yith-wcan-loading {
  background-image: none !important;
  background: transparent; }
  .container-loading:before,
  .tp-loader.spinner5:before,
  .yith-wcan-loading:before {
    position: absolute;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px; }
  .container-loading.hidden:before,
  .tp-loader.spinner5.hidden:before,
  .yith-wcan-loading.hidden:before {
    display: none; }

.yith-wcan-loading {
  position: relative; }
  .yith-wcan-loading:before {
    border-top-color: rgba(23, 22, 26, 0.8);
    border-right-color: rgba(23, 22, 26, 0.8); }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*---------------------------------
### Buttons: round
---------------------------------*/
.btn-round {
  position: relative; }
  .btn-round .ion, .btn-round i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: rgba(23, 22, 26, 0.95);
    font-size: 24px;
    position: relative;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .btn-round a:before {
    display: none; }
  .btn-round:before {
    content: "";
    position: absolute;
    top: 0;
    height: 56px;
    width: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(136, 136, 136, 0.2);
    background: #d90a2c;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .btn-round:focus {
    outline: none; }
    .btn-round:focus:before {
      -webkit-animation: 0.5s click_animation cubic-bezier(0.4, 0, 0.2, 1) 1;
              animation: 0.5s click_animation cubic-bezier(0.4, 0, 0.2, 1) 1; }
  .btn-round-light .ion, .btn-round-light i {
    background-color: rgba(136, 136, 136, 0.03);
    color: inherit; }
  .btn-round-light:hover .ion, .btn-round-light:hover i {
    background-color: rgba(136, 136, 136, 0.1); }
  .btn-round-small .ion, .btn-round-small i {
    width: 46px;
    height: 46px;
    line-height: 44px; }
  .btn-round-small:before {
    height: 46px;
    width: 46px; }
  .btn-round-outline .ion, .btn-round-outline i {
    background-color: transparent;
    color: #17161A;
    border: 1px solid currentColor; }
  .btn-round-outline.btn-round-light .ion, .btn-round-outline.btn-round-light i {
    color: #fff; }
  .btn-round-outline:hover .ion, .btn-round-outline:hover i, .btn-round-outline.btn-round-light:hover .ion, .btn-round-outline.btn-round-light:hover i {
    background-color: #17161A;
    color: #fff; }

@-webkit-keyframes click_animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3; }
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0; } }

@keyframes click_animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3; }
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0; } }

/*---------------------------------
### Buttons: close
---------------------------------*/
.close-bar {
  padding-left: 4.4vh;
  padding-right: 4.4vh;
  height: 14vh;
  position: relative;
  line-height: 1;
  z-index: 11;
  text-align: right; }
  @media screen and (max-width: 1024px) {
    .close-bar {
      padding-left: 20px; } }
  @media screen and (max-width: 1024px) {
    .close-bar {
      padding-right: 20px; } }
  @media screen and (max-width: 1024px) {
    .close-bar {
      height: 100px; } }
  .close-bar-btn {
    width: 56px;
    height: 56px;
    position: relative;
    cursor: pointer;
    display: inline-block; }
    .close-bar-btn .ion, .close-bar-btn i {
      display: inline-block;
      vertical-align: top;
      -webkit-animation: btn-rotation 0.3s cubic-bezier(0.4, 0, 0.2, 1);
              animation: btn-rotation 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes btn-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }
    .close-bar-btn .ion:after,
    .close-bar-btn i:after {
      display: none; }

/*---------------------------------
### Fields
---------------------------------*/
fieldset.without-label {
  padding-top: 20px; }
  fieldset.without-label button.btn {
    margin-top: 0; }

.wpcf7-form label,
.field-label,
label {
  font-size: 0.93em;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
  font-style: normal;
  text-align: left; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
select,
.select2-container--default .select2-selection--single,
textarea {
  color: #232226;
  background-color: rgba(23, 22, 26, 0.04);
  border: 1px solid transparent;
  width: 100%;
  padding: 14px 15px;
  line-height: 1.3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  outline: none;
  font-family: inherit;
  font-weight: 400;
  font-size: inherit; }
  input[type="text"].outline,
  input[type="password"].outline,
  input[type="number"].outline,
  input[type="email"].outline,
  input[type="tel"].outline,
  select.outline,
  .select2-container--default .select2-selection--single.outline,
  textarea.outline {
    background-color: rgba(136, 136, 136, 0.05);
    border-color: rgba(136, 136, 136, 0.05); }
    input[type="text"].outline:focus,
    input[type="password"].outline:focus,
    input[type="number"].outline:focus,
    input[type="email"].outline:focus,
    input[type="tel"].outline:focus,
    select.outline:focus,
    .select2-container--default .select2-selection--single.outline:focus,
    textarea.outline:focus {
      background-color: rgba(136, 136, 136, 0.05); }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="number"]:hover,
  input[type="email"]:hover,
  input[type="tel"]:hover,
  select:hover,
  .select2-container--default .select2-selection--single:hover,
  textarea:hover {
    color: inherit; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  select:focus,
  .select2-container--default .select2-selection--single:focus,
  textarea:focus {
    background-color: rgba(23, 22, 26, 0.07); }

.wpforms-form .wpforms-field input {
  z-index: 1; }

.wpforms-form .wpforms-field.wpforms-field-radio:not(.wpforms-one-half) {
  display: contents; }

.wpforms-form .wpforms-field .select-holder {
  display: inline-block; }
  .wpforms-form .wpforms-field .select-holder:after {
    display: none; }

/*---------------------------------
### Select2
---------------------------------*/
.select2-container--default .select2-selection--single {
  display: block;
  height: auto;
  margin: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: inherit;
    color: inherit; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }
    .select2-container--default .select2-selection--single .select2-selection__arrow:before {
      content: "\f3d0";
      font-family: "Ionicons";
      font-weight: 600;
      font-size: 13px;
      position: absolute;
      line-height: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

/*---------------------------------
### Select custom
---------------------------------*/
.select-holder {
  position: relative; }
  .select-holder:after {
    content: "\f3d0";
    font-family: "Ionicons";
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18px;
    z-index: 10;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

select {
  cursor: pointer;
  display: inline-block;
  padding: 0 15px 0 15px;
  height: 50px; }

/*---------------------------------
### Select inline
---------------------------------*/
.select-inline .select-holder:after,
.variation .select-holder:after {
  right: 12px; }

.select-inline .select-holder select,
.variation .select-holder select {
  height: 32px;
  font-size: 0.94rem;
  padding-left: 12px;
  padding-right: 28px; }

input[type="checkbox"] + span {
  margin-left: 5px;
  font-size: initial; }

input.placeholder, input::-webkit-input-placeholder,
textarea.placeholder,
textarea::-webkit-input-placeholder {
  color: #6A696C;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

input.placeholder, input::-moz-placeholder,
textarea.placeholder,
textarea::-moz-placeholder {
  color: #6A696C;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

input.placeholder, input::-ms-input-placeholder,
textarea.placeholder,
textarea::-ms-input-placeholder {
  color: #6A696C;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

input.placeholder, input::placeholder,
textarea.placeholder,
textarea::placeholder {
  color: #6A696C;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

textarea {
  width: 100%;
  height: 150px;
  resize: vertical; }

.input-group:after {
  content: '';
  clear: both;
  display: table; }

.input-group > br {
  display: none; }

.input-group .input-block {
  float: left; }
  .input-group .input-block.col-6 {
    width: 50%; }
  .input-group .input-block.col-4 {
    width: 33.33334%; }
  .input-group .input-block.col-3 {
    width: 25%; }
  .input-group .input-block.col-2 {
    width: 16.6665%; }
  .input-group .input-block.col-fifth {
    width: 20%; }
  .input-group .input-block[class^="col-"] button.btn {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .input-group .input-block input {
      border-right-width: 1px; }
    .input-group .input-block.col-6, .input-group .input-block.col-4, .input-group .input-block.col-3, .input-group .input-block.col-2, .input-group .input-block.col-fifth {
      width: 100%;
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  .input-group .input-block.offset input, .input-group .input-block.offset:last-of-type input:not([type="submit"]) {
    border-width: 1px; }

/*---------------------------------
### Filter
---------------------------------*/
.filter-holder {
  position: relative; }
  .filter-holder .filter {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    width: 100%;
    font-size: 0.94rem; }
    .filter-holder .filter .result {
      margin-left: 10px;
      margin-right: 10px; }
    .filter-holder .filter .select-inline {
      margin-left: 8px; }
      .filter-holder .filter .select-inline select {
        max-width: 162px; }
      .filter-holder .filter .select-inline span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .filter-holder .filter p {
      width: auto;
      margin: 0px 20px 0px 0px; }
    @media screen and (max-width: 768px) {
      .filter-holder .filter {
        margin-top: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .filter-holder .filter .select-inline {
          margin: 15px 0px 0px 0px;
          width: 100%; }
          .filter-holder .filter .select-inline select {
            width: 100%;
            line-height: 45px;
            height: 45px;
            max-width: none; } }
  .filter-holder .btn-filter {
    display: none;
    z-index: 10;
    margin-left: 15px; }
    @media screen and (max-width: 768px) {
      .filter-holder .btn-filter {
        display: block;
        white-space: nowrap; } }
  @media screen and (min-width: 769px) {
    .filter-holder .close-bar {
      display: none; } }
  .filter-holder.visible .mbl-overlay {
    visibility: visible;
    opacity: 1;
    left: 0; }
    .filter-holder.visible .mbl-overlay .filter {
      top: 0;
      position: static;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%; }

/*---------------------------------
### Scroll top button
---------------------------------*/
.scroll-bar-container {
  position: fixed;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  min-height: 56px;
  list-style: none;
  left: 4.4vh;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
      -ms-transform: rotate(-90deg) translate(-50%, 0);
          transform: rotate(-90deg) translate(-50%, 0); }
  @media screen and (max-width: 1024px) {
    .scroll-bar-container {
      left: 20px; } }

.clb-social,
.clb-scroll-top {
  font-weight: 600;
  margin-right: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-social:before,
  .clb-scroll-top:before {
    display: none; }
  .clb-social.light-typo, .clb-social.light-typo .font-titles,
  .clb-scroll-top.light-typo,
  .clb-scroll-top.light-typo .font-titles {
    color: #fff; }
  .clb-social.dark-typo, .clb-social.dark-typo .font-titles,
  .clb-scroll-top.dark-typo,
  .clb-scroll-top.dark-typo .font-titles {
    color: #17161A; }

.clb-scroll-top {
  opacity: 0;
  visibility: hidden; }
  .clb-scroll-top-holder {
    white-space: nowrap; }
  .clb-scroll-top-bar {
    width: 60px;
    height: 2px;
    margin-right: 15px;
    position: relative; }
    .clb-scroll-top-bar:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: currentColor;
      opacity: .3; }
    .clb-scroll-top-bar .scroll-track {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      background-color: currentColor; }
  .clb-scroll-top.clb-slider-scroll-top {
    visibility: visible;
    opacity: 1; }
    .clb-scroll-top.clb-slider-scroll-top .clb-scroll-top-bar .scroll-track {
      width: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

/*---------------------------------
### Portfolio scroll label
---------------------------------*/
.scroll-bar-container.grid_9,
.portfolio-type-9 .scroll-bar-container {
  width: 100%;
  left: 0%;
  bottom: 0;
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto; }
  .scroll-bar-container.grid_9 .page-container,
  .portfolio-type-9 .scroll-bar-container .page-container {
    width: 100%; }
    .scroll-bar-container.grid_9 .page-container > [class*="vc_col-md-"],
    .portfolio-type-9 .scroll-bar-container .page-container > [class*="vc_col-md-"] {
      position: relative; }
  .scroll-bar-container.grid_9 .clb-scroll-top,
  .portfolio-type-9 .scroll-bar-container .clb-scroll-top {
    bottom: 4.4vh;
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .scroll-bar-container.grid_9 .clb-scroll-top,
      .portfolio-type-9 .scroll-bar-container .clb-scroll-top {
        bottom: 20px; } }

.portfolio-type-6 .scroll-bar-container .clb-scroll-top {
  left: 0; }
  @media screen and (max-width: 1440px) and (min-width: 1025px) {
    .portfolio-type-6 .scroll-bar-container .clb-scroll-top {
      left: 3.3vw; } }

[data-isotope-grid] {
  -webkit-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out; }

/*---------------------------------
### Tags
---------------------------------*/
.tag:not(body),
.tag-cloud-link,
.pricing_price_time {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  font-size: 14.5px !important;
  font-weight: 500;
  color: inherit;
  background-color: rgba(136, 136, 136, 0.1); }
  .tag:not(body) a,
  .tag-cloud-link a,
  .pricing_price_time a {
    display: block; }
    .tag:not(body) a:before,
    .tag-cloud-link a:before,
    .pricing_price_time a:before {
      display: none; }
  .tag:not(body):hover,
  .tag-cloud-link:hover,
  .pricing_price_time:hover {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background-color: #d90a2c;
    color: #fff; }
    .tag:not(body):hover a,
    .tag-cloud-link:hover a,
    .pricing_price_time:hover a {
      color: #fff; }
  .tag:not(body):before,
  .tag-cloud-link:before,
  .pricing_price_time:before {
    display: none; }
  .tag:not(body).tag-brand-bg-color,
  .tag-cloud-link.tag-brand-bg-color,
  .pricing_price_time.tag-brand-bg-color {
    background: customColor; }
  .tag:not(body).tag-sale, .tag:not(body).tag-out-of-stock,
  .tag-cloud-link.tag-sale,
  .tag-cloud-link.tag-out-of-stock,
  .pricing_price_time.tag-sale,
  .pricing_price_time.tag-out-of-stock {
    color: #fff; }
  .tag:not(body).tag-sale,
  .tag-cloud-link.tag-sale,
  .pricing_price_time.tag-sale {
    background: #d90a2c; }
  .tag:not(body).tag-out-of-stock,
  .tag-cloud-link.tag-out-of-stock,
  .pricing_price_time.tag-out-of-stock {
    background: #17161A; }

/*---------------------------------
### Categories
---------------------------------*/
.category-holder {
  display: inline; }
  .category-holder .category {
    font-weight: 500; }
    .category-holder .category:after {
      content: ","; }
    .category-holder .category:last-child:after {
      content: ""; }
  .category-holder:not(.no-divider):after {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
    margin-top: -2px;
    color: #d90a2c; }

.inline-divider:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c; }

/*---------------------------------
### Share bar global
---------------------------------*/
.clb-share-bar {
  background: #fff;
  display: inline-block;
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1; }
  .clb-share-bar .socialbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .clb-share-bar .socialbar .social-text {
      display: none; }
    .clb-share-bar .socialbar > a {
      margin: 0;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .clb-share-bar .socialbar.socialbar-horizontal {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }

/*---------------------------------
### SlideUp animated elements
---------------------------------*/
.clb-page-headline .animated-holder,
.project-page .project-page-content .animated-holder,
.project-page-title .animated-holder,
.main-section .animated-holder,
[data-interactive-links-grid] .animated-holder {
  z-index: 10; }
  .clb-page-headline .animated-holder > *,
  .project-page .project-page-content .animated-holder > *,
  .project-page-title .animated-holder > *,
  .main-section .animated-holder > *,
  [data-interactive-links-grid] .animated-holder > * {
    -webkit-animation-name: slide_up_elements;
            animation-name: slide_up_elements; }

/*---------------------------------
### Hidden elements
---------------------------------*/
.animated-holder > *,
.hamburger-nav .menu > *,
.hamburger-nav:not(.type2) .sub-menu > *,
.hamburger-nav:not(.type2) .sub-sub-menu > *,
.hamburger-nav-details > *,
.header-5 .sub-menu > *,
.header-5 .sub-sub-menu > * {
  will-change: transform;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

*.visible:not(.open-onclick) .animated-holder > *,
*.visible:not(.open-onclick).hamburger-nav .hamburger-nav-holder > .menu > *,
*.visible:not(.open-onclick) .hamburger-nav-details > *,
*.visible:not(.open-onclick) > .sub-menu > *,
*.visible:not(.open-onclick) > .sub-sub-menu > *, *.active .animated-holder > *,
*.active.hamburger-nav .hamburger-nav-holder > .menu > *,
*.active .hamburger-nav-details > *,
*.active > .sub-menu > *,
*.active > .sub-sub-menu > *, *.last-active .animated-holder > *,
*.last-active.hamburger-nav .hamburger-nav-holder > .menu > *,
*.last-active .hamburger-nav-details > *,
*.last-active > .sub-menu > *,
*.last-active > .sub-sub-menu > * {
  -webkit-animation-name: slide_up_elements;
          animation-name: slide_up_elements; }

*.last-active .animated-holder * {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  opacity: 0 !important;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

*:hover:not(.showed-onclick) > .sub-sub-nav > .sub-sub-menu > * {
  -webkit-animation-name: slide_up_elements;
          animation-name: slide_up_elements; }

.animated-holder > *:nth-child(1),
.hamburger-nav .menu > *:nth-child(1),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(1),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(1),
.hamburger-nav-details > *:nth-child(1),
.header-5 .sub-menu > *:nth-child(1),
.header-5 .sub-sub-menu > *:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
       -o-transition-delay: 0.05s;
          transition-delay: 0.05s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(1) > [data-aos-delay] {
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
  -webkit-transition-delay: 0.05s !important;
       -o-transition-delay: 0.05s !important;
          transition-delay: 0.05s !important; }

.clb-slider .animated-holder > *:nth-child(1) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s; }

.animated-holder > *:nth-child(2),
.hamburger-nav .menu > *:nth-child(2),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(2),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(2),
.hamburger-nav-details > *:nth-child(2),
.header-5 .sub-menu > *:nth-child(2),
.header-5 .sub-sub-menu > *:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(2) > [data-aos-delay] {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
       -o-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important; }

.clb-slider .animated-holder > *:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.animated-holder > *:nth-child(3),
.hamburger-nav .menu > *:nth-child(3),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(3),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(3),
.hamburger-nav-details > *:nth-child(3),
.header-5 .sub-menu > *:nth-child(3),
.header-5 .sub-sub-menu > *:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(3) > [data-aos-delay] {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
  -webkit-transition-delay: 0.15s !important;
       -o-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important; }

.clb-slider .animated-holder > *:nth-child(3) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s; }

.animated-holder > *:nth-child(4),
.hamburger-nav .menu > *:nth-child(4),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(4),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(4),
.hamburger-nav-details > *:nth-child(4),
.header-5 .sub-menu > *:nth-child(4),
.header-5 .sub-sub-menu > *:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(4) > [data-aos-delay] {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
       -o-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important; }

.clb-slider .animated-holder > *:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.animated-holder > *:nth-child(5),
.hamburger-nav .menu > *:nth-child(5),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(5),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(5),
.hamburger-nav-details > *:nth-child(5),
.header-5 .sub-menu > *:nth-child(5),
.header-5 .sub-sub-menu > *:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(5) > [data-aos-delay] {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
  -webkit-transition-delay: 0.25s !important;
       -o-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important; }

.clb-slider .animated-holder > *:nth-child(5) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s; }

.animated-holder > *:nth-child(6),
.hamburger-nav .menu > *:nth-child(6),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(6),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(6),
.hamburger-nav-details > *:nth-child(6),
.header-5 .sub-menu > *:nth-child(6),
.header-5 .sub-sub-menu > *:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(6) > [data-aos-delay] {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important; }

.clb-slider .animated-holder > *:nth-child(6) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.animated-holder > *:nth-child(7),
.hamburger-nav .menu > *:nth-child(7),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(7),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(7),
.hamburger-nav-details > *:nth-child(7),
.header-5 .sub-menu > *:nth-child(7),
.header-5 .sub-sub-menu > *:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(7) > [data-aos-delay] {
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
  -webkit-transition-delay: 0.35s !important;
       -o-transition-delay: 0.35s !important;
          transition-delay: 0.35s !important; }

.clb-slider .animated-holder > *:nth-child(7) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s; }

.animated-holder > *:nth-child(8),
.hamburger-nav .menu > *:nth-child(8),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(8),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(8),
.hamburger-nav-details > *:nth-child(8),
.header-5 .sub-menu > *:nth-child(8),
.header-5 .sub-sub-menu > *:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(8) > [data-aos-delay] {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
       -o-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important; }

.clb-slider .animated-holder > *:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.animated-holder > *:nth-child(9),
.hamburger-nav .menu > *:nth-child(9),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(9),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(9),
.hamburger-nav-details > *:nth-child(9),
.header-5 .sub-menu > *:nth-child(9),
.header-5 .sub-sub-menu > *:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(9) > [data-aos-delay] {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
  -webkit-transition-delay: 0.45s !important;
       -o-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important; }

.clb-slider .animated-holder > *:nth-child(9) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
       -o-transition-delay: 0.85s;
          transition-delay: 0.85s; }

.animated-holder > *:nth-child(10),
.hamburger-nav .menu > *:nth-child(10),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(10),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(10),
.hamburger-nav-details > *:nth-child(10),
.header-5 .sub-menu > *:nth-child(10),
.header-5 .sub-sub-menu > *:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(10) > [data-aos-delay] {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
       -o-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important; }

.clb-slider .animated-holder > *:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.animated-holder > *:nth-child(11),
.hamburger-nav .menu > *:nth-child(11),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(11),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(11),
.hamburger-nav-details > *:nth-child(11),
.header-5 .sub-menu > *:nth-child(11),
.header-5 .sub-sub-menu > *:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(11) > [data-aos-delay] {
  -webkit-animation-delay: 0.55s !important;
          animation-delay: 0.55s !important;
  -webkit-transition-delay: 0.55s !important;
       -o-transition-delay: 0.55s !important;
          transition-delay: 0.55s !important; }

.clb-slider .animated-holder > *:nth-child(11) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
       -o-transition-delay: 0.95s;
          transition-delay: 0.95s; }

.animated-holder > *:nth-child(12),
.hamburger-nav .menu > *:nth-child(12),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(12),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(12),
.hamburger-nav-details > *:nth-child(12),
.header-5 .sub-menu > *:nth-child(12),
.header-5 .sub-sub-menu > *:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(12) > [data-aos-delay] {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
       -o-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important; }

.clb-slider .animated-holder > *:nth-child(12) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.animated-holder > *:nth-child(13),
.hamburger-nav .menu > *:nth-child(13),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(13),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(13),
.hamburger-nav-details > *:nth-child(13),
.header-5 .sub-menu > *:nth-child(13),
.header-5 .sub-sub-menu > *:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(13) > [data-aos-delay] {
  -webkit-animation-delay: 0.65s !important;
          animation-delay: 0.65s !important;
  -webkit-transition-delay: 0.65s !important;
       -o-transition-delay: 0.65s !important;
          transition-delay: 0.65s !important; }

.clb-slider .animated-holder > *:nth-child(13) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s; }

.animated-holder > *:nth-child(14),
.hamburger-nav .menu > *:nth-child(14),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(14),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(14),
.hamburger-nav-details > *:nth-child(14),
.header-5 .sub-menu > *:nth-child(14),
.header-5 .sub-sub-menu > *:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(14) > [data-aos-delay] {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
       -o-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important; }

.clb-slider .animated-holder > *:nth-child(14) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.animated-holder > *:nth-child(15),
.hamburger-nav .menu > *:nth-child(15),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(15),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(15),
.hamburger-nav-details > *:nth-child(15),
.header-5 .sub-menu > *:nth-child(15),
.header-5 .sub-sub-menu > *:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(15) > [data-aos-delay] {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
  -webkit-transition-delay: 0.75s !important;
       -o-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important; }

.clb-slider .animated-holder > *:nth-child(15) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
       -o-transition-delay: 1.15s;
          transition-delay: 1.15s; }

.animated-holder > *:nth-child(16),
.hamburger-nav .menu > *:nth-child(16),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(16),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(16),
.hamburger-nav-details > *:nth-child(16),
.header-5 .sub-menu > *:nth-child(16),
.header-5 .sub-sub-menu > *:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(16) > [data-aos-delay] {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
       -o-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important; }

.clb-slider .animated-holder > *:nth-child(16) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.animated-holder > *:nth-child(17),
.hamburger-nav .menu > *:nth-child(17),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(17),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(17),
.hamburger-nav-details > *:nth-child(17),
.header-5 .sub-menu > *:nth-child(17),
.header-5 .sub-sub-menu > *:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
       -o-transition-delay: 0.85s;
          transition-delay: 0.85s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(17) > [data-aos-delay] {
  -webkit-animation-delay: 0.85s !important;
          animation-delay: 0.85s !important;
  -webkit-transition-delay: 0.85s !important;
       -o-transition-delay: 0.85s !important;
          transition-delay: 0.85s !important; }

.clb-slider .animated-holder > *:nth-child(17) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s; }

.animated-holder > *:nth-child(18),
.hamburger-nav .menu > *:nth-child(18),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(18),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(18),
.hamburger-nav-details > *:nth-child(18),
.header-5 .sub-menu > *:nth-child(18),
.header-5 .sub-sub-menu > *:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(18) > [data-aos-delay] {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
       -o-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important; }

.clb-slider .animated-holder > *:nth-child(18) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.animated-holder > *:nth-child(19),
.hamburger-nav .menu > *:nth-child(19),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(19),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(19),
.hamburger-nav-details > *:nth-child(19),
.header-5 .sub-menu > *:nth-child(19),
.header-5 .sub-sub-menu > *:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
       -o-transition-delay: 0.95s;
          transition-delay: 0.95s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(19) > [data-aos-delay] {
  -webkit-animation-delay: 0.95s !important;
          animation-delay: 0.95s !important;
  -webkit-transition-delay: 0.95s !important;
       -o-transition-delay: 0.95s !important;
          transition-delay: 0.95s !important; }

.clb-slider .animated-holder > *:nth-child(19) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s; }

@-webkit-keyframes slide_up_elements {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes slide_up_elements {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

/*---------------------------------
### Back link
---------------------------------*/
.clb-back-link {
  position: fixed;
  top: 4.4vh;
  left: 4.4vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .clb-back-link {
      top: 20px; } }
  @media screen and (max-width: 1024px) {
    .clb-back-link {
      left: 20px; } }
  .clb-back-link .btn-round .ion, .clb-back-link .btn-round i {
    background-color: rgba(136, 136, 136, 0.05); }
  .clb-back-link-caption {
    opacity: 0;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-back-link:hover .clb-back-link-caption {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .clb-back-link.showed {
    opacity: 1;
    visibility: visible; }

/*---------------------------------
### Elements bar
---------------------------------*/
.elements-bar {
  position: fixed;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
  min-height: 56px;
  list-style: none; }
  .elements-bar > li {
    padding: 0; }
  .elements-bar.left {
    left: 4.4vh;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
        -ms-transform: rotate(-90deg) translate(-50%, 0);
            transform: rotate(-90deg) translate(-50%, 0); }
    @media screen and (max-width: 1024px) {
      .elements-bar.left {
        left: 20px; } }
  .elements-bar.right {
    right: 4.4vh;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate(50%, -100%);
        -ms-transform: rotate(-90deg) translate(50%, -100%);
            transform: rotate(-90deg) translate(50%, -100%); }
    @media screen and (max-width: 1024px) {
      .elements-bar.right {
        right: 20px; } }

/*---------------------------------
### Mode color switcher
---------------------------------*/
.clb-switcher-holder {
  height: 30px; }

.clb-mode-switcher {
  font-weight: 500;
  font-size: .94em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 104px;
  height: 28px;
  background-color: #ddddde;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  cursor: pointer; }
  .clb-mode-switcher p {
    margin: -2px 0 0 0; }
  .clb-mode-switcher-item {
    position: relative; }
    .clb-mode-switcher-item p {
      color: #6A696C; }
  .clb-mode-switcher-item, .clb-mode-switcher-toddler-item {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 8px;
    line-height: 1.4;
    margin: 0; }
  .clb-mode-switcher-toddler {
    position: absolute;
    top: 14px;
    right: 0px;
    min-width: 52px;
    height: 28px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-mode-switcher-toddler-wrap {
      position: relative;
      height: 100%; }
    .clb-mode-switcher-toddler-item {
      position: absolute;
      background-color: #fff;
      width: 100%;
      -webkit-border-radius: 14px;
      border-radius: 14px;
      -webkit-box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
              box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05); }
      .clb-mode-switcher-toddler-item .light {
        z-index: 1; }
  .clb-mode-switcher.dark .clb-mode-switcher-toddler {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-mode-switcher.dark .clb-mode-switcher-toddler .clb-mode-switcher-toddler-item.dark {
      z-index: 1; }

/*---------------------------------
### Standart image
---------------------------------*/
.wpb_single_image {
  margin: 0 !important; }

.hover-scale-img img,
.hover-scale-img .blog-metro-image {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.hover-scale-img:hover img:not(.author-avatar),
.hover-scale-img:hover .portfolio-metro-image,
.hover-scale-img:hover .blog-metro-image {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); }

.hover-color-overlay.portfolio-grid-type-1 .portfolio-item-image a,
.hover-color-overlay.portfolio-grid-type-2 .portfolio-item-image,
.hover-color-overlay.portfolio-grid-type-11 .portfolio-item-image,
.hover-color-overlay .slider a,
.hover-color-overlay.blog-grid .blog-grid-image {
  position: relative;
  display: block; }
  .hover-color-overlay.portfolio-grid-type-1 .portfolio-item-image a:after,
  .hover-color-overlay.portfolio-grid-type-2 .portfolio-item-image:after,
  .hover-color-overlay.portfolio-grid-type-11 .portfolio-item-image:after,
  .hover-color-overlay .slider a:after,
  .hover-color-overlay.blog-grid .blog-grid-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 10, 44, 0.6);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.hover-color-overlay.hover-scale-img .portfolio-item-image:after,
.hover-color-overlay.hover-scale-img .portfolio-item-image a:after {
  background-color: transparent; }

.hover-color-overlay:hover.portfolio-grid-type-2 .portfolio-item-image:after,
.hover-color-overlay:hover.portfolio-grid-type-1 .portfolio-item-image a:after,
.hover-color-overlay:hover.portfolio-grid-type-11 .portfolio-item-image:after,
.hover-color-overlay:hover .slider a:after,
.hover-color-overlay:hover.blog-grid .blog-grid-image:after {
  opacity: 1; }

.hover-greyscale img,
.hover-greyscale .portfolio-metro-image,
.hover-greyscale .blog-metro-image,
.hover-greyscale.blog-grid .blog-grid-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.hover-greyscale:hover img,
.hover-greyscale:hover .portfolio-metro-image,
.hover-greyscale:hover .blog-metro-image,
.hover-greyscale:hover.blog-grid .blog-grid-image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

/*---------------------------------
### Mobile overlay
---------------------------------*/
@media screen and (max-width: 768px) {
  .mbl-overlay:not(.menu-mbl-overlay) {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .mbl-overlay:not(.menu-mbl-overlay) .close-bar .ion, .mbl-overlay:not(.menu-mbl-overlay) .close-bar i {
      color: #232226; }
    .mbl-overlay:not(.menu-mbl-overlay) .close-bar .search-global {
      display: block; }
    .mbl-overlay:not(.menu-mbl-overlay) .mbl-overlay-bg {
      position: fixed;
      background-color: rgba(23, 22, 26, 0.9);
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
    .mbl-overlay:not(.menu-mbl-overlay) .mbl-overlay-container {
      position: absolute;
      top: 0;
      height: 100vh;
      z-index: 1;
      background-color: #fff;
      width: -webkit-calc(100% - 56px);
      width: calc(100% - 56px);
      text-align: left;
      overflow-y: auto;
      padding: 94px 20px;
      -webkit-transform: translateX(-50px);
          -ms-transform: translateX(-50px);
              transform: translateX(-50px);
      -webkit-transition-duration: .25s;
           -o-transition-duration: .25s;
              transition-duration: .25s;
      opacity: 0; }
    .mbl-overlay:not(.menu-mbl-overlay).visible .mbl-overlay-container {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1; } }

/*---------------------------------
### Preset colors
---------------------------------*/
.has-beige-dark-background-color {
  background-color: #a80822; }
  .has-beige-dark-background-color.wp-block-button__link {
    border-color: #a80822; }

.has-dark-strong-background-color {
  background-color: #17161A; }
  .has-dark-strong-background-color.wp-block-button__link {
    border-color: #17161A; }

.has-dark-light-background-color {
  background-color: #232226; }
  .has-dark-light-background-color.wp-block-button__link {
    border-color: #232226; }

.has-grey-strong-background-color {
  background-color: #838286; }
  .has-grey-strong-background-color.wp-block-button__link {
    border-color: #838286; }

.has-grey-light-background-color {
  background-color: #9d9c9f; }
  .has-grey-light-background-color.wp-block-button__link {
    border-color: #9d9c9f; }

.has-beige-dark-color {
  color: #a80822; }

.has-dark-strong-color {
  color: #17161A; }

.has-dark-light-color {
  color: #232226; }

.has-grey-strong-color {
  color: #6A696C; }

.has-grey-light-color {
  color: #9d9c9f; }

/*---------------------------------
## Pages
---------------------------------*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.site-content {
  background-color: #fff;
  min-height: -webkit-calc(100vh - 107px);
  min-height: calc(100vh - 107px); }

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .site-content {
    overflow-x: hidden; } }

i.ion {
  vertical-align: middle; }

/*---------------------------------
## Blank page
---------------------------------*/
.clb-blank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  padding: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .clb-blank {
      padding: 20px; } }
  .clb-blank-image {
    background-color: rgba(222, 75, 83, 0.08);
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
    .clb-blank-image i {
      font-size: 40px;
      color: #232226; }
    .clb-blank-image svg {
      width: 20px;
      vertical-align: middle;
      fill: #232226; }
  .clb-blank-headline {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    font-size: -webkit-calc(26px + 6 * ( (100vw - 576px) / 1024));
    font-size: calc(26px + 6 * ( (100vw - 576px) / 1024)); }
    @media screen and (max-width: 576px) {
      .clb-blank-headline {
        font-size: 26px; } }
    @media screen and (min-width: 1600px) {
      .clb-blank-headline {
        font-size: 32px; } }
  .clb-blank-details {
    margin: 0px 0px 30px;
    font-size: 17px;
    line-height: 1.65; }
    @media screen and (max-width: 768px) {
      .clb-blank-details {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
  .clb-blank-search {
    min-width: 300px; }
  @media screen and (max-width: 768px) {
    .clb-blank {
      margin-top: 15vh;
      max-width: 100%; }
      .clb-blank-search {
        min-width: 100%; } }

.header-cap + .clb-blank {
  margin-top: -webkit-calc(20vh - 14vh);
  margin-top: calc(20vh - 14vh); }

.woocommerce-account .clb-blank {
  margin: 0;
  padding: 0;
  max-width: auto; }
  .woocommerce-account .clb-blank-headline {
    font-size: -webkit-calc(26px + 0 * ( (100vw - 576px) / 1024));
    font-size: calc(26px + 0 * ( (100vw - 576px) / 1024));
    margin-bottom: 20px; }
    @media screen and (max-width: 576px) {
      .woocommerce-account .clb-blank-headline {
        font-size: 26px; } }
    @media screen and (min-width: 1600px) {
      .woocommerce-account .clb-blank-headline {
        font-size: 26px; } }

/*---------------------------------
## Blank shortcode
---------------------------------*/
.clb-blank-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgba(136, 136, 136, 0.1);
  z-index: 1;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  font-size: .98em; }
  .clb-blank-note-inner {
    margin-top: 5px; }
  .clb-blank-note .ion {
    font-size: 35px;
    margin-right: 12px; }

/*---------------------------------
## Authorization page
---------------------------------*/
.page-auth {
  background: #444 url("/wp-content/themes/temitopeYoga/./images/bg-full.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative; }
  .page-auth:before {
    content: '';
    background: rgba(52, 52, 54, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .page-auth .page-auth-wrap {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .page-auth .page-auth-wrap form {
      background: #fff;
      width: 460px;
      margin: 0 auto;
      padding: 60px; }
      .page-auth .page-auth-wrap form input {
        margin-bottom: 15px; }
      .page-auth .page-auth-wrap form button.btn {
        margin-top: 0; }

/*---------------------------------
## Password protected
---------------------------------*/
.post-password-form {
  text-align: left;
  padding: 2em 0px; }
  @media screen and (min-width: 1025px) {
    .post-password-form {
      width: 50%; } }
  .post-password-form input[type="password"] {
    margin: 8px 0px 15px; }

/*---------------------------------
## Search page
---------------------------------*/
.search.woocommerce .result {
  display: none; }

/*---------------------------------
## Global page animation
---------------------------------*/
.global-page-animation > #page {
  opacity: 0;
  margin-top: -25px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s; }

.global-page-animation.global-page-animation-active > #page {
  opacity: 1;
  margin-top: 0; }

.global-page-animation.global-page-animation-fade-out > #page {
  opacity: 0;
  margin-top: -25px; }

/*---------------------------------
## Grid
---------------------------------*/
.ohio-masonry {
  -webkit-transition: height 0.25s 0.4s;
  -o-transition: height 0.25s 0.4s;
  transition: height 0.25s 0.4s; }

.breadcrumbs + .page-container .blog-posts-masonry:not(.no-margins),
.breadcrumbs + .page-container .portfolio-grid {
  margin-top: -20px; }
  .breadcrumbs + .page-container .blog-posts-masonry:not(.no-margins).grid-offset,
  .breadcrumbs + .page-container .portfolio-grid.grid-offset {
    margin: 0; }

.breadcrumbs + .page-container .portfolio-sorting + .portfolio-grid {
  margin-top: 0; }

.grid-offset {
  margin: 0 20px; }
  .grid-offset .grid-item.masonry-block {
    padding: 0; }

.grid-item.masonry-block:not(.no-paddings) {
  padding: 20px; }
  .grid-item.masonry-block:not(.no-paddings) .blog-grid:not(.boxed):not(.blog-grid-type-2):not(.blog-grid-type-4):not(.blog-grid-type-6) {
    margin-bottom: 20px; }

.grid-item.blog-post-masonry {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .grid-item.blog-post-masonry:last-child .blog-grid-type-6 {
    border: none; }

.grid-item:not(.masonry-block) {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .grid-item:not(.masonry-block) {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 768px) {
  .grid-item {
    width: 100%; } }

.clb-asymmetric-parallax-grid > * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.vc_row:after,
.vc_row:before {
  content: " ";
  display: table; }

.vc_row:after {
  clear: both; }

@media (max-width: 767px) {
  .vc_hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .vc_hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .vc_hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important; } }

.vc_row,
.vc_row.masonry,
.vc_row.portfolio-grid,
.vc_row.wpb_row,
.vc_row.woo_c-products,
.vc_row.blog-posts-masonry,
.vc_row.tab-items-container,
.site-footer .vc_row,
.breadcrumbs .vc_row,
.project-page-content > .vc_row,
.project-page > .vc_row,
.comments-container .vc_row,
.woo_c-product .page-container > .vc_row,
.clb-page-headline-holder .vc_row {
  margin-left: -20px;
  margin-right: -20px; }

div[class^='vc_col-'] {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
  float: left; }

.rtl .vc_rtl-columns-reverse .vc_col-xs-1,
.rtl .vc_rtl-columns-reverse .vc_col-xs-10,
.rtl .vc_rtl-columns-reverse .vc_col-xs-11,
.rtl .vc_rtl-columns-reverse .vc_col-xs-12,
.rtl .vc_rtl-columns-reverse .vc_col-xs-2,
.rtl .vc_rtl-columns-reverse .vc_col-xs-3,
.rtl .vc_rtl-columns-reverse .vc_col-xs-4,
.rtl .vc_rtl-columns-reverse .vc_col-xs-5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-6,
.rtl .vc_rtl-columns-reverse .vc_col-xs-7,
.rtl .vc_rtl-columns-reverse .vc_col-xs-8,
.rtl .vc_rtl-columns-reverse .vc_col-xs-9 {
  float: right; }

.vc_col-xs-12 {
  width: 100%; }

.vc_col-xs-11 {
  width: -webkit-calc(100%/12 * 11);
  width: calc(100%/12 * 11); }

.vc_col-xs-10 {
  width: -webkit-calc(100%/12 * 10);
  width: calc(100%/12 * 10); }

.vc_col-xs-9 {
  width: 75%; }

.vc_col-xs-8 {
  width: -webkit-calc(100%/12 * 8);
  width: calc(100%/12 * 8); }

.vc_col-xs-7 {
  width: -webkit-calc(100%/12 * 7);
  width: calc(100%/12 * 7); }

.vc_col-xs-6 {
  width: 50%; }

.vc_col-xs-5 {
  width: -webkit-calc(100%/12 * 5);
  width: calc(100%/12 * 5); }

.vc_col-xs-4 {
  width: -webkit-calc(100%/12 * 4);
  width: calc(100%/12 * 4); }

.vc_col-xs-3 {
  width: 25%; }

.vc_col-xs-2 {
  width: -webkit-calc(100%/12 * 2);
  width: calc(100%/12 * 2); }

.vc_col-xs-1 {
  width: -webkit-calc(100%/12 * 1);
  width: calc(100%/12 * 1); }

.vc_col-xs-pull-12 {
  right: 100%; }

.vc_col-xs-pull-11 {
  right: -webkit-calc(100%/12 * 11);
  right: calc(100%/12 * 11); }

.vc_col-xs-pull-10 {
  right: -webkit-calc(100%/12 * 10);
  right: calc(100%/12 * 10); }

.vc_col-xs-pull-9 {
  right: 75%; }

.vc_col-xs-pull-8 {
  right: -webkit-calc(100%/12 * 8);
  right: calc(100%/12 * 8); }

.vc_col-xs-pull-7 {
  right: -webkit-calc(100%/12 * 7);
  right: calc(100%/12 * 7); }

.vc_col-xs-pull-6 {
  right: 50%; }

.vc_col-xs-pull-5 {
  right: -webkit-calc(100%/12 * 5);
  right: calc(100%/12 * 5); }

.vc_col-xs-pull-4 {
  right: -webkit-calc(100%/12 * 4);
  right: calc(100%/12 * 4); }

.vc_col-xs-pull-3 {
  right: 25%; }

.vc_col-xs-pull-2 {
  right: -webkit-calc(100%/12 * 2);
  right: calc(100%/12 * 2); }

.vc_col-xs-pull-1 {
  right: -webkit-calc(100%/12 * 1);
  right: calc(100%/12 * 1); }

.vc_col-xs-pull-0 {
  right: auto; }

.vc_col-xs-push-12 {
  left: 100%; }

.vc_col-xs-push-11 {
  left: -webkit-calc(100%/12 * 11);
  left: calc(100%/12 * 11); }

.vc_col-xs-push-10 {
  left: -webkit-calc(100%/12 * 10);
  left: calc(100%/12 * 10); }

.vc_col-xs-push-9 {
  left: 75%; }

.vc_col-xs-push-8 {
  left: -webkit-calc(100%/12 * 8);
  left: calc(100%/12 * 8); }

.vc_col-xs-push-7 {
  left: -webkit-calc(100%/12 * 7);
  left: calc(100%/12 * 7); }

.vc_col-xs-push-6 {
  left: 50%; }

.vc_col-xs-push-5 {
  left: -webkit-calc(100%/12 * 5);
  left: calc(100%/12 * 5); }

.vc_col-xs-push-4 {
  left: -webkit-calc(100%/12 * 4);
  left: calc(100%/12 * 4); }

.vc_col-xs-push-3 {
  left: 25%; }

.vc_col-xs-push-2 {
  left: -webkit-calc(100%/12 * 2);
  left: calc(100%/12 * 2); }

.vc_col-xs-push-1 {
  left: -webkit-calc(100%/12 * 1);
  left: calc(100%/12 * 1); }

.vc_col-xs-push-0 {
  left: auto; }

.vc_col-xs-offset-12 {
  margin-left: 100%; }

.vc_col-xs-offset-11 {
  margin-left: -webkit-calc(100%/12 * 11);
  margin-left: calc(100%/12 * 11); }

.vc_col-xs-offset-10 {
  margin-left: -webkit-calc(100%/12 * 10);
  margin-left: calc(100%/12 * 10); }

.vc_col-xs-offset-9 {
  margin-left: 75%; }

.vc_col-xs-offset-8 {
  margin-left: -webkit-calc(100%/12 * 8);
  margin-left: calc(100%/12 * 8); }

.vc_col-xs-offset-7 {
  margin-left: -webkit-calc(100%/12 * 7);
  margin-left: calc(100%/12 * 7); }

.vc_col-xs-offset-6 {
  margin-left: 50%; }

.vc_col-xs-offset-5 {
  margin-left: -webkit-calc(100%/12 * 5);
  margin-left: calc(100%/12 * 5); }

.vc_col-xs-offset-4 {
  margin-left: -webkit-calc(100%/12 * 4);
  margin-left: calc(100%/12 * 4); }

.vc_col-xs-offset-3 {
  margin-left: 25%; }

.vc_col-xs-offset-2 {
  margin-left: -webkit-calc(100%/12 * 2);
  margin-left: calc(100%/12 * 2); }

.vc_col-xs-offset-1 {
  margin-left: -webkit-calc(100%/12 * 1);
  margin-left: calc(100%/12 * 1); }

.vc_col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9 {
    float: left; }
  .rtl .vc_rtl-columns-reverse .vc_col-sm-1,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-10,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-11,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-12,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-2,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-3,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-4,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-6,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-7,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-8,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-9 {
    float: right; }
  .vc_col-sm-12 {
    width: 100%; }
  .vc_col-sm-11 {
    width: 91.66666667%; }
  .vc_col-sm-10 {
    width: 83.33333333%; }
  .vc_col-sm-9 {
    width: 75%; }
  .vc_col-sm-8 {
    width: 66.66666667%; }
  .vc_col-sm-7 {
    width: 58.33333333%; }
  .vc_col-sm-6 {
    width: 50%; }
  .vc_col-sm-5 {
    width: 41.66666667%; }
  .vc_col-sm-4 {
    width: 33.33333333%; }
  .vc_col-sm-3 {
    width: 25%; }
  .vc_col-sm-2 {
    width: 16.66666667%; }
  .vc_col-sm-1 {
    width: 8.33333333%; }
  .vc_col-sm-pull-12 {
    right: 100%; }
  .vc_col-sm-pull-11 {
    right: 91.66666667%; }
  .vc_col-sm-pull-10 {
    right: 83.33333333%; }
  .vc_col-sm-pull-9 {
    right: 75%; }
  .vc_col-sm-pull-8 {
    right: 66.66666667%; }
  .vc_col-sm-pull-7 {
    right: 58.33333333%; }
  .vc_col-sm-pull-6 {
    right: 50%; }
  .vc_col-sm-pull-5 {
    right: 41.66666667%; }
  .vc_col-sm-pull-4 {
    right: 33.33333333%; }
  .vc_col-sm-pull-3 {
    right: 25%; }
  .vc_col-sm-pull-2 {
    right: 16.66666667%; }
  .vc_col-sm-pull-1 {
    right: 8.33333333%; }
  .vc_col-sm-pull-0 {
    right: auto; }
  .vc_col-sm-push-12 {
    left: 100%; }
  .vc_col-sm-push-11 {
    left: 91.66666667%; }
  .vc_col-sm-push-10 {
    left: 83.33333333%; }
  .vc_col-sm-push-9 {
    left: 75%; }
  .vc_col-sm-push-8 {
    left: 66.66666667%; }
  .vc_col-sm-push-7 {
    left: 58.33333333%; }
  .vc_col-sm-push-6 {
    left: 50%; }
  .vc_col-sm-push-5 {
    left: 41.66666667%; }
  .vc_col-sm-push-4 {
    left: 33.33333333%; }
  .vc_col-sm-push-3 {
    left: 25%; }
  .vc_col-sm-push-2 {
    left: 16.66666667%; }
  .vc_col-sm-push-1 {
    left: 8.33333333%; }
  .vc_col-sm-push-0 {
    left: auto; }
  .vc_col-sm-offset-12 {
    margin-left: 100%; }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .vc_col-sm-offset-9 {
    margin-left: 75%; }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .vc_col-sm-offset-6 {
    margin-left: 50%; }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .vc_col-sm-offset-3 {
    margin-left: 25%; }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .vc_col-sm-offset-0 {
    margin-left: 0; }
  .vc_col-sm-1\/5 {
    width: 20%; }
  .vc_col-sm-2\/5 {
    width: 40%; }
  .vc_col-sm-3\/5 {
    width: 60%; }
  .vc_col-sm-4\/5 {
    width: 80%; }
  .vc_col-sm-5\/5 {
    width: 100%; } }

@media (min-width: 992px) {
  .vc_col-md-1,
  .vc_col-md-10,
  .vc_col-md-11,
  .vc_col-md-12,
  .vc_col-md-2,
  .vc_col-md-3,
  .vc_col-md-4,
  .vc_col-md-5,
  .vc_col-md-6,
  .vc_col-md-7,
  .vc_col-md-8,
  .vc_col-md-9 {
    float: left; }
  .rtl .vc_rtl-columns-reverse .vc_col-md-1,
  .rtl .vc_rtl-columns-reverse .vc_col-md-10,
  .rtl .vc_rtl-columns-reverse .vc_col-md-11,
  .rtl .vc_rtl-columns-reverse .vc_col-md-12,
  .rtl .vc_rtl-columns-reverse .vc_col-md-2,
  .rtl .vc_rtl-columns-reverse .vc_col-md-3,
  .rtl .vc_rtl-columns-reverse .vc_col-md-4,
  .rtl .vc_rtl-columns-reverse .vc_col-md-5,
  .rtl .vc_rtl-columns-reverse .vc_col-md-6,
  .rtl .vc_rtl-columns-reverse .vc_col-md-7,
  .rtl .vc_rtl-columns-reverse .vc_col-md-8,
  .rtl .vc_rtl-columns-reverse .vc_col-md-9 {
    float: right; }
  .vc_col-md-12 {
    width: 100%; }
  .vc_col-md-11 {
    width: 91.66666667%; }
  .vc_col-md-10 {
    width: 83.33333333%; }
  .vc_col-md-9 {
    width: 75%; }
  .vc_col-md-8 {
    width: 66.66666667%; }
  .vc_col-md-7 {
    width: 58.33333333%; }
  .vc_col-md-6 {
    width: 50%; }
  .vc_col-md-5 {
    width: 41.66666667%; }
  .vc_col-md-4 {
    width: 33.33333333%; }
  .vc_col-md-3 {
    width: 25%; }
  .vc_col-md-2 {
    width: 16.66666667%; }
  .vc_col-md-1 {
    width: 8.33333333%; }
  .vc_col-md-pull-12 {
    right: 100%; }
  .vc_col-md-pull-11 {
    right: 91.66666667%; }
  .vc_col-md-pull-10 {
    right: 83.33333333%; }
  .vc_col-md-pull-9 {
    right: 75%; }
  .vc_col-md-pull-8 {
    right: 66.66666667%; }
  .vc_col-md-pull-7 {
    right: 58.33333333%; }
  .vc_col-md-pull-6 {
    right: 50%; }
  .vc_col-md-pull-5 {
    right: 41.66666667%; }
  .vc_col-md-pull-4 {
    right: 33.33333333%; }
  .vc_col-md-pull-3 {
    right: 25%; }
  .vc_col-md-pull-2 {
    right: 16.66666667%; }
  .vc_col-md-pull-1 {
    right: 8.33333333%; }
  .vc_col-md-pull-0 {
    right: auto; }
  .vc_col-md-push-12 {
    left: 100%; }
  .vc_col-md-push-11 {
    left: 91.66666667%; }
  .vc_col-md-push-10 {
    left: 83.33333333%; }
  .vc_col-md-push-9 {
    left: 75%; }
  .vc_col-md-push-8 {
    left: 66.66666667%; }
  .vc_col-md-push-7 {
    left: 58.33333333%; }
  .vc_col-md-push-6 {
    left: 50%; }
  .vc_col-md-push-5 {
    left: 41.66666667%; }
  .vc_col-md-push-4 {
    left: 33.33333333%; }
  .vc_col-md-push-3 {
    left: 25%; }
  .vc_col-md-push-2 {
    left: 16.66666667%; }
  .vc_col-md-push-1 {
    left: 8.33333333%; }
  .vc_col-md-push-0 {
    left: auto; }
  .vc_col-md-offset-12 {
    margin-left: 100%; }
  .vc_col-md-offset-11 {
    margin-left: 91.66666667%; }
  .vc_col-md-offset-10 {
    margin-left: 83.33333333%; }
  .vc_col-md-offset-9 {
    margin-left: 75%; }
  .vc_col-md-offset-8 {
    margin-left: 66.66666667%; }
  .vc_col-md-offset-7 {
    margin-left: 58.33333333%; }
  .vc_col-md-offset-6 {
    margin-left: 50%; }
  .vc_col-md-offset-5 {
    margin-left: 41.66666667%; }
  .vc_col-md-offset-4 {
    margin-left: 33.33333333%; }
  .vc_col-md-offset-3 {
    margin-left: 25%; }
  .vc_col-md-offset-2 {
    margin-left: 16.66666667%; }
  .vc_col-md-offset-1 {
    margin-left: 8.33333333%; }
  .vc_col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .vc_col-lg-1,
  .vc_col-lg-10,
  .vc_col-lg-11,
  .vc_col-lg-12,
  .vc_col-lg-2,
  .vc_col-lg-3,
  .vc_col-lg-4,
  .vc_col-lg-5,
  .vc_col-lg-6,
  .vc_col-lg-7,
  .vc_col-lg-8,
  .vc_col-lg-9 {
    float: left; }
  .rtl .vc_rtl-columns-reverse .vc_col-lg-1,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-10,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-11,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-12,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-2,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-3,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-4,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-5,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-6,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-7,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-8,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-9 {
    float: right; }
  .vc_col-lg-12 {
    width: 100%; }
  .vc_col-lg-11 {
    width: 91.66666667%; }
  .vc_col-lg-10 {
    width: 83.33333333%; }
  .vc_col-lg-9 {
    width: 75%; }
  .vc_col-lg-8 {
    width: 66.66666667%; }
  .vc_col-lg-7 {
    width: 58.33333333%; }
  .vc_col-lg-6 {
    width: 50%; }
  .vc_col-lg-5 {
    width: 41.66666667%; }
  .vc_col-lg-4 {
    width: 33.33333333%; }
  .vc_col-lg-3 {
    width: 25%; }
  .vc_col-lg-2 {
    width: 16.66666667%; }
  .vc_col-lg-1 {
    width: 8.33333333%; }
  .vc_col-lg-5th {
    width: 20% !important; }
  .vc_col-lg-pull-12 {
    right: 100%; }
  .vc_col-lg-pull-11 {
    right: 91.66666667%; }
  .vc_col-lg-pull-10 {
    right: 83.33333333%; }
  .vc_col-lg-pull-9 {
    right: 75%; }
  .vc_col-lg-pull-8 {
    right: 66.66666667%; }
  .vc_col-lg-pull-7 {
    right: 58.33333333%; }
  .vc_col-lg-pull-6 {
    right: 50%; }
  .vc_col-lg-pull-5 {
    right: 41.66666667%; }
  .vc_col-lg-pull-4 {
    right: 33.33333333%; }
  .vc_col-lg-pull-3 {
    right: 25%; }
  .vc_col-lg-pull-2 {
    right: 16.66666667%; }
  .vc_col-lg-pull-1 {
    right: 8.33333333%; }
  .vc_col-lg-pull-0 {
    right: auto; }
  .vc_col-lg-push-12 {
    left: 100%; }
  .vc_col-lg-push-11 {
    left: 91.66666667%; }
  .vc_col-lg-push-10 {
    left: 83.33333333%; }
  .vc_col-lg-push-9 {
    left: 75%; }
  .vc_col-lg-push-8 {
    left: 66.66666667%; }
  .vc_col-lg-push-7 {
    left: 58.33333333%; }
  .vc_col-lg-push-6 {
    left: 50%; }
  .vc_col-lg-push-5 {
    left: 41.66666667%; }
  .vc_col-lg-push-4 {
    left: 33.33333333%; }
  .vc_col-lg-push-3 {
    left: 25%; }
  .vc_col-lg-push-2 {
    left: 16.66666667%; }
  .vc_col-lg-push-1 {
    left: 8.33333333%; }
  .vc_col-lg-push-0 {
    left: auto; }
  .vc_col-lg-offset-12 {
    margin-left: 100%; }
  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .vc_col-lg-offset-9 {
    margin-left: 75%; }
  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .vc_col-lg-offset-6 {
    margin-left: 50%; }
  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .vc_col-lg-offset-3 {
    margin-left: 25%; }
  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .vc_col-lg-offset-0 {
    margin-left: 0; } }

.vc_pull-right {
  float: right !important; }

.vc_pull-left {
  float: left !important; }

.vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
  padding-left: 20px;
  padding-right: 20px; }

.vc_section {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px; }

/*---------------------------------
## Popup
---------------------------------*/
.clb-popup {
  background-color: rgba(23, 22, 26, 0.992);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50vh);
      -ms-transform: translateY(-50vh);
          transform: translateY(-50vh); }
  .clb-popup.hidden {
    opacity: 0;
    visibility: hidden;
    display: initial; }
  .clb-popup.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out; }
  .clb-popup .close-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .clb-popup .close-bar.text-left {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .clb-popup .close-bar .btn-expand {
      display: inline-block; }
  .clb-popup-holder {
    padding: 136px 10vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 1025px) and (max-width: 1440px) {
      .clb-popup-holder {
        padding: 80px 10vw; } }
  @media screen and (max-width: 768px) {
    .clb-popup {
      overflow-y: auto; }
      .clb-popup-holder {
        height: auto;
        padding: 96px 25px; }
      .clb-popup .close-bar {
        position: fixed; }
      .clb-popup .clb-slider-nav-btn {
        margin-right: 0 !important; } }

.clb-video-popup iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.clb-portfolio-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .clb-portfolio-lightbox-media, .clb-portfolio-lightbox-details {
    height: 100%; }
  .clb-portfolio-lightbox-media {
    width: -webkit-calc(100% - 650px);
    width: calc(100% - 650px);
    height: 100%;
    position: relative; }
    .clb-portfolio-lightbox-media .slider {
      width: 100%;
      height: 100%;
      position: static; }
      .clb-portfolio-lightbox-media .slider .clb-slider-outer-stage,
      .clb-portfolio-lightbox-media .slider .clb-slider-stage {
        height: 100%; }
      .clb-portfolio-lightbox-media .slider .clb-slider-pagination {
        left: 0; }
      .clb-portfolio-lightbox-media .slider .portfolio-lightbox-image {
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
  .clb-portfolio-lightbox-details {
    width: 650px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
    padding: 12vh 10vh;
    background-color: #17161A;
    position: relative;
    color: #fff; }
    .clb-portfolio-lightbox-details .project-page-headline,
    .clb-portfolio-lightbox-details .project-meta-title,
    .clb-portfolio-lightbox-details .btn-link {
      color: #fff; }
    .clb-portfolio-lightbox-details .project-page-headline {
      margin: 10px 0px; }
    .clb-portfolio-lightbox-details .project-page .project-meta li {
      width: -webkit-calc((100% / 3) - 25px);
      width: calc((100% / 3) - 25px); }
    .clb-portfolio-lightbox-details .project-page .project-meta p {
      color: rgba(255, 255, 255, 0.35); }
  @media screen and (max-width: 768px) {
    .clb-portfolio-lightbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow-y: scroll; }
      .clb-portfolio-lightbox::-webkit-scrollbar {
        width: 0; }
    .clb-portfolio-lightbox-media {
      width: 100%;
      position: relative;
      overflow-y: auto;
      overflow: visible;
      min-height: 50%; }
    .clb-portfolio-lightbox-details {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      right: auto;
      padding: 20px; } }

.clb-gallery-lightbox .close-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.clb-gallery-lightbox .clb-popup-holder {
  padding-top: 0;
  padding-bottom: 0; }
  .clb-gallery-lightbox .clb-popup-holder .slider {
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-gallery-lightbox .clb-popup-holder .slider.ready .clb-slider-item:not(.active) {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery-lightbox .clb-popup-holder .slider,
  .clb-gallery-lightbox .clb-popup-holder .clb-slider-stage {
    height: 100%; }
    .clb-gallery-lightbox .clb-popup-holder .slider .image-wrap,
    .clb-gallery-lightbox .clb-popup-holder .clb-slider-stage .image-wrap {
      padding-top: 136px;
      padding-bottom: 136px; }
      .clb-gallery-lightbox .clb-popup-holder .slider .image-wrap.with-description,
      .clb-gallery-lightbox .clb-popup-holder .clb-slider-stage .image-wrap.with-description {
        padding-bottom: 0; }

.clb-gallery-lightbox .clb-slider {
  max-width: 70%; }
  .clb-gallery-lightbox .clb-slider-outer-stage {
    overflow: visible; }
  .clb-gallery-lightbox .clb-slider-stage {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .clb-gallery-lightbox .clb-slider-item {
    position: relative;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .clb-gallery-lightbox .clb-slider-item img {
      max-height: -webkit-calc(100vh - 290px);
      max-height: calc(100vh - 290px); }
    .clb-gallery-lightbox .clb-slider-item.active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery-lightbox .clb-slider-item:not(.active) {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery-lightbox .clb-slider-nav-btn {
    position: fixed; }
  @media screen and (max-width: 991px) {
    .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage {
      height: 100%; }
      .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap:not(.with-description) {
        padding-top: 30px;
        padding-bottom: 30px; }
        .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap:not(.with-description) img {
          max-height: -webkit-calc(100vh - 60px);
          max-height: calc(100vh - 60px); }
      .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap.with-description {
        padding-top: 30px; }
        .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap.with-description img {
          max-height: -webkit-calc(100vh - 166px);
          max-height: calc(100vh - 166px); } }

.clb-gallery-lightbox .clb-gallery-img-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 136px;
  max-height: 200px;
  width: 100%;
  padding: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .clb-gallery-lightbox .clb-gallery-img-details {
      padding: 20px; } }
  .clb-gallery-lightbox .clb-gallery-img-details .title {
    color: #fff;
    font-size: 18px; }
  .clb-gallery-lightbox .clb-gallery-img-details .caption {
    display: block;
    width: auto;
    color: #6A696C; }

.clb-popup-product {
  display: block;
  overflow-y: auto; }
  .clb-popup-product .vc_row {
    margin: 0; }
    .clb-popup-product .vc_row .vc_col-md-6 {
      padding: 0; }
  .clb-popup-product .woocommerce-product-gallery__image > img {
    width: 100%; }
  .clb-popup-product .woo_c-product {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%; }
    .clb-popup-product .woo_c-product-details {
      background-color: transparent !important; }
      @media screen and (max-width: 768px) {
        .clb-popup-product .woo_c-product-details {
          margin-left: 0;
          margin-right: 0; } }
      .clb-popup-product .woo_c-product-details-inner {
        padding: 7.2vh; }
        @media screen and (max-width: 768px) {
          .clb-popup-product .woo_c-product-details-inner {
            padding: 30px; } }
    .clb-popup-product .woo_c-product-image .product-image-dots {
      margin-top: 3.4vh;
      margin-left: 3.4vh;
      margin-right: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-top: 20px; } }
      @media screen and (max-width: 1024px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-left: 20px; } }
      @media screen and (max-width: 1024px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-right: 20px; } }
    @media screen and (max-width: 768px) {
      .clb-popup-product .woo_c-product .clb-slider-stage {
        -webkit-border-radius: 6px;
        border-radius: 6px; } }
    @media screen and (min-width: 1025px) {
      .clb-popup-product .woo_c-product-details,
      .clb-popup-product .woo_c-product .product-image-dots {
        position: -webkit-sticky;
        position: sticky;
        top: 0; }
      .clb-popup-product .woo_c-product .product-image-dots {
        top: 30px; } }

/*---------------------------------
## Coming soon
---------------------------------*/
.clb-coming-soon {
  background: -webkit-gradient(linear, left top, right top, from(#E7F6F8), to(#FBF6F1));
  background: -webkit-linear-gradient(left, #E7F6F8, #FBF6F1);
  background: -o-linear-gradient(left, #E7F6F8, #FBF6F1);
  background: linear-gradient(90deg, #E7F6F8, #FBF6F1);
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .clb-coming-soon .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .clb-coming-soon .holder h2 {
      margin: 0; }
    .clb-coming-soon .holder p {
      font-size: 1.15em; }
    .clb-coming-soon .holder .countdown-box {
      margin-top: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .clb-coming-soon .holder .countdown-box {
          margin-top: 20px; } }
  .clb-coming-soon .socialbar {
    position: absolute;
    left: 50%;
    bottom: 8.8vh;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
    @media screen and (max-width: 768px) {
      .clb-coming-soon .socialbar {
        bottom: 40px; } }

/*---------------------------------
## Breadcrumbs
---------------------------------*/
.breadcrumbs {
  width: 100%;
  padding-top: 3.4vh;
  padding-bottom: 3.4vh;
  line-height: 20px;
  font-size: 0.94rem;
  line-height: 1; }
  @media screen and (max-width: 1024px) {
    .breadcrumbs {
      padding-top: 20px; } }
  @media screen and (max-width: 1024px) {
    .breadcrumbs {
      padding-bottom: 20px; } }
  .breadcrumbs .vc_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .breadcrumbs .vc_row {
        margin: 0; }
        .breadcrumbs .vc_row [class*="vc_col"] {
          padding: 0; } }
  .breadcrumbs-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    line-height: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    @media screen and (max-width: 768px) {
      .breadcrumbs-holder {
        height: auto;
        padding: 0; } }
  .breadcrumbs-slug {
    position: relative;
    z-index: 3;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .breadcrumbs-slug li {
      list-style: none;
      padding: 0; }
    .breadcrumbs-slug i {
      margin: -2px 8px 0; }
  .breadcrumbs-inner {
    height: 32px;
    line-height: 32px; }
  .breadcrumbs-slug .active, .breadcrumbs-inner .active {
    font-weight: 500; }

.post-type-archive-product .breadcrumbs-container.vc_col-lg-push-2 {
  left: auto;
  width: 100%; }

/*---------------------------------
## Pagination
---------------------------------*/
.pagination {
  margin-top: 25px;
  font-size: 1em;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .pagination li {
    display: inline-block;
    font-weight: 600;
    padding: 0; }
    .pagination li .btn,
    .pagination li .page-numbers {
      margin: 0px 4px;
      padding: 0px 4px;
      height: 36px;
      line-height: 36px;
      vertical-align: top;
      display: inline-block; }
      .pagination li .btn .ion,
      .pagination li .page-numbers .ion {
        vertical-align: middle;
        margin-top: -3px; }
      .pagination li .btn.active, .pagination li .btn.current,
      .pagination li .page-numbers.active,
      .pagination li .page-numbers.current {
        color: #d90a2c; }
        .pagination li .btn.active:before, .pagination li .btn.current:before,
        .pagination li .page-numbers.active:before,
        .pagination li .page-numbers.current:before {
          width: 100%;
          opacity: 1; }
    .pagination li .page-numbers > .btn {
      padding: 0; }
    .pagination li .page-numbers.current {
      position: relative; }
      .pagination li .page-numbers.current:before {
        content: '';
        background: currentColor;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -2px;
        left: 0; }
    .pagination li:first-child .btn,
    .pagination li:first-child .page-numbers {
      margin-left: 0; }
    .pagination li:last-child .btn,
    .pagination li:last-child .page-numbers {
      margin-right: 0; }

.page-links {
  font-weight: 600; }
  .page-links a {
    margin: 0 5px; }

.lazy-load {
  margin: auto;
  margin-top: 3.4vh;
  margin-bottom: 3.4vh;
  display: block;
  font-weight: 600;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  @media screen and (max-width: 1024px) {
    .lazy-load {
      margin-top: 20px; } }
  @media screen and (max-width: 1024px) {
    .lazy-load {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .lazy-load {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .lazy-load .btn-round {
    margin-right: 10px;
    display: inline-block; }
    .lazy-load .btn-round .ion {
      vertical-align: middle;
      fill: #17161A;
      color: currentColor;
      font-size: 26px; }
  .lazy-load[data-lazy-load-loading=""] {
    display: none; }
  .lazy-load.active .ion:before, .lazy-load.is-loading .ion:before {
    -webkit-animation: mymove 1s linear 0s infinite;
            animation: mymove 1s linear 0s infinite;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .lazy-load.load-more .loading-text {
    display: none; }
  .lazy-load.load-more.active .loadmore-text, .lazy-load.load-more.is-loading .loadmore-text {
    display: none; }
  .lazy-load.load-more.active .loading-text, .lazy-load.load-more.is-loading .loading-text {
    display: inline; }

.pagination-standard li .btn,
.pagination-standard li .page-numbers {
  background-color: rgba(136, 136, 136, 0.05);
  color: currentColor;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 42px;
  min-width: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0px 15px; }
  .pagination-standard li .btn:before,
  .pagination-standard li .page-numbers:before {
    display: none; }
  .pagination-standard li .btn .ion,
  .pagination-standard li .page-numbers .ion {
    color: currentColor; }
  .pagination-standard li .btn:hover,
  .pagination-standard li .page-numbers:hover {
    background-color: rgba(136, 136, 136, 0.08); }
  .pagination-standard li .btn.active, .pagination-standard li .btn.current,
  .pagination-standard li .page-numbers.active,
  .pagination-standard li .page-numbers.current {
    background-color: #17161A;
    color: #fff !important; }
    .pagination-standard li .btn.active:hover, .pagination-standard li .btn.current:hover,
    .pagination-standard li .page-numbers.active:hover,
    .pagination-standard li .page-numbers.current:hover {
      color: #fff; }

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes mymove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*---------------------------------
## Preloader
---------------------------------*/
.page-preloader {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility; }
  .page-preloader .loader {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate; }
  .page-preloader.hidden {
    opacity: 0;
    visibility: hidden; }
  .page-preloader.hide {
    display: none; }
  .page-preloader.percentage-preloader .sk-percentage {
    height: 100%;
    width: 0;
    background-color: #fceef1;
    left: 0;
    position: fixed; }
    .page-preloader.percentage-preloader .sk-percentage-percent {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 6em;
      font-weight: 600;
      letter-spacing: -.02rem; }

@media screen and (max-width: 1024px) {
  .page-preloader {
    display: none; } }

.spinner {
  -webkit-animation: anim1 2s linear infinite;
          animation: anim1 2s linear infinite;
  z-index: 2;
  position: relative;
  width: 50px;
  height: 50px; }
  .spinner .path {
    opacity: .75;
    stroke: #17161A;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite; }

@-webkit-keyframes anim1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes anim1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

.sk-fading-circle,
.sk-double-bounce,
.sk-circle,
.sk-folding-cube {
  width: 50px;
  height: 50px; }

.sk-fading-circle {
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #17161A;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.sk-double-bounce {
  position: relative; }
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #17161A;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2.0s infinite ease-in-out;
            animation: sk-doubleBounce 2.0s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #17161A;
    height: 100%;
    width: 5px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
            animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

.sk-circle {
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #17161A;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.sk-folding-cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #17161A;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotate(90deg);
            transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotate(270deg);
            transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/*---------------------------------
## Subscribe
---------------------------------*/
.clb-subscribe {
  overflow: hidden;
  max-width: 760px;
  height: auto;
  -webkit-animation: 0.4s slide_up_inner cubic-bezier(0.4, 0, 0.2, 1);
          animation: 0.4s slide_up_inner cubic-bezier(0.4, 0, 0.2, 1);
  /*Sent form state*/ }
  .clb-subscribe .vc_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    @media screen and (max-width: 768px) {
      .clb-subscribe .vc_row {
        display: block; } }
  .clb-subscribe .clb-subscribe-img {
    -webkit-background-size: cover;
            background-size: cover;
    background-color: #fff;
    min-height: 20vh;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    background-position: center center; }
    @media screen and (max-width: 768px) {
      .clb-subscribe .clb-subscribe-img {
        -webkit-border-bottom-left-radius: 0px;
                border-bottom-left-radius: 0px; } }
  .clb-subscribe-content.vc_col-sm-6 {
    padding: 4.4vh;
    background-color: #fff; }
    @media screen and (max-width: 1024px) {
      .clb-subscribe-content.vc_col-sm-6 {
        padding: 20px; } }
  .clb-subscribe-content-headline {
    margin: 0px 0px 20px 0px; }
  .clb-subscribe div.wpcf7-validation-errors,
  .clb-subscribe div.wpcf7-acceptance-missing,
  .clb-subscribe div.wpcf7-response-output {
    padding: 0;
    text-align: center; }
  .clb-subscribe .wpcf7-form.sent .subscribe-form {
    display: none; }
  .clb-subscribe .wpcf7-form.sent .wpcf7-mail-sent-ok:before {
    content: "\f2bc";
    font-family: Ionicons;
    font-size: 1.6em;
    display: block;
    margin: 20px auto;
    height: 56px;
    width: 56px;
    line-height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #0ebd6e;
    background-color: rgba(14, 189, 110, 0.15); }
  .clb-subscribe .subscribe-form {
    margin: 20px 0px; }
    @media screen and (max-width: 768px) {
      .clb-subscribe .subscribe-form input[type="email"] {
        margin-bottom: 0; } }

@-webkit-keyframes slide_up_inner {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: .5; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes slide_up_inner {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: .5; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

/*---------------------------------
## Search
---------------------------------*/
.clb-search-popup .search-holder {
  width: 100%;
  position: absolute;
  top: -webkit-calc(30vh - 50px);
  top: calc(30vh - 50px);
  left: 0; }
  @media screen and (max-width: 768px) {
    .clb-search-popup .search-holder {
      top: 100px; } }
  .clb-search-popup .search-holder .search-field {
    background-color: rgba(255, 255, 255, 0.03);
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    height: 56px;
    padding-left: 18px;
    padding-right: 18px; }
    .clb-search-popup .search-holder .search-field::-webkit-input-placeholder {
      color: #fff; }
    .clb-search-popup .search-holder .search-field::-moz-placeholder {
      color: #fff; }
    .clb-search-popup .search-holder .search-field::-ms-input-placeholder {
      color: #fff; }
    .clb-search-popup .search-holder .search-field::placeholder {
      color: #fff; }
    .clb-search-popup .search-holder .search-field:hover::-webkit-input-placeholder {
      opacity: .7; }
    .clb-search-popup .search-holder .search-field:hover::-moz-placeholder {
      opacity: .7; }
    .clb-search-popup .search-holder .search-field:hover::-ms-input-placeholder {
      opacity: .7; }
    .clb-search-popup .search-holder .search-field:hover::placeholder {
      opacity: .7; }
  .clb-search-popup .search-holder .product_search_description {
    color: #fff;
    margin-left: 25px;
    max-width: -webkit-calc(100% - 195px);
    max-width: calc(100% - 195px); }
  .clb-search-popup .search-holder .search_results_btn.btn-link {
    color: #fff; }
  .clb-search-popup .search-holder form {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 12; }
    .clb-search-popup .search-holder form label {
      margin-bottom: 0; }
    .clb-search-popup .search-holder form .select-holder {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 45px;
      color: #fff; }
      .clb-search-popup .search-holder form .select-holder select {
        background: transparent;
        color: currentColor;
        height: 100%; }
    .clb-search-popup .search-holder form .search-submit {
      color: #fff;
      width: 56px; }
      .clb-search-popup .search-holder form .search-submit.btn-loading:before {
        border-color: rgba(255, 255, 255, 0.2);
        border-top-color: rgba(255, 255, 255, 0.8);
        border-right-color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 768px) {
      .clb-search-popup .search-holder form {
        max-width: -webkit-calc(100% - 40px);
        max-width: calc(100% - 40px); } }

.search_results {
  max-width: 500px;
  margin: 0 auto;
  max-height: 500px;
  overflow: auto; }
  .search_results .suggestions,
  .search_results .no-search-results,
  .search_results #loading {
    margin: 18px 0;
    color: #6A696C; }
  .search_results #loading {
    margin: 25px 15px; }
  .search_results .product_search {
    position: relative;
    padding: 13px 0;
    border-top: solid 1px rgba(136, 136, 136, 0.08);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .search_results .product_search_img a:before {
      display: none; }
    .search_results .product_search_img img {
      vertical-align: top;
      max-width: 70px;
      min-width: 70px;
      height: auto; }
    .search_results .product_search_name {
      display: block;
      font-weight: 600; }
    .search_results .product_search_description {
      margin-left: 15px; }
      .search_results .product_search_description .product_search_name div {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
    .search_results .product_search_price {
      font-weight: 600;
      position: absolute;
      right: 0;
      color: #fff; }
    .search_results .product_search:first-child {
      border: none; }
  .search_results_btn.btn-link {
    margin-top: 15px;
    position: relative; }
    .search_results_btn.btn-link:before {
      float: right;
      margin-right: 0 !important; }
  @media screen and (max-width: 768px) {
    .search_results .suggestions,
    .search_results #loading, .search_results_btn {
      margin: 25px 20px; }
    .search_results .product_search {
      margin: 0px 20px; } }

.search-global.fixed {
  position: fixed;
  left: 4.4vh;
  bottom: 4.4vh;
  z-index: 50; }
  @media screen and (max-width: 1024px) {
    .search-global.fixed {
      left: 20px; } }
  @media screen and (max-width: 1024px) {
    .search-global.fixed {
      bottom: 20px; } }
  .search-global.fixed .ion.light-typo {
    color: #fff; }
  .search-global.fixed .ion.dark-typo {
    color: #17161A; }

button.search-submit.btn-loading .ion {
  display: none; }

/*---------------------------------
## Product search widget
---------------------------------*/
.search-form,
.woocommerce-product-search {
  position: relative; }
  .search-form label,
  .woocommerce-product-search label {
    font-size: 1em; }
  .search-form .search-submit,
  .woocommerce-product-search .search-submit {
    color: #232226; }
  .search-form button.search,
  .woocommerce-product-search button.search {
    background: none;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 100%;
    border: none;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    outline: none; }
    .search-form button.search:hover,
    .woocommerce-product-search button.search:hover {
      opacity: .6; }

.search-results .clb-page-headline .category-holder:after {
  display: none; }

/*---------------------------------
## Structure
---------------------------------*/
.page-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .page-container {
      padding: 0px 20px; } }
  .page-container.full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 768px) {
      .page-container.full {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  .page-container.top-offset {
    padding-top: 8.8vh; }
    @media screen and (max-width: 768px) {
      .page-container.top-offset {
        padding-top: 40px; } }
  .page-container.bottom-offset {
    padding-bottom: 8.8vh; }
    @media screen and (max-width: 768px) {
      .page-container.bottom-offset {
        padding-bottom: 40px; } }
  .page-container:after {
    content: '';
    clear: both;
    display: table; }

/*---------------------------------
### Container width (specific resolutions)
---------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  body .page-container:not(.full),
  body .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1240px; } }

@media screen and (max-width: 1366px) {
  body .page-container:not(.full),
  body .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1180px; } }

@media screen and (max-width: 1280px) {
  body .page-container:not(.full),
  body .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1090px; } }

/*---------------------------------
### Container width (specific headers)
---------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  body.with-header-6.with-spacer .page-container:not(.full),
  body.with-header-6.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container, body.with-header-7.with-spacer .page-container:not(.full),
  body.with-header-7.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container,
  body .boxed-container .page-container:not(.full),
  body .boxed-container .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1240px - 10.5vh);
    max-width: calc(1240px - 10.5vh); } }

@media screen and (max-width: 1366px) {
  body.with-header-6.with-spacer .page-container:not(.full),
  body.with-header-6.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container, body.with-header-7.with-spacer .page-container:not(.full),
  body.with-header-7.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container,
  body .boxed-container .page-container:not(.full),
  body .boxed-container .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1180px - 10.5vh);
    max-width: calc(1180px - 10.5vh); } }

@media screen and (max-width: 1280px) {
  body.with-header-6.with-spacer .page-container:not(.full),
  body.with-header-6.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container, body.with-header-7.with-spacer .page-container:not(.full),
  body.with-header-7.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container,
  body .boxed-container .page-container:not(.full),
  body .boxed-container .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1090px - 10.5vh);
    max-width: calc(1090px - 10.5vh); } }

@media screen and (max-width: 1600px) and (min-width: 769px) {
  body.with-header-6:not(.with-spacer) .page-container:not(.full),
  body.with-header-6:not(.with-spacer) .vc_row[data-vc-full-width]:not(.vc_row-no-padding), body.with-header-7:not(.with-spacer) .page-container:not(.full),
  body.with-header-7:not(.with-spacer) .vc_row[data-vc-full-width]:not(.vc_row-no-padding) {
    padding-left: -webkit-calc(10.5vh + 20px);
    padding-left: calc(10.5vh + 20px); }
  body.with-header-6:not(.with-spacer) .elementor-section-full_width > .elementor-container,
  body.with-header-6:not(.with-spacer) .elementor-section-stretched > .elementor-container, body.with-header-7:not(.with-spacer) .elementor-section-full_width > .elementor-container,
  body.with-header-7:not(.with-spacer) .elementor-section-stretched > .elementor-container {
    padding-left: -webkit-calc(10.5vh);
    padding-left: calc(10.5vh); } }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  body.with-header-5.with-spacer .page-container:not(.full),
  body.with-header-5.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1240px - 33vh);
    max-width: calc(1240px - 33vh); } }

@media screen and (max-width: 1366px) {
  body.with-header-5.with-spacer .page-container:not(.full),
  body.with-header-5.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1180px - 33vh);
    max-width: calc(1180px - 33vh); } }

@media screen and (max-width: 1280px) {
  body.with-header-5.with-spacer .page-container:not(.full),
  body.with-header-5.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1090px - 33vh);
    max-width: calc(1090px - 33vh); } }

@media screen and (min-width: 1025px) {
  .single-post:not(.single-post-sidebar) .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .single-post:not(.single-post-sidebar) .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .single-post:not(.single-post-sidebar) .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-account:not(.logged-in) .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-account:not(.logged-in) .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-account:not(.logged-in) .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-lost-password .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-lost-password .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-lost-password .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-cart .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-cart .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-cart .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-checkout .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-checkout .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-checkout .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-wishlist .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-wishlist .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-wishlist .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row) {
    padding-left: -webkit-calc(100%/15 * 1);
    padding-left: calc(100%/15 * 1);
    padding-right: -webkit-calc(100%/15 * 1);
    padding-right: calc(100%/15 * 1); }
  .woocommerce-ResetPassword {
    padding-left: -webkit-calc(100%/15 * 1);
    padding-left: calc(100%/15 * 1);
    padding-right: -webkit-calc(100%/15 * 1);
    padding-right: calc(100%/15 * 1); }
  .single-post:not(.single-post-sidebar) .site-content .page-container .vc_row .vc_row.portfolio-grid {
    padding-left: 0;
    padding-right: 0; } }

.boxed-container {
  margin-right: 12vw;
  margin-left: 12vw;
  position: relative; }
  @media screen and (max-width: 768px) {
    .boxed-container {
      margin: 0 !important; } }

.page-content {
  width: 100%;
  float: left; }
  .page-content.with-left-sidebar {
    width: 75%;
    float: right; }
  .page-content.with-right-sidebar {
    width: 75%;
    float: left; }
  @media screen and (max-width: 768px) {
    .page-content.with-left-sidebar, .page-content.with-right-sidebar {
      width: 100%; } }

.single-post .page-content.with-left-sidebar .content-area .vc_col-lg-8, .single-post .page-content.with-right-sidebar .content-area .vc_col-lg-8 {
  left: auto;
  width: 100%; }

/*---------------------------------
## Header
---------------------------------*/
.header {
  background: transparent;
  vertical-align: middle;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 60;
  border-style: none;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(136, 136, 136, 0.15); }
  .header-cap {
    width: 100%;
    height: 14vh; }
    @media screen and (max-width: 1024px) {
      .header-cap {
        height: 100px; } }
  .header-wrap {
    position: relative;
    z-index: 1;
    height: 14vh; }
    @media screen and (max-width: 1024px) {
      .header-wrap {
        height: 100px; } }
    .header-wrap-inner {
      height: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-wrap-inner .left-part,
      .header-wrap-inner .right-part,
      .header-wrap-inner .top-part {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .header-wrap-inner .right-part {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .header-wrap-inner.vertical-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .header-wrap-inner .menu-optional {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .header-wrap:not(.page-container) {
      padding-left: 4.4vh;
      padding-right: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .header-wrap:not(.page-container) {
          padding-left: 20px; } }
      @media screen and (max-width: 1024px) {
        .header-wrap:not(.page-container) {
          padding-right: 20px; } }
    .header-wrap.wrapped-container {
      padding: 0 15px; }
    .header-wrap .top-part {
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1024px) {
        .header-wrap .top-part.page-container {
          padding: 0; } }
    .header-wrap .bottom-part {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
  .header .clb-social {
    display: none; }
  .header svg {
    fill: currentColor; }
  .header ul li {
    list-style: none; }
  .header .favorites-global .ion {
    font-size: 22px;
    color: inherit;
    background-color: transparent; }
  .header .favorites-global,
  .header .search-global {
    display: inline-block; }
  .header .fixed-logo,
  .header .mobile-logo,
  .header .fixed-mobile-logo {
    display: none; }
  @media screen and (min-width: 769px) {
    .header .desktop-hamburger {
      min-width: 56px; }
      .header .desktop-hamburger.-left {
        margin-right: 1rem; }
      .header .desktop-hamburger.-right {
        margin-left: 1rem; } }
  .header:not(.-sticky) .mbl-overlay .btn-round {
    color: initial; }
  .header .branding {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .branding-title {
      font-weight: bold;
      font-size: 1.4em; }
      .header .branding-title .light {
        color: #fff; }
    .header .branding:hover {
      opacity: .65;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .header .branding .logo img,
    .header .branding .mobile-logo img,
    .header .branding .for-onepage img {
      max-height: 66px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .header .branding .logo img,
        .header .branding .mobile-logo img,
        .header .branding .for-onepage img {
          max-height: 46px; } }
    .header .branding .fixed-logo {
      display: none; }
  .header.header-2 .header-wrap .top-part:not(.page-container) {
    padding-left: 4.4vh;
    padding-right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .header.header-2 .header-wrap .top-part:not(.page-container) {
        padding-left: 20px; } }
    @media screen and (max-width: 1024px) {
      .header.header-2 .header-wrap .top-part:not(.page-container) {
        padding-right: 20px; } }
  .header.header-2:not(.-mobile) .header-wrap {
    height: 21vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    padding: 0; }
    .header.header-2:not(.-mobile) .header-wrap .menu-optional {
      min-width: 30vw; }
      .header.header-2:not(.-mobile) .header-wrap .menu-optional-left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .header.header-2:not(.-mobile) .header-wrap .menu-optional-left > li:first-child {
          padding-left: 0; }
      .header.header-2:not(.-mobile) .header-wrap .menu-optional-right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .header.header-2:not(.-mobile) .header-wrap .top-part.page-container:after {
      content: none; }
    .header.header-2:not(.-mobile) .header-wrap .middle-part {
      border-top: 1px solid rgba(136, 136, 136, 0.15); }
    .header.header-2:not(.-mobile) .header-wrap .bottom-part {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .header.header-2:not(.-mobile) .header-wrap .top-part,
    .header.header-2:not(.-mobile) .header-wrap .bottom-part {
      height: auto;
      padding-top: 1.5vh;
      padding-bottom: 1.5vh; }
  .header.header-2:not(.-mobile).-sticky .header-wrap {
    height: 17vh; }
  .header.header-2.-mobile .header-wrap {
    padding: 0; }
  .header.header-2.-mobile .branding + .menu-optional {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .header.header-2 .header-wrap .menu-optional {
      min-width: auto !important; }
    .header.header-2 .branding + .menu-optional {
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .header.header-3:not(.-mobile) .nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .header.header-4 .menu-blank {
    margin-right: 10vw; }
  .header.header-4 .left-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header.header-4 .left-part .desktop-hamburger {
      margin-right: 1rem; }
    .header.header-4 .left-part .menu-optional > li:first-child {
      padding-left: 0; }
  .header.header-4:not(.-mobile) {
    opacity: 0;
    -webkit-transition-duration: 0.05s;
         -o-transition-duration: 0.05s;
            transition-duration: 0.05s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
    .header.header-4:not(.-mobile) .branding {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .header.header-4:not(.-mobile) .branding-title {
        width: auto;
        padding: 0 30px; }
    .header.header-4:not(.-mobile) .left-part,
    .header.header-4:not(.-mobile) .right-part {
      z-index: 20; }
    .header.header-4:not(.-mobile) .top-part {
      height: 100%;
      position: relative; }
      .header.header-4:not(.-mobile) .top-part .nav {
        position: absolute; }
  .header.header-5:not(.-mobile) {
    width: 33vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0; }
    .header.header-5:not(.-mobile) .header-wrap {
      height: 100vh;
      padding-bottom: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .header.header-5:not(.-mobile) .header-wrap {
          padding-bottom: 20px; } }
      .header.header-5:not(.-mobile) .header-wrap .top-part {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 14vh; }
        @media screen and (max-width: 1024px) {
          .header.header-5:not(.-mobile) .header-wrap .top-part {
            height: 100px; } }
      .header.header-5:not(.-mobile) .header-wrap .bottom-part {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .header.header-5:not(.-mobile) .middle-part,
    .header.header-5:not(.-mobile) .mbl-overlay {
      width: 100%; }
    .header.header-5:not(.-mobile) .menu {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header.header-5:not(.-mobile) .menu li {
        font-size: 18px;
        font-weight: 600;
        width: 100%; }
        .header.header-5:not(.-mobile) .menu li a {
          width: 100%;
          padding-top: 0.3rem;
          padding-bottom: 0.3rem; }
          .header.header-5:not(.-mobile) .menu li a .has-submenu-icon {
            position: absolute; }
        .header.header-5:not(.-mobile) .menu li .sub-menu {
          margin-left: 4.4vh; }
          @media screen and (max-width: 1024px) {
            .header.header-5:not(.-mobile) .menu li .sub-menu {
              margin-left: 20px; } }
        .header.header-5:not(.-mobile) .menu li > ul {
          -webkit-box-shadow: none;
                  box-shadow: none;
          min-width: 33vh;
          position: absolute;
          top: 0;
          left: -webkit-calc(100% - 0.8rem);
          left: calc(100% - 0.8rem);
          color: #fff;
          background-color: transparent;
          padding: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
          .header.header-5:not(.-mobile) .menu li > ul li {
            -webkit-transition-duration: 0.4s;
                 -o-transition-duration: 0.4s;
                    transition-duration: 0.4s; }
        .header.header-5:not(.-mobile) .menu li:hover > ul,
        .header.header-5:not(.-mobile) .menu li:hover > ul > *, .header.header-5:not(.-mobile) .menu li:hover:after {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          visibility: visible;
          opacity: 1; }
      .header.header-5:not(.-mobile) .menu > .nav-item > a {
        padding-left: 0;
        padding-right: 0; }
      .header.header-5:not(.-mobile) .menu > .nav-item.has-submenu .menu-plus {
        display: initial; }
      .header.header-5:not(.-mobile) .menu > .nav-item.has-submenu .menu-chevron {
        display: none; }
      .header.header-5:not(.-mobile) .menu > .nav-item li {
        padding-left: 4.4vh; }
        @media screen and (max-width: 1024px) {
          .header.header-5:not(.-mobile) .menu > .nav-item li {
            padding-left: 20px; } }
      .header.header-5:not(.-mobile) .menu > .nav-item:after {
        content: "";
        height: 100vh;
        background: rgba(23, 22, 26, 0.99);
        position: fixed;
        left: 33vh;
        right: 0;
        top: 0;
        z-index: -1;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .header.header-5:not(.-mobile) .menu-optional {
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .header.header-5:not(.-mobile) .menu-optional .cart-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .header.header-5:not(.-mobile) .menu-optional > li {
        margin-top: 0.5rem;
        width: 100%; }
        .header.header-5:not(.-mobile) .menu-optional > li, .header.header-5:not(.-mobile) .menu-optional > li:first-child {
          padding-left: 0; }
        .header.header-5:not(.-mobile) .menu-optional > li .submenu_cart {
          top: auto;
          right: auto;
          left: 0;
          margin-bottom: -webkit-calc(56px + 30px);
          margin-bottom: calc(56px + 30px);
          position: fixed;
          bottom: 4.4vh;
          margin-left: 4.4vh; }
          @media screen and (max-width: 1024px) {
            .header.header-5:not(.-mobile) .menu-optional > li .submenu_cart {
              bottom: 20px; } }
          @media screen and (max-width: 1024px) {
            .header.header-5:not(.-mobile) .menu-optional > li .submenu_cart {
              margin-left: 20px; } }
  .header.header-6:not(.-mobile) .branding {
    top: 66px; }
  .header.header-7:not(.-mobile) .header-wrap-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header.header-7:not(.-mobile) .branding {
    top: 0; }
  .header.header-7:not(.-mobile) .middle-part {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .header.header-7.-mobile .top-part {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .header.header-7.-mobile .middle-part {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .header.header-7.-mobile .bottom-part {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .header:not(.-mobile).header-5, .header:not(.-mobile).header-6, .header:not(.-mobile).header-7 {
    border-bottom: none !important;
    border-right-width: 1px;
    border-right-color: rgba(136, 136, 136, 0.15); }
  .header:not(.-mobile).header-6, .header:not(.-mobile).header-7 {
    position: fixed;
    width: 10.5vh;
    left: 0;
    top: 0;
    height: 100%;
    border-bottom: none; }
    .header:not(.-mobile).header-6.-sticky .header-wrap, .header:not(.-mobile).header-7.-sticky .header-wrap {
      height: 100%; }
    .header:not(.-mobile).header-6 .header-wrap, .header:not(.-mobile).header-7 .header-wrap {
      height: 100%; }
    .header:not(.-mobile).header-6 .vertical-inner, .header:not(.-mobile).header-7 .vertical-inner {
      padding-top: 3.4vh;
      padding-bottom: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .header:not(.-mobile).header-6 .vertical-inner, .header:not(.-mobile).header-7 .vertical-inner {
          padding-top: 20px; } }
      @media screen and (max-width: 1024px) {
        .header:not(.-mobile).header-6 .vertical-inner, .header:not(.-mobile).header-7 .vertical-inner {
          padding-bottom: 20px; } }
    .header:not(.-mobile).header-6 .header-wrap, .header:not(.-mobile).header-7 .header-wrap {
      padding: 0; }
    .header:not(.-mobile).header-6 ~ .hamburger-nav.split, .header:not(.-mobile).header-7 ~ .hamburger-nav.split {
      left: 80px;
      z-index: 100; }
    .header:not(.-mobile).header-6 .submenu_cart, .header:not(.-mobile).header-7 .submenu_cart {
      top: auto;
      right: auto;
      left: 0;
      bottom: -60px;
      position: fixed;
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(90deg) translate(0%, 0%);
          -ms-transform: rotate(90deg) translate(0%, 0%);
              transform: rotate(90deg) translate(0%, 0%);
      margin-bottom: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .header:not(.-mobile).header-6 .submenu_cart, .header:not(.-mobile).header-7 .submenu_cart {
          margin-bottom: 20px; } }
    .header:not(.-mobile).header-6 .menu, .header:not(.-mobile).header-7 .menu {
      display: none; }
    .header:not(.-mobile).header-6 .branding, .header:not(.-mobile).header-7 .branding {
      position: absolute;
      left: 0;
      min-width: 35vh;
      min-height: 10.5vh;
      -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: rotate(-90deg) translate(-100%, 0%);
          -ms-transform: rotate(-90deg) translate(-100%, 0%);
              transform: rotate(-90deg) translate(-100%, 0%);
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .header:not(.-mobile).header-6 .top-part-inner, .header:not(.-mobile).header-7 .top-part-inner {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header:not(.-mobile).header-6 .bottom-part, .header:not(.-mobile).header-7 .bottom-part {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      position: relative; }
      .header:not(.-mobile).header-6 .bottom-part .menu-optional, .header:not(.-mobile).header-7 .bottom-part .menu-optional {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 10.5vh;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate(-90deg) translate(0%, 100%);
            -ms-transform: rotate(-90deg) translate(0%, 100%);
                transform: rotate(-90deg) translate(0%, 100%); }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional > li:first-child, .header:not(.-mobile).header-7 .bottom-part .menu-optional > li:first-child {
          padding-left: 1rem; }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional > li:last-child, .header:not(.-mobile).header-7 .bottom-part .menu-optional > li:last-child {
          padding-left: 0; }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional *, .header:not(.-mobile).header-7 .bottom-part .menu-optional * {
          white-space: nowrap; }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional .lang-dropdown, .header:not(.-mobile).header-7 .bottom-part .menu-optional .lang-dropdown {
          min-width: 92px; }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional .ion, .header:not(.-mobile).header-7 .bottom-part .menu-optional .ion {
          -webkit-transform-origin: left bottom;
              -ms-transform-origin: left bottom;
                  transform-origin: left bottom;
          -webkit-transform: rotate(90deg) translate(-100%, 0);
              -ms-transform: rotate(90deg) translate(-100%, 0);
                  transform: rotate(90deg) translate(-100%, 0); }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional .cart-holder, .header:not(.-mobile).header-7 .bottom-part .menu-optional .cart-holder {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
  .header:not(.-mobile).extended-menu .hamburger {
    display: none; }
  .header:not(.-mobile).hamburger-position-right .left-part .hamburger,
  .header:not(.-mobile).hamburger-position-right .menu-optional-left .hamburger,
  .header:not(.-mobile).hamburger-position-right .top-part .hamburger {
    display: none; }
  .header:not(.-mobile).hamburger-position-right .right-part .hamburger,
  .header:not(.-mobile).hamburger-position-right .menu-optional-right .hamburger,
  .header:not(.-mobile).hamburger-position-right .bottom-part .hamburger {
    display: block; }
  .header:not(.-mobile).hamburger-position-left .right-part .hamburger,
  .header:not(.-mobile).hamburger-position-left .menu-optional-right .hamburger,
  .header:not(.-mobile).hamburger-position-left .bottom-part .hamburger {
    display: none; }
  .header:not(.-mobile).hamburger-position-left .left-part .hamburger,
  .header:not(.-mobile).hamburger-position-left .menu-optional-left .hamburger,
  .header:not(.-mobile).hamburger-position-left .top-part .hamburger {
    display: block; }
  .header.-mobile .clb-social {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: rotate(-90deg) translate(0, -90%);
        -ms-transform: rotate(-90deg) translate(0, -90%);
            transform: rotate(-90deg) translate(0, -90%);
    right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .header.-mobile .clb-social {
        right: 20px; } }
    .header.-mobile .clb-social-holder {
      color: #fff; }
  .header.-mobile.header-5 .header-wrap-inner, .header.-mobile.header-6 .header-wrap-inner, .header.-mobile.header-7 .header-wrap-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .header.-mobile.header-5 .header-wrap-inner .top-part,
    .header.-mobile.header-5 .header-wrap-inner .middle-part, .header.-mobile.header-6 .header-wrap-inner .top-part,
    .header.-mobile.header-6 .header-wrap-inner .middle-part, .header.-mobile.header-7 .header-wrap-inner .top-part,
    .header.-mobile.header-7 .header-wrap-inner .middle-part {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header.-mobile.header-5 .header-wrap-inner .middle-part, .header.-mobile.header-6 .header-wrap-inner .middle-part, .header.-mobile.header-7 .header-wrap-inner .middle-part {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .header.-mobile.header-5 .header-wrap-inner .bottom-part, .header.-mobile.header-6 .header-wrap-inner .bottom-part, .header.-mobile.header-7 .header-wrap-inner .bottom-part {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .header.-mobile.header-6 .top-part-inner,
  .header.-mobile.header-6 .middle-part-inner, .header.-mobile.header-7 .top-part-inner,
  .header.-mobile.header-7 .middle-part-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header.-mobile .header-wrap .clb-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    margin-right: 0 !important; }
  .header.-mobile .header-wrap .mbl-overlay.visible .clb-social {
    visibility: visible; }
  @media screen and (max-width: 768px) {
    .header {
      opacity: 0;
      -webkit-transition-duration: 0.05s;
           -o-transition-duration: 0.05s;
              transition-duration: 0.05s;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
           -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity; }
    .header .lang-dropdown-holder {
      display: none; }
      .header .lang-dropdown-holder + li {
        padding-left: 0; }
    .header.header-6 .hamburger, .header.header-7 .hamburger {
      margin-right: 0.6rem; }
    .header.header-6 .mobile-hamburger.-right .hamburger, .header.header-7 .mobile-hamburger.-right .hamburger {
      margin-right: 0; }
    .header.header-6 .bottom-part .menu-optional a, .header.header-6 .bottom-part .menu-optional .ion, .header.header-7 .bottom-part .menu-optional a, .header.header-7 .bottom-part .menu-optional .ion {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .header .mobile-hamburger {
      min-width: 56px; }
      .header .mobile-hamburger.-left {
        margin-right: 0.6rem; }
      .header .mobile-hamburger.-right {
        margin-left: 0.6rem; }
    .header.mobile-hamburger-position-right .left-part .hamburger,
    .header.mobile-hamburger-position-right .menu-optional-left .hamburger,
    .header.mobile-hamburger-position-right .top-part .hamburger,
    .header.mobile-hamburger-position-right .middle-part .hamburger {
      display: none; }
    .header.mobile-hamburger-position-right .right-part .hamburger,
    .header.mobile-hamburger-position-right .menu-optional-right .hamburger,
    .header.mobile-hamburger-position-right .bottom-part .hamburger {
      display: block; }
    .header.mobile-hamburger-position-left .right-part .hamburger,
    .header.mobile-hamburger-position-left .menu-optional-right .hamburger,
    .header.mobile-hamburger-position-left .bottom-part .hamburger {
      display: none; }
    .header.mobile-hamburger-position-left .left-part .hamburger,
    .header.mobile-hamburger-position-left .menu-optional-left .hamburger,
    .header.mobile-hamburger-position-left .top-part .hamburger,
    .header.mobile-hamburger-position-left .middle-part .hamburger {
      display: block; }
    .header .logo.with-mobile {
      display: none; }
    .header .mobile-logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header.header-2 .top-part, .header.header-4 .top-part {
      height: 100%; }
    .header.header-2 .menu-optional.text-right,
    .header.header-2 .menu-optional.text-left, .header.header-4 .menu-optional.text-right,
    .header.header-4 .menu-optional.text-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header.header-2 .menu-optional.text-right li,
      .header.header-2 .menu-optional.text-left li, .header.header-4 .menu-optional.text-right li,
      .header.header-4 .menu-optional.text-left li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .header.header-2 .menu-optional.text-left .wishlist, .header.header-4 .menu-optional.text-left .wishlist {
      display: none; } }
  .header.-sticky {
    background: #fff;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
    .header.-sticky .header-wrap {
      height: 9vh; }
    .header.-sticky.showed {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 1000;
      -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .header.-sticky.with-header-cap {
      margin: 0; }
    .header.-sticky .branding img {
      max-height: 4.5vh; }

:not(.is-mobile-menu).with-header-2 .header-cap {
  height: 21vh; }

:not(.is-mobile-menu).with-header-5.with-spacer .site-content,
:not(.is-mobile-menu).with-header-5.with-spacer [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-5.with-spacer .elementor-section-stretched {
  padding-left: 33vh; }

:not(.is-mobile-menu).with-header-5.with-spacer .site-footer {
  margin-left: 33vh; }

:not(.is-mobile-menu).with-header-5 .elements-bar.left,
:not(.is-mobile-menu).with-header-5 .search-global.fixed,
:not(.is-mobile-menu).with-header-5 .clb-back-link {
  margin-left: 33vh; }

:not(.is-mobile-menu).with-header-7 .hamburger-nav:not(.type2):not(.type3) {
  padding-left: 12vh; }

:not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

:not(.is-mobile-menu).with-header-6.with-spacer .site-content,
:not(.is-mobile-menu).with-header-6.with-spacer [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-6.with-spacer .elementor-section-stretched, :not(.is-mobile-menu).with-header-7.with-spacer .site-content,
:not(.is-mobile-menu).with-header-7.with-spacer [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-7.with-spacer .elementor-section-stretched {
  padding-left: 10.5vh; }

:not(.is-mobile-menu).with-header-6.with-spacer .site-footer, :not(.is-mobile-menu).with-header-7.with-spacer .site-footer {
  margin-left: 10.5vh; }

:not(.is-mobile-menu).with-header-6 .hamburger-nav .close-bar, :not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
  width: 100vh;
  height: 10.5vh;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg) translate(0, -100%);
      -ms-transform: rotate(90deg) translate(0, -100%);
          transform: rotate(90deg) translate(0, -100%);
  padding-left: 3.4vh;
  padding-right: 3.4vh; }
  @media screen and (max-width: 1024px) {
    :not(.is-mobile-menu).with-header-6 .hamburger-nav .close-bar, :not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
      padding-left: 20px; } }
  @media screen and (max-width: 1024px) {
    :not(.is-mobile-menu).with-header-6 .hamburger-nav .close-bar, :not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
      padding-right: 20px; } }

:not(.is-mobile-menu).with-header-6 .elements-bar.left,
:not(.is-mobile-menu).with-header-6 .clb-back-link,
:not(.is-mobile-menu).with-header-6 .search-global.fixed, :not(.is-mobile-menu).with-header-7 .elements-bar.left,
:not(.is-mobile-menu).with-header-7 .clb-back-link,
:not(.is-mobile-menu).with-header-7 .search-global.fixed {
  margin-left: 10.5vh; }

:not(.is-mobile-menu).with-header-6 .search-global.fixed, :not(.is-mobile-menu).with-header-7 .search-global.fixed {
  bottom: 3.4vh; }
  @media screen and (max-width: 1024px) {
    :not(.is-mobile-menu).with-header-6 .search-global.fixed, :not(.is-mobile-menu).with-header-7 .search-global.fixed {
      bottom: 20px; } }

:not(.is-mobile-menu).with-header-5 .header-cap, :not(.is-mobile-menu).with-header-6 .header-cap, :not(.is-mobile-menu).with-header-7 .header-cap {
  display: none; }
  @media screen and (max-width: 768px) {
    :not(.is-mobile-menu).with-header-5 .header-cap, :not(.is-mobile-menu).with-header-6 .header-cap, :not(.is-mobile-menu).with-header-7 .header-cap {
      display: block; } }

:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .header-5,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .header-6,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .header-7, :not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .header-5,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .header-6,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .header-7, :not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .header-5,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .header-6,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .header-7 {
  display: none; }

:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .site-content,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .site-footer, :not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .site-content,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .site-footer, :not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .site-content,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .site-footer {
  margin-left: 0; }

:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .elementor-section-stretched, :not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .elementor-section-stretched, :not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .elementor-section-stretched {
  padding-left: 0; }

.page-is-loaded.is-mobile-menu .nav {
  display: block; }

@media screen and (max-width: 768px) {
  .page-is-loaded .header,
  .page-is-loaded .mbl-overlay {
    opacity: 1; }
  .page-is-loaded .header:not(.-mobile).header-1 .nav-container {
    display: none; } }

.header-dynamic-typo.dark-typo .menu > li > a,
.header-dynamic-typo.dark-typo .menu-optional .cart-total a,
.header-dynamic-typo.dark-typo .menu-optional > li > a:not(.btn-optional),
.header-dynamic-typo.dark-typo .select-styled,
.header-dynamic-typo.dark-typo .menu-optional .btn-round-light:not(.clb-close) .ion,
.header-dynamic-typo.dark-typo .hamburger .ion,
.header-dynamic-typo.dark-typo .menu-blank,
.header-dynamic-typo.dark-typo .branding {
  color: #17161A !important; }

.header-dynamic-typo.dark-typo .branding .logo {
  display: none; }

.header-dynamic-typo.dark-typo .branding .for-onepage .dark {
  display: block !important; }

.header-dynamic-typo.light-typo .menu > li > a,
.header-dynamic-typo.light-typo .menu-optional .cart-total a,
.header-dynamic-typo.light-typo .menu-optional > li > a:not(.btn-optional),
.header-dynamic-typo.light-typo .select-styled,
.header-dynamic-typo.light-typo .menu-optional .btn-round-light:not(.clb-close) .ion,
.header-dynamic-typo.light-typo .hamburger .ion,
.header-dynamic-typo.light-typo .menu-blank,
.header-dynamic-typo.light-typo .branding {
  color: #fff !important; }

.header-dynamic-typo.light-typo .branding .logo {
  display: none !important; }

.header-dynamic-typo.light-typo .branding .for-onepage .light {
  display: block !important; }

.elementor-html .header:not(.header-5):not(.header-6):not(.header-7) {
  z-index: 0; }

.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .header,
.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .clb-slider:not([data-clb-portfolio-lightbox-slider]) .clb-slider-nav-btn,
.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .clb-smooth-slider .clb-slider-nav-btn,
.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .elements-bar.right,
.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .sticky-nav {
  margin-right: 4.4vh; }

.slider-with-bullets.slider-with-bullets-type5 .header,
.slider-with-bullets.slider-with-bullets-type5 .clb-slider-nav-btn,
.slider-with-bullets.slider-with-bullets-type5 .elements-bar.right {
  margin-right: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .slider-with-bullets.slider-with-bullets-type5 .header,
    .slider-with-bullets.slider-with-bullets-type5 .clb-slider-nav-btn,
    .slider-with-bullets.slider-with-bullets-type5 .elements-bar.right {
      margin-right: 20px; } }

.slider-with-bullets.slider-with-bullets-type8 .clb-slider-nav-btn,
.slider-with-bullets.slider-with-bullets-type8 .elements-bar.right {
  margin-right: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .slider-with-bullets.slider-with-bullets-type8 .clb-slider-nav-btn,
    .slider-with-bullets.slider-with-bullets-type8 .elements-bar.right {
      margin-right: 20px; } }

.admin-bar .header:not(.-sticky).-mobile .mbl-overlay {
  height: -webkit-calc(100vh - 46px);
  height: calc(100vh - 46px);
  top: 46px; }

.admin-bar .header:not(.-sticky).-mobile .submenu_cart {
  margin-top: 3rem; }

.admin-bar .clb-popup,
.admin-bar .-sticky:not(.-mobile),
.admin-bar .header-5:not(.-mobile) .top-part,
.admin-bar .header-6:not(.-mobile) .top-part,
.admin-bar .header-7:not(.-mobile) .top-part,
.admin-bar .header-7:not(.-mobile) .middle-part {
  margin-top: 32px; }

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .with-header-5.single-post .post-share .clb-share-bar {
    left: 10px; }
  .with-header-6.single-post .post-share .clb-share-bar,
  .with-header-7.single-post .post-share .clb-share-bar {
    left: -30px; } }

@media screen and (max-width: 768px) {
  .with-header-5.with-spacer .site-content,
  .with-header-5.with-spacer .site-footer,
  .with-header-5.with-spacer [data-vc-stretch-content],
  .with-header-5.with-spacer .elementor-section-stretched,
  .with-header-6.with-spacer .site-content,
  .with-header-6.with-spacer .site-footer,
  .with-header-6.with-spacer [data-vc-stretch-content],
  .with-header-6.with-spacer .elementor-section-stretched,
  .with-header-7.with-spacer .site-content,
  .with-header-7.with-spacer .site-footer,
  .with-header-7.with-spacer [data-vc-stretch-content],
  .with-header-7.with-spacer .elementor-section-stretched {
    padding-left: 0 !important; } }

/*---------------------------------
## Subheader
---------------------------------*/
.subheader {
  background: rgba(131, 131, 131, 0.05);
  color: #6A696C;
  width: 100%;
  vertical-align: middle;
  cursor: default;
  position: relative;
  padding: 8px 25px;
  font-size: 0.88em;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .subheader {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 768px) {
    .subheader {
      padding-right: 0;
      padding-left: 0; } }
  .subheader .select img {
    display: none; }
  .subheader a {
    color: #6A696C; }
  .subheader ul:not(.select-options):not(.dd-options) {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5; }
    .subheader ul:not(.select-options):not(.dd-options) li {
      display: inline-block;
      vertical-align: middle;
      padding: 0; }
    .subheader ul:not(.select-options):not(.dd-options).left > li:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 14px;
      width: 1px;
      background-color: #6A696C;
      margin: -2px 8px 0px 10px; }
    .subheader ul:not(.select-options):not(.dd-options).left > li:last-child:after {
      display: none; }
    .subheader ul:not(.select-options):not(.dd-options).left > li:first-child {
      padding-left: 0; }
    .subheader ul:not(.select-options):not(.dd-options).right > li:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 14px;
      width: 1px;
      background-color: #6A696C;
      margin: -2px 10px 0px 8px; }
    .subheader ul:not(.select-options):not(.dd-options).right > li:first-child:before {
      display: none; }
    .subheader ul:not(.select-options):not(.dd-options).right > li:last-child {
      padding-right: 0; }
    .subheader ul:not(.select-options):not(.dd-options).right > li > .select-dropdown {
      height: 24px;
      line-height: 24px; }
  .subheader .select.select-dropdown {
    z-index: 999; }
    .subheader .select.select-dropdown ul.select-options li {
      width: 100%; }

/*---------------------------------
## Header title
---------------------------------*/
.clb-page-headline {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .clb-page-headline-holder {
    position: relative;
    padding-top: 7.2vh;
    padding-bottom: 7.2vh; }
    @media screen and (max-width: 768px) {
      .clb-page-headline-holder {
        padding-top: 30px; } }
    @media screen and (max-width: 768px) {
      .clb-page-headline-holder {
        padding-bottom: 30px; } }
  .clb-page-headline .bg-image {
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .clb-page-headline:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .clb-page-headline.without-cap {
    padding-top: 14vh; }
    @media screen and (max-width: 1024px) {
      .clb-page-headline.without-cap {
        padding-top: 100px; } }
  .clb-page-headline.full-vh {
    padding-top: 0; }
  .clb-page-headline .clb-title {
    margin: 10px 0px;
    max-width: 60%;
    display: inline-block;
    text-align: inherit; }
    @media screen and (max-width: 768px) {
      .clb-page-headline .clb-title {
        margin: 10px 0px; } }
  .clb-page-headline .clb-post-meta {
    max-width: 60%;
    font-size: 17px; }
    .clb-page-headline .clb-post-meta .clb-post-holder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px;
      list-style: none;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .clb-page-headline .clb-post-meta .clb-post-holder {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          font-size: 0.94rem; } }
    .clb-page-headline .clb-post-meta-item {
      margin-right: 3.4vh;
      line-height: 1.5;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .clb-page-headline .clb-post-meta-item {
          margin-right: 20px; } }
      .clb-page-headline .clb-post-meta-item .prefix {
        font-size: 0.94rem; }
      .clb-page-headline .clb-post-meta-item:first-child {
        margin-right: 15px; }
      .clb-page-headline .clb-post-meta-item .caption {
        color: #6A696C; }
      .clb-page-headline .clb-post-meta-item span, .clb-page-headline .clb-post-meta-item time {
        font-weight: 600; }
    .clb-page-headline .clb-post-meta .btn {
      margin-top: 20px; }
  .clb-page-headline.text-center .clb-post-meta {
    margin: auto; }
    .clb-page-headline.text-center .clb-post-meta .clb-post-holder {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .clb-page-headline.text-right .clb-post-meta {
    margin: auto;
    max-width: 100%; }
  .clb-page-headline.headline-with-parallax {
    position: relative; }
    .clb-page-headline.headline-with-parallax .parallax {
      position: absolute;
      width: 100%; }
  @media screen and (max-width: 768px) {
    .clb-page-headline {
      min-height: 30vh;
      margin-bottom: -15px; }
      .clb-page-headline:before {
        content: '';
        background-color: #fff;
        width: 100%;
        height: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
        -webkit-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2; }
    .clb-page-headline .clb-title,
    .clb-page-headline .clb-post-meta {
      max-width: 100%; } }

@media screen and (min-width: 1025px) {
  .with-header-2 .clb-page-headline.without-cap {
    padding-top: 21vh; }
  .with-header-5 .clb-page-headline.without-cap,
  .with-header-6 .clb-page-headline.without-cap,
  .with-header-7 .clb-page-headline.without-cap {
    padding-top: initial; }
  .single-post .clb-page-headline .clb-title {
    max-width: 80%; } }

/*---------------------------------
## Footer
---------------------------------*/
.site-footer {
  background-color: rgba(136, 136, 136, 0.05); }
  @media screen and (min-width: 1025px) {
    .site-footer.sticky {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 1;
      visibility: hidden; }
      .site-footer.sticky.visible {
        visibility: visible; } }
  .site-footer .widgets {
    padding-top: 8.8vh;
    padding-bottom: 8.8vh;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .site-footer .widgets {
        padding-top: 40px; } }
    @media screen and (max-width: 768px) {
      .site-footer .widgets {
        padding-bottom: 40px; } }
    .site-footer .widgets .subscribe-form input[type="email"] {
      background-color: rgba(136, 136, 136, 0.06); }
    .site-footer .widgets .subscribe-form .btn .text {
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .site-footer .widgets .subscribe-form .btn:hover .text, .site-footer .widgets .subscribe-form .btn:focus .text {
      color: #fff; }
    .site-footer .widgets .socialbar a:hover {
      color: #fff; }
    .site-footer .widgets .socialbar i:hover {
      opacity: 1; }
  .site-footer .page-container + .site-info .site-info-holder {
    border-top: 1px solid rgba(136, 136, 136, 0.15); }
  .site-footer .page-container.full {
    padding-left: 4.4vh;
    padding-right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .site-footer .page-container.full {
        padding-left: 20px; } }
    @media screen and (max-width: 1024px) {
      .site-footer .page-container.full {
        padding-right: 20px; } }
  .site-footer .site-info {
    font-size: 0.94rem; }
    .site-footer .site-info-holder {
      padding-top: 3.4vh;
      padding-bottom: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .site-footer .site-info-holder {
          padding-top: 20px; } }
      @media screen and (max-width: 1024px) {
        .site-footer .site-info-holder {
          padding-bottom: 20px; } }
      .site-footer .site-info-holder:after {
        content: '';
        display: table;
        clear: both; }
  @media screen and (max-width: 768px) {
    .site-footer .left,
    .site-footer .right {
      width: 100%;
      text-align: left; }
    .site-footer .right {
      margin-top: 10px; } }

/*---------------------------------
## Menus
---------------------------------*/
.menu-blank {
  background-color: rgba(136, 136, 136, 0.06);
  padding: 0.8rem 1.2rem;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .menu-blank a {
    font-weight: bold;
    font-family: inherit; }

.has-submenu-icon {
  position: absolute;
  color: currentColor;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 0;
  font-size: 0.94rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  opacity: .65; }
  .has-submenu-icon .menu-plus {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.has-submenu:hover > a > .has-submenu-icon .menu-plus, .has-submenu.active > a > .has-submenu-icon .menu-plus, .has-submenu.visible > a > .has-submenu-icon .menu-plus {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.nav {
  cursor: default;
  position: relative;
  z-index: 10;
  font-weight: 500;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav a:before,
  .nav .close-bar {
    display: none; }
  .nav .mbl-overlay {
    display: block; }
  .nav.with-counters .nav-item {
    counter-increment: number; }
    .nav.with-counters .nav-item > a > span {
      position: relative; }
      .nav.with-counters .nav-item > a > span:before {
        content: "0" counter(number);
        display: inline-block;
        font-weight: bold;
        width: auto;
        right: 0;
        top: -0.75em;
        line-height: 0.6em;
        font-size: 0.6em;
        position: absolute;
        height: auto;
        opacity: .75; }
        @media screen and (max-width: 768px) {
          .nav.with-counters .nav-item > a > span:before {
            display: none; } }
  .nav.hidden {
    display: none; }

.header:not(.-mobile) .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header:not(.-mobile) .menu li {
    position: relative;
    padding: 0; }
    .header:not(.-mobile) .menu li span {
      white-space: normal;
      line-height: 1.3; }
    .header:not(.-mobile) .menu li > ul {
      width: auto;
      min-width: 210px;
      position: absolute;
      left: 0;
      top: 40px;
      z-index: 10;
      margin: 0;
      padding-top: 15px;
      padding-bottom: 15px;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-transform-origin: 50% -50px;
          -ms-transform-origin: 50% -50px;
              transform-origin: 50% -50px;
      -webkit-transform: perspective(300px) rotateX(-15deg);
              transform: perspective(300px) rotateX(-15deg);
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
      -webkit-transition-property: opacity, visibility, -webkit-transform;
      transition-property: opacity, visibility, -webkit-transform;
      -o-transition-property: transform, opacity, visibility;
      transition-property: transform, opacity, visibility;
      transition-property: transform, opacity, visibility, -webkit-transform; }
      .header:not(.-mobile) .menu li > ul > li {
        line-height: 100%;
        font-size: .96rem;
        font-weight: normal; }
        .header:not(.-mobile) .menu li > ul > li a {
          padding: 8px 25px;
          display: block; }
          .header:not(.-mobile) .menu li > ul > li a:hover {
            background: rgba(136, 136, 136, 0.05); }
          .header:not(.-mobile) .menu li > ul > li a > .has-submenu-icon > .menu-chevron {
            display: none; }
        .header:not(.-mobile) .menu li > ul > li > ul {
          top: -15px;
          left: 100%; }
      .header:not(.-mobile) .menu li > ul .has-submenu-icon {
        margin-right: 25px; }
    .header:not(.-mobile) .menu li:hover > ul, .header:not(.-mobile) .menu li.active > ul {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      z-index: 200;
      transform: none;
      visibility: visible;
      opacity: 1; }
    .header:not(.-mobile) .menu li:hover .sub-menu-wide ul, .header:not(.-mobile) .menu li.active .sub-menu-wide ul {
      visibility: visible;
      opacity: 1; }
  .header:not(.-mobile) .menu > .nav-item {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .header:not(.-mobile) .menu > .nav-item > a {
      padding: 0 1.3vw;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header:not(.-mobile) .menu > .nav-item > a > .has-submenu-icon {
        padding-left: 0.5rem;
        position: static; }
        .header:not(.-mobile) .menu > .nav-item > a > .has-submenu-icon > .menu-plus {
          display: none; }
  .header:not(.-mobile) .menu .sub-menu-wide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-calc(100vw - 8.8vh);
    width: calc(100vw - 8.8vh);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 1024px) {
      .header:not(.-mobile) .menu .sub-menu-wide {
        width: -webkit-calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: auto !important; } }
    .header:not(.-mobile) .menu .sub-menu-wide > li {
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); }
      .header:not(.-mobile) .menu .sub-menu-wide > li > a.menu-link {
        text-transform: uppercase;
        opacity: 0.65;
        font-size: .8em;
        font-weight: 600;
        margin-bottom: 0.5rem; }
        .header:not(.-mobile) .menu .sub-menu-wide > li > a.menu-link:hover {
          background: transparent; }
    .header:not(.-mobile) .menu .sub-menu-wide ul {
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .header:not(.-mobile) .menu .sub-menu-wide .has-submenu-icon {
      display: none; }
  .header:not(.-mobile) .menu:hover .nav-item:not(:hover) {
    opacity: 0.5; }

.header:not(.-mobile) .mbl-overlay {
  height: 100%; }
  .header:not(.-mobile) .mbl-overlay .lang-dropdown {
    display: none; }
  .header:not(.-mobile) .mbl-overlay-container {
    height: 100%; }

.header:not(.-mobile) .copyright,
.header:not(.-mobile) .mobile-hamburger {
  display: none; }

.header:not(.-mobile) .nav-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header:not(.-mobile) .nav.with-mobile-menu #mobile-menu {
  display: none; }

.header.-mobile .menu-chevron {
  display: none; }

.header.-mobile .menu li > ul {
  height: 0px;
  margin: 0;
  padding-left: 15px;
  overflow: hidden;
  font-size: 0.95em;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .header.-mobile .menu li > ul.active {
    height: auto; }
  .header.-mobile .menu li > ul li {
    padding: 0; }
    .header.-mobile .menu li > ul li.active {
      font-weight: 600; }
  .header.-mobile .menu li > ul ul {
    font-weight: 500; }

.header.-mobile .menu > .nav-item {
  font-size: 17px;
  position: relative;
  padding: 0;
  margin: 0 -20px; }
  .header.-mobile .menu > .nav-item a {
    display: block;
    line-height: 2em;
    padding: 5px 20px;
    position: relative; }
    .header.-mobile .menu > .nav-item a .has-submenu-icon {
      right: 20px; }
  .header.-mobile .menu > .nav-item.active > a {
    background-color: rgba(136, 136, 136, 0.05); }
    .header.-mobile .menu > .nav-item.active > a:before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 2px;
      left: 0;
      top: 0;
      opacity: 1;
      background-color: currentColor; }

.header.-mobile .nav .close-bar {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header.-mobile .nav.with-mobile-menu #primary-menu {
  display: none; }

.header.-mobile .nav:not(.with-mobile-menu) #mobile-menu {
  display: none; }

.header.-mobile .mbl-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .header.-mobile .mbl-overlay-bg {
    position: fixed;
    background-color: rgba(23, 22, 26, 0.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
  .header.-mobile .mbl-overlay-container {
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 1;
    background-color: #fff;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    text-align: left;
    overflow-y: auto;
    padding: 100px 20px;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition-duration: .25s;
         -o-transition-duration: .25s;
            transition-duration: .25s;
    opacity: 0; }
  .header.-mobile .mbl-overlay .lang-dropdown {
    display: inline-block;
    margin-top: 20px; }
  .header.-mobile .mbl-overlay .copyright {
    font-weight: 400;
    font-size: 0.94rem;
    margin-top: 20px; }
  .header.-mobile .mbl-overlay .select {
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    font-size: 0.94rem; }
  .header.-mobile .mbl-overlay.visible .mbl-overlay-container {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1; }

.header.-mobile .desktop-hamburger {
  display: none; }

.header.-mobile.-sticky .clb-social {
  position: absolute; }

.header.-mobile.-sticky .close-bar {
  position: static; }
  .header.-mobile.-sticky .close-bar .clb-close {
    z-index: 10; }
  .header.-mobile.-sticky .close-bar .search-global {
    position: absolute; }

.header.-mobile:not(.without-mobile-search) .search-global {
  display: block !important; }

.header.-mobile.without-mobile-search .search-global {
  display: none; }

@media screen and (max-width: 768px) {
  .header .mbl-overlay {
    opacity: 0; } }

.hamburger {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  vertical-align: top; }
  .hamburger-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .hamburger-holder ._shape {
      width: 18px;
      margin: 3px 0px;
      display: block;
      height: 2px;
      background-color: currentColor; }

.menu-optional {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .menu-optional > li {
    padding-left: 1rem; }
    .menu-optional > li:first-child {
      padding-left: 2vw; }
      @media screen and (max-width: 768px) {
        .menu-optional > li:first-child {
          padding-left: 0; } }
  .menu-optional .cart-holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .menu-optional .cart {
    position: relative; }
    .menu-optional .cart .icon {
      display: block;
      text-align: center; }
      .menu-optional .cart .icon svg {
        height: 18px; }
    .menu-optional .cart-total {
      margin: 0px 5px;
      font-weight: 600;
      font-size: .9em; }
    .menu-optional .cart-counter {
      position: absolute;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 18px;
      min-width: 18px;
      padding: 0px 5px;
      color: #fff;
      top: 0;
      right: 0;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: .4em;
      font-weight: 600;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

.hamburger-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .hamburger-nav {
      padding: 20px; } }
  .hamburger-nav-holder {
    height: 100%;
    top: 4.4vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1024px) {
      .hamburger-nav-holder {
        top: 20px; } }
  .hamburger-nav .menu {
    counter-reset: number;
    width: 25%;
    position: relative; }
    .hamburger-nav .menu li {
      color: #fff; }
    .hamburger-nav .menu-blank {
      color: #fff; }
    @media screen and (max-width: 1024px) {
      .hamburger-nav .menu {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3); } }
    .hamburger-nav .menu .menu-chevron {
      display: none; }
    .hamburger-nav .menu.menu-blank {
      width: auto;
      margin: 0;
      color: #fff; }
    .hamburger-nav .menu .nav-item {
      counter-increment: number; }
      .hamburger-nav .menu .nav-item > a:before {
        content: "0" counter(number);
        display: inline-block;
        opacity: 1;
        font-weight: bold;
        width: auto;
        vertical-align: top;
        line-height: 20px;
        font-size: 14px;
        position: relative;
        height: auto;
        background: transparent;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        color: rgba(255, 255, 255, 0.35);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        @media screen and (max-width: 768px) {
          .hamburger-nav .menu .nav-item > a:before {
            font-size: 11px; } }
    .hamburger-nav .menu .mega-menu-item {
      padding: 5px 50px 5px 0px;
      list-style-type: none;
      line-height: 1;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .hamburger-nav .menu .mega-menu-item > a {
        width: 100%;
        vertical-align: middle;
        font-weight: bold;
        font-size: 5vh;
        font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        display: block;
        position: relative;
        z-index: 2; }
        .hamburger-nav .menu .mega-menu-item > a span {
          line-height: 1.2;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .hamburger-nav .menu .mega-menu-item > ul {
        width: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        .hamburger-nav .menu .mega-menu-item > ul.visible {
          opacity: 1;
          visibility: visible; }
      .hamburger-nav .menu .mega-menu-item:hover > a span, .hamburger-nav .menu .mega-menu-item.active > a span {
        opacity: .5;
        -webkit-transform: translateX(1rem);
            -ms-transform: translateX(1rem);
                transform: translateX(1rem); }
      .hamburger-nav .menu .mega-menu-item:hover > a:before, .hamburger-nav .menu .mega-menu-item.active > a:before {
        -webkit-transform: translateX(1rem);
            -ms-transform: translateX(1rem);
                transform: translateX(1rem);
        opacity: 0; }
      .hamburger-nav .menu .mega-menu-item:hover > a .ion, .hamburger-nav .menu .mega-menu-item.active > a .ion {
        color: #d90a2c; }
      .hamburger-nav .menu .mega-menu-item:hover > ul, .hamburger-nav .menu .mega-menu-item.active > ul {
        opacity: 1;
        visibility: visible; }
        .hamburger-nav .menu .mega-menu-item:hover > ul > *, .hamburger-nav .menu .mega-menu-item.active > ul > * {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          visibility: visible;
          opacity: 1; }
  .hamburger-nav-details {
    font-size: 0.94rem;
    color: rgba(255, 255, 255, 0.35);
    padding-top: 2rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .hamburger-nav-details .select-holder {
      display: inline-block; }
      .hamburger-nav-details .select-holder select {
        background-color: rgba(255, 255, 255, 0.05);
        color: #fff; }
    .hamburger-nav-details .details-column {
      width: 25%;
      margin: 1rem 0; }
      @media screen and (max-width: 1024px) {
        .hamburger-nav-details .details-column {
          width: -webkit-calc(100% / 3);
          width: calc(100% / 3); } }
      .hamburger-nav-details .details-column b {
        color: #fff; }
  .hamburger-nav:not(.type2):not(.type3) {
    padding-left: 7.2vh;
    padding-right: 7.2vh; }
    @media screen and (max-width: 768px) {
      .hamburger-nav:not(.type2):not(.type3) {
        padding-left: 30px; } }
    @media screen and (max-width: 768px) {
      .hamburger-nav:not(.type2):not(.type3) {
        padding-right: 30px; } }
    .hamburger-nav:not(.type2):not(.type3) .menu .nav-item > a:before {
      margin-right: 0.5rem; }
  .hamburger-nav.type2, .hamburger-nav.type3 {
    display: block; }
    .hamburger-nav.type2 .page-container, .hamburger-nav.type3 .page-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
    .hamburger-nav.type2 .hamburger-nav-holder, .hamburger-nav.type3 .hamburger-nav-holder {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow-x: hidden;
      overflow-y: scroll;
      scrollbar-width: none; }
      .hamburger-nav.type2 .hamburger-nav-holder::-webkit-scrollbar, .hamburger-nav.type2 .hamburger-nav-holder::-webkit-scrollbar-thumb, .hamburger-nav.type3 .hamburger-nav-holder::-webkit-scrollbar, .hamburger-nav.type3 .hamburger-nav-holder::-webkit-scrollbar-thumb {
        visibility: hidden; }
    .hamburger-nav.type2 .menu, .hamburger-nav.type3 .menu {
      min-width: initial;
      text-align: center;
      width: 40vw; }
      .hamburger-nav.type2 .menu .has-submenu-icon, .hamburger-nav.type3 .menu .has-submenu-icon {
        position: static;
        top: 0;
        right: 0;
        margin-left: -46px;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        z-index: 1; }
        .hamburger-nav.type2 .menu .has-submenu-icon .ion, .hamburger-nav.type3 .menu .has-submenu-icon .ion {
          background-color: transparent;
          font-size: 1.25em; }
      .hamburger-nav.type2 .menu li, .hamburger-nav.type3 .menu li {
        padding-right: 0;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        text-transform: uppercase; }
        .hamburger-nav.type2 .menu li > a, .hamburger-nav.type3 .menu li > a {
          position: relative;
          width: auto;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .hamburger-nav.type2 .menu li > a span, .hamburger-nav.type3 .menu li > a span {
            padding: 0px 10px;
            -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
            .hamburger-nav.type2 .menu li > a span.cloned, .hamburger-nav.type3 .menu li > a span.cloned {
              position: absolute;
              top: 0;
              -webkit-transform: translateY(100%);
                  -ms-transform: translateY(100%);
                      transform: translateY(100%);
              opacity: 0; }
          .hamburger-nav.type2 .menu li > a:before, .hamburger-nav.type3 .menu li > a:before {
            position: absolute;
            left: -1rem; }
        .hamburger-nav.type2 .menu li > ul, .hamburger-nav.type3 .menu li > ul {
          max-height: 0vh;
          overflow: hidden;
          position: static;
          visibility: visible !important;
          opacity: 1 !important;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin: 0;
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
          .hamburger-nav.type2 .menu li > ul span, .hamburger-nav.type3 .menu li > ul span {
            font-size: 0.75em; }
        .hamburger-nav.type2 .menu li.active > ul, .hamburger-nav.type3 .menu li.active > ul {
          max-height: 100vh;
          margin-top: 20px;
          margin-bottom: 20px; }
        .hamburger-nav.type2 .menu li:hover .has-submenu-icon, .hamburger-nav.type2 .menu li.active .has-submenu-icon, .hamburger-nav.type3 .menu li:hover .has-submenu-icon, .hamburger-nav.type3 .menu li.active .has-submenu-icon {
          -webkit-transform: translateX(100%);
              -ms-transform: translateX(100%);
                  transform: translateX(100%); }
        .hamburger-nav.type2 .menu li:hover > a span:not(.cloned), .hamburger-nav.type2 .menu li.active > a span:not(.cloned), .hamburger-nav.type3 .menu li:hover > a span:not(.cloned), .hamburger-nav.type3 .menu li.active > a span:not(.cloned) {
          -webkit-transform: translateY(-110%);
              -ms-transform: translateY(-110%);
                  transform: translateY(-110%); }
        .hamburger-nav.type2 .menu li:hover > a span.cloned, .hamburger-nav.type2 .menu li.active > a span.cloned, .hamburger-nav.type3 .menu li:hover > a span.cloned, .hamburger-nav.type3 .menu li.active > a span.cloned {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          opacity: .5; }
  .hamburger-nav.type2 .hamburger-nav-details {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .hamburger-nav.type3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; }
    .hamburger-nav.type3 > .page-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .hamburger-nav.type3 > .page-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .hamburger-nav.type3 .hamburger-nav-holder {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 75%; }
      @media screen and (max-width: 768px) {
        .hamburger-nav.type3 .hamburger-nav-holder {
          width: 100%; } }
    .hamburger-nav.type3 .menu {
      width: 100%;
      max-height: 80vh; }
      .hamburger-nav.type3 .menu .mega-menu-item > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow: hidden;
        padding-left: 20px;
        font-size: 10vh; }
        @media screen and (max-width: 768px) {
          .hamburger-nav.type3 .menu .mega-menu-item > a {
            font-size: 9vw; } }
        .hamburger-nav.type3 .menu .mega-menu-item > a span {
          line-height: .95; }
          .hamburger-nav.type3 .menu .mega-menu-item > a span.cloned {
            width: 100%;
            -webkit-text-stroke: 1px currentColor;
            -webkit-text-fill-color: transparent; }
        .hamburger-nav.type3 .menu .mega-menu-item > a:before {
          left: 0; }
    .hamburger-nav.type3 .hamburger-nav-details {
      width: 25%;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .hamburger-nav.type3 .hamburger-nav-details {
          padding-left: 20px; } }
      @media screen and (max-width: 768px) {
        .hamburger-nav.type3 .hamburger-nav-details {
          height: auto;
          width: 100%;
          padding-left: 0; } }
      .hamburger-nav.type3 .hamburger-nav-details .details-column {
        width: 100%; }

.is-mobile-menu .hamburger-nav {
  display: none; }

/*---------------------------------
## Submenu cart
---------------------------------*/
.submenu_cart {
  position: absolute;
  text-align: left;
  right: -10px;
  top: 120%;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  z-index: 101;
  width: 420px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-transform-origin: 50% -50px;
      -ms-transform-origin: 50% -50px;
          transform-origin: 50% -50px;
  -webkit-transform: perspective(300px) rotateX(-15deg);
          transform: perspective(300px) rotateX(-15deg);
  -webkit-border-radius: 6px;
  border-radius: 6px; }
  .submenu_cart .btn-round {
    margin-right: 15px; }
  .submenu_cart .widget_shopping_cart_content {
    padding-left: 3.4vh;
    padding-right: 3.4vh;
    padding-bottom: 3.4vh;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .submenu_cart .widget_shopping_cart_content {
        padding-left: 20px; } }
    @media screen and (max-width: 1024px) {
      .submenu_cart .widget_shopping_cart_content {
        padding-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .submenu_cart .widget_shopping_cart_content {
        padding-bottom: 20px; } }
  .submenu_cart.visible {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; }
    .submenu_cart.visible .cart_heading {
      position: relative; }
  .submenu_cart .cart_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px; }
    .submenu_cart .cart_header .btn-round .ion {
      color: initial; }
  .submenu_cart .cart_heading {
    color: #17161A;
    padding-left: 3.4vh; }
    @media screen and (max-width: 1024px) {
      .submenu_cart .cart_heading {
        padding-left: 20px; } }
    .submenu_cart .cart_heading h6 {
      font-size: 1.2em; }
  @media screen and (max-width: 768px) {
    .submenu_cart {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      position: fixed;
      left: 20px;
      right: 20px;
      top: 80px; } }

.widget_shopping_cart_content .mini_cart_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding: 15px 0 !important;
  border-top: 1px solid rgba(136, 136, 136, 0.15); }
  .widget_shopping_cart_content .mini_cart_item:after {
    content: '';
    display: table;
    clear: both; }
  .widget_shopping_cart_content .mini_cart_item .font-titles {
    font-weight: 600;
    display: inline-block;
    max-width: 90%;
    line-height: 1.1; }
  .widget_shopping_cart_content .mini_cart_item:hover a.remove {
    opacity: 1;
    visibility: visible; }

.widget_shopping_cart_content .woocommerce-mini-cart {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto; }

.widget_shopping_cart_content .mini-cart-image {
  position: relative; }
  .widget_shopping_cart_content .mini-cart-image img {
    width: 70px;
    max-width: 70px;
    height: 70px;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .widget_shopping_cart_content .mini-cart-image img {
        width: 60px;
        max-width: 60px;
        height: 60px; } }
  .widget_shopping_cart_content .mini-cart-image a.remove {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .widget_shopping_cart_content .mini-cart-image a.remove .ion {
      height: 40px;
      width: 40px;
      line-height: 40px; }

.widget_shopping_cart_content .mini-cart-description {
  padding-left: 15px;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25; }
  .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px); }
    .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > * {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title {
        padding-right: 10px; } }
    .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > a {
      display: inline-block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 600;
      font-size: 1.1em;
      font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title .quantity {
      position: absolute;
      top: 0;
      right: 0;
      white-space: nowrap; }
      .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title .quantity .ion {
        font-size: 13px;
        margin-right: 5px; }

.widget_shopping_cart_content .quantity span {
  font-weight: 600; }

.widget_shopping_cart_content .mini-cart-price .amount {
  font-weight: 600; }

.widget_shopping_cart_content .total {
  border-top: 1px solid rgba(136, 136, 136, 0.15);
  padding: 15px 0px;
  margin: 0; }
  .widget_shopping_cart_content .total strong {
    font-weight: 500; }
  .widget_shopping_cart_content .total .amount {
    float: right;
    font-weight: 600; }

.widget_shopping_cart_content .buttons {
  margin: 0;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize; }
  .widget_shopping_cart_content .buttons a.button {
    display: block; }
    .widget_shopping_cart_content .buttons a.button:hover {
      text-decoration: none;
      opacity: 1 !important; }
    .widget_shopping_cart_content .buttons a.button:first-child {
      display: inline-block;
      width: auto;
      position: relative;
      background: transparent;
      border: none;
      line-height: 1;
      margin-top: 20px;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .widget_shopping_cart_content .buttons a.button:first-child:before {
        display: block;
        bottom: 0; }
    .widget_shopping_cart_content .buttons a.button:last-child {
      width: 100%;
      position: relative;
      color: #fff; }
      .widget_shopping_cart_content .buttons a.button:last-child:before {
        content: "\f287";
        font-family: "Ionicons";
        color: #fff;
        position: absolute;
        right: 16px;
        z-index: 1;
        top: 10px;
        line-height: 1;
        font-weight: normal;
        font-size: 20px; }
      .widget_shopping_cart_content .buttons a.button:last-child:hover:before {
        color: inherit; }

.widget_shopping_cart_content .wcppec-cart-widget-button {
  margin-top: 15px;
  float: left; }

.widget_shopping_cart_content .woo-cart-empty {
  padding: 0;
  max-height: 300px; }

.blockOverlay {
  background: rgba(222, 75, 83, 0.2) !important;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/*---------------------------------
## Sidebar
---------------------------------*/
.page-sidebar {
  float: right;
  position: relative;
  z-index: 1;
  width: -webkit-calc(25% - 50px);
  width: calc(25% - 50px);
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .page-sidebar {
      width: 100%;
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10;
      margin: 40px 0px 0px 0px; } }
  .page-sidebar.sidebar-right {
    float: right; }
  .page-sidebar.sidebar-left {
    float: left; }
  .page-sidebar .widget:first-child {
    padding-top: 0; }
    .page-sidebar .widget:first-child > *:first-child {
      margin-top: 0; }
  .page-sidebar .select2 .select2-selection .select2-selection__rendered {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .page-sidebar.sidebar-boxed {
    background-color: rgba(136, 136, 136, 0.05);
    padding: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .page-sidebar.sidebar-boxed {
        padding: 20px; } }

@media screen and (max-width: 768px) {
  .page-container:not(.top-part),
  .page-container .content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; } }

/*---------------------------------
## Navigation
---------------------------------*/
.sticky-nav {
  max-width: 270px;
  position: fixed;
  right: 4.4vh;
  bottom: 4.4vh;
  z-index: 100;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  @media screen and (max-width: 1024px) {
    .sticky-nav {
      right: 20px; } }
  @media screen and (max-width: 1024px) {
    .sticky-nav {
      bottom: 20px; } }
  .sticky-nav-holder {
    padding: 3.4vh;
    padding-top: 20px;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    @media screen and (max-width: 1024px) {
      .sticky-nav-holder {
        padding: 20px; } }
  .sticky-nav-image {
    height: 120px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .sticky-nav-image img {
      margin-top: -25%; }
  .sticky-nav_heading {
    margin: 5px 0 0;
    color: inherit; }
  .sticky-nav_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    right: 16px;
    top: 16px; }
    .sticky-nav_item .nav-holder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .sticky-nav_item .nav-holder a {
        margin-left: 6px; }
  @media screen and (max-width: 768px) {
    .sticky-nav {
      position: static;
      max-width: 100%;
      padding: 20px 0; } }
  .sticky-nav:hover .sticky-nav-image {
    opacity: 1;
    -webkit-transform: translateY(2%);
        -ms-transform: translateY(2%);
            transform: translateY(2%); }
  .sticky-nav-products {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

/*---------------------------------
## Notification
---------------------------------*/
.notification-bar {
  padding: 10px 15px;
  position: fixed;
  bottom: 4.4vh;
  background-color: #f9f9f9;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  max-width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 1024px) {
    .notification-bar {
      bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .notification-bar {
      max-width: 100%;
      left: 20px;
      right: 20px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .notification-bar .notification-text {
    font-size: 0.94rem;
    padding-right: 30px;
    color: inherit; }
    .notification-bar .notification-text a {
      font-weight: 600; }
  .notification-bar .notification-link {
    display: inline-block;
    font-weight: 600; }
    .notification-bar .notification-link a:not(:hover) {
      color: currentColor; }
  .notification-bar .notification-btn {
    margin-top: 10px; }
  .notification-bar .clb-close {
    position: absolute;
    top: 2px;
    right: 2px; }
    .notification-bar .clb-close .ion {
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 18px; }
  .notification-bar.active {
    opacity: 1;
    visibility: visible; }

/*---------------------------------
## Socialbar
---------------------------------*/
.clb-social {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-social-holder {
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none; }
    .clb-social-holder li {
      margin: 0px 5px; }
      .clb-social-holder li a:after {
        content: "/";
        display: inline;
        padding-left: 10px; }
      .clb-social-holder li:last-child a:after {
        display: none; }
    .clb-social-holder.icons li {
      padding: 0px 5px; }
      .clb-social-holder.icons li i {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      .clb-social-holder.icons li a:after {
        display: none; }

/*---------------------------------
## AOS animation
---------------------------------*/
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
       -o-transition-duration: 50ms;
          transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    -webkit-transition-delay: 50ms;
         -o-transition-delay: 50ms;
            transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
       -o-transition-duration: 250ms;
          transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    -webkit-transition-delay: 250ms;
         -o-transition-delay: 250ms;
            transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
       -o-transition-duration: 350ms;
          transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    -webkit-transition-delay: 350ms;
         -o-transition-delay: 350ms;
            transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
       -o-transition-duration: 450ms;
          transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    -webkit-transition-delay: 450ms;
         -o-transition-delay: 450ms;
            transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
       -o-transition-duration: 550ms;
          transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    -webkit-transition-delay: 550ms;
         -o-transition-delay: 550ms;
            transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
       -o-transition-duration: 650ms;
          transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    -webkit-transition-delay: 650ms;
         -o-transition-delay: 650ms;
            transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
       -o-transition-duration: 750ms;
          transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    -webkit-transition-delay: 750ms;
         -o-transition-delay: 750ms;
            transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
       -o-transition-duration: 800ms;
          transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
       -o-transition-duration: 850ms;
          transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    -webkit-transition-delay: 850ms;
         -o-transition-delay: 850ms;
            transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
       -o-transition-duration: 900ms;
          transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    -webkit-transition-delay: 900ms;
         -o-transition-delay: 900ms;
            transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
       -o-transition-duration: 950ms;
          transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    -webkit-transition-delay: 950ms;
         -o-transition-delay: 950ms;
            transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
       -o-transition-duration: 1000ms;
          transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
       -o-transition-duration: 1050ms;
          transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    -webkit-transition-delay: 1050ms;
         -o-transition-delay: 1050ms;
            transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
       -o-transition-duration: 1100ms;
          transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
       -o-transition-duration: 1150ms;
          transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    -webkit-transition-delay: 1150ms;
         -o-transition-delay: 1150ms;
            transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
       -o-transition-duration: 1200ms;
          transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
       -o-transition-duration: 1250ms;
          transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    -webkit-transition-delay: 1250ms;
         -o-transition-delay: 1250ms;
            transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
       -o-transition-duration: 1300ms;
          transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    -webkit-transition-delay: 1300ms;
         -o-transition-delay: 1300ms;
            transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
       -o-transition-duration: 1350ms;
          transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    -webkit-transition-delay: 1350ms;
         -o-transition-delay: 1350ms;
            transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
       -o-transition-duration: 1400ms;
          transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    -webkit-transition-delay: 1400ms;
         -o-transition-delay: 1400ms;
            transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
       -o-transition-duration: 1450ms;
          transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    -webkit-transition-delay: 1450ms;
         -o-transition-delay: 1450ms;
            transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
       -o-transition-duration: 1500ms;
          transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    -webkit-transition-delay: 1500ms;
         -o-transition-delay: 1500ms;
            transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
       -o-transition-duration: 1550ms;
          transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    -webkit-transition-delay: 1550ms;
         -o-transition-delay: 1550ms;
            transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
       -o-transition-duration: 1600ms;
          transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    -webkit-transition-delay: 1600ms;
         -o-transition-delay: 1600ms;
            transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
       -o-transition-duration: 1650ms;
          transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    -webkit-transition-delay: 1650ms;
         -o-transition-delay: 1650ms;
            transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
       -o-transition-duration: 1700ms;
          transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    -webkit-transition-delay: 1700ms;
         -o-transition-delay: 1700ms;
            transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
       -o-transition-duration: 1750ms;
          transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    -webkit-transition-delay: 1750ms;
         -o-transition-delay: 1750ms;
            transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
       -o-transition-duration: 1800ms;
          transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    -webkit-transition-delay: 1800ms;
         -o-transition-delay: 1800ms;
            transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
       -o-transition-duration: 1850ms;
          transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    -webkit-transition-delay: 1850ms;
         -o-transition-delay: 1850ms;
            transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
       -o-transition-duration: 1900ms;
          transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    -webkit-transition-delay: 1900ms;
         -o-transition-delay: 1900ms;
            transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
       -o-transition-duration: 1950ms;
          transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    -webkit-transition-delay: 1950ms;
         -o-transition-delay: 1950ms;
            transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
       -o-transition-duration: 2000ms;
          transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    -webkit-transition-delay: 2000ms;
         -o-transition-delay: 2000ms;
            transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
       -o-transition-duration: 2050ms;
          transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    -webkit-transition-delay: 2050ms;
         -o-transition-delay: 2050ms;
            transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
       -o-transition-duration: 2100ms;
          transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    -webkit-transition-delay: 2100ms;
         -o-transition-delay: 2100ms;
            transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
       -o-transition-duration: 2150ms;
          transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    -webkit-transition-delay: 2150ms;
         -o-transition-delay: 2150ms;
            transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
       -o-transition-duration: 2200ms;
          transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    -webkit-transition-delay: 2200ms;
         -o-transition-delay: 2200ms;
            transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
       -o-transition-duration: 2250ms;
          transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    -webkit-transition-delay: 2250ms;
         -o-transition-delay: 2250ms;
            transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
       -o-transition-duration: 2300ms;
          transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    -webkit-transition-delay: 2300ms;
         -o-transition-delay: 2300ms;
            transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
       -o-transition-duration: 2350ms;
          transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    -webkit-transition-delay: 2350ms;
         -o-transition-delay: 2350ms;
            transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
       -o-transition-duration: 2400ms;
          transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    -webkit-transition-delay: 2400ms;
         -o-transition-delay: 2400ms;
            transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
       -o-transition-duration: 2450ms;
          transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    -webkit-transition-delay: 2450ms;
         -o-transition-delay: 2450ms;
            transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
       -o-transition-duration: 2500ms;
          transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    -webkit-transition-delay: 2500ms;
         -o-transition-delay: 2500ms;
            transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
       -o-transition-duration: 2550ms;
          transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    -webkit-transition-delay: 2550ms;
         -o-transition-delay: 2550ms;
            transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
       -o-transition-duration: 2600ms;
          transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    -webkit-transition-delay: 2600ms;
         -o-transition-delay: 2600ms;
            transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
       -o-transition-duration: 2650ms;
          transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    -webkit-transition-delay: 2650ms;
         -o-transition-delay: 2650ms;
            transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
       -o-transition-duration: 2700ms;
          transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    -webkit-transition-delay: 2700ms;
         -o-transition-delay: 2700ms;
            transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
       -o-transition-duration: 2750ms;
          transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    -webkit-transition-delay: 2750ms;
         -o-transition-delay: 2750ms;
            transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
       -o-transition-duration: 2800ms;
          transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    -webkit-transition-delay: 2800ms;
         -o-transition-delay: 2800ms;
            transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
       -o-transition-duration: 2850ms;
          transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    -webkit-transition-delay: 2850ms;
         -o-transition-delay: 2850ms;
            transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
       -o-transition-duration: 2900ms;
          transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    -webkit-transition-delay: 2900ms;
         -o-transition-delay: 2900ms;
            transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
       -o-transition-duration: 2950ms;
          transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    -webkit-transition-delay: 2950ms;
         -o-transition-delay: 2950ms;
            transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
       -o-transition-duration: 3000ms;
          transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    -webkit-transition-delay: 3000ms;
         -o-transition-delay: 3000ms;
            transition-delay: 3000ms; }

[data-aos] {
  pointer-events: none; }
  [data-aos].aos-animate {
    pointer-events: auto; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
       -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
        * Zoom animations:
        * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
        * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
        */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */ }
    html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: opacity, transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
      html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    html:not(.no-js) [data-aos='fade-up'] {
      -webkit-transform: translate3d(0, 30px, 0);
              transform: translate3d(0, 30px, 0); }
    html:not(.no-js) [data-aos='fade-right'] {
      -webkit-transform: translate3d(-30px, 0, 0);
              transform: translate3d(-30px, 0, 0); }
    html:not(.no-js) [data-aos='fade-left'] {
      -webkit-transform: translate3d(30px, 0, 0);
              transform: translate3d(30px, 0, 0); }
    html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: opacity, transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
      html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
                transform: translate3d(0, 0, 0) scale(1); }
    html:not(.no-js) [data-aos='zoom-in'] {
      -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
              transform: scale(0.95); }
    html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      visibility: hidden; }
      html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    html:not(.no-js) [data-aos='slide-up'] {
      -webkit-transform: translate3d(0, 10%, 0);
              transform: translate3d(0, 10%, 0); }
    html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    html:not(.no-js) [data-aos='flip-up'] {
      -webkit-transform: perspective(2500px) rotateX(-100deg);
              transform: perspective(2500px) rotateX(-100deg); }
      html:not(.no-js) [data-aos='flip-up'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
                transform: perspective(2500px) rotateX(0); }
    html:not(.no-js) [data-aos='flip-down'] {
      -webkit-transform: perspective(2500px) rotateX(100deg);
              transform: perspective(2500px) rotateX(100deg); }
      html:not(.no-js) [data-aos='flip-down'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
                transform: perspective(2500px) rotateX(0); } }

/*---------------------------------
## Dark mode
---------------------------------*/
.dark-scheme,
.dark-scheme .woo-cart_item_values p span,
.dark-scheme .select-holder select,
.dark-scheme .search-form .search-submit,
.dark-scheme .woocommerce-product-search .search-submit,
.dark-scheme p.subtitle, .dark-scheme .subtitle-font,
.dark-scheme .heading .subtitle,
.dark-scheme .site-footer,
.dark-scheme .site-footer .site-info,
.dark-scheme .site-footer .widgets a,
.dark-scheme .pricing_list_item.disabled,
.dark-scheme a.category {
  color: rgba(255, 255, 255, 0.75); }

.dark-scheme h1, .dark-scheme h2, .dark-scheme h3, .dark-scheme h4, .dark-scheme h5, .dark-scheme h6,
.dark-scheme .socialbar a,
.dark-scheme .font-titles,
.dark-scheme .price,
.dark-scheme .product-item-price,
.dark-scheme .woo-cart_item_name .woo-c_product > a,
.dark-scheme .clb-blank-image i,
.dark-scheme .ohio-slider-sc .btn-round .ion,
.dark-scheme .site-footer .widget-title,
.dark-scheme .site-footer .btn-flat,
.dark-scheme .btn-play.btn-round-outline .ion,
.dark-scheme .socialbar.boxed a i,
.dark-scheme .counter-box-count,
.dark-scheme .search-global.fixed .ion.dark-typo,
.dark-scheme .clb-social.dark-typo,
.dark-scheme .clb-social.dark-typo .font-titles,
.dark-scheme .clb-scroll-top.dark-typo,
.dark-scheme .clb-scroll-top.dark-typo .font-titles,
.dark-scheme .woo_c-product-details .star-rating,
.dark-scheme .portfolio-details .portfolio-details-categories {
  color: #fff; }

.dark-scheme .clb-blank-image svg {
  fill: #fff; }

.dark-scheme mark {
  background: rgba(159, 248, 208, 0.25); }

.dark-scheme .clb-slider-pagination .clb-slider-page {
  background-color: rgba(0, 0, 0, 0.15); }
  .dark-scheme .clb-slider-pagination .clb-slider-page.active {
    background-color: rgba(0, 0, 0, 0.3); }

.dark-scheme,
.dark-scheme .clb-page-headline:before,
.dark-scheme .boxed-container,
.dark-scheme .site-footer,
.dark-scheme .horizontal_accordionItem {
  background-color: #1a191d; }

.dark-scheme .site-content {
  background-color: #1a191d; }

.dark-scheme .horizontal_accordionItem:hover {
  background-color: #1b1a1e; }

.dark-scheme .select2-container--default .select2-results > .select2-results__options,
.dark-scheme .sticky-nav,
.dark-scheme .notification-bar,
.dark-scheme .clb-popup-product .woo_c-product,
.dark-scheme .-sticky .hamburger,
.dark-scheme .header:not(.header-5) .sub-menu,
.dark-scheme .submenu_cart,
.dark-scheme .clb-mode-switcher,
.dark-scheme .sticky-nav_item h6,
.dark-scheme .sticky-product,
.dark-scheme .sticky-product .price,
.dark-scheme .clb-popup-product .price,
.dark-scheme .clb-popup-product .woo_c-product-details-title,
.dark-scheme .header.-sticky,
.dark-scheme .clb-share-bar .socialbar a:not(:hover) i,
.dark-scheme .clb-subscribe,
.dark-scheme .sticky-product-desc .btn,
.dark-scheme .clb-subscribe .btn,
.dark-scheme .select-holder option,
.dark-scheme .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > a:not(:hover),
.dark-scheme .product-item .btn-round-light,
.dark-scheme .woocommerce-mini-cart__buttons .button:first-child,
.dark-scheme .-mobile .nav-item a,
.dark-scheme .-mobile .sub-nav-item a,
.dark-scheme .-sticky .branding-title,
.dark-scheme .woo_c-product .sticky-product-desc .category,
.dark-scheme .mbl-overlay .btn-round-light .ion,
.dark-scheme .mbl-overlay .copyright,
.dark-scheme .mbl-overlay .lang-dropdown {
  color: initial; }

.dark-scheme .header .branding .branding-title .logo .main-logo,
.dark-scheme .header .branding .branding-title .mobile-logo .main-logo {
  display: none; }

.dark-scheme .header .branding .branding-title .logo .dark-scheme-logo,
.dark-scheme .header .branding .branding-title .mobile-logo .dark-scheme-logo {
  display: block; }

.dark-scheme .site-footer .widget_ohio_widget_logo .theme-logo .main-logo {
  display: none; }

.dark-scheme .site-footer .widget_ohio_widget_logo .theme-logo .dark-scheme-logo {
  display: block; }

.dark-scheme .dark_mode_light_row.vc_row,
.dark-scheme .dark_mode_light_column.wpb_column > .vc_column-inner,
.dark-scheme .dark_mode_light_row,
.dark-scheme .dark_mode_light_column > .elementor-column-wrap,
.dark-scheme .dark_mode_light_widget > .elementor-widget-container {
  background-color: rgba(255, 255, 255, 0.025) !important; }

.dark-scheme .clb__dark_mode_fill .vc_column-inner,
.dark-scheme .dark_mode_dark_row,
.dark-scheme .dark_mode_dark_column > .elementor-column-wrap,
.dark-scheme .dark_mode_dark_widget > .elementor-widget-container {
  background-color: rgba(26, 25, 29, 0.95) !important; }

.dark-scheme .clb__dark_mode_spacer, .dark-scheme .clb__dark_mode_spacer .elementor-spacer {
  background-color: #1a191d !important; }

.dark-scheme .clb__dark_mode_spacer_light, .dark-scheme .clb__dark_mode_spacer_light .elementor-spacer {
  background-color: rgba(136, 136, 136, 0.05) !important; }

.dark-scheme .clb__dark_mode_spacer_reset, .dark-scheme .clb__dark_mode_spacer_reset .elementor-spacer {
  background-color: transparent !important; }

.dark-scheme .clb__dark_mode_image img {
  mix-blend-mode: multiply; }

.dark-scheme .vc_row .vc-bg-lines div {
  background-color: rgba(255, 255, 255, 0.03); }

.dark-scheme .woo-cart_item,
.dark-scheme table td, .dark-scheme table th,
.dark-scheme .wp-block-table td,
.dark-scheme .wp-block-table th,
.dark-scheme .woo_c-product-details-variations,
.dark-scheme .icon-box.shape-border .icon-box-icon,
.dark-scheme .wp-block-quote:not(.is-large):not(.is-style-large),
.dark-scheme .woo_c-product-details-variations .single_variation_wrap .woo-variation-price,
.dark-scheme blockquote, .dark-scheme q {
  border-color: rgba(136, 136, 136, 0.15); }

.dark-scheme .circle-progress-bar .circle .progress__meter {
  stroke: rgba(255, 255, 255, 0.1); }

.dark-scheme rs-sbg:after {
  content: "";
  background-color: rgba(23, 22, 26, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; }

.dark-scheme .btn,
.dark-scheme .button,
.dark-scheme .alt {
  color: #fff; }
  .dark-scheme .btn:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus),
  .dark-scheme .button:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus),
  .dark-scheme .alt:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus) {
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
  .dark-scheme .btn.btn-outline,
  .dark-scheme .button.btn-outline,
  .dark-scheme .alt.btn-outline {
    border-color: #6f6f6f; }

.dark-scheme .wc-proceed-to-checkout .button:not(:hover):not(:active):not(:focus) {
  background-color: #6f6f6f;
  border-color: #6f6f6f; }

.dark-scheme .select2-container--default .select2-selection--single,
.dark-scheme input[type="text"],
.dark-scheme input[type="password"],
.dark-scheme input[type="number"],
.dark-scheme input[type="email"],
.dark-scheme input[type="tel"],
.dark-scheme .select-holder select,
.dark-scheme textarea {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.05); }

.dark-scheme .clb-popup .clb-subscribe input[type="email"] {
  background: rgba(136, 136, 136, 0.05); }

.dark-scheme .grid_3 .clb-slider-pagination,
.dark-scheme .grid_4 .clb-slider-pagination,
.dark-scheme .grid_5 .clb-slider-pagination,
.dark-scheme .grid_6 .clb-slider-pagination,
.dark-scheme .grid_7 .clb-slider-pagination,
.dark-scheme .grid_9 .clb-slider-pagination,
.dark-scheme .grid_10 .clb-slider-pagination {
  color: #fff; }

.dark-scheme .grid_3 .portfolio-item-fullscreen .portfolio-item-overlay,
.dark-scheme .grid_5 .portfolio-item-fullscreen .portfolio-item-overlay,
.dark-scheme .grid_6 .portfolio-item-fullscreen .portfolio-item-overlay,
.dark-scheme .grid_9 .portfolio-item-fullscreen .portfolio-item-overlay,
.dark-scheme .grid_10 .portfolio-item-fullscreen .portfolio-item-overlay {
  background: rgba(23, 22, 26, 0.992); }

.dark-scheme .grid_4 .portfolio-item .portfolio-item-overlay {
  background-color: rgba(23, 22, 26, 0.55); }

.dark-scheme .grid_7 .portfolio-item {
  background: rgba(23, 22, 26, 0.992); }
  .dark-scheme .grid_7 .portfolio-item .portfolio-item-image:before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.992)));
    background-image: -webkit-linear-gradient(left, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
    background-image: -o-linear-gradient(left, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
    background-image: linear-gradient(to right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992)); }

.dark-scheme .grid_10 .portfolio-item .portfolio-bg-overlay:before {
  background-color: rgba(23, 22, 26, 0.99); }

.dark-scheme .grid_10 .portfolio-item .portfolio-item-image:before {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.992)));
  background-image: -webkit-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
  background-image: -o-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
  background-image: linear-gradient(to left, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992)); }

.dark-scheme h6.clb-subscribe-content-headline, .dark-scheme h6.sticky-nav_heading, .dark-scheme h6.cart_heading_title {
  color: initial; }

.dark-scheme h5.clb-subscribe-content-headline, .dark-scheme h5.sticky-nav_heading, .dark-scheme h5.cart_heading_title {
  color: initial; }

.dark-scheme h4.clb-subscribe-content-headline, .dark-scheme h4.sticky-nav_heading, .dark-scheme h4.cart_heading_title {
  color: initial; }

.dark-scheme h3.clb-subscribe-content-headline, .dark-scheme h3.sticky-nav_heading, .dark-scheme h3.cart_heading_title {
  color: initial; }

.dark-scheme h2.clb-subscribe-content-headline, .dark-scheme h2.sticky-nav_heading, .dark-scheme h2.cart_heading_title {
  color: initial; }

.dark-scheme h1.clb-subscribe-content-headline, .dark-scheme h1.sticky-nav_heading, .dark-scheme h1.cart_heading_title {
  color: initial; }

@media screen and (max-width: 768px) {
  .dark-scheme .filter-holder {
    color: initial; }
  .dark-scheme .filter-holder .select-holder select {
    background-color: rgba(23, 22, 26, 0.04); }
  .dark-scheme [class*="type"] .woo_c-product-details {
    background-color: #1a191d; } }

.switching *:not(.clb-mode-switcher-toddler),
.switching .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

body:not(.dark-scheme) .header .branding .branding-title .logo .dark-scheme-logo,
body:not(.dark-scheme) .header .branding .branding-title .mobile-logo .dark-scheme-logo {
  display: none; }

body:not(.dark-scheme) .site-footer .widget_ohio_widget_logo .theme-logo .dark-scheme-logo {
  display: none; }

/*---------------------------------
## Elementor
---------------------------------*/
.elementor {
  margin-left: -20px;
  margin-right: -20px; }
  .elementor .elementor-widget-text-editor:not(:first-child) {
    margin-top: -10px; }
  .elementor .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-top: 0;
    padding-bottom: 0; }
  .elementor .animated {
    -webkit-animation-duration: .4s;
            animation-duration: .4s; }

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
  .elementor .fadeInUp {
    -webkit-animation-name: fadeInUpShort;
            animation-name: fadeInUpShort; }
  .elementor .fadeInDown {
    -webkit-animation-name: fadeInDownShort;
            animation-name: fadeInDownShort; }
  .elementor .fadeInLeft {
    -webkit-animation-name: fadeInLeftShort;
            animation-name: fadeInLeftShort; }
  .elementor .fadeInRight {
    -webkit-animation-name: fadeInRightShort;
            animation-name: fadeInRightShort; }

@media screen and (min-width: 1025px) {
  .clb__narrow {
    padding-right: -webkit-calc(10vw + 20px);
    padding-right: calc(10vw + 20px);
    padding-left: -webkit-calc(10vw + 20px);
    padding-left: calc(10vw + 20px); } }

@media screen and (min-width: 1025px) {
  .clb__regular {
    padding-right: -webkit-calc(2vw + 20px);
    padding-right: calc(2vw + 20px);
    padding-left: -webkit-calc(2vw + 20px);
    padding-left: calc(2vw + 20px); } }

.elementor-page .page-container.full .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none; }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .elementor-page .page-container.full .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: none; } }

.builder-switcher {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px; }
  .builder-switcher a {
    padding: 1px 10px;
    border: 1px solid #828084;
    font-size: .86em;
    font-weight: 500;
    -webkit-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s; }
    .builder-switcher a:first-child {
      -webkit-border-bottom-left-radius: 14px;
      border-bottom-left-radius: 14px;
      -webkit-border-top-left-radius: 14px;
      border-top-left-radius: 14px; }
    .builder-switcher a:last-child {
      -webkit-border-bottom-right-radius: 14px;
      border-bottom-right-radius: 14px;
      -webkit-border-top-right-radius: 14px;
      border-top-right-radius: 14px;
      margin-left: -1px; }
    .builder-switcher a.active, .builder-switcher a:hover {
      background-color: #828084;
      color: #fff; }
    .builder-switcher a:not(.active):hover {
      background-color: rgba(0, 0, 0, 0.5); }

/*---------------------------------
# Portfolio
---------------------------------*/
/*---------------------------------
## Portfolio Grid
---------------------------------*/
@media screen and (max-width: 768px) {
  .portfolio-grid {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media screen and (max-width: 768px) {
  .portfolio-grid .grid-item {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.portfolio-grid.is-loading {
  max-height: 0px !important; }
  .portfolio-grid.is-loading .portfolio-item.portfolio-grid-type-1, .portfolio-grid.is-loading .portfolio-item.portfolio-grid-type-2, .portfolio-grid.is-loading .portfolio-item.portfolio-grid-type-11 {
    visibility: hidden;
    opacity: 0; }

.portfolio-sorting {
  width: auto;
  padding-bottom: 3.4vh;
  vertical-align: middle;
  text-align: center;
  font-size: 1.02em; }
  @media screen and (max-width: 1024px) {
    .portfolio-sorting {
      padding-bottom: 20px; } }
  .portfolio-sorting:after {
    content: '';
    display: table;
    clear: both; }
  .portfolio-sorting.text-left {
    text-align: left; }
  .portfolio-sorting.text-right {
    text-align: right; }
  .portfolio-sorting li {
    display: inline-block;
    padding: 0; }
    .portfolio-sorting li:first-child a {
      margin-left: 0; }
    .portfolio-sorting li:last-child a {
      margin-right: 0; }
    .portfolio-sorting li a {
      margin: 0px 16px;
      display: inline-block;
      font-weight: 500;
      position: relative;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      font-size: .98em; }
      @media screen and (max-width: 768px) {
        .portfolio-sorting li a {
          margin: 0px 25px 0px 0px; } }
      .portfolio-sorting li a .num {
        font-size: 10px;
        top: -5px;
        right: -15px;
        text-align: left;
        position: absolute;
        font-size: 0.7em; }
      .portfolio-sorting li a .name {
        position: relative; }
      .portfolio-sorting li a.active {
        color: #d90a2c;
        font-weight: 600; }
  @media screen and (max-width: 768px) {
    .portfolio-sorting {
      padding-right: 0; }
      .portfolio-sorting, .portfolio-sorting.text-right, .portfolio-sorting.text-left {
        text-align: left; } }

.portfolio-onepage-slider.grid_5 {
  overflow: hidden; }
  .portfolio-onepage-slider.grid_5 .clb-slider-nav-btn {
    z-index: 10; }

.grid_12 {
  position: relative;
  counter-reset: portfolio-number; }
  .grid_12 .portfolio-sorting,
  .grid_12 .lazy-load {
    width: 100%; }
  .grid_12 .portfolio-grid-holder {
    position: relative;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    overflow-x: hidden; }
    .grid_12 .portfolio-grid-holder .portfolio-grid {
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: rotate(-90deg) translateY(100%);
          -ms-transform: rotate(-90deg) translateY(100%);
              transform: rotate(-90deg) translateY(100%);
      overflow-y: auto;
      overflow-x: hidden;
      left: 20px;
      bottom: 0;
      right: 0;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      top: auto !important;
      position: absolute !important;
      border-left: 1px solid rgba(136, 136, 136, 0.2); }
      .grid_12 .portfolio-grid-holder .portfolio-grid .grid-item {
        position: static !important;
        left: auto !important;
        top: auto !important;
        padding: 0 0 0 40px !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: -webkit-calc(100% / 10);
        height: calc(100% / 10); }
        @media screen and (min-width: 1025px) and (max-width: 1440px) {
          .grid_12 .portfolio-grid-holder .portfolio-grid .grid-item {
            padding: 0 0 0 25px !important; } }
      .grid_12 .portfolio-grid-holder .portfolio-grid::-webkit-scrollbar, .grid_12 .portfolio-grid-holder .portfolio-grid::-webkit-scrollbar-thumb {
        visibility: hidden; }
      @media screen and (max-width: 768px) {
        .grid_12 .portfolio-grid-holder .portfolio-grid {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          overflow: visible;
          position: relative !important;
          top: auto !important;
          height: auto !important;
          left: auto;
          max-width: 100%; }
          .grid_12 .portfolio-grid-holder .portfolio-grid .grid-item {
            padding: 0 0 5px 20px !important; } }
    .grid_12 .portfolio-grid-holder-underline {
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 1px;
      background-color: rgba(136, 136, 136, 0.65);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .grid_12 .portfolio-grid-images {
    z-index: 10;
    position: relative;
    height: 0;
    width: 0; }
    .grid_12 .portfolio-grid-images .portfolio-item-image {
      position: fixed;
      left: 10px;
      top: 10px;
      opacity: 0;
      visibility: hidden;
      will-change: transform;
      pointer-events: none; }
      .grid_12 .portfolio-grid-images .portfolio-item-image-container {
        -webkit-transition: all linear 1s;
        -o-transition: all linear 1s;
        transition: all linear 1s;
        will-change: transform;
        overflow: hidden; }
        .grid_12 .portfolio-grid-images .portfolio-item-image-container > img {
          -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
                  transform: scale(0.8);
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          max-width: 50%; }
      .grid_12 .portfolio-grid-images .portfolio-item-image.animate {
        -webkit-transition: all linear 0.25s;
        -o-transition: all linear 0.25s;
        transition: all linear 0.25s; }
      .grid_12 .portfolio-grid-images .portfolio-item-image.visible img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
  .grid_12.full-vh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .grid_12.full-vh {
        padding-top: 20px; } }
    .grid_12.full-vh .portfolio-grid-holder {
      margin-bottom: -webkit-calc(6.8vh + 56px);
      margin-bottom: calc(6.8vh + 56px); }
      .grid_12.full-vh .portfolio-grid-holder + .lazy-load {
        margin-top: -webkit-calc(-1 * (3.4vh + 56px));
        margin-top: calc(-1 * (3.4vh + 56px)); }
  @media screen and (max-width: 768px) {
    .grid_12 .portfolio-grid-holder {
      height: auto !important; }
      .grid_12 .portfolio-grid-holder-underline {
        bottom: auto;
        top: 0; } }

.portfolio-item {
  margin: 0;
  position: relative;
  overflow: hidden; }
  .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details {
    padding: 25px;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details {
        padding: 20px; } }
  .portfolio-item-grid.portfolio-grid-type-1.boxed .portfolio-item-image {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
    .portfolio-item-grid.portfolio-grid-type-1.boxed .portfolio-item-image img {
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px; }
  .portfolio-item-grid.portfolio-grid-type-1.boxed .portfolio-item-details {
    padding: 4.4vh;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(136, 136, 136, 0.05); }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1.boxed .portfolio-item-details {
        padding: 20px; } }
  @media screen and (min-width: 1025px) {
    .portfolio-item-grid.portfolio-grid-type-1.metro-style.hover-parallax-img .portfolio-metro-image {
      padding-bottom: 110%; } }
  .portfolio-item-grid.portfolio-grid-type-1:not(.boxed) .portfolio-item-details .show-project {
    left: 0;
    right: 0; }
  .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-headline + .show-project {
    bottom: -25px; }
  .portfolio-item-grid.portfolio-grid-type-1:hover .portfolio-item-details .show-project {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px); }
  @media screen and (max-width: 768px) {
    .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .show-project {
      display: none; }
    .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder {
      -webkit-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
              transform: translateY(0) !important;
      opacity: 1 !important; } }
  .portfolio-item-grid.portfolio-grid-type-2 > a, .portfolio-item-grid.portfolio-grid-type-11 > a {
    display: block; }
  .portfolio-item-grid.portfolio-grid-type-2.metro-style, .portfolio-item-grid.portfolio-grid-type-11.metro-style {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .portfolio-item-grid.portfolio-grid-type-2 *, .portfolio-item-grid.portfolio-grid-type-11 * {
    color: #fff; }
  .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details {
    padding: 4.4vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details {
        padding: 20px; } }
    .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .show-project, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .show-project {
      -webkit-transform: translateY(30px);
          -ms-transform: translateY(30px);
              transform: translateY(30px); }
    .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .portfolio-item-headline + .show-project, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .portfolio-item-headline + .show-project {
      bottom: 25px; }
  .portfolio-item-grid.portfolio-grid-type-2.hover-color-overlay .portfolio-item-details, .portfolio-item-grid.portfolio-grid-type-11.hover-color-overlay .portfolio-item-details {
    z-index: 2; }
  .portfolio-item-grid.portfolio-grid-type-2:before, .portfolio-item-grid.portfolio-grid-type-11:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
    background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    z-index: 1;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .portfolio-item-grid.portfolio-grid-type-2:hover .show-project, .portfolio-item-grid.portfolio-grid-type-11:hover .show-project {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: auto;
    height: auto;
    top: 10px;
    padding: 0;
    z-index: 111111;
    will-change: transform; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .title,
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder {
      background-color: rgba(23, 22, 26, 0.5); }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .title {
      margin: 0;
      padding: 2px 10px; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder {
      padding: 0 10px;
      margin-left: -10px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details.text-center .category-holder {
      margin: 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details.text-right .category-holder {
      margin-right: -10px;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
  .portfolio-item-grid.portfolio-grid-type-11:before {
    display: none; }
  .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details {
    opacity: 1;
    visibility: visible; }
    .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details .category-holder {
      -webkit-transform: translateY(0px) !important;
          -ms-transform: translateY(0px) !important;
              transform: translateY(0px) !important;
      opacity: 1 !important; }
  .portfolio-item-grid.portfolio-grid-type-8 {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details {
      padding: 0; }
      .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details a .portfolio-item-headline {
        display: inline-block;
        font-size: -webkit-calc(46px + 36 * ( (100vw - 576px) / 1024));
        font-size: calc(46px + 36 * ( (100vw - 576px) / 1024)); }
        @media screen and (max-width: 576px) {
          .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details a .portfolio-item-headline {
            font-size: 46px; } }
        @media screen and (min-width: 1600px) {
          .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details a .portfolio-item-headline {
            font-size: 82px; } }
    .portfolio-item-grid.portfolio-grid-type-8:hover .portfolio-item-headline {
      color: inherit; }
    .portfolio-item-grid.portfolio-grid-type-8.invisible {
      opacity: .05 !important;
      visibility: visible !important; }
  .portfolio-item-grid.portfolio-grid-type-12 {
    overflow: visible;
    white-space: nowrap;
    counter-increment: portfolio-number; }
    .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline {
        position: relative; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline:after {
          content: "0" counter(portfolio-number);
          display: inline-block;
          opacity: .65;
          font-weight: bold;
          width: auto;
          top: 0;
          right: 0;
          -webkit-transform: translateX(110%);
              -ms-transform: translateX(110%);
                  transform: translateX(110%);
          position: absolute;
          height: auto;
          background: transparent;
          color: currentColor;
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
          @media screen and (max-width: 768px) {
            .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline:after {
              font-size: .9em; } }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a {
          position: relative;
          display: block; }
          .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline {
            -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            font-size: 6.25vw; }
            @media screen and (min-width: 1025px) and (max-width: 1440px) {
              .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline {
                font-size: 7vw; } }
            @media screen and (max-width: 768px) {
              .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline {
                font-size: 15vw; } }
            .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline:hover {
              -webkit-text-stroke: 1px currentColor;
              -webkit-text-fill-color: transparent; }
      .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .category-holder {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(30px);
            -ms-transform: translateX(30px);
                transform: translateX(30px);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .category-holder a {
          font-weight: 600; }
    .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-image {
      opacity: 0;
      height: 0;
      width: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      z-index: -1; }
      .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-image > img {
        mix-blend-mode: multiply;
        opacity: .3; }
    .portfolio-item-grid.portfolio-grid-type-12:hover .portfolio-item-details .portfolio-item-details-headline:after {
      -webkit-transform: translateX(-15px);
          -ms-transform: translateX(-15px);
              transform: translateX(-15px);
      opacity: 0; }
    .portfolio-item-grid.portfolio-grid-type-12:hover .portfolio-item-details .category-holder {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px); }
    @media screen and (max-width: 768px) {
      .portfolio-item-grid.portfolio-grid-type-12 {
        white-space: normal; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details > a {
          display: block; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .category-holder {
          display: none; } }
  .portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
    font-size: -webkit-calc(17px + 5 * ( (100vw - 576px) / 1024));
    font-size: calc(17px + 5 * ( (100vw - 576px) / 1024));
    margin-bottom: 5px; }
    @media screen and (max-width: 576px) {
      .portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
        font-size: 17px; } }
    @media screen and (min-width: 1600px) {
      .portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
        font-size: 22px; } }
  .portfolio-item-grid .portfolio-item-details .category-holder:after {
    display: none; }
  .portfolio-item-grid .portfolio-item-details .show-project {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    left: 4.4vh;
    right: 4.4vh;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid .portfolio-item-details .show-project {
        left: 20px; } }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid .portfolio-item-details .show-project {
        right: 20px; } }
    .portfolio-item-grid .portfolio-item-details .show-project-link {
      position: relative;
      font-weight: 600;
      display: inline-block; }
      .portfolio-item-grid .portfolio-item-details .show-project-link:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background-color: currentColor;
        top: 50%;
        right: -55px; }
  .portfolio-item-grid .portfolio-item-details.text-right .show-project-link:after {
    left: -55px;
    right: auto; }
  .portfolio-item-grid .portfolio-item-details.text-center .show-project-link:after {
    display: none; }
  .portfolio-item-grid.metro-style .portfolio-metro-image {
    padding-bottom: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder {
    display: block;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder .category, .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .category-holder .category, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder .category {
      font-size: 0.94rem; }
  .portfolio-item-grid.portfolio-grid-type-1 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11 .btn-lightbox {
    position: absolute;
    z-index: 10;
    top: 4.4vh;
    left: 4.4vh;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11 .btn-lightbox {
        top: 20px; } }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11 .btn-lightbox {
        left: 20px; } }
  .portfolio-item-grid.portfolio-grid-type-1:hover .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2:hover .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11:hover .btn-lightbox {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; }
  .portfolio-item-grid.portfolio-grid-type-1:hover .portfolio-item-details .show-project, .portfolio-item-grid.portfolio-grid-type-2:hover .portfolio-item-details .show-project, .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details .show-project {
    opacity: 1; }
  .portfolio-item-grid.portfolio-grid-type-1:hover .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-2:hover .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details .category-holder {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  .portfolio-item-grid .portfolio-item-image {
    width: 100%;
    min-height: 80px;
    position: relative;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-grid .portfolio-item-image .video-module {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      z-index: 11; }
      .portfolio-item-grid .portfolio-item-image .video-module .btn-round {
        position: relative; }
    .portfolio-item-grid .portfolio-item-image img {
      vertical-align: middle;
      display: block; }
  @media screen and (min-width: 1025px) {
    .portfolio-item-grid:active {
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }
  .portfolio-item-fullscreen {
    height: 100vh;
    min-width: 100%; }
    .portfolio-item-fullscreen .details-holder {
      height: 100%; }
      .portfolio-item-fullscreen .details-holder .portfolio-details {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 0;
        padding-bottom: 0; }
    .portfolio-item-fullscreen .portfolio-details {
      position: relative;
      height: 100%;
      min-height: 65vh;
      z-index: 10;
      padding-top: 14vh;
      padding-bottom: 7.2vh;
      padding-left: 0;
      padding-right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media screen and (max-width: 1024px) {
        .portfolio-item-fullscreen .portfolio-details {
          padding-top: 100px; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen .portfolio-details {
          padding-bottom: 30px; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen .portfolio-details {
          padding-top: 100px;
          padding-left: 0;
          padding-right: 30px;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .portfolio-item-fullscreen .portfolio-details:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 50%;
        background-image: url("/wp-content/themes/temitopeYoga/assets/images/pattern.svg"); }
      .portfolio-item-fullscreen .portfolio-details-video {
        margin-bottom: 3.4vh; }
        .portfolio-item-fullscreen .portfolio-details-video .btn-play {
          display: inline-block; }
        @media screen and (max-width: 1024px) {
          .portfolio-item-fullscreen .portfolio-details-video {
            margin-bottom: 20px; } }
      .portfolio-item-fullscreen .portfolio-details-categories {
        margin-bottom: 20px; }
      .portfolio-item-fullscreen .portfolio-details-title h2 {
        font-size: -webkit-calc(46px + 26 * ( (100vw - 576px) / 1024));
        font-size: calc(46px + 26 * ( (100vw - 576px) / 1024)); }
        @media screen and (max-width: 576px) {
          .portfolio-item-fullscreen .portfolio-details-title h2 {
            font-size: 46px; } }
        @media screen and (min-width: 1600px) {
          .portfolio-item-fullscreen .portfolio-details-title h2 {
            font-size: 72px; } }
        @media screen and (max-width: 768px) {
          .portfolio-item-fullscreen .portfolio-details-title h2 {
            margin: 5px 0px 0px; } }
      .portfolio-item-fullscreen .portfolio-details-title h3 {
        margin: 0;
        font-size: -webkit-calc(36px + 4 * ( (100vw - 576px) / 1024));
        font-size: calc(36px + 4 * ( (100vw - 576px) / 1024)); }
        @media screen and (max-width: 576px) {
          .portfolio-item-fullscreen .portfolio-details-title h3 {
            font-size: 36px; } }
        @media screen and (min-width: 1600px) {
          .portfolio-item-fullscreen .portfolio-details-title h3 {
            font-size: 40px; } }
      .portfolio-item-fullscreen .portfolio-details-description {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-top: 15px; }
        .portfolio-item-fullscreen .portfolio-details-description .short-description {
          font-size: -webkit-calc(16.6px + 1 * ( (100vw - 576px) / 1024));
          font-size: calc(16.6px + 1 * ( (100vw - 576px) / 1024));
          opacity: .85; }
          @media screen and (max-width: 576px) {
            .portfolio-item-fullscreen .portfolio-details-description .short-description {
              font-size: 16.6px; } }
          @media screen and (min-width: 1600px) {
            .portfolio-item-fullscreen .portfolio-details-description .short-description {
              font-size: 17.6px; } }
      .portfolio-item-fullscreen .portfolio-details-link {
        margin-top: 25px; }
        @media screen and (max-width: 1024px) {
          .portfolio-item-fullscreen .portfolio-details-link {
            margin-top: 20px; } }
        .portfolio-item-fullscreen .portfolio-details-link .btn {
          font-size: 1.1em; }
        .portfolio-item-fullscreen .portfolio-details-link svg {
          fill: currentColor; }
      .portfolio-item-fullscreen .portfolio-details-date {
        position: relative;
        display: inline-block; }
    .portfolio-item-fullscreen .portfolio-item-image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      position: absolute; }
    .portfolio-item-fullscreen .portfolio-item-overlay {
      background-color: rgba(255, 255, 255, 0.972); }
    .portfolio-item-fullscreen.portfolio-grid-type-3 .portfolio-item-overlay {
      position: relative; }
      .portfolio-item-fullscreen.portfolio-grid-type-3 .portfolio-item-overlay > .page-container {
        height: 100%; }
    .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay {
      position: relative;
      background-color: rgba(255, 255, 255, 0.05);
      height: 100%; }
      .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-details-title h2 {
        font-size: -webkit-calc(46px + 62 * ( (100vw - 576px) / 1024));
        font-size: calc(46px + 62 * ( (100vw - 576px) / 1024)); }
        @media screen and (max-width: 576px) {
          .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-details-title h2 {
            font-size: 46px; } }
        @media screen and (min-width: 1600px) {
          .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-details-title h2 {
            font-size: 108px; } }
      .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-details:before {
        width: 50%;
        height: 20%; }
      @media screen and (min-width: 1025px) {
        .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .short-description {
          padding-right: 40%; } }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-item-bg-title {
          display: none; } }
    .portfolio-item-fullscreen.portfolio-grid-type-5 {
      /*Start styles for slider*/
      /*End styles for slider*/ }
      .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay {
        width: 50%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay > .page-container {
          width: 100%;
          height: 100%; }
          @media screen and (max-width: 1024px) {
            .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay > .page-container .details-holder {
              height: 90%; } }
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-details {
          padding-top: 0;
          padding-right: 30px; }
          @media screen and (min-width: 1920px) {
            .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-details {
              padding-left: 5vw; }
              .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-details:before {
                left: 5vw; } }
          .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-details:before {
            height: 25%; }
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-item-bg-title {
          top: 100%;
          left: 15%;
          -webkit-transform-origin: left center;
              -ms-transform-origin: left center;
                  transform-origin: left center;
          -webkit-transform: translateY(0%) rotate(-90deg);
              -ms-transform: translateY(0%) rotate(-90deg);
                  transform: translateY(0%) rotate(-90deg); }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay {
          position: absolute;
          top: 0;
          left: 0; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay {
          width: 100%;
          position: absolute;
          top: 0;
          padding-top: 90px;
          height: auto; }
        .portfolio-item-fullscreen.portfolio-grid-type-5 .parallax {
          height: 100% !important; } }
      .portfolio-item-fullscreen.portfolio-grid-type-5.active .portfolio-item-image {
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-5.prev-slide .portfolio-item-image {
        -webkit-transform: translateY(-100%) !important;
            -ms-transform: translateY(-100%) !important;
                transform: translateY(-100%) !important;
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-5.prev-slide.last-slide .portfolio-item-image {
        -webkit-transform: translateY(-20%) !important;
            -ms-transform: translateY(-20%) !important;
                transform: translateY(-20%) !important;
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-5.next-slide .portfolio-item-image {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-5.next-slide.last-slide .portfolio-item-image {
        -webkit-transform: translateY(20%) !important;
            -ms-transform: translateY(20%) !important;
                transform: translateY(20%) !important;
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-fullscreen.portfolio-grid-type-6 {
      min-width: initial; }
      .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-image {
        background-position: left bottom; }
      .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-overlay {
        padding: 0 7vw;
        background-color: rgba(255, 255, 255, 0.972);
        position: relative; }
        @media screen and (max-width: 768px) {
          .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-overlay {
            height: auto; } }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-overlay .portfolio-item-bg-title {
          display: none; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen.portfolio-grid-type-6 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-overlay {
            padding-right: 20px;
            padding-left: 20px; }
          .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-image {
            position: absolute; } }
    .portfolio-item-fullscreen.portfolio-grid-type-7 {
      background: rgba(255, 255, 255, 0.972); }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image {
          width: -webkit-calc(50vw - 30px);
          width: calc(50vw - 30px);
          height: auto;
          left: 0;
          z-index: 1;
          top: 20vh;
          bottom: 20vh; } }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image .portfolio-details-video {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 3; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before {
        right: 0; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-bg-title {
        left: -webkit-calc((100% / 3) + 15px);
        left: calc((100% / 3) + 15px);
        top: 50%; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-details:before {
        height: 10vh; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-overlay {
        background: transparent !important; }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-overlay {
          height: 100%; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image .portfolio-item-bg-title {
          bottom: 25px; } }
    .portfolio-item-fullscreen.portfolio-grid-type-9 {
      background: #fff;
      /*End sllider styles*/ }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box {
        opacity: 0; }
      .portfolio-item-fullscreen.portfolio-grid-type-9.active .portfolio-item-image-box {
        -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        opacity: 1; }
      .portfolio-item-fullscreen.portfolio-grid-type-9.active .portfolio-item-bg-title,
      .portfolio-item-fullscreen.portfolio-grid-type-9.active .next-project-img-box {
        opacity: 1; }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-overlay,
      .portfolio-item-fullscreen.portfolio-grid-type-9 .page-container,
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box,
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-details-box {
        height: 100%; }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box {
        overflow: hidden;
        z-index: 1; }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box .portfolio-details-video {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        padding-top: 0;
        padding-bottom: 0; }
        @media screen and (min-width: 1025px) {
          .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-description .short-description {
            font-size: -webkit-calc(13px + 6 * ( (100vw - 576px) / 1024));
            font-size: calc(13px + 6 * ( (100vw - 576px) / 1024));
            font-weight: 600;
            opacity: 1; } }
  @media screen and (min-width: 1025px) and (max-width: 576px) {
    .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-description .short-description {
      font-size: 13px; } }
  @media screen and (min-width: 1025px) and (min-width: 1600px) {
    .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-description .short-description {
      font-size: 19px; } }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details:before {
          height: 25%;
          width: 150%; }
      @media screen and (min-width: 1025px) and (max-width: 1440px) {
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-headline {
          font-size: 54px; } }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-bg-title {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 25px;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-64%, -50%);
            -ms-transform: translate(-64%, -50%);
                transform: translate(-64%, -50%);
        width: 270px;
        height: 270px;
        -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition-delay: .6s;
             -o-transition-delay: .6s;
                transition-delay: .6s;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        @media screen and (min-width: 1025px) and (max-width: 1440px) {
          .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box {
            -webkit-transform: translate(-80%, -50%);
                -ms-transform: translate(-80%, -50%);
                    transform: translate(-80%, -50%); } }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box .next-project-img {
          width: 100%;
          height: 100%;
          -webkit-background-size: cover;
                  background-size: cover;
          background-position: center;
          cursor: pointer;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
          .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box .next-project-img:hover {
            -webkit-transform: translateX(10px);
                -ms-transform: translateX(10px);
                    transform: translateX(10px); }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before {
          display: none; } }
      @media screen and (max-width: 1024px) {
        .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box {
          display: none; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-overlay {
          width: 100%; }
          .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-overlay .portfolio-details {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
            .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-overlay .portfolio-details-description {
              padding-top: 15px; }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .page-container {
          padding: 0; }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box {
          margin: 0 -20px; } }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-bg-overlay {
      position: relative;
      height: 100%;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-bg-overlay:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.99); }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-bg-title {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto;
      opacity: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-preview {
      top: 18vh;
      bottom: 18vh;
      position: absolute; }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-image {
      right: 20px;
      left: 20px;
      width: auto;
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-image:before {
        left: 0; }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .page-container {
      height: 100%;
      overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-bg-overlay {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media screen and (max-width: 768px) {
      .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-bg-overlay {
        padding: 0;
        background: #fff;
        background-image: none !important; }
      .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-details {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          height: 50%;
          padding-top: 0;
          padding-bottom: 0; }
        .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-preview {
          position: absolute;
          padding: 0;
          left: 0;
          bottom: auto;
          top: 0;
          width: 100%;
          height: 50%; }
        .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-image {
          right: 0;
          left: 0;
          width: auto; } }
    .portfolio-item-fullscreen.portfolio-grid-type-10.active .details-holder .portfolio-item-image {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .portfolio-item-fullscreen.portfolio-grid-type-10.active .portfolio-item-bg-title {
      opacity: 1; }
    .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image:before {
      content: '';
      position: absolute;
      width: 50%;
      height: 100%;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.972)));
      background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972));
      background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972));
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972)); }
    @media screen and (max-width: 768px) {
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image {
        position: relative;
        overflow: hidden; }
        .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image:before {
          height: 200%;
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          -webkit-transform: rotate(270deg) translate(-118%, -50%);
              -ms-transform: rotate(270deg) translate(-118%, -50%);
                  transform: rotate(270deg) translate(-118%, -50%);
          right: auto !important; } }
    @media screen and (max-width: 768px) {
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image {
        height: 50vh; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-details, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-details {
        top: -14vh;
        bottom: auto;
        height: auto; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-details-video, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-video, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-details-video {
        margin-top: -2vh; } }
    @media screen and (min-width: 1025px) {
      .portfolio-item-fullscreen.portfolio-grid-type-3 .short-description, .portfolio-item-fullscreen.portfolio-grid-type-7 .short-description {
        padding-right: 5vw; } }
    .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.972)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972));
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972));
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972)); }
    @media screen and (max-width: 768px) {
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before {
        width: 60%;
        left: 0;
        bottom: 0;
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left;
        -webkit-transform: rotate(90deg) translate(-100%, 0);
            -ms-transform: rotate(90deg) translate(-100%, 0);
                transform: rotate(90deg) translate(-100%, 0); } }
    .portfolio-item-fullscreen .portfolio-item-bg-title {
      position: absolute;
      bottom: -10px; }
      .portfolio-item-fullscreen .portfolio-item-bg-title .bg-title {
        z-index: -1;
        line-height: .5;
        white-space: nowrap;
        letter-spacing: -.02em;
        font-size: 300px;
        font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        color: rgba(136, 136, 136, 0.04); }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen .portfolio-item-bg-title {
          -webkit-transform: rotate(-90deg) !important;
              -ms-transform: rotate(-90deg) !important;
                  transform: rotate(-90deg) !important;
          -webkit-transform-origin: left bottom;
              -ms-transform-origin: left bottom;
                  transform-origin: left bottom;
          left: -webkit-calc(100% - 50px) !important;
          left: calc(100% - 50px) !important;
          bottom: 15px !important;
          top: auto !important; }
          .portfolio-item-fullscreen .portfolio-item-bg-title .bg-title {
            font-size: 100px; } }

.with-switcher .grid_3 + .clb-scroll-top,
.with-switcher .grid_3 .clb-scroll-top,
.with-switcher .grid_4 + .clb-scroll-top,
.with-switcher .grid_4 .clb-scroll-top,
.with-switcher .grid_5 + .clb-scroll-top,
.with-switcher .grid_5 .clb-scroll-top,
.with-switcher .grid_6 + .clb-scroll-top,
.with-switcher .grid_6 .clb-scroll-top,
.with-switcher .grid_7 + .clb-scroll-top,
.with-switcher .grid_7 .clb-scroll-top,
.with-switcher .grid_10 + .clb-scroll-top,
.with-switcher .grid_10 .clb-scroll-top {
  padding-right: 60px; }

.with-switcher .grid_3 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_4 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_5 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_6 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_7 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_10 + .scroll-bar-container .clb-scroll-top {
  padding-right: 60px; }

.grid_3 .clb-slider-pagination,
.grid_4 .clb-slider-pagination,
.grid_5 .clb-slider-pagination,
.grid_6 .clb-slider-pagination,
.grid_7 .clb-slider-pagination,
.grid_9 .clb-slider-pagination,
.grid_10 .clb-slider-pagination {
  color: #232226; }

.portfolio-onepage-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .portfolio-onepage-slider.clb-slider {
    display: block; }

[data-interactive-links-grid] {
  padding-top: 14vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 1024px) {
    [data-interactive-links-grid] {
      padding-top: 100px; } }
  [data-interactive-links-grid]:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 30%;
    opacity: .25;
    background-image: url(/wp-content/themes/temitopeYoga/assets/images/pattern.svg); }
  [data-interactive-links-grid] .portfolio-item.active {
    -webkit-transform: scale(2.6);
        -ms-transform: scale(2.6);
            transform: scale(2.6); }
  [data-interactive-links-grid] .portfolio-grid {
    z-index: 10;
    width: 100%;
    height: auto !important;
    padding-top: 7.2vh;
    padding-bottom: 7.2vh; }
    @media screen and (max-width: 768px) {
      [data-interactive-links-grid] .portfolio-grid {
        padding-top: 30px; } }
    @media screen and (max-width: 768px) {
      [data-interactive-links-grid] .portfolio-grid {
        padding-bottom: 30px; } }
    [data-interactive-links-grid] .portfolio-grid .portfolio-item-wrap {
      display: inline-block;
      position: relative !important;
      top: auto !important;
      left: auto !important;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
  [data-interactive-links-grid] .portfolio-grid-images {
    position: absolute;
    top: 0; }
    [data-interactive-links-grid] .portfolio-grid-images.interactive-links-grid-images {
      height: 100%;
      overflow: hidden; }
      [data-interactive-links-grid] .portfolio-grid-images.interactive-links-grid-images .interactive-links-grid-image {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        [data-interactive-links-grid] .portfolio-grid-images.interactive-links-grid-images .interactive-links-grid-image:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        [data-interactive-links-grid] .portfolio-grid-images.interactive-links-grid-images .interactive-links-grid-image.scale {
          opacity: 1;
          -webkit-animation: imageScale 15s 1;
                  animation: imageScale 15s 1;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
  [data-interactive-links-grid] .hover-scale-img.visible {
    opacity: 1; }
  [data-interactive-links-grid] nav.pagination {
    margin-top: 0;
    margin-bottom: 0; }
  [data-interactive-links-grid] .portfolio-sorting,
  [data-interactive-links-grid] .pagination,
  [data-interactive-links-grid] .lazy-load {
    z-index: 12;
    padding-top: 4.4vh;
    padding-bottom: 4.4vh; }
    @media screen and (max-width: 1024px) {
      [data-interactive-links-grid] .portfolio-sorting,
      [data-interactive-links-grid] .pagination,
      [data-interactive-links-grid] .lazy-load {
        padding-top: 20px; } }
    @media screen and (max-width: 1024px) {
      [data-interactive-links-grid] .portfolio-sorting,
      [data-interactive-links-grid] .pagination,
      [data-interactive-links-grid] .lazy-load {
        padding-bottom: 20px; } }

.page-template-page_for-projects [data-interactive-links-grid] {
  min-height: 100vh; }

@-webkit-keyframes imageScale {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes imageScale {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes imageOpacity {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  3% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; } }

@keyframes imageOpacity {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  3% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; } }

.double-width .portfolio-grid-type-1.metro-style .portfolio-metro-image {
  padding-bottom: -webkit-calc(50% - 20px);
  padding-bottom: calc(50% - 20px); }
  @media screen and (max-width: 768px) {
    .double-width .portfolio-grid-type-1.metro-style .portfolio-metro-image {
      padding-bottom: 100% !important; } }

.double-width .portfolio-grid-type-1.metro-style.hover-parallax-img .portfolio-metro-image {
  padding-bottom: -webkit-calc(50% + 20px);
  padding-bottom: calc(50% + 20px); }
  @media screen and (max-width: 768px) {
    .double-width .portfolio-grid-type-1.metro-style.hover-parallax-img .portfolio-metro-image {
      padding-bottom: 100% !important; } }

.double-width .portfolio-grid-type-2.metro-style.hover-parallax-img .portfolio-metro-image,
.double-width .portfolio-grid-type-11.metro-style.hover-parallax-img .portfolio-metro-image {
  padding-bottom: -webkit-calc(100% - 36px);
  padding-bottom: calc(100% - 36px); }
  @media screen and (max-width: 768px) {
    .double-width .portfolio-grid-type-2.metro-style.hover-parallax-img .portfolio-metro-image,
    .double-width .portfolio-grid-type-11.metro-style.hover-parallax-img .portfolio-metro-image {
      padding-bottom: 100% !important; } }

.ohio-recent-projects-sc .pagination {
  margin: 30px auto; }

.ohio-recent-projects-sc[data-interactive-links-grid] .pagination {
  width: 100%; }

/*---------------------------------
## Portfolio Pages
---------------------------------*/
.project-page {
  position: relative; }
  .project-page .clb-share-bar {
    top: 4.4vh;
    left: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .project-page .clb-share-bar {
        top: 20px; } }
    @media screen and (max-width: 1024px) {
      .project-page .clb-share-bar {
        left: 20px; } }
  .project-page-media-holder {
    position: relative; }
    .project-page-media-holder img {
      width: 100%;
      margin-bottom: 10px;
      vertical-align: top; }
      .project-page-media-holder img:last-of-type {
        margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .project-page-media-holder {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .project-page-media-holder .video-module {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .project-page-content {
    z-index: 2;
    padding-bottom: 8.8vh;
    padding-top: 8.8vh; }
    @media screen and (max-width: 768px) {
      .project-page-content {
        padding-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      .project-page-content {
        padding-top: 40px; } }
    @media screen and (max-width: 1024px) {
      .project-page-content {
        padding: 50px 20px; } }
    @media screen and (max-width: 768px) {
      .project-page-content {
        padding: 40px 0px;
        margin-left: 0;
        margin-right: 0; } }
    .project-page-content .project-title {
      margin-bottom: 20px; }
      .project-page-content .project-title .headline {
        margin: 20px 0 10px; }
    .project-page-content .project-description {
      font-size: 17px; }
      .project-page-content .project-description p {
        margin: 0; }
    .project-page-content .project-task {
      margin-top: 30px;
      position: relative; }
      .project-page-content .project-task-description {
        font-size: 17px;
        font-weight: 600; }
    .project-page-content .btn-link {
      margin-top: 20px; }
  .project-page .project-meta {
    list-style: none;
    margin-top: 3.4vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .project-page .project-meta {
        margin-top: 20px; } }
    .project-page .project-meta li {
      min-width: -webkit-calc(25% - 25px);
      min-width: calc(25% - 25px);
      width: -webkit-calc(25% - 25px);
      width: calc(25% - 25px);
      margin-right: 25px;
      padding-top: 20px;
      border-top: 1px solid rgba(136, 136, 136, 0.65);
      margin-bottom: 20px; }
      .project-page .project-meta li:last-child {
        margin-bottom: 0; }
      .project-page .project-meta li > * {
        margin: 0; }
      @media screen and (max-width: 1024px) {
        .project-page .project-meta li {
          min-width: -webkit-calc(50% - 20px);
          min-width: calc(50% - 20px);
          width: -webkit-calc(50% - 20px);
          width: calc(50% - 20px);
          margin-right: 20px; } }
  .project-page .project-first-image {
    position: relative; }
    .project-page .project-first-image img {
      margin-bottom: 10px; }
    .project-page .project-first-image .video-module {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .project-page.layout-type1 .project-title .headline, .project-page.layout-type2 .project-title .headline, .project-page.layout-type3 .project-title .headline, .project-page.layout-type4 .project-title .headline {
    margin: 10px 0;
    font-size: -webkit-calc(40px + 14 * ( (100vw - 576px) / 1024));
    font-size: calc(40px + 14 * ( (100vw - 576px) / 1024)); }
    @media screen and (max-width: 576px) {
      .project-page.layout-type1 .project-title .headline, .project-page.layout-type2 .project-title .headline, .project-page.layout-type3 .project-title .headline, .project-page.layout-type4 .project-title .headline {
        font-size: 40px; } }
    @media screen and (min-width: 1600px) {
      .project-page.layout-type1 .project-title .headline, .project-page.layout-type2 .project-title .headline, .project-page.layout-type3 .project-title .headline, .project-page.layout-type4 .project-title .headline {
        font-size: 54px; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type1 .project-page-content {
      margin-left: 4.4vh; } }
  @media screen and (min-width: 1025px) and (max-width: 1024px) {
    .project-page.layout-type1 .project-page-content {
      margin-left: 20px; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type2 .project-page-content {
      margin-right: 4.4vh; } }
  @media screen and (min-width: 1025px) and (max-width: 1024px) {
    .project-page.layout-type2 .project-page-content {
      margin-right: 20px; } }
  .project-page.layout-type2 .clb-share-bar {
    left: auto;
    right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .project-page.layout-type2 .clb-share-bar {
        right: 20px; } }
  .project-page.layout-type3, .project-page.layout-type4 {
    width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .project-page.layout-type3 .project-page-content, .project-page.layout-type4 .project-page-content {
        padding-right: 0;
        padding-left: 0; } }
  .project-page.layout-type3 .clb-share-bar {
    right: -webkit-calc(50% + 20px);
    right: calc(50% + 20px);
    margin-right: 4.4vh;
    left: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
    @media screen and (max-width: 1024px) {
      .project-page.layout-type3 .clb-share-bar {
        margin-right: 20px; } }
  .project-page.layout-type3 .scroll-end .clb-share-bar {
    right: 20px; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type3 .clb-share-bar {
      top: -webkit-calc(100vh - 20px);
      top: calc(100vh - 20px);
      right: 20px;
      -webkit-transform: translate(0%, -100%);
          -ms-transform: translate(0%, -100%);
              transform: translate(0%, -100%); }
    .project-page.layout-type3 .scroll-end .clb-share-bar {
      right: 35px; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type3 .project-page-media-holder {
      padding-left: 0; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type3 .project-page-content {
      margin-left: 5vw;
      margin-right: -webkit-calc(10vw + 136px);
      margin-right: calc(10vw + 136px); } }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .project-page.layout-type3 .project-page-content {
      margin-left: 3vw;
      margin-right: 8vw; } }
  .project-page.layout-type4 .clb-share-bar {
    left: -webkit-calc(50% + 55px);
    left: calc(50% + 55px);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    right: auto; }
  .project-page.layout-type4 .scroll-end .clb-share-bar {
    left: 55px;
    right: auto; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type4 .clb-share-bar {
      left: 20px;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); } }
  @media screen and (max-width: 768px) {
    .project-page.layout-type4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type4 .project-page-media-holder {
      padding-right: 0; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type4 .project-page-content {
      margin-left: -webkit-calc(10vw + 126px);
      margin-left: calc(10vw + 126px);
      margin-right: 5vw; } }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .project-page.layout-type4 .project-page-content {
      margin-left: 7vw;
      margin-right: 3vw; } }
  .project-page.layout-type3 .clb-share-bar, .project-page.layout-type4 .clb-share-bar {
    top: -webkit-calc(100vh - 40px);
    top: calc(100vh - 40px);
    position: fixed;
    z-index: 10; }
  .project-page.layout-type3 .scroll-end .clb-share-bar, .project-page.layout-type4 .scroll-end .clb-share-bar {
    position: absolute;
    top: auto;
    bottom: 4.4vh;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    @media screen and (max-width: 1024px) {
      .project-page.layout-type3 .scroll-end .clb-share-bar, .project-page.layout-type4 .scroll-end .clb-share-bar {
        bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .project-page.layout-type3 .clb-share-bar,
    .project-page.layout-type3 .scroll-end .clb-share-bar, .project-page.layout-type4 .clb-share-bar,
    .project-page.layout-type4 .scroll-end .clb-share-bar {
      top: auto;
      position: absolute;
      bottom: 20px;
      right: auto;
      left: 20px; } }
  .project-page.layout-type5 .project-fullscreen-slider, .project-page.layout-type6 .project-fullscreen-slider, .project-page.layout-type8 .project-fullscreen-slider, .project-page.layout-type9 .project-fullscreen-slider {
    overflow: hidden; }
    .project-page.layout-type5 .project-fullscreen-slider .clb-slider-outer-stage, .project-page.layout-type6 .project-fullscreen-slider .clb-slider-outer-stage, .project-page.layout-type8 .project-fullscreen-slider .clb-slider-outer-stage, .project-page.layout-type9 .project-fullscreen-slider .clb-slider-outer-stage {
      height: 100%; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type5 .project-page-content .vc_col-md-6, .project-page.layout-type6 .project-page-content .vc_col-md-6, .project-page.layout-type8 .project-page-content .vc_col-md-6, .project-page.layout-type9 .project-page-content .vc_col-md-6 {
      margin-top: 40px; } }
  .project-page.layout-type5 .project-image, .project-page.layout-type6 .project-image, .project-page.layout-type8 .project-image, .project-page.layout-type9 .project-image {
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .project-page.layout-type5 .project-image-overlay, .project-page.layout-type6 .project-image-overlay, .project-page.layout-type8 .project-image-overlay, .project-page.layout-type9 .project-image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(23, 22, 26, 0.3); }
  @media screen and (max-width: 768px) {
    .project-page.layout-type6 .page-container, .project-page.layout-type8 .page-container {
      padding-right: 40px; } }
  .project-page.layout-type5 .project-fullscreen-slider {
    height: 75vh; }
    .project-page.layout-type5 .project-fullscreen-slider .clb-slider-outer-stage {
      height: 100%; }
  .project-page.layout-type5 .project-page-media-holder {
    position: relative; }
    .project-page.layout-type5 .project-page-media-holder .video-module {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 10; }
    .project-page.layout-type5 .project-page-media-holder .clb-share-bar {
      top: auto;
      bottom: 4.4vh;
      left: 0; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type5 .project-page-media-holder .clb-share-bar {
          bottom: 20px; } }
  .project-page.layout-type5 .project-page-content {
    padding-top: 10.6vh;
    padding-bottom: 10.6vh;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .project-page.layout-type5 .project-page-content {
        padding-top: 50px; } }
    @media screen and (max-width: 768px) {
      .project-page.layout-type5 .project-page-content {
        padding-bottom: 50px; } }
    .project-page.layout-type5 .project-page-content .project-task {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type5 .project-page-media-holder .clb-share-bar {
      left: 20px; }
    .project-page.layout-type5 .project-fullscreen-slider {
      height: 50vh; }
    .project-page.layout-type5 .project-page-content {
      padding: 25px 0; }
      .project-page.layout-type5 .project-page-content .project-link {
        margin-bottom: 20px; } }
  .project-page.layout-type6 .project-fullscreen-slider {
    height: 100vh;
    width: 100%;
    position: absolute; }
    .project-page.layout-type6 .project-fullscreen-slider .clb-slider-outer-stage {
      height: 100%; }
  .project-page.layout-type6 .project-page-content {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    .project-page.layout-type6 .project-page-content > .vc_row {
      width: 100%; }
    .project-page.layout-type6 .project-page-content .headline,
    .project-page.layout-type6 .project-page-content .project-meta-title,
    .project-page.layout-type6 .project-page-content .btn-link {
      color: #fff; }
    .project-page.layout-type6 .project-page-content .project-meta li {
      border-color: rgba(255, 255, 255, 0.25); }
    .project-page.layout-type6 .project-page-content .project-meta p {
      opacity: .6; }
    .project-page.layout-type6 .project-page-content .video-module {
      margin-bottom: 3.4vh;
      min-height: 56px; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type6 .project-page-content .video-module {
          margin-bottom: 20px; } }
    .project-page.layout-type6 .project-page-content .clb-share-bar {
      top: auto;
      left: 0;
      bottom: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type6 .project-page-content .clb-share-bar {
          bottom: 20px; } }
    .project-page.layout-type6 .project-page-content .animated-holder .video-module {
      min-height: 56px; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type6 .project-page-content .clb-share-bar {
      left: 20px; } }
  .project-page.layout-type7 {
    padding-bottom: 8.8vh; }
    @media screen and (max-width: 768px) {
      .project-page.layout-type7 {
        padding-bottom: 40px; } }
    .project-page.layout-type7 .project-page-content {
      padding-bottom: 7.2vh;
      margin: 0; }
      @media screen and (max-width: 768px) {
        .project-page.layout-type7 .project-page-content {
          padding-bottom: 30px; } }
    @media screen and (min-width: 1025px) {
      .project-page.layout-type7 .project-task {
        margin-top: 0; } }
    .project-page.layout-type7 .clb-share-bar {
      margin: 0; }
  .project-page.layout-type8 .project-page-media-holder {
    min-height: 100%;
    width: 100%;
    position: static; }
  .project-page.layout-type8 .project-fullscreen-slider {
    height: 100%;
    width: 65vw;
    right: 0;
    position: absolute; }
    .project-page.layout-type8 .project-fullscreen-slider .clb-slider-outer-stage {
      height: 100%; }
  .project-page.layout-type8 .project-image-overlay {
    background: -webkit-gradient(linear, right top, left top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
    background: -webkit-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: -o-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: linear-gradient(-90deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    width: 50%; }
  .project-page.layout-type8 .project-page-content {
    padding: 10vh 0;
    margin: 0; }
    .project-page.layout-type8 .project-page-content .video-module {
      margin-bottom: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type8 .project-page-content .video-module {
          margin-bottom: 20px; } }
    .project-page.layout-type8 .project-page-content .project-title .headline {
      font-size: -webkit-calc(54px + 76 * ( (100vw - 576px) / 1024));
      font-size: calc(54px + 76 * ( (100vw - 576px) / 1024));
      margin-bottom: 0; }
      @media screen and (max-width: 576px) {
        .project-page.layout-type8 .project-page-content .project-title .headline {
          font-size: 54px; } }
      @media screen and (min-width: 1600px) {
        .project-page.layout-type8 .project-page-content .project-title .headline {
          font-size: 130px; } }
    .project-page.layout-type8 .project-page-content .project-meta {
      margin-top: 0; }
      .project-page.layout-type8 .project-page-content .project-meta li {
        border-color: rgba(136, 136, 136, 0.5); }
      .project-page.layout-type8 .project-page-content .project-meta p {
        opacity: .6; }
    .project-page.layout-type8 .project-page-content .clb-share-bar {
      top: auto;
      left: 0;
      bottom: 0; }
    .project-page.layout-type8 .project-page-content .headline,
    .project-page.layout-type8 .project-page-content .title {
      color: inherit; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type8 .project-page-content {
      padding-top: 25px;
      padding-bottom: 15vh; }
      .project-page.layout-type8 .project-page-content .clb-share-bar {
        left: 20px; }
      .project-page.layout-type8 .project-page-content .clb-share-bar {
        bottom: 20px; }
    .project-page.layout-type8 .project-fullscreen-slider {
      width: 100vw; } }
  .project-page.layout-type9 .project-fullscreen-slider {
    height: 100vh;
    width: 100%;
    position: absolute; }
  .project-page.layout-type9 .project-page-title {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .project-page.layout-type9 .project-page-title .clb-share-bar {
      top: auto;
      bottom: 4.4vh;
      margin: 0;
      left: 20px; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type9 .project-page-title .clb-share-bar {
          bottom: 20px; } }
    .project-page.layout-type9 .project-page-title .headline {
      font-size: -webkit-calc(50px + 40 * ( (100vw - 576px) / 1024));
      font-size: calc(50px + 40 * ( (100vw - 576px) / 1024));
      margin: 20px 0;
      line-height: 1; }
      @media screen and (max-width: 576px) {
        .project-page.layout-type9 .project-page-title .headline {
          font-size: 50px; } }
      @media screen and (min-width: 1600px) {
        .project-page.layout-type9 .project-page-title .headline {
          font-size: 90px; } }
    .project-page.layout-type9 .project-page-title > .vc_row {
      width: 100%; }
    .project-page.layout-type9 .project-page-title .headline,
    .project-page.layout-type9 .project-page-title .category-holder,
    .project-page.layout-type9 .project-page-title .date {
      color: #fff; }
  .project-page.layout-type9 .project-page-content {
    padding-top: 10.6vh;
    padding-bottom: 10.6vh;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .project-page.layout-type9 .project-page-content {
        padding-top: 50px; } }
    @media screen and (max-width: 768px) {
      .project-page.layout-type9 .project-page-content {
        padding-bottom: 50px; } }
    .project-page.layout-type9 .project-page-content .project-task {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type9 .project-page-media-holder .clb-share-bar {
      left: 20px; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type5 .clb-share-bar, .project-page.layout-type6 .clb-share-bar, .project-page.layout-type8 .clb-share-bar, .project-page.layout-type9 .clb-share-bar {
      margin: 0 20px; } }
  .project-page.layout-type5 .project-fullscreen-slider > .scale-bg, .project-page.layout-type6 .project-fullscreen-slider > .scale-bg, .project-page.layout-type8 .project-fullscreen-slider > .scale-bg, .project-page.layout-type9 .project-fullscreen-slider > .scale-bg {
    height: 100%; }
  .project-page.layout-type5 .project-fullscreen-slider .clb-slider-item.active, .project-page.layout-type6 .project-fullscreen-slider .clb-slider-item.active, .project-page.layout-type8 .project-fullscreen-slider .clb-slider-item.active, .project-page.layout-type9 .project-fullscreen-slider .clb-slider-item.active {
    z-index: 10; }
  @media screen and (max-width: 991px) {
    .project-page-invert > .vc_row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.single-ohio_portfolio:not(.with-spacer) .project.layout-type7 .page-container {
  margin-top: 14vh; }
  @media screen and (max-width: 1024px) {
    .single-ohio_portfolio:not(.with-spacer) .project.layout-type7 .page-container {
      margin-top: 100px; } }

@media screen and (min-width: 1025px) {
  .single-ohio_portfolio.with-header-5 .project.layout-type7 .page-container, .single-ohio_portfolio.with-header-6 .project.layout-type7 .page-container, .single-ohio_portfolio.with-header-7 .project.layout-type7 .page-container {
    margin-top: initial; } }

.single-ohio_portfolio.with-spacer .project.layout-type7 .page-container {
  padding-top: 0; }

.single-ohio_portfolio .full-top-position.layout-type1 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type2 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type3 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type4 .project-page-sticky-container {
  padding-top: 14vh; }
  @media screen and (max-width: 1024px) {
    .single-ohio_portfolio .full-top-position.layout-type1 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type2 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type3 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type4 .project-page-sticky-container {
      padding-top: 100px; } }
  @media screen and (max-width: 768px) {
    .single-ohio_portfolio .full-top-position.layout-type1 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type2 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type3 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type4 .project-page-sticky-container {
      padding-top: 0; } }

/*---------------------------------
# Blog
---------------------------------*/
/*---------------------------------
## Comments
---------------------------------*/
.comments-container {
  background-color: rgba(136, 136, 136, 0.05); }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-meta a {
  color: #6A696C; }
  .comment-meta a:hover {
    text-decoration: none !important; }

.comment-notes,
.comment-form-cookies-consent {
  color: #6A696C;
  font-size: 0.94rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .comment-notes label,
  .comment-form-cookies-consent label {
    margin: 0 0 0 8px; }

.comments-area {
  padding-top: 7.2vh;
  padding-bottom: 7.2vh; }
  @media screen and (max-width: 768px) {
    .comments-area {
      padding-top: 30px; } }
  @media screen and (max-width: 768px) {
    .comments-area {
      padding-bottom: 30px; } }
  .comments-area.no-comments .comment-respond:after {
    display: none; }
  .comments-area .nav-links {
    margin: 15px 0; }
    .comments-area .nav-links div {
      display: inline-block;
      margin-right: 15px; }
  .comments-area .comment-list {
    margin-bottom: 7.2vh;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .comments-area .comment-list {
        margin-bottom: 30px; } }
    .comments-area .comment-list li.trackback .comment-date-and-time:after, .comments-area .comment-list li.pingback .comment-date-and-time:after,
    .comments-area .comment-list li .depth-5 .comment-date-and-time:after {
      display: none; }
    .comments-area .comment-list > li:last-child .comment-respond {
      margin: 0;
      padding-bottom: 0; }
      .comments-area .comment-list > li:last-child .comment-respond:before {
        display: none; }
  .comments-area .pingback p {
    display: none; }
  .comments-area .comment-list > li {
    padding: 0; }
    .comments-area .comment-list > li:first-child {
      border: none !important; }
  .comments-area .comment-list li.depth-1:first-child > .comment-body {
    border: none; }
  .comments-area ul.children {
    margin-left: 0;
    padding-left: 75px;
    list-style: none; }
  .comments-area .pingback .comment-body, .comments-area .trackback .comment-body {
    padding-left: 0; }
  .comments-area .comment-body {
    padding-left: 75px;
    padding-bottom: 4.4vh;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .comments-area .comment-body {
        padding-bottom: 20px; } }
    .comments-area .comment-body .comment-awaiting-moderation {
      font-size: 0.94rem; }
    .comments-area .comment-body .comment-author img {
      max-width: 56px;
      position: absolute;
      top: 0;
      left: 0; }
    .comments-area .comment-body .comment-author h4 {
      display: inline-block;
      font-size: 1em;
      letter-spacing: 0; }
    .comments-area .comment-body .comment-author .says {
      display: none; }
    .comments-area .comment-body .comment-meta {
      font-size: 0.94rem;
      margin-bottom: 2px; }
    .comments-area .comment-body .comment-content p {
      margin: 0; }
    .comments-area .comment-body .reply {
      display: inline-block; }
      .comments-area .comment-body .reply a {
        color: inherit; }
        .comments-area .comment-body .reply a:hover {
          color: #d90a2c; }
  .comments-area .reply a,
  .comments-area .reply-cancle a,
  .comments-area a.comment-edit-link {
    font-size: 0.94rem;
    position: relative; }
  .comments-area .comment-date-and-time {
    display: inline-block; }
    .comments-area .comment-date-and-time:after {
      content: '•';
      display: inline-block;
      vertical-align: middle;
      font-size: .8em;
      margin-top: -2px;
      color: #d90a2c;
      margin: 0; }
  .comments-area .reply a {
    font-weight: 600; }
  .comments-area .comment-respond {
    position: relative;
    z-index: 2; }
    .comments-area .comment-respond .form-submit {
      margin: 15px 0px 0px 0px; }
      @media screen and (max-width: 768px) {
        .comments-area .comment-respond .form-submit .btn {
          width: 100%; } }
    .comments-area .comment-respond:before {
      content: '';
      width: 500%;
      height: 1px;
      border-top: 1px solid rgba(136, 136, 136, 0.1);
      position: absolute;
      top: 0;
      left: -200%; }
    .comments-area .comment-respond:before {
      display: none;
      top: auto;
      bottom: 0; }
    .comments-area .comment-respond .reply-cancle {
      display: inline-block; }
    .comments-area .comment-respond .input-wrap:after {
      content: '';
      display: table;
      clear: both; }
    .comments-area .comment-respond .input-wrap > .input-block {
      padding: 5px 20px 20px 0; }
      .comments-area .comment-respond .input-wrap > .input-block:last-child {
        padding-right: 0; }
  .comments-area .comment .comment-respond {
    margin-bottom: 4.4vh;
    padding-bottom: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .comments-area .comment .comment-respond {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1024px) {
      .comments-area .comment .comment-respond {
        padding-bottom: 20px; } }
    .comments-area .comment .comment-respond:before {
      display: block; }
  @media screen and (max-width: 768px) {
    .comments-area {
      width: 100%; }
      .comments-area #respond {
        padding-top: 0; }
      .comments-area .comment-body {
        padding: 90px 0px 20px 0px; }
      .comments-area ul.children {
        padding-left: 30px; }
      .comments-area .comment-respond .comment-form {
        padding: 0;
        background: transparent; } }

/*---------------------------------
## Grid
---------------------------------*/
.blog-grid {
  overflow: hidden; }
  .blog-grid.sticky {
    background-color: rgba(217, 10, 44, 0.05); }
    .blog-grid.sticky .sticky-icon {
      vertical-align: middle;
      display: inline-block;
      margin-top: -4px; }
  .blog-grid.boxed .blog-grid-content {
    background-color: rgba(136, 136, 136, 0.05);
    padding: 4.4vh;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media screen and (max-width: 1024px) {
      .blog-grid.boxed .blog-grid-content {
        padding: 20px; } }
  .blog-grid.without-media.boxed .blog-grid-content {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .blog-grid:not(.boxed):not(.blog-grid-type-6) .blog-grid-image {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .blog-grid:not(.blog-grid-type-2):not(.blog-grid-type-4):hover h3 a {
    color: #d90a2c; }
  .blog-grid-image {
    position: relative;
    overflow: hidden; }
    .blog-grid-image > a {
      display: block; }
    .blog-grid-image img {
      vertical-align: top;
      width: 100%; }
    .blog-grid-image .blog-metro-image.active,
    .blog-grid-image img.active {
      z-index: 1; }
    .blog-grid-image .slider {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .blog-grid-image .slider .clb-slider-nav-btn {
        z-index: 11; }
      .blog-grid-image .slider + .blog-grid-meta .meta-holder .author-attributes {
        width: -webkit-calc(100% - 116px);
        width: calc(100% - 116px);
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
  .blog-grid .blog-metro-image {
    padding-top: 100%;
    min-width: 100%;
    height: auto;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .blog-grid-meta {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 4.4vh;
    font-size: 0.94rem;
    line-height: 1.4;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
    background: -webkit-linear-gradient(bottom, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: -o-linear-gradient(bottom, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .blog-grid-meta {
        padding: 20px; } }
    .blog-grid-meta .meta-holder {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .blog-grid-meta .author-avatar {
      height: 46px;
      width: 46px;
      min-width: 46px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
      margin-right: 15px; }
    .blog-grid-meta .author-attributes {
      white-space: nowrap; }
  .blog-grid:not(.blog-grid-type-4):not(.blog-grid-type-6) .blog-grid-meta {
    color: #fff; }
  .blog-grid.hover-color-overlay .blog-grid-meta {
    background: transparent; }
  .blog-grid-headline {
    margin: 10px 0 0 0;
    font-size: -webkit-calc(24px + 2 * ( (100vw - 576px) / 1024));
    font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
    line-height: 1.3; }
    @media screen and (max-width: 576px) {
      .blog-grid-headline {
        font-size: 24px; } }
    @media screen and (min-width: 1600px) {
      .blog-grid-headline {
        font-size: 26px; } }
    .blog-grid-headline a {
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .blog-grid-content {
    padding-top: 25px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .blog-grid-content {
        padding-top: 20px; } }
    .blog-grid-content .post-details,
    .blog-grid-content p,
    .blog-grid-content blockquote {
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .blog-grid-content .post-details {
      font-size: 0.94rem; }
    .blog-grid-content p {
      margin-bottom: 0; }
      .blog-grid-content p a:not(.more-link) {
        color: #d90a2c;
        font-weight: 500; }
      .blog-grid-content p .more-link {
        margin-top: 10px;
        display: inline-block;
        font-weight: 600; }
      .blog-grid-content p .wp-block-button__link {
        display: none; }
    .blog-grid-content .btn {
      margin-top: 10px; }
    .blog-grid-content blockquote cite,
    .blog-grid-content blockquote h4,
    .blog-grid-content q cite,
    .blog-grid-content q h4 {
      display: block; }
  .blog-grid-type-1.boxed .btn-link {
    display: none; }
  .blog-grid-type-1 .blog-grid-image {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px; }
  @media screen and (min-width: 1025px) {
    .blog-grid-type-1 .btn {
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }
  .blog-grid-type-2 {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(136, 136, 136, 0.05); }
    @media screen and (min-width: 1025px) {
      .blog-grid-type-2 {
        min-height: 350px; } }
    .blog-grid-type-2 .blog-grid-image {
      width: 100%; }
      .blog-grid-type-2 .blog-grid-image .slider .blog-image {
        padding-top: 100%;
        -webkit-background-size: cover;
                background-size: cover; }
    .blog-grid-type-2 .blog-grid-content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 4.4vh;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
      background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
      background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
      background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
      z-index: 10; }
      @media screen and (max-width: 1024px) {
        .blog-grid-type-2 .blog-grid-content {
          padding: 20px; } }
      .blog-grid-type-2 .blog-grid-content * {
        color: #fff; }
    .blog-grid-type-2.without-media .blog-grid-image {
      padding-bottom: 100%; }
    .blog-grid-type-2.metro-style {
      min-height: initial; }
  .blog-grid-type-3:not(.without-media) .blog-grid-image {
    width: 50%; }
  .blog-grid-type-3:not(.without-media) .blog-grid-content {
    width: 50%;
    padding: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .blog-grid-type-3:not(.without-media) .blog-grid-content {
        padding: 20px; } }
  .blog-grid-type-3.boxed .blog-grid-content {
    padding-top: 70px;
    padding-bottom: 70px; }
  .blog-grid-type-4 {
    position: relative;
    min-height: 400px;
    background-color: rgba(136, 136, 136, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .blog-grid-type-4 .blog-grid-image {
      width: 100%;
      opacity: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .blog-grid-type-4 .blog-grid-image .slider {
        height: 100%; }
        .blog-grid-type-4 .blog-grid-image .slider .blog-image {
          padding-top: 100%;
          -webkit-background-size: cover;
                  background-size: cover; }
      .blog-grid-type-4 .blog-grid-image:after {
        content: "";
        position: absolute;
        background-color: rgba(23, 22, 26, 0.45);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0; }
    .blog-grid-type-4 .blog-grid-meta {
      opacity: 1;
      background: transparent;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .blog-grid-type-4 .blog-grid-meta .meta-holder {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    .blog-grid-type-4 .blog-grid-content {
      position: absolute;
      bottom: 0;
      top: 86px;
      left: 0;
      padding: 4.4vh;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      z-index: 10; }
      @media screen and (max-width: 1024px) {
        .blog-grid-type-4 .blog-grid-content {
          padding: 20px; } }
      .blog-grid-type-4 .blog-grid-content .btn-more {
        position: absolute;
        bottom: 4.4vh;
        left: 4.4vh; }
        @media screen and (max-width: 1024px) {
          .blog-grid-type-4 .blog-grid-content .btn-more {
            bottom: 20px; } }
        @media screen and (max-width: 1024px) {
          .blog-grid-type-4 .blog-grid-content .btn-more {
            left: 20px; } }
    .blog-grid-type-4:hover .blog-grid-image {
      opacity: 1; }
    .blog-grid-type-4:hover .blog-grid-headline a,
    .blog-grid-type-4:hover .blog-grid-meta,
    .blog-grid-type-4:hover .post-details,
    .blog-grid-type-4:hover .short-description,
    .blog-grid-type-4:hover blockquote,
    .blog-grid-type-4:hover .btn {
      color: #fff; }
    .blog-grid-type-4.without-media .blog-grid-image {
      padding-bottom: 100%; }
    .blog-grid-type-4.metro-style {
      min-height: initial; }
  .blog-grid-type-3:not(.without-media), .blog-grid-type-5:not(.without-media) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .blog-grid-type-3:not(.without-media) .blog-grid-image, .blog-grid-type-5:not(.without-media) .blog-grid-image {
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .blog-grid-type-3:not(.without-media).boxed .blog-grid-image,
    .blog-grid-type-3:not(.without-media).boxed .blog-grid-content, .blog-grid-type-5:not(.without-media).boxed .blog-grid-image,
    .blog-grid-type-5:not(.without-media).boxed .blog-grid-content {
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .blog-grid-type-3:not(.without-media) .blog-grid-image .slider, .blog-grid-type-5:not(.without-media) .blog-grid-image .slider {
      min-height: 100%; }
      .blog-grid-type-3:not(.without-media) .blog-grid-image .slider .clb-slider-nav-btn, .blog-grid-type-5:not(.without-media) .blog-grid-image .slider .clb-slider-nav-btn {
        bottom: 0;
        top: auto;
        left: 0;
        right: auto; }
    .blog-grid-type-3:not(.without-media) .blog-grid-image .blog-image, .blog-grid-type-5:not(.without-media) .blog-grid-image .blog-image {
      height: 100%;
      width: 100%;
      padding: 0; }
    .blog-grid-type-3:not(.without-media) .blog-grid-image,
    .blog-grid-type-3:not(.without-media) .slider,
    .blog-grid-type-3:not(.without-media) .blog-metro-image,
    .blog-grid-type-3:not(.without-media) .clb-slider-stage, .blog-grid-type-5:not(.without-media) .blog-grid-image,
    .blog-grid-type-5:not(.without-media) .slider,
    .blog-grid-type-5:not(.without-media) .blog-metro-image,
    .blog-grid-type-5:not(.without-media) .clb-slider-stage {
      min-height: 100%; }
    .blog-grid-type-3:not(.without-media) .blog-grid-content, .blog-grid-type-5:not(.without-media) .blog-grid-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    @media screen and (max-width: 768px) {
      .blog-grid-type-3:not(.without-media), .blog-grid-type-5:not(.without-media) {
        display: block; }
        .blog-grid-type-3:not(.without-media) .blog-grid-image,
        .blog-grid-type-3:not(.without-media) .blog-grid-content, .blog-grid-type-5:not(.without-media) .blog-grid-image,
        .blog-grid-type-5:not(.without-media) .blog-grid-content {
          width: 100%; }
          .blog-grid-type-3:not(.without-media) .blog-grid-image .blog-image,
          .blog-grid-type-3:not(.without-media) .blog-grid-content .blog-image, .blog-grid-type-5:not(.without-media) .blog-grid-image .blog-image,
          .blog-grid-type-5:not(.without-media) .blog-grid-content .blog-image {
            padding-top: 70%; } }
  .blog-grid-type-5:not(.without-media) .blog-grid-image {
    width: 450px; }
  .blog-grid-type-5:not(.without-media) .blog-grid-content {
    padding: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .blog-grid-type-5:not(.without-media) .blog-grid-content {
        padding: 20px; } }
  .blog-grid-type-1 .blog-slider .clb-slider-nav-btn, .blog-grid-type-2 .blog-slider .clb-slider-nav-btn, .blog-grid-type-3 .blog-slider .clb-slider-nav-btn, .blog-grid-type-4 .blog-slider .clb-slider-nav-btn {
    top: 0;
    bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .blog-grid-type-1 .blog-slider .clb-slider-nav-btn .prev-btn,
    .blog-grid-type-1 .blog-slider .clb-slider-nav-btn .next-btn, .blog-grid-type-2 .blog-slider .clb-slider-nav-btn .prev-btn,
    .blog-grid-type-2 .blog-slider .clb-slider-nav-btn .next-btn, .blog-grid-type-3 .blog-slider .clb-slider-nav-btn .prev-btn,
    .blog-grid-type-3 .blog-slider .clb-slider-nav-btn .next-btn, .blog-grid-type-4 .blog-slider .clb-slider-nav-btn .prev-btn,
    .blog-grid-type-4 .blog-slider .clb-slider-nav-btn .next-btn {
      margin: 0;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .blog-grid-type-1 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
      .blog-grid-type-1 .blog-slider .clb-slider-nav-btn .next-btn .ion, .blog-grid-type-2 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
      .blog-grid-type-2 .blog-slider .clb-slider-nav-btn .next-btn .ion, .blog-grid-type-3 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
      .blog-grid-type-3 .blog-slider .clb-slider-nav-btn .next-btn .ion, .blog-grid-type-4 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
      .blog-grid-type-4 .blog-slider .clb-slider-nav-btn .next-btn .ion {
        color: #fff; }
  .blog-grid-type-6 {
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
    padding-top: 4.4vh;
    padding-bottom: 4.4vh;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .blog-grid-type-6 {
        padding-top: 20px; } }
    @media screen and (max-width: 1024px) {
      .blog-grid-type-6 {
        padding-bottom: 20px; } }
    .blog-grid-type-6.boxed {
      background-color: rgba(136, 136, 136, 0.05);
      padding: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .blog-grid-type-6.boxed {
          padding: 20px; } }
    .blog-grid-type-6.hover-color-overlay .blog-grid-image {
      position: absolute; }
    .blog-grid-type-6.hover-greyscale:hover img,
    .blog-grid-type-6.hover-greyscale:hover .blog-metro-image,
    .blog-grid-type-6.hover-greyscale:hover.blog-grid .blog-grid-image {
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
    .blog-grid-type-6 .blog-grid-holder {
      position: relative;
      z-index: 10; }
    .blog-grid-type-6 .blog-grid-image {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .blog-grid-type-6 .blog-grid-meta {
      position: relative;
      left: auto;
      top: auto;
      padding: 0;
      background: transparent;
      margin-top: 15px; }
      .blog-grid-type-6 .blog-grid-meta .meta-holder {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .blog-grid-type-6 .blog-grid-holder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .blog-grid-type-6 .blog-grid-holder .holder-cell:first-child {
        min-width: 26%; }
      .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
        margin-left: 4.4vh;
        margin-right: 4.4vh;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media screen and (max-width: 1024px) {
          .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
            margin-left: 20px; } }
        @media screen and (max-width: 1024px) {
          .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
            margin-right: 20px; } }
      .blog-grid-type-6 .blog-grid-holder .holder-cell:last-child {
        white-space: nowrap; }
      .blog-grid-type-6 .blog-grid-holder .blog-grid-content {
        padding: 0;
        background-color: transparent; }
        .blog-grid-type-6 .blog-grid-holder .blog-grid-content .blog-grid-headline {
          margin-top: 0; }
    .blog-grid-type-6:hover.boxed:not(.without-media) .blog-grid-image {
      opacity: 1;
      visibility: visible; }
    .blog-grid-type-6:hover.boxed:not(.without-media) *,
    .blog-grid-type-6:hover.boxed:not(.without-media) .blog-grid-content h3.blog-grid-headline a,
    .blog-grid-type-6:hover.boxed:not(.without-media) .category-holder a.category,
    .blog-grid-type-6:hover.boxed:not(.without-media) .category-holder:after {
      color: #fff; }
    @media screen and (max-width: 768px) {
      .blog-grid-type-6 .blog-grid-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
          .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .post-details {
            margin-top: 4.4vh; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) {
        .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .post-details {
          margin-top: 20px; } }
    @media screen and (max-width: 768px) {
          .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .blog-grid-meta {
            margin: 0;
            opacity: 1;
            margin-bottom: 4.4vh; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) {
        .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .blog-grid-meta {
          margin-bottom: 20px; } }
    @media screen and (max-width: 768px) {
            .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .blog-grid-meta .meta-holder {
              visibility: visible;
              opacity: 1;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; }
        .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
          margin: 0;
          margin-top: 4.4vh;
          margin-bottom: 4.4vh; } }
    @media screen and (max-width: 768px) and (max-width: 1024px) {
      .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
        margin-top: 20px; } }
    @media screen and (max-width: 768px) and (max-width: 1024px) {
      .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
        margin-bottom: 20px; } }
  .blog-grid:hover .blog-grid-meta {
    opacity: 1; }
    .blog-grid:hover .blog-grid-meta .meta-holder {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }
  .blog-grid:hover .btn {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; }
  @media screen and (min-width: 1025px) {
    .blog-grid:active {
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }
  .blog-grid.without-media:not(.boxed):not(.type-audio):not(.blog-grid-type-4) .blog-grid-content {
    padding-top: 0; }
  .blog-grid .blog-slider img {
    height: 100%; }
  .blog-grid.metro-style .clb-slider-outer-stage {
    height: auto !important; }
  .blog-grid.type-blockquote {
    display: block; }
    .blog-grid.type-blockquote .blog-grid-content {
      width: 100%; }
    .blog-grid.type-blockquote.boxed .blog-grid-content {
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  .blog-grid-type-1.type-blockquote:not(.boxed) .blog-grid-content, .blog-grid-type-3.type-blockquote:not(.boxed) .blog-grid-content, .blog-grid-type-5.type-blockquote:not(.boxed) .blog-grid-content {
    padding: 0; }
  .blog-grid-type-4.type-blockquote .blog-grid-content {
    margin: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .blog-grid .mejs-container {
    z-index: 11; }
  .blog-grid-type-2.type-audio .blog-grid-meta, .blog-grid-type-3.type-audio .blog-grid-meta, .blog-grid-type-5.type-audio .blog-grid-meta {
    top: 40px; }
  .blog-grid.blog-grid-type-audio {
    display: block; }
    .blog-grid.blog-grid-type-audio .blog-grid-image,
    .blog-grid.blog-grid-type-audio .blog-grid-content {
      width: 100%; }

.blog-grid iframe,
.single-post iframe {
  min-width: 100%;
  vertical-align: top;
  min-height: 290px;
  border: none;
  overflow: hidden; }

/*---------------------------------
## Galleries (for Envato Review)
---------------------------------*/
.blog-grid .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px !important; }
  .blog-grid .gallery .gallery-item {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    margin-top: 0px !important;
    text-align: center;
    vertical-align: top;
    width: 100%;
    position: relative; }
    .blog-grid .gallery .gallery-item img {
      border: none !important;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .blog-grid .gallery .gallery-item .gallery-caption {
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      padding: 3px 10px;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      opacity: 0;
      font-size: .8em;
      font-weight: normal; }
    .blog-grid .gallery .gallery-item:hover .gallery-caption {
      opacity: 1; }
    .blog-grid .gallery .gallery-item:hover img {
      opacity: .8; }
  .blog-grid .gallery.gallery-columns-3 .gallery-item {
    max-width: -webkit-calc((100% - 5px * 2) / 3);
    max-width: calc((100% - 5px * 2) / 3); }
    .blog-grid .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3), .blog-grid .gallery.gallery-columns-3 .gallery-item:last-of-type {
      margin-right: 0; }

.clb-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .clb-author .author-avatar {
    height: 46px;
    width: 46px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    background: #000;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); }
  .clb-author .clb-author-details {
    font-size: 0.94rem;
    line-height: 1.46; }
    .clb-author .clb-author-details .date {
      opacity: .7; }

/*---------------------------------
## Post
---------------------------------*/
.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto; }

.entry-content > *:not(.vc_row):not(.vc_clearfix):not(.vc_section) {
  margin-top: 25px;
  margin-bottom: 25px; }
  .entry-content > *:not(.vc_row):not(.vc_clearfix):not(.vc_section).alignleft {
    margin-top: 0; }

.entry-content > *:not(.vc_row):not(.vc_clearfix):first-child {
  margin-top: 0; }

.entry-content > *:not(.vc_row):not(.vc_clearfix):last-child {
  margin-bottom: 0; }

.entry-content figcaption {
  padding: 0.3rem;
  font-size: .98em;
  margin: 0; }

.entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: .5em; }

.single-post .entry-content {
  margin-bottom: 7.2vh; }
  @media screen and (max-width: 768px) {
    .single-post .entry-content {
      margin-bottom: 30px; } }
  .single-post .entry-content a:not(.wp-block-button__link) {
    color: #d90a2c;
    font-weight: 500; }
    .single-post .entry-content a:not(.wp-block-button__link):hover {
      opacity: .6; }
  @media screen and (min-width: 1025px) {
    .single-post .entry-content > h2, .single-post .entry-content > h3 {
      margin-top: 3rem !important; } }
  .single-post .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    color: #fff; }
    @media screen and (max-width: 768px) {
      .single-post .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
        padding-left: 0;
        margin-left: 1rem;
        margin-right: 1rem; } }
  .single-post .entry-content .wp-block-archives li,
  .single-post .entry-content .wp-block-categories li,
  .single-post .entry-content .wp-block-latest-posts li {
    font-weight: 600; }
  @media screen and (min-width: 1025px) {
    .single-post .entry-content .wp-block-archives .select-holder,
    .single-post .entry-content .wp-block-categories .select-holder,
    .single-post .entry-content .wp-block-latest-posts .select-holder {
      display: inline-block; } }
  .single-post .entry-content .blog-slider .blog-metro-image {
    padding-bottom: 100%;
    min-width: 100%; }

.single-post .clb-page-headline .category-holder:after {
  margin-left: 4px; }

.single-post .wpb_single_image {
  margin-bottom: 50px; }

.single-post .entry-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .single-post .entry-footer-tags .tags-holder {
    margin-bottom: 7.2vh; }
    @media screen and (max-width: 768px) {
      .single-post .entry-footer-tags .tags-holder {
        margin-bottom: 30px; } }
    .single-post .entry-footer-tags .tags-holder .tag {
      margin: 2px 5px 2px 0; }
  .single-post .entry-footer .post-edit-link,
  .single-post .entry-footer .vc_inline-link {
    display: inline-block;
    margin-bottom: 7.2vh; }
    @media screen and (max-width: 768px) {
      .single-post .entry-footer .post-edit-link,
      .single-post .entry-footer .vc_inline-link {
        margin-bottom: 30px; } }

.single-post .page-content .widget_ohio_widget_about_author {
  background-color: rgba(136, 136, 136, 0.05);
  padding: 3.4vh;
  margin-bottom: 7.2vh; }
  @media screen and (max-width: 1024px) {
    .single-post .page-content .widget_ohio_widget_about_author {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .single-post .page-content .widget_ohio_widget_about_author {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1025px) {
    .single-post .page-content .widget_ohio_widget_about_author {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .single-post .page-content .widget_ohio_widget_about_author .author-avatar {
        margin-bottom: 0; }
      .single-post .page-content .widget_ohio_widget_about_author .content {
        margin: 8px 0 0 20px; } }

.single-post .related-posts {
  padding-bottom: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .single-post .related-posts {
      padding-bottom: 20px; } }
  .single-post .related-posts .blog-grid {
    margin-bottom: 30px; }

.single-post .post-share {
  position: relative; }
  .single-post .post-share .clb-share-bar {
    left: -1vw;
    margin-top: 10px;
    z-index: 10; }
    @media screen and (min-width: 1025px) and (max-width: 1440px) {
      .single-post .post-share .clb-share-bar {
        left: 0; } }
    @media screen and (max-width: 1024px) {
      .single-post .post-share .clb-share-bar {
        left: 0;
        position: relative; }
        .single-post .post-share .clb-share-bar .socialbar {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }

article.page {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 15px;
  font-size: 110%; }

.post-widget {
  padding-top: 3.4vh;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .post-widget {
      padding-top: 20px; } }

.post {
  margin-top: 0; }
  .post .comments-link a {
    font-size: 0.94rem;
    margin-left: 15px; }

/*---------------------------------
# WPML
---------------------------------*/
/*---------------------------------
# Extras
---------------------------------*/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.left {
  float: left; }

.right {
  float: right; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.full-vh {
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .full-vh {
      height: auto; } }

.full-vh-mobile,
.full-vh-mobile .full-vh {
  height: 100vh !important; }

.full-vh-with-gap {
  height: -webkit-calc(100vh - 14vh);
  height: calc(100vh - 14vh); }
  .full-vh-with-gap .elementor-container {
    height: 100%; }
  @media screen and (max-width: 768px) {
    .full-vh-with-gap {
      height: auto; } }

.vc_separator {
  margin: 15px 0 !important; }
  @media screen and (max-width: 768px) {
    .vc_separator {
      margin: 10px 0px 15px !important; } }

.hidden {
  display: none; }

.unhidden {
  display: block; }

.visible {
  visibility: visible !important;
  opacity: 1 !important; }

.invisible {
  visibility: hidden !important;
  opacity: 0 !important; }

.no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

/*---------------------------------
## Custom WPBakery
---------------------------------*/
.vc_row.stc-row {
  margin-bottom: 5vh; }
  .vc_row.stc-row .ohio-heading-sc:not(.heading-reset) h2 {
    margin-bottom: 40px;
    font-size: 26px; }

@media screen and (min-width: 1025px) {
  .vc_row.stc-row {
    margin-right: 2vw;
    margin-left: 2vw;
    margin-bottom: 12vh; }
  .vc_row.stc-row-wide {
    margin-right: auto;
    margin-left: auto; }
  .vc_row.stc-row-narrow {
    margin-right: 10vw;
    margin-left: 10vw; } }

@media screen and (max-width: 768px) {
  .vc_row.stc-row {
    margin-top: 2vh; } }

.clb__screenshot img {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.clb__retina50 img {
  max-width: 50% !important; }

.clb__retina60 img {
  max-width: 60%; }

.clb__retina70 img {
  max-width: 70%; }

.clb__custom_font {
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.clb__custom_font2 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.elementor .clb__border_radius img,
.clb__border_radius img {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.clb__flex .elementor-widget-wrap,
.clb__flex .wpb_wrapper:not(.vc_figure) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.clb__vertical_stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.clb__stretch_content .wpb_wrapper,
.clb__stretch_content .elementor-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .clb__stretch_content .wpb_wrapper .vc_row-fluid,
  .clb__stretch_content .wpb_wrapper .elementor-section-boxed,
  .clb__stretch_content .elementor-widget-wrap .vc_row-fluid,
  .clb__stretch_content .elementor-widget-wrap .elementor-section-boxed {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    min-height: 30vh; }
  @media screen and (max-width: 768px) {
    .clb__stretch_content .wpb_wrapper .vc_row-fluid,
    .clb__stretch_content .elementor-widget-wrap .vc_row-fluid {
      margin-left: -20px !important;
      margin-right: -20px !important; } }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .clb__section_spacer {
    height: 80px !important; } }

@media screen and (max-width: 1024px) {
  .clb__spacer {
    height: 50px !important; }
  .clb__section_spacer {
    height: 70px !important; }
  .clb__heading h1.title,
  .clb__heading .dynamic,
  .clb__heading .typed-cursor,
  .clb__heading .count {
    font-size: 66px !important; }
  .clb__heading h2.title,
  .clb__heading .dynamic,
  .clb__heading .typed-cursor,
  .clb__heading .count {
    font-size: 56px !important; }
  .clb__heading * {
    line-height: 1.1 !important; }
  .clb__remove_stretch_md .stretch-content {
    left: auto !important;
    width: auto !important; } }

@media screen and (max-width: 768px) {
  .full-vh-reset {
    height: auto !important;
    min-height: 25vh !important; }
  .clb__spacer {
    height: 30px !important; }
  .clb__section_spacer {
    height: 50px !important; }
  .clb__border_reset .vc_column-inner {
    border: none !important; }
  .clb__fullheight_reset {
    min-height: initial !important; }
  .clb__heading.ohio-dynamic-text-sc,
  .clb__heading h1.title,
  .clb__heading .dynamic,
  .clb__heading .typed-cursor,
  .clb__heading .count {
    font-size: 46px !important;
    line-height: 1.1; }
  .clb__heading h2.title {
    font-size: 40px !important; }
  .clb__margin_reset .vc_column-inner {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .clb__margin_set {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  div.clb__margin_outer_reset {
    margin-left: -20px !important;
    margin-right: -20px !important; }
  .clb__padding_reset .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .vc_row.vc__padding_reset > .wpb_column > .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .vc_row.vc__padding_remove > .wpb_column > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .vc_row.vc__margin_reset {
    margin-right: -20px !important; }
  .clb__overflow_hidden {
    overflow: hidden; }
  #content .clb__padding_reset .content_box_container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  #content .clb__space_reset .content_box_container {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .clb__border_reset .vc_column-inner {
    border: none !important; }
  .clb__space_reset .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .clb__remove_stretch_sm .stretch-content {
    left: auto !important;
    width: auto !important; }
  .clb__alignment_reset {
    float: left; }
    .clb__alignment_reset .btn-wrap {
      text-align: left; } }

body i.icon {
  width: auto;
  height: auto;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0; }

/*---------------------------------
## Envato purchase button
---------------------------------*/
.btn.purchase-theme {
  position: fixed;
  bottom: 4.4vh;
  left: 4.4vh;
  margin-bottom: 60px;
  height: 56px;
  background: rgba(133, 164, 46, 0.25);
  border: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 0;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 110;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0; }
  @media screen and (max-width: 1024px) {
    .btn.purchase-theme {
      bottom: 20px; } }
  @media screen and (max-width: 1024px) {
    .btn.purchase-theme {
      left: 20px; } }
  .btn.purchase-theme:hover {
    background-color: #85A42E;
    font-size: inherit;
    padding-right: 15px; }
    .btn.purchase-theme:hover i.icon {
      background-color: rgba(0, 0, 0, 0.2);
      margin-right: 10px; }
  .btn.purchase-theme i.icon {
    height: 36px;
    width: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #85A42E;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 10px 0px 10px 10px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .btn.purchase-theme i.icon:after {
      content: "";
      position: fixed;
      display: block;
      height: 56px;
      width: 56px;
      background: rgba(133, 164, 46, 0.3);
      z-index: -1;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-animation: 3s ease-in-out infinite pulse;
              animation: 3s ease-in-out infinite pulse; }
    .btn.purchase-theme i.icon img {
      height: 18px; }
  .btn.purchase-theme span {
    height: 26px;
    width: 1px;
    margin: 0px 10px;
    background-color: rgba(0, 0, 0, 0.2); }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 1; }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 1; }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.with-header-5:not(.single-ohio_portfolio):not(.single-product):not(.single-post) .btn.purchase-theme,
.with-header-6:not(.single-ohio_portfolio):not(.single-product):not(.single-post) .btn.purchase-theme,
.with-header-7:not(.single-ohio_portfolio):not(.single-product):not(.single-post) .btn.purchase-theme {
  bottom: 120px;
  left: auto;
  right: 28px;
  margin: 0; }

.with-header-5.single-ohio_portfolio .btn.purchase-theme, .with-header-5.single-product .btn.purchase-theme, .with-header-5.single-post .btn.purchase-theme {
  margin-left: 33vh;
  margin-bottom: 0; }

.with-header-6.single-ohio_portfolio .btn.purchase-theme, .with-header-6.single-product .btn.purchase-theme, .with-header-6.single-post .btn.purchase-theme,
.with-header-7.single-ohio_portfolio .btn.purchase-theme,
.with-header-7.single-product .btn.purchase-theme,
.with-header-7.single-post .btn.purchase-theme {
  margin-left: 10.5vh;
  margin-bottom: 0; }

.page-template-page_for-projects.slider-with-bullets #tidio-chat,
.single-ohio_portfolio #tidio-chat,
.single-post #tidio-chat,
.single-product #tidio-chat {
  visibility: hidden;
  opacity: 0; }

@media screen and (max-width: 1024px) {
  #tidio-chat,
  .purchase-theme {
    visibility: hidden;
    display: none;
    opacity: 0; } }

/*---------------------------------
## Additional CSS classes for WP (for Gutenberg review) 
---------------------------------*/
@media screen and (min-width: 1025px) {
  .wp-block-cover,
  .wp-block-cover-image {
    padding: 2rem 12%; }
    .wp-block-cover.alignleft,
    .wp-block-cover-image.alignleft {
      padding: 1rem -webkit-calc(2*1rem);
      padding: 1rem calc(2*1rem);
      min-width: 50%; }
    .wp-block-cover.alignfull,
    .wp-block-cover-image.alignfull {
      padding-left: -webkit-calc(15% + (2*1rem));
      padding-left: calc(15% + (2*1rem));
      padding-right: -webkit-calc(15% + (2*1rem));
      padding-right: calc(15% + (2*1rem)); }
  .wp-block-columns.alignfull,
  .wp-block-columns.alignfull .wp-block-column {
    padding-left: -webkit-calc(2*1rem);
    padding-left: calc(2*1rem);
    padding-right: -webkit-calc(2*1rem);
    padding-right: calc(2*1rem); } }

@media screen and (max-width: 768px) {
  .wp-block-columns.alignfull,
  .wp-block-columns.alignfull .wp-block-column {
    padding-left: 10px;
    padding-right: 10px; }
  .wp-block-pullquote {
    padding: 1em 0; } }

.wp-block-latest-comments__comment-date,
.wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
  line-height: inherit; }

.wp-block-latest-comments__comment-link,
.wp-block-latest-comments__comment-author {
  font-weight: 600; }

.wp-block-button__link {
  font-size: inherit; }

.blocks-gallery-item {
  padding: 0; }

.wp-block-cover .wp-block-cover-text {
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.8em;
  max-width: 100%;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .wp-block-cover .wp-block-cover-text {
      font-size: 2.0em; } }
  .wp-block-cover .wp-block-cover-text:not(.has-text-color) {
    color: #fff; }
    .wp-block-cover .wp-block-cover-text:not(.has-text-color) a {
      color: #fff; }

.aligncenter {
  text-align: center; }

.wp-block-image .aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.wp-block-image .alignleft,
.alignleft {
  float: left;
  margin-right: 1rem; }
  @media screen and (min-width: 1025px) {
    .wp-block-image .alignleft,
    .alignleft {
      margin-right: -webkit-calc(2 * 1rem);
      margin-right: calc(2 * 1rem); } }

.wp-block-image .alignright,
.alignright {
  float: right;
  margin-left: 1rem; }
  @media screen and (min-width: 1025px) {
    .wp-block-image .alignright,
    .alignright {
      margin-left: -webkit-calc(2 * 1rem);
      margin-left: calc(2 * 1rem); } }

.wp-caption-text.gallery-caption {
  white-space: initial; }

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: block; }

.wp-caption {
  max-width: 100%; }

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-color: rgba(136, 136, 136, 0.15); }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none;
  padding: 0; }

.wp-block-pullquote blockquote {
  border: none; }

.wp-block-file * + .wp-block-file__button {
  display: table;
  margin: 20px 0px 0px 0px;
  color: #fff !important; }

.wp-caption-text {
  padding: 0.5rem;
  text-align: center; }

/*---------------------------------
## Remove WPBakery row padding
---------------------------------*/
.page-container .vc_col-has-fill > .vc_column-inner, .page-container .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.page-container .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .page-container .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

/*---------------------------------
## Template classes
---------------------------------*/
.center-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%; }

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/*---------------------------------
### Brand color classes
---------------------------------*/
.brand-color,
.brand-color-after:after,
.brand-color-before:before {
  color: #d90a2c; }

.brand-color-hover:hover,
.brand-color-hover-after:after,
.brand-color-hover-before:before {
  color: #d90a2c; }

.brand-border-color,
.brand-border-color-after:after,
.brand-border-color-before:before {
  border-color: #d90a2c; }

.brand-border-color-hover:hover,
.brand-border-color-hover-after:after,
.brand-border-color-hover-before:before {
  border-color: #d90a2c; }

.brand-bg-color,
.brand-bg-color-after:after,
.brand-bg-color-before:before {
  background-color: #d90a2c; }

.brand-bg-color-hover:hover,
.brand-bg-color-hover-after:after,
.brand-bg-color-hover-before:before {
  background-color: #d90a2c; }

.typed-cursor {
  opacity: 1;
  margin-right: -0.2em;
  -webkit-animation: typedjsBlink 0.7s infinite;
          animation: typedjsBlink 0.7s infinite; }

@keyframes typedjsBlink {
  50% {
    opacity: 0.0; } }

@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1; } }

/*---------------------------------
# WooCommerce
---------------------------------*/
/*---------------------------------
## Products
---------------------------------*/
.woo_c-products:after {
  content: '';
  display: table;
  clear: both; }

.woo_c-products .product {
  padding: 0px 20px;
  margin-bottom: 4.4vh;
  float: left; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product {
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .woo_c-products .product {
      margin-bottom: 20px; } }

.woo_c-products .product-item-thumbnail {
  overflow: hidden;
  position: relative; }
  .woo_c-products .product-item-thumbnail a {
    display: block; }
    .woo_c-products .product-item-thumbnail a img {
      vertical-align: top;
      min-width: 100%;
      position: absolute;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .woo_c-products .product-item-thumbnail a:first-child img {
      position: relative; }
  .woo_c-products .product-item-thumbnail .btn-lightbox {
    left: 3.4vh;
    top: 3.4vh;
    position: absolute;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .woo_c-products .product-item-thumbnail .btn-lightbox {
        left: 20px; } }
    @media screen and (max-width: 1024px) {
      .woo_c-products .product-item-thumbnail .btn-lightbox {
        top: 20px; } }
  .woo_c-products .product-item-thumbnail .clb-slider-nav-btn {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .woo_c-products .product-item-thumbnail .slider {
    text-align: left; }
    .woo_c-products .product-item-thumbnail .slider .main-img {
      min-width: 100%; }
    .woo_c-products .product-item-thumbnail .slider > a {
      min-width: 100%; }

.woo_c-products .product-item .clb-slider-nav-btn {
  padding: 3.4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  bottom: auto;
  min-width: 100px; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .clb-slider-nav-btn {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .woo_c-products .product-item .clb-slider-nav-btn {
      display: none; } }
  .woo_c-products .product-item .clb-slider-nav-btn .prev-btn,
  .woo_c-products .product-item .clb-slider-nav-btn .next-btn {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0; }

.woo_c-products .product-item .clb-slider .clb-slider-item.active img {
  z-index: 10; }

.woo_c-products .product-item .tag {
  position: absolute;
  left: 3.4vh;
  top: 3.4vh;
  z-index: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .tag {
      left: 20px; } }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .tag {
      top: 20px; } }

.woo_c-products .product-item-details {
  padding-top: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item-details {
      padding-top: 20px; } }
  .woo_c-products .product-item-details * {
    line-height: 22px;
    min-height: 22px;
    margin: 4px 0px; }
    .woo_c-products .product-item-details *:first-child {
      margin-top: 0; }
    .woo_c-products .product-item-details *:last-child {
      margin-bottom: 0; }
  .woo_c-products .product-item-details .category-holder:after {
    display: none; }
  .woo_c-products .product-item-details .product-item-title {
    font-size: -webkit-calc(17px + 3 * ( (100vw - 576px) / 1024));
    font-size: calc(17px + 3 * ( (100vw - 576px) / 1024)); }
    @media screen and (max-width: 576px) {
      .woo_c-products .product-item-details .product-item-title {
        font-size: 17px; } }
    @media screen and (min-width: 1600px) {
      .woo_c-products .product-item-details .product-item-title {
        font-size: 20px; } }
  .woo_c-products .product-item-details .product-item-price {
    font-size: 1.1em;
    font-weight: 600; }

.woo_c-products .product-item .product-buttons {
  padding: 25px;
  padding-bottom: 3.4vh;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .product-buttons {
      padding: 20px; } }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .product-buttons {
      padding-bottom: 20px; } }
  .woo_c-products .product-item .product-buttons-item {
    width: 100%;
    cursor: pointer;
    padding: 0px 5px; }
    .woo_c-products .product-item .product-buttons-item .btn {
      width: 100%;
      color: #fff;
      text-transform: capitalize; }
    .woo_c-products .product-item .product-buttons-item .btn-small.btn-loading span {
      vertical-align: text-bottom; }
    .woo_c-products .product-item .product-buttons-item .yith-wcwl-add-to-wishlist {
      margin: 0; }

.woo_c-products .product-item .hide {
  display: none; }

.woo_c-products .product-item .show {
  display: block; }

.woo_c-products .product-item.product-item-boxed .product-item-details {
  padding: 3.4vh;
  background: rgba(136, 136, 136, 0.05); }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item.product-item-boxed .product-item-details {
      padding: 20px; } }

@media screen and (min-width: 769px) {
  .woo_c-products .product-item:hover .btn-lightbox,
  .woo_c-products .product-item:hover .product-buttons,
  .woo_c-products .product-item:hover .clb-slider-nav-btn {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; } }

@media screen and (max-width: 768px) {
  .woo_c-products .product-item:hover .product-buttons {
    display: none; } }

.woo_c-products .product-item:hover .tag {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

@media screen and (min-width: 1025px) {
  .woo_c-products .product-item:active {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }

.woo_c-products .product,
.woo_c-products li {
  width: 100%; }

@media screen and (min-width: 1025px) {
  .columns-2 .product {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); }
    .columns-2 .product:nth-child(2n + 1) {
      clear: both; }
  .columns-3 .product {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); }
    .columns-3 .product:nth-child(3n + 1) {
      clear: both; }
  .columns-4 .product {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); }
    .columns-4 .product:nth-child(4n + 1) {
      clear: both; }
  .columns-5 .product {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5); }
    .columns-5 .product:nth-child(5n + 1) {
      clear: both; }
  .columns-6 .product {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6); }
    .columns-6 .product:nth-child(6n + 1) {
      clear: both; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .columns-md-2 .product {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); }
    .columns-md-2 .product:nth-child(2n + 1) {
      clear: both; }
  .columns-md-3 .product {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); }
    .columns-md-3 .product:nth-child(3n + 1) {
      clear: both; }
  .columns-md-4 .product {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); }
    .columns-md-4 .product:nth-child(4n + 1) {
      clear: both; }
  .columns-md-5 .product {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5); }
    .columns-md-5 .product:nth-child(5n + 1) {
      clear: both; }
  .columns-md-6 .product {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6); }
    .columns-md-6 .product:nth-child(6n + 1) {
      clear: both; } }

@media screen and (max-width: 768px) {
  .columns-sm-2 .product {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); }
    .columns-sm-2 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-2 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-2 .product:nth-child(2n + 1) {
      clear: both; }
  .columns-sm-3 .product {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); }
    .columns-sm-3 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-3 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-3 .product:nth-child(3n + 1) {
      clear: both; }
  .columns-sm-4 .product {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); }
    .columns-sm-4 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-4 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-4 .product:nth-child(4n + 1) {
      clear: both; }
  .columns-sm-5 .product {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5); }
    .columns-sm-5 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-5 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-5 .product:nth-child(5n + 1) {
      clear: both; }
  .columns-sm-6 .product {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6); }
    .columns-sm-6 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-6 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-6 .product:nth-child(6n + 1) {
      clear: both; } }

.columns-2 .double_width, .columns-md-2 .double_width {
  width: -webkit-calc((100% / 2) * 2 - 1px);
  width: calc((100% / 2) * 2 - 1px); }

.columns-3 .double_width, .columns-md-3 .double_width {
  width: -webkit-calc((100% / 3) * 2 - 1px);
  width: calc((100% / 3) * 2 - 1px); }

.columns-4 .double_width, .columns-md-4 .double_width {
  width: -webkit-calc((100% / 4) * 2 - 1px);
  width: calc((100% / 4) * 2 - 1px); }

.columns-5 .double_width, .columns-md-5 .double_width {
  width: -webkit-calc((100% / 5) * 2 - 1px);
  width: calc((100% / 5) * 2 - 1px); }

.columns-6 .double_width, .columns-md-6 .double_width {
  width: -webkit-calc((100% / 6) * 2 - 1px);
  width: calc((100% / 6) * 2 - 1px); }

.columns-12 .double_width {
  width: -webkit-calc((100% / 12) * 2 - 1px);
  width: calc((100% / 12) * 2 - 1px); }

@media screen and (max-width: 768px) {
  .columns-2 .double_width,
  .columns-3 .double_width,
  .columns-4 .double_width,
  .columns-5 .double_width,
  .columns-6 .double_width {
    width: 100%; } }

/*---------------------------------
## Single product
---------------------------------*/
.woo_c-product {
  padding-bottom: 7.2vh;
  /*Image container*/
  /*Navigation*/ }
  @media screen and (max-width: 768px) {
    .woo_c-product {
      padding-bottom: 30px; } }
  @media screen and (max-width: 1024px) {
    .woo_c-product {
      padding-bottom: 55px; } }
  @media screen and (max-width: 768px) {
    .woo_c-product {
      padding-bottom: 50px; }
      .woo_c-product .page-container.full {
        padding-left: 0;
        padding-right: 0; } }
  .woo_c-product-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .woo_c-product-image .tag {
      top: 3.4vh;
      left: 3.4vh;
      position: absolute; }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .tag {
          top: 20px; } }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .tag {
          left: 20px; } }
      @media screen and (max-width: 768px) {
        .woo_c-product-image .tag {
          top: auto;
          bottom: 40px; } }
      @media screen and (min-width: 1025px) {
        .woo_c-product-image .tag + .clb-share-bar {
          margin-top: -webkit-calc(56px);
          margin-top: calc(56px); } }
    .woo_c-product-image .clb-share-bar {
      top: 3.4vh;
      left: 3.4vh;
      position: absolute; }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .clb-share-bar {
          top: 20px; } }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .clb-share-bar {
          left: 20px; } }
    .woo_c-product-image .product-image-dots {
      margin-right: 50px;
      width: 80px;
      min-width: 80px;
      height: 100%; }
      .woo_c-product-image .product-image-dots .product-image-dot {
        cursor: pointer;
        margin-bottom: 10px; }
        .woo_c-product-image .product-image-dots .product-image-dot img {
          vertical-align: top; }
        .woo_c-product-image .product-image-dots .product-image-dot.active {
          border: 1px solid #232226; }
        .woo_c-product-image .product-image-dots .product-image-dot:last-child {
          margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .product-image-dots {
          display: none; } }
    .woo_c-product-image-slider {
      width: 100%;
      position: relative;
      overflow: hidden;
      height: auto; }
      .woo_c-product-image-slider .image-wrap {
        margin-bottom: 10px;
        overflow: hidden; }
        .woo_c-product-image-slider .image-wrap img {
          vertical-align: top; }
      .woo_c-product-image-slider-trigger {
        height: 50px;
        width: 50px;
        position: absolute;
        right: 25px;
        top: 25px; }
    @media screen and (max-width: 768px) {
      .woo_c-product-image .product-image-dots {
        display: none; } }
    .woo_c-product-image .btn-lightbox {
      position: absolute;
      top: 3.4vh;
      right: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .btn-lightbox {
          top: 20px; } }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .btn-lightbox {
          right: 20px; } }
      @media screen and (max-width: 768px) {
        .woo_c-product-image .btn-lightbox {
          bottom: 40px;
          top: auto; } }
  .woo_c-product .without-gallery .woo_c-product-image-slider {
    padding: 0; }
  .woo_c-product .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .woo_c-product .breadcrumbs {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 80px; } }
  .woo_c-product-details .woocommerce-breadcrumb {
    margin-bottom: 10px; }
  .woo_c-product-details-title {
    margin: 11px 0 8px;
    font-size: -webkit-calc(36px + 4 * ( (100vw - 576px) / 1024));
    font-size: calc(36px + 4 * ( (100vw - 576px) / 1024)); }
    @media screen and (max-width: 576px) {
      .woo_c-product-details-title {
        font-size: 36px; } }
    @media screen and (min-width: 1600px) {
      .woo_c-product-details-title {
        font-size: 40px; } }
  .woo_c-product-details-inner .external-product {
    margin-top: 25px; }
  .woo_c-product-details-inner .woocommerce-product-rating .average,
  .woo_c-product-details-inner .woocommerce-product-rating .woo-review-link,
  .woo_c-product-details-inner .woocommerce-product-rating .write-review {
    vertical-align: top; }
  .woo_c-product-details-inner .woocommerce-product-rating .woo-review-link {
    margin-left: 5px;
    font-size: 0.94rem; }
  .woo_c-product-details-inner .woocommerce-product-rating .woo-review-link:after {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
    margin-top: -2px;
    color: #d90a2c;
    color: #d90a2c; }
  .woo_c-product-details-inner .price {
    margin: 5px 0px 10px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .woo_c-product-details-inner .price > span:nth-child(1) {
      margin-right: 5px; }
    .woo_c-product-details-inner .price > span:nth-child(2) {
      margin-left: 5px; }
    .woo_c-product-details-inner .price .amount {
      font-size: 1.2em; }
    .woo_c-product-details-inner .price-discount {
      height: 22px;
      line-height: 22px;
      border-left: 5px solid rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 2px 0px 0px 2px;
              border-radius: 2px 0px 0px 2px;
      color: #fff;
      padding-left: 5px;
      margin-left: 10px;
      vertical-align: middle; }
    .woo_c-product-details-inner .price ins {
      text-decoration: none;
      background: transparent; }
      .woo_c-product-details-inner .price ins .amount {
        vertical-align: middle; }
      .woo_c-product-details-inner .price ins:last-child {
        margin-right: 5px; }
    .woo_c-product-details-inner .price del .amount, .woo_c-product-details-inner .price old .amount {
      font-size: 1rem;
      margin-right: 5px; }
  .woo_c-product-details-inner .variations_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    text-transform: capitalize; }
    .woo_c-product-details-inner .variations_button .view-cart {
      padding: 14px 18px; }
  .woo_c-product-details-inner .single_add_to_cart_button .ion svg {
    fill: #fff;
    margin-top: 1px; }
  .woo_c-product-details .single_variation_wrap .single-variation {
    display: block !important; }
    .woo_c-product-details .single_variation_wrap .single-variation .variation-add-to-cart-wrap {
      display: none; }
  .woo_c-product-details .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
    .woo_c-product-details .yith-wcwl-add-to-wishlist:after {
      content: '';
      display: table;
      clear: both; }
    .woo_c-product-details .yith-wcwl-add-to-wishlist .hide {
      display: none; }
    .woo_c-product-details .yith-wcwl-add-to-wishlist .btn-wishlist {
      margin-left: 12px; }
    .woo_c-product-details .yith-wcwl-add-to-wishlist .btn-wishlist:not(:hover) {
      background-color: transparent;
      border-color: transparent;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); }
      .woo_c-product-details .yith-wcwl-add-to-wishlist .btn-wishlist:not(:hover):hover {
        color: #fff; }
  .woo_c-product-details-variations {
    margin-top: 20px;
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(136, 136, 136, 0.15); }
    .woo_c-product-details-variations .variations {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .woo_c-product-details-variations .variations {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .woo_c-product-details-variations .variations,
    .woo_c-product-details-variations .simple-qty {
      padding: 12px 0px; }
      .woo_c-product-details-variations .variations:after,
      .woo_c-product-details-variations .simple-qty:after {
        content: '';
        display: table;
        clear: both; }
      .woo_c-product-details-variations .variations .variation,
      .woo_c-product-details-variations .simple-qty .variation {
        margin: 8px 20px 8px 0px; }
        .woo_c-product-details-variations .variations .variation:last-child,
        .woo_c-product-details-variations .simple-qty .variation:last-child {
          margin-right: 0; }
        .woo_c-product-details-variations .variations .variation.reset,
        .woo_c-product-details-variations .simple-qty .variation.reset {
          white-space: nowrap; }
          .woo_c-product-details-variations .variations .variation.reset .reset_variations,
          .woo_c-product-details-variations .simple-qty .variation.reset .reset_variations {
            width: 100%;
            font-size: 0.94rem; }
            @media screen and (min-width: 1025px) {
              .woo_c-product-details-variations .variations .variation.reset .reset_variations,
              .woo_c-product-details-variations .simple-qty .variation.reset .reset_variations {
                margin-top: 36px; } }
        @media screen and (max-width: 768px) {
          .woo_c-product-details-variations .variations .variation,
          .woo_c-product-details-variations .simple-qty .variation {
            margin: 8px 0px 15px 0px;
            width: -webkit-calc((100%/3) - 12px);
            width: calc((100%/3) - 12px); }
            .woo_c-product-details-variations .variations .variation:last-child,
            .woo_c-product-details-variations .simple-qty .variation:last-child {
              margin: 0; } }
      .woo_c-product-details-variations .variations .label,
      .woo_c-product-details-variations .simple-qty .label {
        display: block; }
      .woo_c-product-details-variations .variations .value,
      .woo_c-product-details-variations .simple-qty .value {
        display: inline-block;
        min-height: 32px;
        line-height: 32px; }
    .woo_c-product-details-variations .single_variation_wrap .woo-variation-price {
      border-top: 1px solid rgba(136, 136, 136, 0.15); }
      .woo_c-product-details-variations .single_variation_wrap .woo-variation-price .price {
        margin: 20px 0 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .woo_c-product-details-variations .single_variation_wrap .variations_button {
      margin-top: 20px; }
    .woo_c-product-details-variations .single_variation_wrap .single-variation {
      display: block !important; }
    .woo_c-product-details-variations .out_of_stock {
      margin: 15px 0px;
      display: inline-block;
      position: relative; }
      .woo_c-product-details-variations .out_of_stock .message-box {
        padding: 10px 18px; }
  .woo_c-product-details .product_meta {
    font-size: 0.94rem;
    margin-top: 10px; }
    .woo_c-product-details .product_meta .sku_wrapper,
    .woo_c-product-details .product_meta .woo-c_product_category,
    .woo_c-product-details .product_meta .tagged_as {
      font-weight: 600; }
      .woo_c-product-details .product_meta .sku_wrapper > span,
      .woo_c-product-details .product_meta .woo-c_product_category > span,
      .woo_c-product-details .product_meta .tagged_as > span {
        font-weight: 400; }
    .woo_c-product-details .product_meta .sku_wrapper:after,
    .woo_c-product-details .product_meta .woo-c_product_category:after {
      content: '•';
      display: inline-block;
      vertical-align: middle;
      font-size: .8em;
      margin-top: -2px;
      color: #d90a2c; }
    .woo_c-product-details .product_meta > span {
      vertical-align: middle;
      position: relative; }
      .woo_c-product-details .product_meta > span a {
        font-weight: 400; }
  .woo_c-product-details .site-container > .yith-wcwl-add-to-wishlist {
    display: none; }
  .woo_c-product .single-product-tabs {
    margin-top: 7.2vh; }
    @media screen and (max-width: 768px) {
      .woo_c-product .single-product-tabs {
        margin-top: 30px; } }
    .woo_c-product .single-product-tabs .tab-items-container {
      background-color: rgba(136, 136, 136, 0.05);
      padding-top: 7.2vh;
      padding-bottom: 7.2vh; }
      @media screen and (max-width: 768px) {
        .woo_c-product .single-product-tabs .tab-items-container {
          padding-top: 30px; } }
      @media screen and (max-width: 768px) {
        .woo_c-product .single-product-tabs .tab-items-container {
          padding-bottom: 30px; } }
    .woo_c-product .single-product-tabs .tab .tabNav {
      margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .woo_c-product .single-product-tabs .tab {
        margin-top: 30px; } }
    .woo_c-product .single-product-tabs .tab .tabItems_item {
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (max-width: 768px) {
        .woo_c-product .single-product-tabs .tab .tabItems_item {
          padding-left: 20px;
          padding-right: 20px; } }
    .woo_c-product .single-product-tabs .tab .tabItems_item {
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (max-width: 768px) {
        .woo_c-product .single-product-tabs .tab .tabItems_item {
          padding-left: 20px;
          padding-right: 20px; } }
    .woo_c-product .single-product-tabs .tab table {
      text-align: left;
      margin-bottom: 0; }
    .woo_c-product .single-product-tabs .alt {
      background: transparent !important; }
    @media screen and (max-width: 768px) {
      .woo_c-product .single-product-tabs .tab-items-container > .vc_col-sm-12 {
        padding: 0px 20px; } }
  .woo_c-product .shop_attributes p {
    margin: 0; }
  .woo_c-product .shop_attributes tr th:first-child,
  .woo_c-product .shop_attributes tr td:first-child {
    width: 25%; }
  .woo_c-product .comments-area {
    padding: 0; }
    .woo_c-product .comments-area .comment-body .star-rating {
      position: absolute;
      top: 25px;
      right: 0; }
    .woo_c-product .comments-area .comment-body .meta h4 {
      font-size: 16px;
      line-height: 25px; }
    .woo_c-product .comments-area .comment-body time {
      font-size: 15px;
      line-height: 25px;
      color: #6A696C; }
    .woo_c-product .comments-area .comment-body .description p {
      margin: 0; }
    .woo_c-product .comments-area .comment-form-rating label {
      font-weight: 600; }
    .woo_c-product .comments-area .comment-form .comment-form-rating .select {
      display: none; }
  .woo_c-product .woo-c_related,
  .woo_c-product .woo-c_upsells {
    margin-top: 7.2vh; }
    @media screen and (max-width: 768px) {
      .woo_c-product .woo-c_related,
      .woo_c-product .woo-c_upsells {
        margin-top: 30px; } }
  .woo_c-product .sticky-product {
    position: fixed;
    overflow: hidden;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    right: 4.4vh;
    bottom: 4.4vh;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .woo_c-product .sticky-product {
        right: 20px; } }
    @media screen and (max-width: 1024px) {
      .woo_c-product .sticky-product {
        bottom: 20px; } }
    .woo_c-product .sticky-product.visible {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }
    .woo_c-product .sticky-product-img {
      cursor: pointer;
      width: 100px;
      height: 100px;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .woo_c-product .sticky-product-desc {
      padding: 15px 0 15px 20px;
      line-height: 1.6;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 250px; }
      .woo_c-product .sticky-product-desc .title,
      .woo_c-product .sticky-product-desc .category {
        display: inherit; }
        .woo_c-product .sticky-product-desc .title:before,
        .woo_c-product .sticky-product-desc .category:before {
          display: none; }
      .woo_c-product .sticky-product-desc .category {
        display: inline-block;
        font-weight: normal;
        font-size: 0.94rem; }
      .woo_c-product .sticky-product-desc .title,
      .woo_c-product .sticky-product-desc .price {
        font-weight: 600; }
      .woo_c-product .sticky-product-desc .title {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
        .woo_c-product .sticky-product-desc .title .price {
          padding-right: 5px;
          position: relative; }
          .woo_c-product .sticky-product-desc .title .price:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin: -2px 0px 0px 5px;
            height: 60%;
            width: 1px;
            background: #232226; }
      .woo_c-product .sticky-product-desc .sticky-product-title,
      .woo_c-product .sticky-product-desc .category-holder {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
        .woo_c-product .sticky-product-desc .sticky-product-title:after,
        .woo_c-product .sticky-product-desc .category-holder:after {
          display: none; }
      .woo_c-product .sticky-product-desc .btn {
        padding: 0;
        vertical-align: top;
        margin-top: 5px; }
    .woo_c-product .sticky-product .close-bar {
      padding: 20px; }
    @media screen and (max-width: 768px) {
      .woo_c-product .sticky-product {
        left: 20px; }
        .woo_c-product .sticky-product-desc {
          width: -webkit-calc(100% - 146px);
          width: calc(100% - 146px); }
          .woo_c-product .sticky-product-desc .title {
            max-width: none; } }
    .woo_c-product .sticky-product .yith-wcwl-wishlistexistsbrowse,
    .woo_c-product .sticky-product .yith-wcwl-wishlistaddedbrowse,
    .woo_c-product .sticky-product .add_to_wishlist {
      display: none !important; }
  @media screen and (max-width: 768px) {
    .woo_c-product-details {
      padding-top: 20px; }
    .woo_c-product-image.vc_col-sm-12 {
      padding-left: 0;
      padding-right: 0; } }
  .woo_c-product .comments-area .comment-list {
    margin: 0; }
  .woo_c-product .woocommerce-grouped-product-list {
    white-space: nowrap; }
    .woo_c-product .woocommerce-grouped-product-list-item__thumb img {
      min-width: 70px;
      max-width: 70px;
      vertical-align: top; }
    .woo_c-product .woocommerce-grouped-product-list-item__label .woo-c_product_name {
      max-width: 12rem;
      margin: 0; }

.single-product.with-spacer .breadcrumbs {
  margin-top: 0; }

.type1-left .woo_c-product-details-inner {
  padding-left: 20px; }

@media screen and (max-width: 768px) {
  .type1-left .woo_c-product-details-inner {
    padding-left: 0; } }

.type1-right .woo_c-product-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media screen and (max-width: 768px) {
    .type1-right .woo_c-product-image-slider {
      padding-right: 0; } }
  .type1-right .woo_c-product-image.with-gallery .woo_c-product-image-slider {
    padding-right: 50px; }
  .type1-right .woo_c-product-image .product-image-dots {
    margin-right: 0; }
  .type1-right .woo_c-product-image .btn-lightbox {
    padding-right: 50px; }

.type1-right .woo_c-product-details-inner {
  padding-right: 20px; }
  @media screen and (max-width: 768px) {
    .type1-right .woo_c-product-details-inner {
      padding-right: 0; } }

@media screen and (max-width: 768px) {
  .type1-right .woo_c-product .btn-lightbox {
    padding-right: 0; }
  .type1-right .woo_c-product-image.with-gallery .woo_c-product-image-slider {
    padding-right: 0; } }

[class*="type1"] .woo_c-product-image .image-wrap img {
  width: 100%; }

[class*="type1"] .woo-summary-content > .wrap > .yith-wcwl-add-to-wishlist {
  display: none; }

[class*="type1"] .woo_c-product-image-slider .gimg {
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

@media screen and (min-width: 1025px) {
  [class*="type1"] .woo_c-product.spacer_included {
    margin-top: 50px; }
  [class*="type1"] .woo_c-product.spacer_excluded {
    margin-top: 14vh; } }

.woo_c-related {
  margin-bottom: 60px; }
  .woo_c-related:after {
    content: '';
    display: table;
    clear: both; }

@media screen and (max-width: 768px) {
  [class*="type"] .woo_c-product .tab {
    margin: 20px auto 30px; }
    [class*="type"] .woo_c-product .tab .tabNav {
      text-align: left; }
  [class*="type"] .woo_c-product-nav {
    position: static; }
  [class*="type"] .woo_c-product-details {
    background-color: #fff;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: -20px;
    width: auto; }
    [class*="type"] .woo_c-product-details .variations_button {
      display: block; }
    [class*="type"] .woo_c-product-details-inner {
      width: 100%; }
      [class*="type"] .woo_c-product-details-inner .yith-wcwl-add-to-wishlist,
      [class*="type"] .woo_c-product-details-inner .btn:not(.yith-wcwl-wishlistaddedbrowse),
      [class*="type"] .woo_c-product-details-inner .button {
        width: 100%;
        display: block;
        margin-bottom: 10px; }
      [class*="type"] .woo_c-product-details-inner .yith-wcwl-add-to-wishlist .btn {
        margin-left: 0px !important;
        width: 100%; }
  [class*="type"] .woo_c-product .comments-area .comment-form input[type="text"],
  [class*="type"] .woo_c-product .comments-area .comment-form input[type="email"],
  [class*="type"] .woo_c-product .comments-area .comment-form textarea,
  [class*="type"] .woo_c-product .comments-area .comment-form .label-header {
    margin-right: 0;
    margin-left: 0; }
  [class*="type"] .site-container > .yith-wcwl-add-to-wishlist {
    display: none; } }

@media screen and (max-width: 1024px) {
  [class*="type1"] .woo_c-product.spacer_excluded {
    margin-top: 90px; } }

@media screen and (max-width: 768px) {
  [class*="type1"] .woo_c-product.spacer_excluded {
    margin-top: 0; } }

@media screen and (max-width: 768px) {
  .type1-right .woo_c-product.single-product > .product > .page-container > .vc_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .type1-right .woo_c-product.single-product > .product > .page-container > .vc_row .woo_c-product-details {
      z-index: 1;
      padding-left: 20px;
      padding-right: 20px; }
    .type1-right .woo_c-product.single-product > .product > .page-container > .vc_row .woo_c-product-image,
    .type1-right .woo_c-product.single-product > .product > .page-container > .vc_row .woo_c-product-details {
      max-width: 100%; } }

/*---------------------------------
## Wishlist
---------------------------------*/
.yith-wcwl-form .woo-c_wishlist {
  margin: 0;
  font-size: 100%; }
  .yith-wcwl-form .woo-c_wishlist tbody td,
  .yith-wcwl-form .woo-c_wishlist thead th {
    border-color: rgba(136, 136, 136, 0.15); }
  .yith-wcwl-form .woo-c_wishlist tr td {
    text-align: left; }
    .yith-wcwl-form .woo-c_wishlist tr td.product-name a {
      font-weight: 600; }
    .yith-wcwl-form .woo-c_wishlist tr td.product-remove {
      width: 30px; }
      .yith-wcwl-form .woo-c_wishlist tr td.product-remove a.remove:hover {
        background: transparent !important; }
      .yith-wcwl-form .woo-c_wishlist tr td.product-remove .btn-round .ion {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
        color: initial; }
    .yith-wcwl-form .woo-c_wishlist tr td.product-thumbnail a img {
      max-width: 60px; }
    .yith-wcwl-form .woo-c_wishlist tr td.product-add-to-cart {
      padding-right: 0;
      text-align: right; }
      .yith-wcwl-form .woo-c_wishlist tr td.product-add-to-cart a.button {
        padding: 7px 15px !important;
        font-size: 0.94rem; }
  .yith-wcwl-form .woo-c_wishlist .product-add-to-cart a {
    display: inline-block !important; }
  .yith-wcwl-form .woo-c_wishlist.mobile li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .yith-wcwl-form .woo-c_wishlist.mobile li .btn-round a {
      display: inline-block; }
    .yith-wcwl-form .woo-c_wishlist.mobile li .item-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 10px 0px; }
      .yith-wcwl-form .woo-c_wishlist.mobile li .item-wrapper h6 {
        margin: 0; }

.yith-wcwl-form .yith_wcwl_wishlist_footer {
  margin-top: 30px; }
  .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a {
    line-height: 30px; }
    .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.facebook, .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.twitter, .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.pinterest, .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.email, .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.whatsapp {
      background: #17161A; }
    .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a:hover {
      opacity: .7; }

.yith-wcwl-form .wishlist-title {
  display: none; }

@media screen and (min-width: 1025px) {
  .yith-wcwl-form {
    padding-left: -webkit-calc(100%/15 * 1);
    padding-left: calc(100%/15 * 1);
    padding-right: -webkit-calc(100%/15 * 1);
    padding-right: calc(100%/15 * 1); } }

/*---------------------------------
## Elements
---------------------------------*/
.woo_c-message-group {
  padding: 0 20px; }
  .woo_c-message-group li {
    margin-bottom: 15px;
    width: 100%; }

body:not(.woocommerce-checkout) .woo_c-message-group .message-box {
  position: fixed;
  bottom: 4.4vh;
  z-index: 999999;
  left: 50%;
  width: auto;
  margin: 0px auto;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 0.4s slide_up cubic-bezier(0.4, 0, 0.2, 1);
          animation: 0.4s slide_up cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (max-width: 1024px) {
    body:not(.woocommerce-checkout) .woo_c-message-group .message-box {
      bottom: 20px; } }
  @media screen and (max-width: 768px) {
    body:not(.woocommerce-checkout) .woo_c-message-group .message-box {
      left: 20px;
      right: 20px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation: 0.4s slide_up_mobile cubic-bezier(0.4, 0, 0.2, 1);
              animation: 0.4s slide_up_mobile cubic-bezier(0.4, 0, 0.2, 1);
      display: block; } }

@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateX(-50%) translateY(150%);
            transform: translateX(-50%) translateY(150%);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
    opacity: 1; } }

@keyframes slide_up {
  0% {
    -webkit-transform: translateX(-50%) translateY(150%);
            transform: translateX(-50%) translateY(150%);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
    opacity: 1; } }

@-webkit-keyframes slide_up_mobile {
  0% {
    -webkit-transform: translateX(0) translateY(150%);
            transform: translateX(0) translateY(150%);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(0) translateY(0%);
            transform: translateX(0) translateY(0%);
    opacity: 1; } }

@keyframes slide_up_mobile {
  0% {
    -webkit-transform: translateX(0) translateY(150%);
            transform: translateX(0) translateY(150%);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(0) translateY(0%);
            transform: translateX(0) translateY(0%);
    opacity: 1; } }

.quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 80px;
  position: relative; }
  .quantity input {
    width: 50px;
    padding: 6px 8px; }
  @media screen and (max-width: 768px) {
    .quantity {
      max-width: 100%; } }

.quantity-label {
  font-size: 0.94rem;
  padding-right: 5px; }

.woo-c_product_category,
.woo-c_product_attr {
  display: block;
  font-size: 0.94rem;
  opacity: .8;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

.woo-c_product_name > a:not(.woo-c_product_category) {
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  display: block;
  font-size: 17px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

.woocommerce-checkout-payment ul li label {
  margin-bottom: 0; }

.woocommerce-checkout-payment ul li .payment_box p {
  margin-top: 5px; }

.woocommerce-checkout-payment .payment_method_paypal img {
  max-width: 200px;
  display: block; }

.woocommerce-checkout-payment .payment_method_paypal .about_paypal {
  display: none; }

.woocommerce-shipping-methods li > input[type="radio"] {
  margin-right: 6px; }

.woocommerce-shipping-methods li > label {
  font-size: inherit;
  margin: 0; }

.woocommerce-checkout-payment li, .woocommerce-shipping-methods li {
  padding: 3px 0; }

.woocommerce-checkout-payment .payment_box,
.woocommerce-shipping-totals > td, .woocommerce-privacy-policy-text,
.woocommerce .product-quantity {
  font-size: 0.94rem; }

.woocommerce-privacy-policy-text {
  margin-bottom: 20px; }
  .woocommerce-privacy-policy-text a {
    color: #d90a2c; }

.woocommerce-button:not(.btn-link),
.woocommerce .button:not(.btn-link) {
  text-transform: capitalize; }

.woocommerce .checkout_coupon {
  margin-top: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .woocommerce .checkout_coupon {
      margin-top: 20px; } }

.woocommerce .stars {
  width: auto;
  height: 16px;
  line-height: 1;
  margin: 0;
  display: inline-block; }
  .woocommerce .stars a {
    position: relative;
    height: 18px;
    width: 1em;
    font-size: 17px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none; }
    .woocommerce .stars a:before {
      content: "\f384";
      color: #6A696C;
      display: block;
      background: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: Ionicons;
      text-indent: 0;
      opacity: .5; }
  .woocommerce .stars:hover a:hover ~ a:before,
  .woocommerce .stars.selected a.active ~ a:before,
  .woocommerce .stars.selected:hover span a:hover ~ a:before {
    content: "\f384";
    opacity: .5; }
  .woocommerce .stars:hover a:before,
  .woocommerce .stars.selected a:before,
  .woocommerce .stars.selected:hover span a:before {
    content: "\f384";
    opacity: 1;
    color: #17161A; }

.woocommerce .star-rating {
  width: auto;
  max-height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  color: #232226; }
  .woocommerce .star-rating a:hover {
    opacity: 1; }
  .woocommerce .star-rating:before {
    content: "\f384\f384\f384\f384\f384";
    font-family: Ionicons;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 3px;
    opacity: .2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    word-wrap: normal; }
  .woocommerce .star-rating > span {
    display: inline-block;
    font-size: 0;
    overflow: hidden; }
    .woocommerce .star-rating > span:before {
      content: "\f384\f384\f384\f384\f384";
      font-family: Ionicons;
      font-weight: normal;
      font-size: 17px;
      letter-spacing: 3px; }

.woocommerce .comment-form-rating .select-holder:after {
  display: none; }

.woocommerce-billing-fields .heading-md {
  margin-bottom: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .woocommerce-billing-fields .heading-md {
      margin-bottom: 20px; } }

.woocommerce .form-row {
  margin-top: 0;
  margin-bottom: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .woocommerce .form-row {
      margin-bottom: 20px; } }
  .woocommerce .form-row .select {
    width: 100%; }
  .woocommerce .form-row input, .woocommerce .form-row em {
    color: #6A696C; }
  .woocommerce .form-row em {
    margin-top: 10px;
    display: block;
    font-size: 0.94rem;
    font-style: normal; }
  .woocommerce .form-row label {
    margin-bottom: 8px; }

.woocommerce legend {
  font-size: -webkit-calc(19px + 1 * ( (100vw - 576px) / 1024));
  font-size: calc(19px + 1 * ( (100vw - 576px) / 1024));
  line-height: 1.25;
  color: #17161A;
  font-weight: 600;
  margin-bottom: 3.4vh; }
  @media screen and (max-width: 576px) {
    .woocommerce legend {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .woocommerce legend {
      font-size: 20px; } }
  @media screen and (max-width: 1024px) {
    .woocommerce legend {
      margin-bottom: 20px; } }

.woocommerce ul {
  list-style: none; }

.woocommerce #ship-to-different-address {
  font-size: inherit; }

.woocommerce .blockUI.blockOverlay {
  opacity: 0.4 !important; }

.woocommerce .clb-blank.order-failed .clb-blank-image {
  min-width: 90px; }

@media screen and (max-width: 768px) {
  .woocommerce-account .button:not(.btn-link) {
    width: 100%; } }

.woocommerce-account .sticky-content-container {
  width: 100%; }

.woocommerce-account .clb-woo-sidebar {
  margin-right: 20px;
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    .woocommerce-account .clb-woo-sidebar {
      margin: 0 0 40px 0; } }
  .woocommerce-account .clb-woo-sidebar .woocommerce-MyAccount-subscriptions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce-account .clb-woo-sidebar .woocommerce-MyAccount-subscriptions tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  font-weight: 600; }

.woocommerce-account .woocommerce-orders-table__header {
  border-top: none;
  color: #6A696C;
  text-transform: uppercase;
  font-size: 0.78em; }
  .woocommerce-account .woocommerce-orders-table__header-order-actions {
    display: none; }

@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__header-order-date {
    display: none; } }

.woocommerce-account .woocommerce-orders-table__row .amount,
.woocommerce-account .woocommerce-orders-table__row .order-number {
  font-weight: 600; }

.woocommerce-account .woocommerce-orders-table__row td {
  padding: 25px 20px 25px 0; }
  .woocommerce-account .woocommerce-orders-table__row td:last-child {
    text-align: right;
    padding-right: 0; }
  @media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-orders-table__row td:nth-child(1), .woocommerce-account .woocommerce-orders-table__row td:nth-child(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      border-top: none; }
    .woocommerce-account .woocommerce-orders-table__row td:nth-child(1) {
      padding-top: 12px;
      border-bottom: none; }
    .woocommerce-account .woocommerce-orders-table__row td:nth-child(2) {
      padding-bottom: 12px; } }

.woocommerce-account .woocommerce-Addresses {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-Addresses .vc_col-lg-6:last-child {
      margin-top: 30px; } }

.woocommerce .woo-c_login .tabNav {
  margin-bottom: 40px; }

.woocommerce .woo-c_login .form-row_btn_remember_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -5px; }
  .woocommerce .woo-c_login .form-row_btn_remember_container label {
    margin: 0;
    font-weight: normal; }
  .woocommerce .woo-c_login .form-row_btn_remember_container .lost-link,
  .woocommerce .woo-c_login .form-row_btn_remember_container label {
    font-size: 0.94rem; }

.woocommerce .woo-c_login fieldset .password-field {
  margin-bottom: 0; }

.woocommerce .woo-c_login fieldset .btn[type='submit'],
.woocommerce .woo-c_login fieldset .woocommerce-password-strength {
  margin-top: 25px; }
  @media screen and (max-width: 1024px) {
    .woocommerce .woo-c_login fieldset .btn[type='submit'],
    .woocommerce .woo-c_login fieldset .woocommerce-password-strength {
      margin-top: 20px; } }

.woocommerce .woo-c_cross_sells .vc_row {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.woocommerce-checkout .woocommerce-order .clb-blank {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  max-width: 100%;
  margin-top: 0;
  text-align: left; }
  .woocommerce-checkout .woocommerce-order .clb-blank-image {
    margin-right: 20px;
    background-color: #e7f9f6;
    height: 70px;
    width: 70px;
    min-width: 70px;
    font-size: 24px; }
    .woocommerce-checkout .woocommerce-order .clb-blank-image i {
      font-size: 28px; }
  .woocommerce-checkout .woocommerce-order .clb-blank .heading-md {
    margin: 0; }

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .vc_row {
  margin: 0; }

.woocommerce-checkout .woocommerce-order-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px 0px; }
  .woocommerce-checkout .woocommerce-order-overview li {
    white-space: nowrap;
    margin-right: 3.4vh; }
    @media screen and (max-width: 1024px) {
      .woocommerce-checkout .woocommerce-order-overview li {
        margin-right: 20px; } }
    .woocommerce-checkout .woocommerce-order-overview li:last-child {
      margin: 0; }
    .woocommerce-checkout .woocommerce-order-overview li strong {
      display: block; }
  @media screen and (max-width: 768px) {
    .woocommerce-checkout .woocommerce-order-overview {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .woocommerce-checkout .woocommerce-order-overview li strong {
        white-space: normal;
        max-width: -webkit-calc(100vw - 40px);
        max-width: calc(100vw - 40px); } }

.woocommerce-checkout .woocommerce-form-login {
  margin-bottom: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .woocommerce-checkout .woocommerce-form-login {
      margin-bottom: 20px; } }
  .woocommerce-checkout .woocommerce-form-login-toggle {
    margin-bottom: 15px; }

#yith-wcwl-popup-message {
  position: fixed;
  bottom: 10px;
  top: auto;
  text-align: center;
  right: 0;
  margin: 0px !important;
  left: 0;
  border: none;
  background-color: transparent;
  -webkit-box-sizing: none;
          box-sizing: none; }
  #yith-wcwl-popup-message #yith-wcwl-message {
    height: auto;
    line-height: 1;
    background: #9ff8d0;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 20px;
    display: inline-block;
    font-size: 0.94rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08); }

.woocommerce-account .nosidebar-order-details > .woo_c-order-details {
  width: 100% !important;
  padding: 0 !important; }

.clb-woo-sidebar .woocommerce-MyAccount-subscriptions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .clb-woo-sidebar .woocommerce-MyAccount-subscriptions tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .clb-woo-sidebar .woocommerce-MyAccount-subscriptions tr td, .clb-woo-sidebar .woocommerce-MyAccount-subscriptions tr th {
      width: auto !important; }

/*---------------------------------
## AJAX Filters
---------------------------------*/
.yith-woocommerce-ajax-product-filter .yith-wcan-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-group li {
    margin: 0; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group li a {
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      padding: 0px 10px;
      height: 24px;
      line-height: 24px;
      display: inline-block;
      vertical-align: top;
      font-weight: 600;
      font-size: 0.78em;
      color: inherit;
      background-color: #6A696C;
      text-transform: uppercase;
      margin: 0px 6px 6px 0px; }
      .yith-woocommerce-ajax-product-filter .yith-wcan-group li a:before {
        display: none; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group li.chosen a, .yith-woocommerce-ajax-product-filter .yith-wcan-group li:hover a {
      background-color: #d90a2c;
      color: #fff; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color > li:not(.chosen):first-child a {
    margin-left: 0; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color > li a {
    font-size: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    padding: 0;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
    border: solid 2px rgba(23, 22, 26, 0.2); }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color > li a:after {
      content: "";
      height: 40px;
      width: 40px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      position: absolute;
      top: -webkit-calc(50% - 20px);
      top: calc(50% - 20px);
      left: -webkit-calc(50% - 20px);
      left: calc(50% - 20px);
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      background-color: rgba(0, 0, 0, 0.06);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color > li a:hover:after {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }
  .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color .chosen a {
    position: relative;
    display: inline-block; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color .chosen a:after {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }

.yith-woocommerce-ajax-product-filter .yith-wcan-reset-navigation {
  background-color: #6A696C;
  border: none;
  padding: 6px 12px 6px 30px;
  color: #232226;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 30px 0px -20px; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-reset-navigation:after {
    content: "\f166";
    font-family: "Ionicons";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-reset-navigation:hover {
    background-color: #d90a2c;
    color: #fff; }

.yith-woo-ajax-reset-navigation {
  padding: 0; }

.yit-wcan-container .yith-wcan-loading {
  margin: 10vh 0; }

/*---------------------------------
## Cart
---------------------------------*/
.woo-cart {
  width: 100%;
  margin-bottom: 4.4vh;
  padding-bottom: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .woo-cart {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1024px) {
    .woo-cart {
      padding-bottom: 20px; } }
  .woo-cart_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    position: relative; }
  .woo-cart_item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(136, 136, 136, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 15px 0px; }
    .woo-cart_item_thumbnail, .woo-cart_item_name, .woo-cart_item_price, .woo-cart_item_quantity, .woo-cart_item_details {
      margin-right: 20px; }
    .woo-cart_item_thumbnail {
      min-width: 80px;
      max-width: 80px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .woo-cart_item_thumbnail {
          min-width: 60px;
          max-width: 60px; } }
      .woo-cart_item_thumbnail img {
        vertical-align: top; }
    .woo-cart_item_remove {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .woo-cart_item_remove .btn-round {
        display: block; }
    .woo-cart_item_name {
      line-height: 1.5; }
      @media screen and (min-width: 1025px) {
        .woo-cart_item_name {
          min-width: 40%;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      @media screen and (max-width: 768px) {
        .woo-cart_item_name {
          max-width: 90%; } }
      .woo-cart_item_name .woo-c_product_category {
        display: block;
        font-size: .98em; }
    .woo-cart_item_values p {
      font-size: .98em;
      display: inline;
      color: #6A696C;
      margin: 0; }
      .woo-cart_item_values p span {
        font-weight: 600;
        color: #232226; }
    .woo-cart_item_price_container {
      width: -webkit-calc(50% - 40px);
      width: calc(50% - 40px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .woo-cart_item_quantity {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .woo-cart_item_subtotal {
      display: block;
      text-align: right;
      font-weight: 600; }
    .woo-cart_item:hover .woo-cart_item_remove {
      opacity: 1;
      visibility: visible; }
    .woo-cart_item:first-child {
      padding-top: 0; }
    .woo-cart_item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .woo-cart_details {
      position: relative;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 70px; }
    .woo-cart_item {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .woo-cart_item_thumbnail, .woo-cart_item_price, .woo-cart_item_details {
        margin-right: 15px; }
      .woo-cart_item_quantity {
        position: absolute;
        right: 0;
        display: block;
        margin: 0; }
        .woo-cart_item_quantity .quantity-label {
          display: none; }
      .woo-cart_item_subtotal {
        text-align: left !important; }
      .woo-cart_item_remove {
        position: absolute;
        opacity: 1;
        visibility: visible;
        left: 0%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        .woo-cart_item_remove .btn-round {
          display: block; }
          .woo-cart_item_remove .btn-round .ion {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 15px;
            background: #fff;
            color: #232226; }
          .woo-cart_item_remove .btn-round:before {
            width: 30px;
            height: 30px; } }

.woo-c_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .woo-c_actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .woo-c_actions .button {
        margin-top: 20px;
        width: 100%; } }
  .woo-c_actions_coupon {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .woo-c_actions_coupon {
        margin: 0;
        width: 100%; }
        .woo-c_actions_coupon input#coupon_code {
          padding-right: 35vw;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; } }
    .woo-c_actions_coupon label {
      margin-bottom: 10px; }
    .woo-c_actions_coupon .btn {
      position: absolute;
      right: 0;
      bottom: 0; }
  .woo-c_actions_update {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }

.woo-c_cart-cross-sale {
  padding-top: 7.2vh; }
  @media screen and (max-width: 768px) {
    .woo-c_cart-cross-sale {
      padding-top: 30px; } }
  .woo-c_cart-cross-sale h4.heading-md {
    font-size: 2em; }

.clb-woo-sidebar {
  padding: 3.4vh;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(136, 136, 136, 0.05);
  margin-left: 20px; }
  @media screen and (max-width: 1024px) {
    .clb-woo-sidebar {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .clb-woo-sidebar {
      margin: 0 0 30px 0; } }
  .clb-woo-sidebar .wc-proceed-to-checkout a {
    width: 100%;
    color: #fff; }
  .clb-woo-sidebar input[type="radio"] {
    margin: -2px 2px 0 0;
    vertical-align: middle; }
  .clb-woo-sidebar .form-row {
    margin-bottom: 8px; }
  .clb-woo-sidebar .shop_table td.product-name {
    font-weight: 600; }
    .clb-woo-sidebar .shop_table td.product-name .product-quantity {
      margin-left: -8px; }
    .clb-woo-sidebar .shop_table td.product-name .woo-c_product_category a,
    .clb-woo-sidebar .shop_table td.product-name .woo-c_product_attr {
      font-weight: 400; }
  .clb-woo-sidebar .shop_table tr th {
    font-weight: normal;
    font-size: 0.94rem;
    padding-right: 3.4vh; }
    @media screen and (max-width: 1024px) {
      .clb-woo-sidebar .shop_table tr th {
        padding-right: 20px; } }
  .clb-woo-sidebar .shop_table tr th, .clb-woo-sidebar .shop_table tr td {
    vertical-align: top;
    text-align: left; }
    .clb-woo-sidebar .shop_table tr th:first-child, .clb-woo-sidebar .shop_table tr td:first-child {
      width: 60%;
      max-width: 220px;
      padding-right: 30px; }
  .clb-woo-sidebar .shop_table tr:first-child th, .clb-woo-sidebar .shop_table tr:first-child td {
    border-top: none; }
  .clb-woo-sidebar .shop_table tr:last-child th, .clb-woo-sidebar .shop_table tr:last-child td {
    border-bottom: none; }
  .clb-woo-sidebar .shop_table .amount {
    font-weight: 600; }
  .clb-woo-sidebar label {
    display: inline-block; }

#checkout-content-scroll {
  padding: 0 !important;
  margin: 0 !important; }

/*---------------------------------
# WPBAkery Front-End
---------------------------------*/
.vc_editor.compose-mode .vc_ohio_tabs,
.vc_editor.compose-mode .vc_ohio_split_screens {
  position: relative;
  margin: 10px 0;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .vc_editor.compose-mode .vc_ohio_tabs:before,
  .vc_editor.compose-mode .vc_ohio_split_screens:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(255, 213, 105, 0.85); }
  .vc_editor.compose-mode .vc_ohio_tabs:after,
  .vc_editor.compose-mode .vc_ohio_split_screens:after {
    content: 'Sorry, but this shortcode can be properly edited only in WPBakery Backend Editor.';
    position: absolute;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: block;
    padding: 0px 20%;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 10001; }

.vc_ohio_accordion_inner .content.open .wrap > .vc_element-container {
  display: none; }
/* [inline: after] */.brand-color,.brand-color-i,.brand-color-hover-i:hover,.brand-color-hover:hover,.has-brand-color-color,.is-style-outline .has-brand-color-color,a:hover,.nav .nav-item.active-main-item>a,.nav .nav-item.active>a,.nav .current-menu-ancestor>a,.nav .current-menu-item>a,.hamburger-nav .menu li.current-menu-ancestor>a>span,.hamburger-nav .menu li.current-menu-item>a>span,.blog-grid:not(.blog-grid-type-2):not(.blog-grid-type-4):hover h3 a,.portfolio-item.grid-2:hover h4.title,.fullscreen-nav li a:hover,.socialbar.inline a:hover,.gallery .expand .ion:hover,.close .ion:hover,.accordionItem_title:hover,.tab .tabNav_link:hover,.widget .socialbar a:hover,.social-bar .socialbar a:hover,.share-bar .links a:hover,.widget_shopping_cart_content .buttons a.button:first-child:hover,span.page-numbers.current,a.page-numbers:hover,.comment-content a,.page-headline .subtitle b:before,nav.pagination li .page-numbers.active,.woocommerce .woo-my-nav li.is-active a,.portfolio-sorting li a.active,.widget_nav_menu .current-menu-item>a,.widget_pages .current-menu-item>a,.portfolio-item-fullscreen .portfolio-details-date:before,.btn.btn-link:hover,.blog-grid-content .category-holder:after,.clb-page-headline .post-meta-estimate:before,.comments-area .comment-date-and-time:after,.post .entry-content a:not(.wp-block-button__link),.project-page-content .date:before,.pagination li .btn.active,.pagination li .btn.current,.pagination li .page-numbers.active,.pagination li .page-numbers.current,.category-holder:not(.no-divider):after,.inline-divider:after,.hamburger-nav .menu .nav-item:hover>a.menu-link .ion,.hamburger-nav .menu .nav-item .visible>a.menu-link .ion,.hamburger-nav .menu .nav-item.active>a.menu-link .ion,.hamburger-nav .menu .sub-nav-item:hover>a.menu-link .ion,.hamburger-nav .menu .sub-nav-item .visible>a.menu-link .ion,.hamburger-nav .menu .sub-nav-item.active>a.menu-link .ion,.widgets a,.widgets a *:not(.fab),.pricing:hover .pricing_price_title,.btn-link:focus,a.btn-link:focus,.btn-link:active,a.btn-link:active,.pricing_list_item .ion,a.highlighted,.woocommerce .woocommerce-privacy-policy-text a,.blog-grid-type-6 .category-holder a.category{color:#d90a2c}.brand-border-color,.brand-border-color-hover,.has-brand-color-background-color,.is-style-outline .has-brand-color-color,.wp-block-button__link:hover,.custom-cursor .circle-cursor--outer,.btn-brand,.btn:not(.btn-link):hover,.btn-brand:active,.btn:not(.btn-link):active,.btn-brand:focus,.btn:not(.btn-link):focus,a.button:hover,button.button:hover,.pricing:hover .btn.btn-brand{border-color:#d90a2c}.brand-bg-color,.brand-bg-color-after,.brand-bg-color-before,.brand-bg-color-hover,.brand-bg-color-i,.brand-bg-color-hover-i,.btn-brand:not(.btn-outline),.has-brand-color-background-color,a.brand-bg-color,.wp-block-button__link:hover,.widget_price_filter .ui-slider-range,.widget_price_filter .ui-slider-handle:after,.nav .nav-item:before,.nav .nav-item.current-menu-item:before,.widget_calendar caption,.tag:not(.tag-portfolio):hover,.page-headline .tags .tag,.radio input:checked+.input:after,.menu-list-details .tag,.custom-cursor .circle-cursor--inner,.custom-cursor .circle-cursor--inner.cursor-link-hover,.btn-round:before,.btn:not(.btn-link):hover,.btn:not(.btn-link):active,.btn:not(.btn-link):focus,button.button:not(.btn-link):hover,a.button:not(.btn-link):hover,.btn.btn-flat:hover,.btn.btn-flat:focus,.btn.btn-outline:hover,nav.pagination li .btn.active:hover,.tag:not(body):hover,.tag-cloud-link:hover,.pricing_price_time:hover,.pricing:hover .btn.btn-brand{background-color:#d90a2c}.subheader{background-color:#f9f9f9}#masthead.header:not(.-sticky){background-color:#000}.header,.header:not(.-mobile).header-5,.header:not(.-mobile).header-6,.header:not(.-mobile).header-7{border:none}.header.-sticky{border:none}.clb-back-link,.clb-back-link .arrow-icon{color:#000}.clb-page-headline .bg-image{background-color:#f9f9f9}.clb-page-headline::after{background-color:#fff0}.clb-page-headline .clb-title{color:#000}.header .header-wrap:not(.page-container){padding-left:110px;padding-right:110px}.page-container,.elementor .elementor-section.elementor-section-boxed>.elementor-container{max-width:1300px}.site-footer .page-container{max-width:1300}.clb-subscribe-img{background-image:url(https://anv.ebd.myftpupload.com/wp-content/uploads/2019/10/oh__img100_small.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.site-footer{background-color:#17161a;color:rgb(255 255 255 / .8)}.site-footer,.site-footer .widgets a,.site-footer .btn-flat{color:rgb(255 255 255 / .8)}.site-footer .widget-title{color:#6a696c}body{font-family:'Poppins',sans-serif;font-style:normal;font-weight:400}{font-family:'Poppins',sans-serif;font-style:normal;font-weight:600}h1,h2,h3,h4,h5,h6,.box-count,.font-titles,.hamburger-nav .menu,.header.-mobile .nav .nav-item,.btn,.button,a.button,input[type="submit"],a.btn-link,.widget_shopping_cart_content .mini-cart-description .mini-cart-item-title>a,.woo-c_product_name>a:not(.woo-c_product_category),.socialbar.inline a,.vc_row .vc-bg-side-text,.counter-box-count{font-family:'Poppins',sans-serif;font-style:normal;font-weight:600}.countdown-box .box-time .box-count,.chart-box-pie-content{font-family:'Poppins',sans-serif;font-style:normal;font-weight:600}.countdown-box .box-time .box-count,.chart-box-pie-content{font-family:'Poppins',sans-serif;font-style:normal;font-weight:600}.countdown-box .box-time .box-count,.chart-box-pie-content{font-family:'Poppins',sans-serif}.portfolio-item h4,.portfolio-item h4.title,.portfolio-item h4 a,.portfolio-item-2 h4,.portfolio-item-2 h4.title,.portfolio-item-2 h4 a{font-family:'Poppins',sans-serif;font-style:normal;font-weight:600;font-size:inherit;line-height:inherit}.blog-item h3.title{font-family:'Poppins',sans-serif;font-style:normal;font-weight:600;line-height:initial}.blog-item h3.title a{font-size:initial}.portfolio-item-2 h4{font-family:'Poppins',sans-serif;font-style:normal;font-weight:600}p.subtitle,.subtitle-font,.heading .subtitle{font-family:'Poppins',sans-serif;font-style:normal;font-weight:400}{font-family:'Poppins',sans-serif;font-style:normal;font-weight:400}.portfolio-item .subtitle-font,.woocommerce ul.products li.product .subtitle-font.category,.woocommerce ul.products li.product .subtitle-font.category>a{font-family:'Poppins',sans-serif;font-style:normal;font-weight:400;font-size:inherit;line-height:inherit}.contact-form.classic input::-webkit-input-placeholder,.contact-form.classic textarea::-webkit-input-placeholder,input.classic::-webkit-input-placeholder,input.classic::-moz-placeholder{font-family:'Poppins',sans-serif;font-style:normal;font-weight:400}.contact-form.classic input::-moz-placeholder,.contact-form.classic textarea::-moz-placeholder{font-family:'Poppins',sans-serif;font-style:normal;font-weight:400}input.classic:-ms-input-placeholder,.contact-form.classic input:-ms-input-placeholder,.contact-form.classic textarea:-ms-input-placeholder{font-family:'Poppins',sans-serif;font-style:normal;font-weight:400}#main .post .entry-content h1.page-title,#main .post .entry-content h2.page-title,#main .post .entry-content h3.page-title,#main .post .entry-content h4.page-title,#main .post .entry-content h5.page-title{color:#000}/* [/inline: after] */
/*!/wp-content/mu-plugins/vendor/godaddy/mwc-core/assets/css/payment-form.css*/
.wc_payment_methods div.mwc-payments-gateway-card-icons {
	vertical-align: middle;
	display: inline-block;
	margin-left: 22px;
}
.wc_payment_methods div.mwc-payments-gateway-card-icons img {
	float: left !important;
	margin: 5px;
}

.mwc-payments-manage-payment-methods {
	display: block;
	margin: 1em 0;
	text-align: center;
}

.wc_payment_methods .mwc-payments-payment-method {
	display: inline-block;
	margin-bottom: .5em;
}
.wc_payment_methods .mwc-payments-payment-method .label {
	margin-right: .5em;
}
.wc_payment_methods .mwc-payments-payment-method .icon {
	float: none;
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}
.wc_payment_methods .mwc-payments-payment-method .icon img {
	width: 30px;
	height: 20px;
}

.woocommerce-notices-wrapper .woocommerce-info {
	overflow-wrap: break-word;
}