
:root {
	--wpgb-accent-scheme-1: #f65f30;
	--wpgb-dark-scheme-1: #262626;
	--wpgb-dark-scheme-2: #565656;
	--wpgb-dark-scheme-3: #767676;
	--wpgb-light-scheme-1: #fff;
	--wpgb-light-scheme-2: #f6f6f6;
	--wpgb-light-scheme-3: #f5f5f5;
	--wpgb-lightbox-background: linear-gradient(180deg, rgba(30, 30, 30, .45) 0%, rgba(30, 30, 30, .9) 100%);
	--wpgb-lightbox-controls: #fff;
	--wpgb-lightbox-spinner: #fff;
	--wpgb-lightbox-title: #fff;
	--wpgb-lightbox-desc: #bbb;
}

.wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
	border-color: var(--wpgb-accent-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=mixed] .wpgb-checkbox-control::after, .wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=mixed] .wpgb-checkbox-control::before {
	border-color: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 li .wpgb-checkbox-label, .wpgb-facet.wpgb-style-1 li .wpgb-radio-label, .wpgb-facet.wpgb-style-1 li .wpgb-rating-label {
	display: flex;
	justify-content: space-between;
}

.wpgb-facet.wpgb-style-1 li .wpgb-checkbox-label span, .wpgb-facet.wpgb-style-1 li .wpgb-radio-label span {
	color: var(--wpgb-dark-scheme-3);
}

.wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-checkbox .wpgb-checkbox-control, .wpgb-facet.wpgb-style-1 .wpgb-toggle-hidden, .wpgb-facet.wpgb-style-1 ul li[aria-expanded]:after {
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.wpgb-facet.wpgb-style-1 ul li[aria-expanded=false]:after, .wpgb-facet.wpgb-style-1 ul li[aria-expanded=true]:after {
	background-color: var(--wpgb-dark-scheme-1);
	background-image: linear-gradient(var(--wpgb-light-scheme-1), var(--wpgb-light-scheme-1)), linear-gradient(var(--wpgb-light-scheme-1), var(--wpgb-light-scheme-1));
}

.wpgb-facet.wpgb-style-1 .wpgb-toggle-hidden {
	align-self: stretch;
	padding-top: 12px;
	padding-bottom: 12px;
	color: var(--wpgb-light-scheme-1);
	background: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-toggle-hidden:hover {
	background: var(--wpgb-dark-scheme-2);
}

.wpgb-facet.wpgb-style-1 .wpgb-checkbox-facet .wpgb-checkbox .wpgb-checkbox-control, .wpgb-facet.wpgb-style-1 .wpgb-radio-facet .wpgb-radio .wpgb-radio-control {
	border-top-color: var(--wpgb-dark-scheme-1);
	border-right-color: var(--wpgb-dark-scheme-1);
	border-bottom-color: var(--wpgb-dark-scheme-1);
	border-width: 1px;
	border-left-color: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-radio[aria-pressed=true] .wpgb-radio-control {
	border-color: var(--wpgb-accent-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-select-placeholder, .wpgb-facet.wpgb-style-1 select.wpgb-select {
	padding-top: 8px;
	padding-bottom: 8px;
}

.wpgb-facet.wpgb-style-1 .wpgb-select, .wpgb-facet.wpgb-style-1 select.wpgb-select+.wpgb-select-controls {
	border-top-color: var(--wpgb-dark-scheme-1);
	border-right-color: var(--wpgb-dark-scheme-1);
	border-bottom-color: var(--wpgb-dark-scheme-1);
	border-width: 1px;
	border-left-color: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-select {
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.wpgb-facet.wpgb-style-1 select.wpgb-select+.wpgb-select-controls {
	margin: 0 -2px;
	border-style: solid;
	border-color: transparent;
}

.wpgb-facet.wpgb-style-1 .wpgb-select.wpgb-select-focused, .wpgb-facet.wpgb-style-1 .wpgb-select:focus {
	border-color: var(--wpgb-accent-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-select .wpgb-select-separator, .wpgb-facet.wpgb-style-1 select.wpgb-select+.wpgb-select-controls .wpgb-select-separator {
	display: none;
}

.wpgb-facet.wpgb-style-1 .acplt-clear svg, .wpgb-facet.wpgb-style-1 .wpgb-clear-button svg, .wpgb-facet.wpgb-style-1 .wpgb-select-clear svg, .wpgb-facet.wpgb-style-1 .wpgb-select-controls .wpgb-select-toggle, .wpgb-facet.wpgb-style-1 .wpgb-select-toggle svg {
	stroke-width: 1.5;
}

.wpgb-facet.wpgb-style-1 .wpgb-select-clear, .wpgb-facet.wpgb-style-1 .wpgb-select-controls .wpgb-select-toggle {
	color: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-select-loader span {
	background: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-select .wpgb-select-values .wpgb-select-value {
	color: var(--wpgb-dark-scheme-1);
	background: var(--wpgb-light-scheme-3);
}

.wpgb-facet.wpgb-style-1 .wpgb-select .wpgb-select-values .wpgb-select-remove:hover {
	color: #f5683d;
	background: rgba(0, 0, 0, .02);
}

.wpgb-style-1.wpgb-select-dropdown li.wpgb-focused:not([aria-selected=true]) {
	background: var(--wpgb-light-scheme-2);
}

.wpgb-style-1.wpgb-select-dropdown li[aria-selected=true] {
	color: var(--wpgb-light-scheme-1);
	background: var(--wpgb-accent-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-select-clear:hover, .wpgb-facet.wpgb-style-1 li .wpgb-rating-label span {
	color: var(--wpgb-dark-scheme-3);
}

.wpgb-facet.wpgb-style-1 [role=button].wpgb-button {
	padding-top: 8px;
	padding-bottom: 8px;
	border-width: 1px;
	border-color: rgba(0, 0, 0, .1);
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.wpgb-facet.wpgb-style-1 [role=button].wpgb-button[aria-pressed=true] {
	background: #f65f30;
	border-color: transparent;
}

.wpgb-facet.wpgb-style-1 .wpgb-number-facet {
	display: flex;
	align-items: flex-end;
	gap: 8px;
}

.wpgb-facet.wpgb-style-1 .wpgb-number-label {
	flex-grow: 1;
}

.wpgb-facet.wpgb-style-1 input.wpgb-input {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-color: var(--wpgb-dark-scheme-1);
	border-right-color: var(--wpgb-dark-scheme-1);
	border-bottom-color: var(--wpgb-dark-scheme-1);
	border-width: 1px;
	border-left-color: var(--wpgb-dark-scheme-1);
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.wpgb-facet.wpgb-style-1 .acplt-clear, .wpgb-facet.wpgb-style-1 .acplt-loader, .wpgb-facet.wpgb-style-1 .wpgb-clear-button, .wpgb-facet.wpgb-style-1 .wpgb-input-icon, .wpgb-facet.wpgb-style-1 .wpgb-locate-button {
	margin: 0 -2px;
	border-style: solid;
	border-top-color: var(--wpgb-dark-scheme-1);
	border-right-color: var(--wpgb-dark-scheme-1);
	border-bottom-color: var(--wpgb-dark-scheme-1);
	border-width: 1px;
	border-left-color: var(--wpgb-dark-scheme-1);
	border-color: transparent;
}

.wpgb-facet.wpgb-style-1 .wpgb-input-icon {
	margin: 0 8px;
	border-width: 0 1px;
	stroke-width: 1.5;
	color: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page:hover>a, .wpgb-facet.wpgb-style-1 input.wpgb-input:hover {
	border-color: var(--wpgb-dark-scheme-3);
}

.wpgb-facet.wpgb-style-1 input.wpgb-input:focus {
	border-color: var(--wpgb-accent-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-number-label span {
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.wpgb-facet.wpgb-style-1 .wpgb-number-submit {
	padding-top: 12px;
	padding-bottom: 12px;
	border-color: transparent;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background: var(--wpgb-dark-scheme-1);
	color: var(--wpgb-light-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-number-submit:not(:disabled):hover {
	background: var(--wpgb-dark-scheme-2);
}

.wpgb-facet.wpgb-style-1 .wpgb-number-submit:focus {
	background: var(--wpgb-accent-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-range-slider {
	height: 4px;
}

.wpgb-facet.wpgb-style-1 .wpgb-range-clear, .wpgb-facet.wpgb-style-1 button.wpgb-button {
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.wpgb-facet.wpgb-style-1 .acplt-clear, .wpgb-facet.wpgb-style-1 .wpgb-clear-button, .wpgb-facet.wpgb-style-1 .wpgb-rating .wpgb-rating-svg {
	color: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-rating:not(.wpgb-rating-reset) .wpgb-rating-svg {
	stroke-width: 1;
}

.wpgb-facet.wpgb-style-1 li .wpgb-color-label {
	padding: 5px 12px;
	color: var(--wpgb-light-scheme-1);
	background: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 li .wpgb-color-label:after {
	border-top-color: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-az-index-facet ul:first-child, .wpgb-facet.wpgb-style-1 .wpgb-az-index-facet ul:first-child+ul {
	justify-content: flex-start;
}

.wpgb-facet.wpgb-style-1 .wpgb-az-index-facet .wpgb-inline-list li, .wpgb-facet.wpgb-style-1 .wpgb-pagination li {
	margin: 0;
}

.wpgb-facet.wpgb-style-1 .wpgb-az-index-facet .wpgb-inline-list {
	row-gap: 12px;
	column-gap: 12px;
}

.wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page>a, .wpgb-facet.wpgb-style-1 li .wpgb-az-index-label {
	border-top-color: var(--wpgb-dark-scheme-1);
	border-right-color: var(--wpgb-dark-scheme-1);
	border-bottom-color: var(--wpgb-dark-scheme-1);
	border-width: 1px;
	border-style: solid;
	border-left-color: var(--wpgb-dark-scheme-1);
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.wpgb-facet.wpgb-style-1 li .wpgb-az-index-label {
	padding: 8px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.wpgb-facet.wpgb-style-1 .wpgb-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 8px;
	column-gap: 8px;
}

.wpgb-facet.wpgb-style-1 .wpgb-page {
	height: auto;
}

.wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page>* {
	padding: 8px 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page>a {
	color: var(--wpgb-dark-scheme-1);
}

.wpgb-facet.wpgb-style-1 .wpgb-pagination .wpgb-page>a[aria-current=true] {
	background: var(--wpgb-accent-scheme-1);
	color: var(--wpgb-light-scheme-1);
	border-color: transparent;
}

.wpgb-facet.wpgb-style-1 .wpgb-result-count {
	font-size: 16px;
	font-style: italic;
}

.wpgb-grid-8 .wpgb-area-top-1>div {
	flex: inherit;
	min-width: 25%;
	max-width: 100%;
}

.wpgb-grid-8 .wpgb-area-top-1 {
	margin-top: 3em;
}

.wpgb-grid-8 .wpgb-area-top-2 {
	justify-content: flex-start;
	margin-top: 3em;
	margin-bottom: 16px;
}

.wpgb-grid-8 .wpgb-area-bottom-1 {
	margin-top: 4em;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
	.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
		margin: 0 -7px;
	}
	
	.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card {
		width: calc(( 100% - 3 * 28px ) / 3 - .1px);
		margin: 14px;
	}
}

.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 28px;
}

@media screen and (max-width: 1200px) {
	@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
			margin: 0 -7px;
		}
		
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card {
			width: calc(( 100% - 2 * 28px ) / 2 - .1px);
			margin: 14px;
		}
	}
	
	.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 28px;
	}
	
	.wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="2"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="3"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="4"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="5"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="6"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="7"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="8"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="9"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="10"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="11"] {
		grid-column: span 2;
	}
}

@media screen and (max-width: 992px) {
	@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
			margin: 0 -7px;
		}
		
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card {
			width: calc(( 100% - 2 * 28px ) / 2 - .1px);
			margin: 14px;
		}
	}
	
	.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 28px;
	}
	
	.wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="2"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="3"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="4"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="5"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="6"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="7"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="8"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="9"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="10"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="11"] {
		grid-column: span 2;
	}
}

@media screen and (max-width: 768px) {
	@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
			margin: 0 -7px;
		}
		
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card {
			width: calc(( 100% - 1 * 28px ) / 1 - .1px);
			margin: 14px;
		}
	}
	
	.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 28px;
	}
	
	.wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="1"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="2"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="3"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="4"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="5"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="6"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="7"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="8"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="9"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="10"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="11"] {
		grid-column: span 1;
	}
}

@media screen and (max-width: 576px) {
	@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
			margin: 0 -7px;
		}
		
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card {
			width: calc(( 100% - 1 * 28px ) / 1 - .1px);
			margin: 14px;
		}
	}
	
	.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 28px;
	}
	
	.wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="1"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="2"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="3"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="4"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="5"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="6"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="7"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="8"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="9"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="10"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="11"] {
		grid-column: span 1;
	}
}

@media screen and (max-width: 320px) {
	@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
			margin: 0 -7px;
		}
		
		.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card {
			width: calc(( 100% - 1 * 28px ) / 1 - .1px);
			margin: 14px;
		}
	}
	
	.wpgb-grid-8:not(.wpgb-enabled) .wpgb-viewport>div {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 28px;
	}
	
	.wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="1"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="2"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="3"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="4"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="5"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="6"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="7"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="8"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="9"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="10"], .wp-grid-builder.wpgb-grid-8:not(.wpgb-enabled) .wpgb-card[data-col="11"] {
		grid-column: span 1;
	}
}

.wpgb-grid-8 .wpgb-card.wpgb-card-hidden .wpgb-card-wrapper {
	transform-origin: 50% 100%;
	transform: perspective(2000px) translateY(200px) rotateX(60deg) scale(.8);
	opacity: 0;
}

.wpgb-grid-8 .wpgb-card:not(.wpgb-card-hidden) .wpgb-card-wrapper {
	transform: perspective(2000px) translateY(0) rotateX(0) scale(1);
	opacity: 1;
	transition: 700ms cubic-bezier(.1, .3, .2, 1);
	transition-property: transform, opacity;
}

.wpgb-grid-8 .wpgb-card .wpgb-lazy-load {
	color: #0069ff;
	background: #edf3f8;
}

.wpgb-loader-17, .wpgb-loader-17>div {
	width: 50px;
	height: 50px;
}

@-webkit-keyframes wpgb-loader-17 {
	0% {
		-webkit-transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes wpgb-loader-17 {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.wpgb-loader-17>div {
	position: relative;
	background: 0 0 !important;
	border: 2px solid;
	border-radius: 100%;
}

.wpgb-loader-17>div>div {
	position: absolute;
	top: 23px;
	left: 23px;
	display: block;
	width: 2px;
	margin-top: -1px;
	margin-left: -1px;
	border-radius: 2px;
	-webkit-transform-origin: 1px 1px 0;
	transform-origin: 1px 1px 0;
	-webkit-animation: wpgb-loader-17 1.25s infinite linear;
	animation: wpgb-loader-17 1.25s infinite linear;
	-webkit-animation-delay: -625ms;
	animation-delay: -625ms;
}

.wpgb-loader-17>div>div:first-child {
	height: 20px;
}

.wpgb-loader-17>div>div:last-child {
	height: 12px;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-delay: -7.5s;
	animation-delay: -7.5s;
}

.wpgb-grid-8 .wpgb-loader .wpgb-loader-17 {
	transform: scale(1);
}

.wpgb-grid-8 .wpgb-loader .wpgb-loader-17 * {
	color: #0069ff;
	background: #0069ff;
}

.wp-grid-builder .wpgb-card-2 .wpgb-card-inner {
	overflow: hidden;
	border-top-left-radius: .625em;
	border-bottom-right-radius: .625em;
	border-top-right-radius: .625em;
	border-bottom-left-radius: .625em;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .22);
	transition-duration: 150ms;
}

.wp-grid-builder .wpgb-card-2 .wpgb-card-media-overlay {
	background: rgba(0, 0, 0, .1);
	opacity: 0;
	transition-timing-function: ease-out;
	transition-duration: 200ms;
}

.wp-grid-builder .wpgb-card-2:hover .wpgb-card-media-overlay {
	opacity: 1;
}

.wp-grid-builder .wpgb-card-2 .wpgb-card-content {
	flex-grow: 1;
}

.wp-grid-builder .wpgb-card-2 .wpgb-card-body {
	padding: 2em;
}

.wp-grid-builder .wpgb-card-2 .wpgb-block-2 {
	position: relative;
	display: block;
	color: #fff;
	margin: 0 -.4em .6em;
	font-size: .75em;
	line-height: 1.4;
	transition-duration: 300ms;
}

.wp-grid-builder .wpgb-card-2 .wpgb-block-2 .wpgb-block-term {
	background: #f65f30;
	padding: .2em .6em;
	border-top-left-radius: .25em;
	border-bottom-right-radius: .25em;
	border-top-right-radius: .25em;
	border-bottom-left-radius: .25em;
	font-weight: 400;
	margin: .4em;
}

.wp-grid-builder .wpgb-card-2 .wpgb-block-2 .wpgb-block-term:hover, .wp-grid-builder .wpgb-card-2 .wpgb-block-3:hover {
	opacity: .8;
}

.wp-grid-builder .wpgb-card-2 .wpgb-block-3 {
	display: block;
	color: var(--wpgb-color-scheme-1);
	margin: 0 0 .6em;
	padding: 0;
	font-family: "Varela Round";
	font-weight: 900;
	font-size: 1.625em;
	line-height: 1.4;
	transition-duration: 300ms;
}

.wp-grid-builder .wpgb-card-2 .wpgb-block-4 {
	width: 1.375em;
	height: 1.375em;
	display: inline-block;
	vertical-align: top;
	color: var(--wpgb-color-scheme-1);
	border-top-left-radius: 100%;
	border-bottom-right-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-left-radius: 100%;
	font-weight: 400;
	font-size: 1em;
	line-height: 1em;
}

.wp-grid-builder .wpgb-card-2 .wpgb-block-5 {
	display: inline-block;
	vertical-align: top;
	color: var(--wpgb-color-scheme-1);
	margin-right: .625em;
	margin-left: .625em;
	font-family: "Open Sans";
	font-weight: 300;
	font-size: .875em;
	line-height: 1.4;
}

.wp-grid-builder .wpgb-card-2 .wpgb-block-5:hover {
	color: #1f2d3d;
}

.wp-grid-builder:not(.wpgb-template) {
	opacity: 1 !important;
}
