
:root {
	--tec-grid-gutter: 48px;
	--tec-grid-gutter-negative: calc(var(--tec-grid-gutter) * -1);
	--tec-grid-gutter-half: calc(var(--tec-grid-gutter) / 2);
	--tec-grid-gutter-half-negative: calc(var(--tec-grid-gutter-half) * -1);
	--tec-grid-gutter-small: 42px;
	--tec-grid-gutter-small-negative: calc(var(--tec-grid-gutter-small) * -1);
	--tec-grid-gutter-small-half: calc(var(--tec-grid-gutter-small) / 2);
	--tec-grid-gutter-small-half-negative: calc(var(--tec-grid-gutter-small-half) * -1);
	--tec-grid-gutter-page: 42px;
	--tec-grid-gutter-page-small: 19.5px;
	--tec-grid-width-default: 1176px;
	--tec-grid-width-min: 320px;
	--tec-grid-width: calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page) * 2);
	--tec-grid-width-1-of-2: 50%;
	--tec-grid-width-1-of-3: 33.333%;
	--tec-grid-width-1-of-4: 25%;
	--tec-grid-width-1-of-5: 20%;
	--tec-grid-width-1-of-7: 14.285%;
	--tec-grid-width-1-of-8: 12.5%;
	--tec-grid-width-1-of-9: 11.111%;
	--tec-spacer-0: 4px;
	--tec-spacer-1: 8px;
	--tec-spacer-2: 12px;
	--tec-spacer-3: 16px;
	--tec-spacer-4: 20px;
	--tec-spacer-5: 24px;
	--tec-spacer-6: 28px;
	--tec-spacer-7: 32px;
	--tec-spacer-8: 40px;
	--tec-spacer-9: 48px;
	--tec-spacer-10: 56px;
	--tec-spacer-11: 64px;
	--tec-spacer-12: 80px;
	--tec-spacer-13: 96px;
	--tec-spacer-14: 160px;
	--tec-z-index-spinner-container: 100;
	--tec-z-index-views-selector: 30;
	--tec-z-index-dropdown: 30;
	--tec-z-index-events-bar-button: 20;
	--tec-z-index-search: 10;
	--tec-z-index-filters: 9;
	--tec-z-index-scroller: 7;
	--tec-z-index-week-event-hover: 5;
	--tec-z-index-map-event-hover: 5;
	--tec-z-index-map-event-hover-actions: 6;
	--tec-z-index-multiday-event: 5;
	--tec-z-index-multiday-event-bar: 2;
	--tec-color-text-primary: #141827;
	--tec-color-text-primary-light: rgba(20, 24, 39, .62);
	--tec-color-text-secondary: #5d5d5d;
	--tec-color-text-disabled: #d5d5d5;
	--tec-color-text-events-title: var(--tec-color-text-primary);
	--tec-color-text-event-title: var(--tec-color-text-events-title);
	--tec-color-text-event-date: var(--tec-color-text-primary);
	--tec-color-text-secondary-event-date: var(--tec-color-text-secondary);
	--tec-color-icon-primary: #5d5d5d;
	--tec-color-icon-primary-alt: #757575;
	--tec-color-icon-secondary: #bababa;
	--tec-color-icon-active: #141827;
	--tec-color-icon-disabled: #d5d5d5;
	--tec-color-icon-focus: #334aff;
	--tec-color-icon-error: #da394d;
	--tec-color-event-icon: #141827;
	--tec-color-event-icon-hover: #334aff;
	--tec-color-accent-primary: #334aff;
	--tec-color-accent-primary-hover: rgba(51, 74, 255, .8);
	--tec-color-accent-primary-active: rgba(51, 74, 255, .9);
	--tec-color-accent-primary-background: rgba(51, 74, 255, .07);
	--tec-color-accent-secondary: #141827;
	--tec-color-accent-secondary-hover: rgba(20, 24, 39, .8);
	--tec-color-accent-secondary-active: rgba(20, 24, 39, .9);
	--tec-color-accent-secondary-background: rgba(20, 24, 39, .07);
	--tec-color-button-primary: var(--tec-color-accent-primary);
	--tec-color-button-primary-hover: var(--tec-color-accent-primary-hover);
	--tec-color-button-primary-active: var(--tec-color-accent-primary-active);
	--tec-color-button-primary-background: var(--tec-color-accent-primary-background);
	--tec-color-button-secondary: var(--tec-color-accent-secondary);
	--tec-color-button-secondary-hover: var(--tec-color-accent-secondary-hover);
	--tec-color-button-secondary-active: var(--tec-color-accent-secondary-active);
	--tec-color-button-secondary-background: var(--tec-color-accent-secondary-background);
	--tec-color-link-primary: var(--tec-color-text-primary);
	--tec-color-link-accent: var(--tec-color-accent-primary);
	--tec-color-link-accent-hover: rgba(51, 74, 255, .8);
	--tec-color-border-default: #d5d5d5;
	--tec-color-border-secondary: #e4e4e4;
	--tec-color-border-tertiary: #7d7d7d;
	--tec-color-border-hover: #5d5d5d;
	--tec-color-border-active: #141827;
	--tec-color-background: #fff;
	--tec-color-background-events: rgba(0, 0, 0, 0);
	--tec-color-background-transparent: rgba(255, 255, 255, .6);
	--tec-color-background-secondary: #f7f6f6;
	--tec-color-background-messages: rgba(20, 24, 39, .07);
	--tec-color-background-secondary-hover: #f0eeee;
	--tec-color-background-error: rgba(218, 57, 77, .08);
	--tec-color-background-primary-multiday: rgba(51, 74, 255, .24);
	--tec-color-background-primary-multiday-hover: rgba(51, 74, 255, .34);
	--tec-color-background-secondary-multiday: rgba(20, 24, 39, .24);
	--tec-color-background-secondary-multiday-hover: rgba(20, 24, 39, .34);
	--tec-color-accent-primary-week-event: rgba(51, 74, 255, .1);
	--tec-color-accent-primary-week-event-hover: rgba(51, 74, 255, .2);
	--tec-color-accent-primary-week-event-featured: rgba(51, 74, 255, .04);
	--tec-color-accent-primary-week-event-featured-hover: rgba(51, 74, 255, .14);
	--tec-color-background-secondary-datepicker: var(--tec-color-background-secondary);
	--tec-color-accent-primary-background-datepicker: var(--tec-color-accent-primary-background);
}

#tribe-events-header, .recurring-info-tooltip, .single-featured-image-header, .tribe-events-ajax-loading, .tribe-events-divider {
	display: none;
}

#tribe-events-pg-template {
	margin: 0 auto;
	max-width: 1048px;
	padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4);
}

.tribe-events-after-html p, .tribe-events-before-html p {
	margin: 0 0 10px;
}

.tribe-events-back {
	margin-bottom: var(--tec-spacer-5);
}

@media (min-width:768px) {
	.tribe-events-back {
		margin-bottom: var(--tec-spacer-8);
	}
}

.tribe-events-single>.tribe_events {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}

.tribe-events-single>.tribe_events>:not(.primary, .secondary, .tribe-events-related-events-title, .tribe-related-events) {
	order: 1;
	width: 100%;
}

.tribe-events-notices {
	margin-bottom: var(--tec-spacer-4);
	padding-bottom: var(--tec-spacer-2);
}

.tribe-events-notices li, .tribe-events-notices ul, .tribe-events-single-event-title {
	margin: 0;
	padding: 0;
}

.tribe-events-schedule {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: var(--tec-spacer-1) 0 var(--tec-spacer-4);
}

@media (min-width:768px) {
	.tribe-events-schedule {
		align-items: baseline;
		flex-wrap: nowrap;
		margin: var(--tec-spacer-5) 0 var(--tec-spacer-7);
	}
}

.tribe-events-schedule .tribe-events-schedule__datetime {
	margin-bottom: var(--tec-spacer-1);
	margin-right: var(--tec-spacer-1);
	order: 0;
	width: 100%;
}

@media (min-width:768px) {
	.tribe-events-schedule .tribe-events-schedule__datetime {
		margin-bottom: 0;
		width: auto;
	}
}

.tribe-events-schedule .recurringinfo, .tribe-related-event-info .recurringinfo {
	margin-right: var(--tec-spacer-1);
	order: 2;
	padding: 0 var(--tec-spacer-1);
	position: relative;
}

.tribe-events-schedule .recurringinfo:before, .tribe-related-event-info .recurringinfo:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M13.333 3.826c0 .065 0 .13-.02.174 0 .022-.02.065-.02.087a.9.9 0 0 1-.197.37L10.45 7.37a.8.8 0 0 1-.592.26.8.8 0 0 1-.593-.26c-.316-.348-.316-.935 0-1.305l1.225-1.348H6.3c-2.547 0-4.64 2.283-4.64 5.11 0 1.369.474 2.651 1.363 3.608.316.348.316.935 0 1.304A.8.8 0 0 1 2.43 15a.8.8 0 0 1-.593-.26C.652 13.434 0 11.695 0 9.847c0-3.826 2.825-6.935 6.301-6.935h4.208L9.284 1.565c-.316-.348-.316-.935 0-1.304.316-.348.85-.348 1.185 0l2.647 2.913a.95.95 0 0 1 .198.37c0 .021.02.065.02.086v.196zM20 10.152c0 3.826-2.825 6.935-6.301 6.935H9.49l1.225 1.348c.336.348.336.935 0 1.304a.8.8 0 0 1-.593.261.83.83 0 0 1-.592-.26l-2.627-2.936a.95.95 0 0 1-.198-.37c0-.021-.02-.064-.02-.086-.02-.065-.02-.109-.02-.174s0-.13.02-.174c0-.022.02-.065.02-.087a.9.9 0 0 1 .198-.37L9.55 12.63c.316-.347.849-.347 1.185 0 .336.348.336.935 0 1.305L9.51 15.283h4.208c2.548 0 4.641-2.283 4.641-5.11 0-1.369-.474-2.651-1.362-3.608a.97.97 0 0 1 0-1.304c.316-.348.849-.348 1.185 0C19.348 6.543 20 8.283 20 10.152%27/%3E%3C/svg%3E") 0/12px no-repeat;
	content: "";
	height: 20px;
	left: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.tribe-events-schedule .recurringinfo .tribe-events-divider, .tribe-related-event-info .recurringinfo .tribe-events-divider {
	display: none;
}

.tribe-events-schedule .recurringinfo .event-is-recurring, .tribe-related-event-info .recurringinfo .event-is-recurring {
	padding-left: var(--tec-spacer-4);
	visibility: hidden;
}

.tribe-events-schedule .recurringinfo a, .tribe-related-event-info .recurringinfo a {
	visibility: visible;
}

.tribe-events-schedule .recurringinfo {
	margin-right: var(--tec-spacer-1);
	order: 2;
	padding: 0 var(--tec-spacer-1);
}

@media (min-width:768px) {
	.tribe-events-schedule .recurringinfo {
		margin-left: var(--tec-spacer-1);
		padding: var(--tec-spacer-1) var(--tec-spacer-3);
	}
	
	.tribe-events-schedule .recurringinfo:before {
		left: 16px;
	}
	
	.tribe-events-schedule .recurringinfo .event-is-recurring {
		visibility: visible;
	}
}

.tribe-events-schedule .tribe-events-cost {
	margin-right: var(--tec-spacer-1);
	order: 1;
}

@media (min-width:768px) {
	.tribe-events-schedule .tribe-events-cost {
		margin: 0 var(--tec-spacer-1);
	}
}

.tribe-events-event-image {
	align-self: flex-start;
	margin-bottom: var(--tec-spacer-3);
}

.tribe-events-event-image img {
	display: block;
}

@media (min-width:768px) {
	.tribe-events-event-image {
		margin-bottom: var(--tec-spacer-7);
	}
}

.tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
	margin-bottom: .75em;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-events-content ol:last-child, .tribe-events-content p:last-child, .tribe-events-content ul:last-child {
	margin-bottom: var(--tec-spacer-6);
}

.tribe-events-content ol, .tribe-events-content ul {
	padding: 0;
}

.tribe-events-content ol {
	list-style-type: decimal;
}

.tribe-events-content pre {
	margin-bottom: var(--tec-spacer-5);
	padding: var(--tec-spacer-5);
}

.tribe-events-content blockquote p {
	display: inline-block;
}

.tribe-events-cal-links {
	margin-bottom: var(--tec-spacer-7);
}

@media (min-width:768px) {
	.tribe-events-cal-links {
		margin-bottom: var(--tec-spacer-8);
	}
}

.tribe-events-cal-links a {
	display: inline-block;
}

.single-tribe_events .tribe-events-cal-links a, .tribe-events-cal-links a {
	padding-left: var(--tec-spacer-7);
}

.tribe-events-cal-links a:not(:last-of-type) {
	margin-right: var(--tec-spacer-5);
}

@media (min-width:768px) {
	.tribe-events-cal-links a:not(:last-of-type) {
		margin-right: var(--tec-spacer-8);
	}
}

.tribe-events-event-meta {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 var(--tec-spacer-7);
}

@media (min-width:768px) {
	.tribe-events-event-meta {
		margin-bottom: var(--tec-spacer-3);
	}
}

.tribe-events-event-meta dl {
	margin-top: var(--tec-spacer-1);
}

.tribe-events-event-meta dd, .tribe-events-event-meta dt {
	margin: 0 0 var(--tec-spacer-0) 0;
	padding: 0;
}

.tribe-events-event-meta dd[class$=url], .tribe-events-event-meta dt:not(:first-child) {
	margin-top: var(--tec-spacer-3);
}

.tribe-events-event-meta dt[class*=url]+dd {
	margin-top: 0;
}

.tribe-events-event-meta .tribe-events-meta-list {
	margin-top: var(--tec-spacer-1);
}

.tribe-events-event-meta .tribe-events-meta-label, .tribe-events-event-meta .tribe-events-meta-value {
	margin: 0 0 var(--tec-spacer-0) 0;
	padding: 0;
}

.tribe-events-event-meta .tribe-events-meta-label:not(:first-child), .tribe-events-event-meta .tribe-events-meta-value[class$=url] {
	margin-top: var(--tec-spacer-3);
}

.tribe-events-event-meta .tribe-events-meta-label[class*=url]+.tribe-events-meta-value {
	margin-top: 0;
}

.tribe-events-event-meta .tribe-events-address {
	margin: 0;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	margin-bottom: var(--tec-spacer-1);
	order: 2;
	padding-top: var(--tec-spacer-5);
	position: relative;
	width: 100%;
}

@media (min-width:768px) {
	.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
		margin-bottom: 0;
		padding-top: 0;
		position: static;
		width: auto;
	}
}

.tribe-events-event-meta.primary+.event-tickets, .tribe-events-event-meta.secondary+.event-tickets {
	margin-bottom: var(--tec-spacer-7);
	margin-top: calc(var(--tec-spacer-6) * -1);
}

@media (min-width:768px) {
	.tribe-events-event-meta.primary+.event-tickets, .tribe-events-event-meta.secondary+.event-tickets {
		margin-bottom: var(--tec-spacer-8);
	}
}

.tribe-events-event-meta.primary+.event-tickets+.event-tickets, .tribe-events-event-meta.secondary+.event-tickets+.event-tickets {
	margin-bottom: var(--tec-spacer-1);
	margin-top: calc(var(--tec-spacer-7) * -1);
}

@media (min-width:768px) {
	.tribe-events-event-meta.primary+.event-tickets+.event-tickets, .tribe-events-event-meta.secondary+.event-tickets+.event-tickets {
		margin-bottom: var(--tec-spacer-3);
		margin-top: calc(var(--tec-spacer-8) * -1);
	}
}

.tribe-events-event-meta:before {
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media (min-width:768px) {
	.tribe-events-event-meta:before {
		top: auto;
	}
}

.tribe-events-meta-group {
	flex: 1 0 140px;
	margin-right: var(--tec-spacer-5);
	order: 0;
}

@media (min-width:768px) {
	.tribe-events-meta-group {
		padding: var(--tec-spacer-7) 0 var(--tec-spacer-3);
		width: 168px;
	}
}

.tribe-events-meta-group.tribe-events-meta-group-venue {
	order: 1;
}

@media (min-width:768px) {
	.tribe-events-meta-group.tribe-events-meta-group-venue {
		order: 0;
	}
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
	flex-basis: 100%;
	margin-top: var(--tec-spacer-1);
	padding-top: var(--tec-spacer-5);
	width: auto;
}

@media (min-width:768px) {
	.tribe-events-meta-group.tribe-events-meta-group-gmap {
		flex-basis: 140px;
		margin-top: 0;
		padding-top: 0;
	}
}

.tribe-events-meta-group .tribe-events-single-section-title {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events-meta-group .tribe-events-meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tribe-events-meta-group .tribe-events-meta-item {
	list-style: none;
}

.tribe-events-venue-map {
	margin: 0 0 var(--tec-spacer-5) 0;
	order: -1;
	width: 100%;
}

@media (min-width:768px) {
	.tribe-events-venue-map {
		margin-top: var(--tec-spacer-7);
		order: 1;
		width: 211px;
	}
}

.tribe-events-venue-map>div, .tribe-events-venue-map>iframe {
	margin-bottom: 0;
	max-height: 241px;
}

@media (min-width:768px) {
	.tribe-events-venue-map>div, .tribe-events-venue-map>iframe {
		max-height: 211px;
	}
}

.tribe-events-related-events-title, .tribe-related-events {
	order: 2;
}

.tribe-events-related-events-title {
	margin-bottom: var(--tec-spacer-5);
	padding-top: var(--tec-spacer-7);
	width: 100%;
}

.tribe-events-single ul.tribe-related-events {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

@media (min-width:768px) {
	.tribe-events-single ul.tribe-related-events {
		flex-direction: row;
		justify-content: space-between;
	}
}

.tribe-events-single ul.tribe-related-events li {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-bottom: var(--tec-spacer-6);
	padding: 0;
	width: auto;
}

.tribe-events-single ul.tribe-related-events li:last-child {
	margin-right: 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail {
	margin-bottom: var(--tec-spacer-3);
	width: 100%;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a {
	display: block;
	overflow: hidden;
	padding-top: 75%;
	position: relative;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
	bottom: 0;
	left: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%) scale(2);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img[src$="tribe-related-events-placeholder.png"] {
	transform: translate(-50%, -50%) scale(1);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-date-start {
	margin: var(--tec-spacer-0) var(--tec-spacer-0) var(--tec-spacer-2) 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-time {
	margin-left: var(--tec-spacer-0);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .recurringinfo {
	margin: 0 var(--tec-spacer-1) var(--tec-spacer-2) 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .timezone {
	margin-left: var(--tec-spacer-0);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span:last-of-type {
	margin-right: var(--tec-spacer-1);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
	margin-bottom: var(--tec-spacer-1);
	width: 100%;
}

#tribe-events-footer {
	padding: var(--tec-spacer-4) 0;
}

@media (min-width:768px) {
	#tribe-events-footer {
		padding: var(--tec-spacer-6) 0;
	}
}

.tribe-events-single .tribe-events-sub-nav {
	display: flex;
	justify-content: space-between;
	margin-left: 0;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
	margin: 0;
}

.tribe-events-single .tribe-events-sub-nav a span {
	display: none;
}

.tribe-events-nav-previous a:before {
	margin-top: -2px;
	width: 7px;
}

@media (min-width:768px) {
	.tribe-events-nav-previous a:before {
		margin-right: var(--tec-spacer-1);
		width: 9px;
	}
}

.tribe-events-nav-next a:after {
	margin-top: -2px;
	width: 7px;
}

@media (min-width:768px) {
	.tribe-events-nav-next a:after {
		margin-left: var(--tec-spacer-1);
		width: 9px;
	}
}

.tribe-theme-twentynineteen .tribe-events-single>.tribe_events, .tribe-theme-twentytwenty .tribe-events-content h2, .tribe-theme-twentytwenty .tribe-events-content h3, .tribe-theme-twentytwenty .tribe-events-content h4, .tribe-theme-twentytwenty .tribe-events-content h5, .tribe-theme-twentytwenty .tribe-events-content h6 {
	margin-top: 0;
}

.tribe-theme-twentytwenty .tribe-events-content ol, .tribe-theme-twentytwenty .tribe-events-content ul {
	margin-left: 0;
}

.tribe-theme-twentytwenty .tribe-events-related-events-title, .tribe-theme-twentytwenty .tribe-events-single-section-title {
	margin-top: 0;
}

#top.tribe-theme-enfold.single-tribe_events #tribe-events-pg-template {
	max-width: 1048px;
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule {
	margin-top: var(--tec-spacer-1);
}

@media (min-width:768px) {
	#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule {
		margin-top: var(--tec-spacer-4);
	}
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3 {
	margin-right: var(--tec-spacer-1);
}

#top.tribe-theme-enfold.single-tribe_events .av-single-event-content, #top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar {
	margin-left: 0;
}

#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner>.event-tickets {
	width: 100%;
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group {
	margin-right: var(--tec-spacer-5);
}

@media (min-width:768px) {
	#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group {
		padding: var(--tec-spacer-7) 0 var(--tec-spacer-3);
		width: 168px;
	}
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta {
	margin-top: 0;
}

@media (min-width:768px) {
	#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta {
		margin-top: var(--tec-spacer-5);
	}
	
	#top.tribe-theme-enfold.single-tribe_events .tribe-events-venue-map {
		margin-top: var(--tec-spacer-7);
		width: 211px;
	}
}

.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more, .event-tickets .tribe-tickets__rsvp-actions-button-not-going, .event-tickets .tribe-tickets__rsvp-form-button, .event-tickets .tribe-tickets__tickets-item-quantity button {
	background-color: initial;
	background-image: none;
	border: none;
	outline: none;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more.nitro-lazy, .event-tickets .tribe-tickets__rsvp-actions-button-not-going.nitro-lazy, .event-tickets .tribe-tickets__rsvp-form-button.nitro-lazy, .event-tickets .tribe-tickets__tickets-item-quantity button.nitro-lazy {
	background-image: none !important;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more:focus, .event-tickets .tribe-tickets__rsvp-actions-button-not-going:focus, .event-tickets .tribe-tickets__rsvp-form-button:focus, .event-tickets .tribe-tickets__tickets-item-quantity button:focus {
	outline: auto;
}

:root {
	--tec-grid-gutter: 48px;
	--tec-grid-gutter-negative: calc(var(--tec-grid-gutter) * -1);
	--tec-grid-gutter-half: calc(var(--tec-grid-gutter) / 2);
	--tec-grid-gutter-half-negative: calc(var(--tec-grid-gutter-half) * -1);
	--tec-grid-gutter-small: 42px;
	--tec-grid-gutter-small-negative: calc(var(--tec-grid-gutter-small) * -1);
	--tec-grid-gutter-small-half: calc(var(--tec-grid-gutter-small) / 2);
	--tec-grid-gutter-small-half-negative: calc(var(--tec-grid-gutter-small-half) * -1);
	--tec-grid-gutter-page: 42px;
	--tec-grid-gutter-page-small: 19.5px;
	--tec-grid-width-default: 1176px;
	--tec-grid-width-min: 320px;
	--tec-grid-width: calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page) * 2);
	--tec-grid-width-1-of-2: 50%;
	--tec-grid-width-1-of-3: 33.333%;
	--tec-grid-width-1-of-4: 25%;
	--tec-grid-width-1-of-5: 20%;
	--tec-grid-width-1-of-7: 14.285%;
	--tec-grid-width-1-of-8: 12.5%;
	--tec-grid-width-1-of-9: 11.111%;
	--tec-spacer-0: 4px;
	--tec-spacer-1: 8px;
	--tec-spacer-2: 12px;
	--tec-spacer-3: 16px;
	--tec-spacer-4: 20px;
	--tec-spacer-5: 24px;
	--tec-spacer-6: 28px;
	--tec-spacer-7: 32px;
	--tec-spacer-8: 40px;
	--tec-spacer-9: 48px;
	--tec-spacer-10: 56px;
	--tec-spacer-11: 64px;
	--tec-spacer-12: 80px;
	--tec-spacer-13: 96px;
	--tec-spacer-14: 160px;
	--tec-z-index-spinner-container: 100;
	--tec-z-index-views-selector: 30;
	--tec-z-index-dropdown: 30;
	--tec-z-index-events-bar-button: 20;
	--tec-z-index-search: 10;
	--tec-z-index-filters: 9;
	--tec-z-index-scroller: 7;
	--tec-z-index-week-event-hover: 5;
	--tec-z-index-map-event-hover: 5;
	--tec-z-index-map-event-hover-actions: 6;
	--tec-z-index-multiday-event: 5;
	--tec-z-index-multiday-event-bar: 2;
	--tec-color-text-primary: #141827;
	--tec-color-text-primary-light: rgba(20, 24, 39, .62);
	--tec-color-text-secondary: #5d5d5d;
	--tec-color-text-disabled: #d5d5d5;
	--tec-color-text-events-title: var(--tec-color-text-primary);
	--tec-color-text-event-title: var(--tec-color-text-events-title);
	--tec-color-text-event-date: var(--tec-color-text-primary);
	--tec-color-text-secondary-event-date: var(--tec-color-text-secondary);
	--tec-color-icon-primary: #5d5d5d;
	--tec-color-icon-primary-alt: #757575;
	--tec-color-icon-secondary: #bababa;
	--tec-color-icon-active: #141827;
	--tec-color-icon-disabled: #d5d5d5;
	--tec-color-icon-focus: #334aff;
	--tec-color-icon-error: #da394d;
	--tec-color-event-icon: #141827;
	--tec-color-event-icon-hover: #334aff;
	--tec-color-accent-primary: #334aff;
	--tec-color-accent-primary-hover: rgba(51, 74, 255, .8);
	--tec-color-accent-primary-active: rgba(51, 74, 255, .9);
	--tec-color-accent-primary-background: rgba(51, 74, 255, .07);
	--tec-color-accent-secondary: #141827;
	--tec-color-accent-secondary-hover: rgba(20, 24, 39, .8);
	--tec-color-accent-secondary-active: rgba(20, 24, 39, .9);
	--tec-color-accent-secondary-background: rgba(20, 24, 39, .07);
	--tec-color-button-primary: var(--tec-color-accent-primary);
	--tec-color-button-primary-hover: var(--tec-color-accent-primary-hover);
	--tec-color-button-primary-active: var(--tec-color-accent-primary-active);
	--tec-color-button-primary-background: var(--tec-color-accent-primary-background);
	--tec-color-button-secondary: var(--tec-color-accent-secondary);
	--tec-color-button-secondary-hover: var(--tec-color-accent-secondary-hover);
	--tec-color-button-secondary-active: var(--tec-color-accent-secondary-active);
	--tec-color-button-secondary-background: var(--tec-color-accent-secondary-background);
	--tec-color-link-primary: var(--tec-color-text-primary);
	--tec-color-link-accent: var(--tec-color-accent-primary);
	--tec-color-link-accent-hover: rgba(51, 74, 255, .8);
	--tec-color-border-default: #d5d5d5;
	--tec-color-border-secondary: #e4e4e4;
	--tec-color-border-tertiary: #7d7d7d;
	--tec-color-border-hover: #5d5d5d;
	--tec-color-border-active: #141827;
	--tec-color-background: #fff;
	--tec-color-background-events: rgba(0, 0, 0, 0);
	--tec-color-background-transparent: rgba(255, 255, 255, .6);
	--tec-color-background-secondary: #f7f6f6;
	--tec-color-background-messages: rgba(20, 24, 39, .07);
	--tec-color-background-secondary-hover: #f0eeee;
	--tec-color-background-error: rgba(218, 57, 77, .08);
	--tec-color-background-primary-multiday: rgba(51, 74, 255, .24);
	--tec-color-background-primary-multiday-hover: rgba(51, 74, 255, .34);
	--tec-color-background-secondary-multiday: rgba(20, 24, 39, .24);
	--tec-color-background-secondary-multiday-hover: rgba(20, 24, 39, .34);
	--tec-color-accent-primary-week-event: rgba(51, 74, 255, .1);
	--tec-color-accent-primary-week-event-hover: rgba(51, 74, 255, .2);
	--tec-color-accent-primary-week-event-featured: rgba(51, 74, 255, .04);
	--tec-color-accent-primary-week-event-featured-hover: rgba(51, 74, 255, .14);
	--tec-color-background-secondary-datepicker: var(--tec-color-background-secondary);
	--tec-color-accent-primary-background-datepicker: var(--tec-color-accent-primary-background);
	--tec-border-radius-default: 4px;
	--tec-border-width-week-event: 2px;
	--tec-box-shadow-default: 0 2px 5px 0 var(--tec-color-box-shadow);
	--tec-box-shadow-tooltip: 0 2px 12px 0 var(--tec-color-box-shadow);
	--tec-box-shadow-card: 0 1px 6px 2px var(--tec-color-box-shadow);
	--tec-box-shadow-multiday: 16px 6px 6px -2px var(--tec-color-box-shadow-secondary);
	--tec-form-color-background: var(--tec-color-background);
	--tec-form-color-border-default: var(--tec-color-text-primary);
	--tec-form-color-border-active: var(--tec-color-accent-secondary);
	--tec-form-color-border-secondary: var(--tec-color-border-tertiary);
	--tec-form-color-accent-primary: var(--tec-color-accent-primary);
	--tec-form-box-shadow-default: var(--tec-box-shadow-default);
	--tec-opacity-background: .07;
	--tec-opacity-select-highlighted: .3;
	--tec-opacity-icon-hover: .8;
	--tec-opacity-icon-active: .9;
	--tec-opacity-default: 1;
	--tec-transition: all .2s ease;
	--tec-transition-background-color: background-color .2s ease;
	--tec-transition-color-border-color: color .2s ease, border-color .2s ease;
	--tec-transition-transform: transform .2s ease;
	--tec-transition-border-color: border-color .2s ease;
	--tec-transition-color: color .2s ease;
	--tec-transition-opacity: opacity .2s ease;
	--tec-font-family-sans-serif: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
	--tec-font-weight-regular: 400;
	--tec-font-weight-bold: 700;
	--tec-font-size-0: 11px;
	--tec-font-size-1: 12px;
	--tec-font-size-2: 14px;
	--tec-font-size-3: 16px;
	--tec-font-size-4: 18px;
	--tec-font-size-5: 20px;
	--tec-font-size-6: 22px;
	--tec-font-size-7: 24px;
	--tec-font-size-8: 28px;
	--tec-font-size-9: 32px;
	--tec-font-size-10: 42px;
	--tec-line-height-0: 1.38;
	--tec-line-height-1: 1.42;
	--tec-line-height-2: 1.5;
	--tec-line-height-3: 1.62;
}

#tribe-events-pg-template {
	background-color: var(--tec-color-background-events);
}

.tribe-events-single {
	-webkit-font-smoothing: antialiased;
}

.tribe-events-after-html p, .tribe-events-before-html p {
	line-height: 1.7;
}

.tribe-events-back a, .tribe-events-back a:visited {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-3);
	font-weight: var(--tec-font-weight-bold);
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-events-notices {
	border-bottom: 1px solid var(--tec-color-border-secondary);
	box-shadow: none;
}

.tribe-events-notices ul {
	list-style: none;
	text-align: left;
	text-transform: none;
}

.tribe-events-single-event-title {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-event-title);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-7);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-1);
	text-transform: none;
}

@media (min-width:768px) {
	.tribe-events-single-event-title {
		font-size: var(--tec-font-size-10);
		line-height: var(--tec-line-height-0);
	}
}

.tribe-events-schedule {
	background-color: initial;
	border: 0;
}

.tribe-events-schedule .tribe-events-schedule__datetime {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-event-date);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-3);
	font-weight: var(--tec-font-weight-bold);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
	text-transform: none;
}

@media (min-width:768px) {
	.tribe-events-schedule .tribe-events-schedule__datetime {
		font-size: var(--tec-font-size-3);
		line-height: var(--tec-line-height-3);
	}
}

.tribe-events-schedule .recurringinfo, .tribe-related-event-info .recurringinfo {
	background-color: var(--tec-color-background-secondary);
	border-radius: 40px;
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-1);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-0);
	text-transform: none;
}

.tribe-events-schedule .recurringinfo .event-is-recurring, .tribe-related-event-info .recurringinfo .event-is-recurring {
	letter-spacing: -9999px;
}

.tribe-events-schedule .recurringinfo a, .tribe-related-event-info .recurringinfo a {
	color: var(--tec-color-accent-primary);
	font-weight: var(--tec-font-weight-regular);
	letter-spacing: normal;
	line-height: 20px;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-events-schedule .recurringinfo {
	background-color: var(--tec-color-background-secondary);
	border-radius: 40px;
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-1);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-0);
	text-transform: none;
}

@media (min-width:768px) {
	.tribe-events-schedule .recurringinfo {
		font-size: var(--tec-font-size-2);
		line-height: var(--tec-line-height-3);
	}
	
	.tribe-events-schedule .recurringinfo .event-is-recurring {
		letter-spacing: normal;
	}
}

.tribe-events-schedule .tribe-events-cost {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-3);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-2);
	text-transform: none;
	text-transform: uppercase;
}

@media (min-width:768px) {
	.tribe-events-schedule .tribe-events-cost {
		font-size: var(--tec-font-size-3);
		line-height: var(--tec-line-height-3);
	}
}

.tribe-events-content {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
}

.tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-weight: var(--tec-font-weight-bold);
	letter-spacing: normal;
	text-transform: none;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
	font-size: var(--tec-font-size-3);
	line-height: var(--tec-line-height-3);
}

@media (min-width:768px) {
	.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
		font-size: var(--tec-font-size-4);
		line-height: var(--tec-line-height-2);
	}
}

.tribe-events-content ol, .tribe-events-content ul {
	list-style-position: inside;
}

.tribe-events-content ul {
	list-style-type: disc;
}

.tribe-events-content a {
	border-bottom: 1px solid var(--tec-color-link-accent);
	color: var(--tec-color-link-primary);
	transition: var(--tec-transition-color);
}

.tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover {
	border-bottom: 1px solid;
	color: var(--tec-color-link-accent);
}

.tribe-events-content a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-events-content pre {
	background-color: var(--tec-color-background-secondary);
	font-size: var(--tec-font-size-3);
	line-height: var(--tec-line-height-3);
}

.tribe-events-content blockquote {
	quotes: auto;
}

.tribe-events-content blockquote:before {
	content: open-quote;
}

.tribe-events-content blockquote:after {
	content: close-quote;
}

.tribe-events-cal-links {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
}

.tribe-events-cal-links a {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23141827%27 d=%27M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431m18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18zM.99 1.239h15.995v2.315H.991z%27/%3E%3Cpath stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27 d=%27M22.918 10.5H9.207m11.488-3.255 3.252 3.272-3.213 3.213%27/%3E%3C/g%3E%3C/svg%3E") 0/24px no-repeat;
	color: var(--tec-color-link-accent);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-events-event-meta {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
}

.tribe-events-event-meta a, .tribe-events-event-meta a:visited {
	color: var(--tec-color-link-accent);
}

.tribe-events-event-meta a:focus, .tribe-events-event-meta a:hover {
	color: var(--tec-color-link-accent-hover);
}

.tribe-events-event-meta dd, .tribe-events-event-meta dt {
	word-break: break-word;
}

.tribe-events-event-meta dt {
	line-height: var(--tec-line-height-3);
}

.tribe-events-event-meta .tribe-events-meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tribe-events-event-meta .tribe-events-meta-item {
	list-style: none;
	word-break: break-word;
}

.tribe-events-event-meta .tribe-events-meta-label {
	display: block;
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-3);
}

.tribe-events-event-meta .tribe-events-meta-value {
	display: block;
	word-break: break-word;
}

.tribe-events-event-meta .tribe-events-address {
	font-style: normal;
	line-height: 26px;
}

.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta, .event-tickets) {
	border-top: 1px solid var(--tec-color-border-secondary);
}

@media (min-width:768px) {
	.tribe-events-event-meta.secondary:before {
		content: normal;
	}
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
	background-color: initial;
	color: var(--tec-color-text-primary);
}

.tribe-events-meta-group .tribe-events-single-section-title {
	color: var(--tec-color-text-primary);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-bold);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tribe-events-meta-group a {
	color: var(--tec-color-link-accent);
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
	border-top: 1px solid var(--tec-color-border-secondary);
}

.tribe-events-venue-map {
	border: 0;
	border-radius: 0;
}

.tribe-events-related-events-title {
	border-top: 1px solid var(--tec-color-border-secondary);
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-6);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-2);
	text-transform: none;
}

@media (min-width:768px) {
	.tribe-events-related-events-title {
		font-size: var(--tec-font-size-8);
		line-height: var(--tec-line-height-1);
	}
}

.tribe-events-single ul.tribe-related-events li, .tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-3);
	text-transform: none;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
	color: var(--tec-color-link-primary);
}

#tribe-events-footer {
	border-top: 1px solid var(--tec-color-border-secondary);
}

.tribe-events-single .tribe-events-sub-nav {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-1);
	list-style: none;
}

@media (min-width:768px) {
	.tribe-events-single .tribe-events-sub-nav {
		font-size: var(--tec-font-size-3);
	}
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	color: var(--tec-color-text-secondary);
	-webkit-text-decoration: none;
	text-decoration: none;
	vertical-align: middle;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	width: 11px;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
	color: var(--tec-color-text-primary);
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%235d5d5d%27 d=%27M11.916 17.841 10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z%27/%3E%3C/svg%3E") 0/7px no-repeat;
}

@media (min-width:768px) {
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
		background-size: 9px;
	}
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus:before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M11.916 17.841 10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z%27/%3E%3C/svg%3E");
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%235d5d5d%27 d=%27M.084 2.159 2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z%27/%3E%3C/svg%3E") 100%/7px no-repeat;
}

@media (min-width:768px) {
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
		background-size: 9px;
	}
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus:after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M.084 2.159 2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z%27/%3E%3C/svg%3E");
}

.tribe-theme-twentynineteen .tribe-events-content h2:before, .tribe-theme-twentynineteen .tribe-events-related-events-title:before, .tribe-theme-twentynineteen .tribe-events-single-event-title:before, .tribe-theme-twentynineteen .tribe-events-single-section-title:before {
	content: normal;
}

.tribe-theme-twentytwentyone .tribe-events-cal-links a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23141827%27 d=%27M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431m18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18zM.99 1.239h15.995v2.315H.991z%27/%3E%3Cpath stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27 d=%27M22.918 10.5H9.207m11.488-3.255 3.252 3.272-3.213 3.213%27/%3E%3C/g%3E%3C/svg%3E") 0/24px no-repeat;
}

.tribe-theme-twentytwentyone .tribe-events-schedule .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button), .tribe-theme-twentytwentyone .tribe-related-event-info .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: rgba(0, 0, 0, 0);
	-webkit-text-decoration: none;
	text-decoration: none;
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-event-title);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-7);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-1);
	text-transform: none;
}

@media (min-width:768px) {
	#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title {
		font-size: var(--tec-font-size-10);
		line-height: var(--tec-line-height-0);
	}
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3 {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-event-date);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-3);
	font-weight: var(--tec-font-weight-bold);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
	text-transform: none;
}

@media (min-width:768px) {
	#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3 {
		font-size: var(--tec-font-size-3);
		line-height: var(--tec-line-height-3);
	}
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-content pre {
	background-image: none;
}

#top.tribe-theme-enfold.single-tribe_events .tribe-events-content pre.nitro-lazy {
	background-image: none !important;
}

#top.tribe-theme-enfold.single-tribe_events #wrap_all .tribe-events-cal-links a, #top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner {
	border: 0;
}

.fusion-widget-area .tribe-events-event-meta:before, .fusion-widget-area .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets) {
	border: none;
}

[class*=tec-events-elementor-event-widget] {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: 1rem;
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
	margin: 0 0 var(--tec-spacer-0) 0;
	padding: 0;
}

[class*=tec-events-elementor-event-widget] [class*=tec-events-elementor-event-widget] {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: inherit;
	padding: inherit;
}

[class*=tec-events-elementor-event-widget] a, a[class*=tec-events-elementor-event-widget] {
	border-bottom-color: initial;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.e-con-inner [class*=elementor-widget-tec_elementor_widget]:not(:last-child), .elementor-section:not(.elementor-top-section) [class*=elementor-widget-tec_elementor_widget]:not(:last-child) {
	margin-block-end: var(--tec-spacer-3);
}

.tec-events-elementor-widget-empty {
	background-color: var(--tec-color-background-secondary);
	color: var(--tec-color-text-secondary);
	font-size: 1rem;
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
	padding: 1em;
	text-align: center;
}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */

/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */

/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*, ::after, ::before {
	box-sizing: inherit;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.mt-1, .my-1 {
	margin-top: .25rem !important;
}

.mr-1, .mx-1 {
	margin-right: .25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
	margin-left: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.mr-2, .mx-2 {
	margin-right: .5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
	margin-left: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.pt-1, .py-1 {
	padding-top: .25rem !important;
}

.pr-1, .px-1 {
	padding-right: .25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
	padding-left: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.pt-2, .py-2 {
	padding-top: .5rem !important;
}

.pr-2, .px-2 {
	padding-right: .5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
	padding-left: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn.disabled, .btn:disabled {
	opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown, .dropleft, .dropright, .dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item, .nav-justified>.nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto;
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.5%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.5%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

a.close.disabled {
	pointer-events: none;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

@media print {
	*, ::after, ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	a:not(.btn) {
		text-decoration: underline;
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	blockquote, pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	@page {
		size: a3;
	}
	
	body {
		min-width: 992px !important;
	}
	
	.container {
		min-width: 992px !important;
	}
	
	.navbar {
		display: none;
	}
	
	.badge {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #dee2e6 !important;
	}
	
	.table-dark {
		color: inherit;
	}
	
	.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
		border-color: #dee2e6;
	}
	
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://www.genesisaec.com/nitropack_static/MUSvqvHQiuGIImPncYNfJJNsOupdXbuG/assets/images/optimized/rev-33f7f2b/cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.df-ui-btn[class*=" ti-"]:before, .df-ui-btn[class^=ti-]:before, [class*=" df-icon-"]:before, [class^=df-icon-]:before {
	font-family: dearflip !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.df-icon-arrow-left:before {
	content: "";
}

.df-icon-arrow-right:before {
	content: "";
}

.df-icon-arrow-down:before {
	content: "";
}

.df-icon-arrow-up:before {
	content: "";
}

.df-icon-arrow-left1:before {
	content: "";
}

.df-icon-arrow-right1:before {
	content: "";
}

.df-icon-first-page:before {
	content: "";
}

.df-icon-last-page:before {
	content: "";
}

.df-icon-play-popup:before, .df-icon-play:before {
	content: "";
}

.df-icon-pause:before {
	content: "";
}

.df-icon-fast-rewind:before {
	content: "";
}

.df-icon-fast-forward:before {
	content: "";
}

.df-icon-close:before {
	content: "";
}

.df-icon-add-circle:before {
	content: "";
}

.df-icon-minus-circle:before {
	content: "";
}

.df-icon-add:before {
	content: "";
}

.df-icon-minus:before {
	content: "";
}

.df-icon-list:before {
	content: "";
}

.df-icon-grid:before {
	content: "";
}

.df-icon-grid-view:before {
	content: "";
}

.df-icon-apps:before {
	content: "";
}

.df-icon-double-page:before {
	content: "";
}

.df-icon-book:before {
	content: "";
}

.df-icon-file:before {
	content: "";
}

.df-icon-zoom-out:before {
	content: "";
}

.df-icon-zoom-in:before {
	content: "";
}

.df-icon-more:before {
	content: "";
}

.df-icon-download:before, .df-ui-btn.ti-download:before {
	content: "";
}

.df-icon-volume:before {
	content: "";
}

.df-icon-share:before {
	content: "";
}

.df-icon-fit-screen:before {
	content: "";
}

.df-icon-fullscreen:before {
	content: "";
}

.df-icon-facebook:before {
	content: "";
}

.df-icon-twitter:before {
	content: "";
}

.df-icon-help-outline:before {
	content: "";
}

.df-icon-help:before {
	content: "";
}

.df-icon-search:before, .df-ui-btn.ti-search:before {
	content: "";
}

.df-icon-print:before, .df-ui-btn.ti-printer:before {
	content: "";
}

.df-icon-mail-outline:before {
	content: "";
}

.df-icon-mail:before {
	content: "";
}

.df-icon-menu:before {
	content: "";
}

.df-icon-linkedin:before {
	content: "";
}

.df-icon-pinterest:before {
	content: "";
}

.df-icon-whatsapp:before {
	content: "";
}

/*! DEARVIEWER*/
.df-container .df-loading-icon, .df-fetch-pdf .df-loading-info, .df-flipbook-3d.df-loading:after, .df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after, .df-page.df-loading:after, .df-searching .df-search-info, .df-thumb.df-thumb-requested:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'utf-8\'%3F%3E%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' style=\'margin: auto; background: none; display: block; shape-rendering: auto;\' width=\'48px\' height=\'48px\' viewBox=\'0 0 100 100\' preserveAspectRatio=\'xMidYMid\'%3E%3Ccircle cx=\'50\' cy=\'50\' fill=\'none\' stroke=\'%2307abcc\' stroke-width=\'9\' r=\'30\' stroke-dasharray=\'141.37166941154067 49.12388980384689\'%3E%3CanimateTransform attributeName=\'transform\' type=\'rotate\' repeatCount=\'indefinite\' dur=\'1s\' values=\'0 50 50;360 50 50\' keyTimes=\'0;1\'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
}

.df-hidden {
	display: none !important;
}

.df-text-align-center, .has-text-align-center {
	text-align: center;
}

.df-app {
	min-height: 220px;
	position: relative;
	overflow: hidden;
	width: 100%;
	image-rendering: auto;
	direction: ltr;
	line-height: 1.5;
}

.df-container {
	height: 100%;
}

.df-container * {
	box-sizing: border-box !important;
}

.df-container i {
	font-style: normal;
}

.df-container a {
	outline: 0;
	text-decoration: none;
	box-shadow: none;
}

.df-container .df-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: no-repeat 50%;
	background-size: cover;
}

.df-container .df-loading-info {
	position: absolute;
	top: -300px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	max-width: 200px;
	margin-top: 20px;
	padding: 10px 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	background-color: #f7f7f7;
	border-radius: 5px;
	font-size: 12px;
	color: #222;
	word-break: break-word;
	letter-spacing: .5px;
	opacity: 0;
}

.df-container.df-init .df-loading-info {
	top: 50%;
	opacity: 1;
	max-width: 300px;
}

.df-container.df-init .df-viewer {
	display: none;
}

.df-container.df-error .df-loading-info {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin: 0;
	color: #b00;
}

.df-container .df-loading-icon {
	-moz-transition: .3s .1s opacity;
	-o-transition: .3s .1s opacity;
	-webkit-transition: .3s .1s opacity;
	transition: .3s .1s opacity;
	opacity: 0;
	height: 50px;
	width: 50px;
	left: 50%;
	top: 50%;
	margin: -45px -25px -25px;
	box-sizing: border-box;
	position: absolute;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 50%;
	background-color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.df-container.df-loading .df-loading-icon {
	opacity: 1;
	z-index: 100;
}

.df-fetch-pdf .df-loading-info {
	opacity: 1;
	top: 0;
	z-index: 4;
	background-repeat: no-repeat;
	padding-left: 36px;
	background-size: 24px;
	background-position: 6px 6px;
}

.df-viewer .df-3dcanvas {
	right: 0;
	position: absolute;
}

.df-ui {
	color: #666;
	bottom: 0;
	width: 100%;
	height: 42px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	background-color: #fff;
	position: absolute;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 4;
	display: block;
}

.df-ui .df-logo {
	height: 100%;
}

.df-ui .df-logo.df-logo-img {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 5px;
}

.df-ui .df-logo.df-logo-img img {
	max-height: 100%;
	max-width: 120px;
}

.df-ui .df-ui-page {
	padding: 0;
	font-size: 12px;
	width: 50px;
	min-width: 50px;
	line-height: 42px;
	margin: 0 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .03);
}

.df-ui .df-ui-page label {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 50px;
	height: 100%;
	text-align: center;
	display: block;
	line-height: inherit !important;
	color: #999;
	font-weight: 400;
	cursor: pointer;
	background-color: transparent;
	z-index: 1;
	box-sizing: border-box;
	word-break: normal;
}

.df-ui .df-ui-page input {
	width: 100%;
	background-color: transparent;
	height: 100%;
	margin: 0;
	padding: 0 !important;
	border: 1px solid #8f8f8f;
	text-align: center;
	vertical-align: top;
	line-height: inherit !important;
	color: transparent;
	font-size: 14px;
	top: 0;
	box-sizing: border-box;
	z-index: -1;
	display: block;
	opacity: 0;
}

.df-ui .df-ui-page input:focus {
	z-index: 2;
	opacity: 1;
	color: inherit;
}

.df-ui .df-ui-page input:focus+label {
	opacity: 0;
	display: none;
}

.df-ui-btn {
	color: #777;
	vertical-align: top;
	background-color: #fff;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	width: 40px;
	height: 100%;
	font-size: 20px;
	cursor: pointer;
	z-index: 2;
	display: inline-block;
	padding: 10px 5px;
	line-height: 1.2;
	transition: .3s;
	transition-property: opacity, color, background-color;
}

.df-ui-btn:before {
	box-sizing: border-box;
}

.df-ui-btn.df-active, .df-ui-btn:hover {
	color: #00acce;
	background-color: #eee;
}

.df-ui-btn.df-active {
	background-color: #e7e7e7;
}

.df-ui-btn.disabled, .df-ui-btn.disabled:hover {
	color: #bbb;
}

.df-ui-btn span {
	display: none;
}

.df-more-container {
	display: none;
	position: absolute;
	bottom: 100%;
	margin-bottom: 8px !important;
	right: 10px;
	background-color: #f7f7f7;
	z-index: 20;
	border-radius: 5px;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .2);
}

.df-more-container:before {
	content: " ";
	position: absolute;
	border: 7px solid transparent;
	border-top-color: #eee;
	height: 0;
	width: 0;
	bottom: -14px;
	right: 13px;
	margin-right: -8px;
	pointer-events: none;
}

.df-more-container>.df-ui-btn {
	width: 170px;
	text-align: left;
	padding: 6px 8px;
	height: 36px;
	border-top: 1px solid #e4e4e4;
	border-radius: 0;
	line-height: 16px;
}

.df-more-container>.df-ui-btn span {
	font-size: 12px;
	padding-left: 24px;
	vertical-align: middle;
	display: inline-block;
}

.df-more-container>.df-ui-btn:before {
	position: absolute;
	top: 7px;
	font-size: 20px;
	width: 1em;
	text-align: center;
}

.df-more-container>.df-ui-btn:first-child {
	border-radius: 5px 5px 0 0;
	border-top: none;
}

.df-more-container>.df-ui-btn:last-child {
	border-radius: 0 0 5px 5px;
}

.df-ui-more.df-active .df-more-container {
	display: block;
}

.df-ui-search.df-active .df-search-container {
	display: block;
	padding: 5px;
}

.df-ui-nav {
	top: 50%;
	margin-top: -50px;
	position: absolute;
	opacity: .8;
	height: 100px;
	font-size: 36px;
	width: 50px;
	z-index: 2;
	cursor: pointer;
}

.df-ui-nav:hover {
	opacity: 1;
}

.df-ui-nav .df-ui-btn {
	height: auto;
	height: initial;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	padding: 15px 5px;
	width: auto;
	font-size: inherit;
	background-color: transparent !important;
}

.df-ui-nav .df-ui-btn:before {
	color: #fff;
	filter: drop-shadow(0 0 3px #000);
}

.df-ui-nav.df-ui-prev {
	left: 0;
	right: auto;
	border-radius: 0;
}

.df-ui-nav.df-ui-prev .df-ui-btn {
	left: 10px;
}

.df-ui-nav.df-ui-prev .df-ui-btn:before {
	text-align: left;
}

.df-ui-nav.df-ui-next {
	right: 0;
}

.df-ui-nav.df-ui-next .df-ui-btn {
	right: 10px;
}

.df-ui-nav.df-ui-next .df-ui-btn:before {
	text-align: right;
}

.df-flipbook-2d, .df-flipbook-3d, .df-slider, .df-viewer-container, .df-zoomview {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.df-flipbook-2d {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	-o-filter: blur(0);
	filter: blur(0);
}

.df-flipbook-2d .df-viewer-wrapper {
	position: relative;
	margin: 0 auto;
	height: 100%;
	-moz-transition: .3s left;
	-o-transition: .3s left;
	-webkit-transition: .3s left;
	transition: .3s left;
}

.df-flipbook-2d .df-book-shadow {
	position: absolute;
	z-index: -1;
	height: 100%;
	display: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.df-page-content {
	overflow: hidden;
	opacity: .3;
}

.df-page.df-loading:after {
	content: "";
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -11px;
	position: absolute;
	z-index: 0;
}

.df-page.df-loading .df-page-content {
	display: none;
}

.df-page>canvas {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

.df-page .df-page-content {
	position: absolute;
	height: 100%;
	display: block;
	top: 0;
	width: 100%;
	z-index: 2;
}

.df-sheet {
	position: absolute;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

.df-sheet .df-page, .df-sheet .df-page-back, .df-sheet .df-page-front, .df-sheet .df-sheet-fold-inner-shadow, .df-sheet .df-sheet-fold-outer-shadow, .df-sheet .df-sheet-wrapper {
	position: absolute;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

.df-sheet .df-sheet-wrapper {
	overflow: hidden;
}

.df-sheet .df-page {
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 0;
	background-size: 100% 100%;
}

.df-sheet .df-page:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 15%;
	height: 100%;
	z-index: 5;
	opacity: .5;
	pointer-events: none;
}

.df-sheet .df-page>canvas {
	z-index: -1;
}

.df-sheet .df-page-front:before {
	left: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
}

.df-sheet .df-page-back:before {
	right: 0;
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -ms-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
}

.df-sheet.df-left-side {
	right: 50%;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
}

.df-sheet.df-left-side .df-page-front {
	z-index: 1;
}

.df-sheet.df-left-side .df-page-back {
	z-index: 2;
}

.df-sheet.df-right-side {
	left: 50%;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
}

.df-sheet.df-right-side .df-page-front {
	z-index: 2;
}

.df-sheet.df-right-side .df-page-back {
	z-index: 1;
}

.df-sheet .df-sheet-fold-inner-shadow {
	position: absolute;
	z-index: 5;
	display: none;
}

.df-sheet .df-sheet-fold-outer-shadow {
	z-index: -1;
	width: 100%;
	height: 100%;
}

.df-sheet.df-flipping, .df-sheet.df-folding {
	z-index: 200 !important;
}

.df-sheet.df-folding.df-left-side .df-page-front, .df-sheet.df-folding.df-right-side .df-page-back {
	z-index: 3;
}

.df-sheet.df-folding .df-sheet-fold-inner-shadow {
	display: block;
}

.df-sheet.df-folding .df-page-content {
	display: none;
}

.df-pending .df-page-content, .df-pendingresize .df-page-content {
	display: none !important;
}

.df-sheet.df-left-side.df-folding:not(.df-hard-sheet) .df-page-front {
	z-index: 3;
}

.df-hard-sheet .df-sheet-wrapper {
	width: 100% !important;
	height: 100% !important;
	overflow: visible;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 50% 0;
	-moz-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
}

.df-hard-sheet .df-sheet-fold-inner-shadow, .df-hard-sheet .df-sheet-fold-outer-shadow {
	display: none !important;
}

.df-hard-sheet .df-page-back, .df-hard-sheet .df-page-front {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.df-hard-sheet.df-right-side .df-page-back {
	-webkit-transform-origin: right 50%;
	-moz-transform-origin: right 50%;
	transform-origin: right 50%;
	z-index: 3 !important;
}

.df-hard-sheet.df-right-side .df-page-front {
	-webkit-transform-origin: left 50%;
	-moz-transform-origin: left 50%;
	transform-origin: left 50%;
	z-index: 4;
}

.df-hard-sheet.df-left-side .df-page-back {
	-webkit-transform-origin: right 50%;
	-moz-transform-origin: right 50%;
	transform-origin: right 50%;
}

.df-hard-sheet.df-left-side .df-page-front {
	-webkit-transform-origin: left 50%;
	-moz-transform-origin: left 50%;
	transform-origin: left 50%;
}

.df-flipbook-3d.df-loading:after {
	content: "";
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -11px;
	position: absolute;
	z-index: 0;
}

.df-link-content, .df-text-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	overflow: clip;
	pointer-events: none;
	transform-origin: 0 0;
}

.df-page-content.df-double-internal:not(.df-double-internal-fix)>div {
	right: -100%;
}

.df-page-content.df-double-internal-fix>div {
	left: -100%;
}

.annotationLayer section, .customHtmlAnnotation, .customLinkAnnotation, .customVideoAnnotation, .df-link-content section, .highlightAnnotation, .linkAnnotation, .popupAnnotation {
	position: absolute;
	z-index: 5;
	cursor: pointer;
	pointer-events: all;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

section.popupAnnotation {
	display: none;
}

.buttonWidgetAnnotation a, .customHtmlAnnotation, .customVideoAnnotation, a.customLinkAnnotation, a.df-autolink, a.linkAnnotation, section.linkAnnotation a {
	background-color: #ff0;
	display: block;
	height: 100%;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.buttonWidgetAnnotation a:hover, .customHtmlAnnotation:hover, .customVideoAnnotation:hover, a.customLinkAnnotation:hover, a.df-autolink:hover, a.linkAnnotation:hover, section.linkAnnotation a:hover {
	border-color: transparent;
	background-color: #2196f3;
}

a.df-autolink {
	display: inline;
	pointer-events: all;
	color: transparent !important;
}

.df-sidemenu-wrapper {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	left: 0;
	top: 0;
	bottom: 0;
	width: 220px;
	position: absolute;
	z-index: 3;
}

.df-sidemenu-wrapper .df-sidemenu-buttons {
	z-index: 6;
	position: relative;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
	float: right;
	display: none;
	background-color: transparent;
	padding: 6px 5px;
}

.df-sidemenu-wrapper:before {
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(238, 238, 238, .9);
	z-index: 3;
	left: 0;
}

.df-sidemenu-open .df-ui-nav.df-ui-prev {
	left: 220px;
}

.df-sidemenu-open .df-sidemenu-wrapper {
	display: block;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	left: 0;
}

.df-sidemenu-open .df-sidemenu-wrapper:before {
	box-shadow: 1px 0 4px rgba(102, 102, 102, .38);
}

.df-sidemenu-open .df-sidemenu-buttons .df-ui-close {
	display: block;
}

.df-sidemenu-open .df-flipbook-3d.df-loading:after {
	margin-left: 99px;
}

.df-sidemenu {
	width: 100%;
	height: auto !important;
	position: absolute !important;
	top: 0;
	bottom: 0;
	z-index: 3;
	opacity: 0;
	color: #666;
	font-size: 12px;
}

.df-sidemenu>.df-wrapper {
	overflow: auto;
	position: absolute !important;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto !important;
}

.df-sidemenu.df-sidemenu-visible {
	opacity: 1;
	z-index: 5;
}

.df-outline-container .df-wrapper {
	padding: 10px;
}

.df-outline-items>.df-outline-item {
	margin-left: 18px;
}

.df-outline-item a {
	color: inherit !important;
	text-decoration: none !important;
	display: block;
	padding: 5px 0 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 1px;
}

.df-outline-item a:hover {
	text-decoration: underline !important;
	color: #2196f3 !important;
}

.df-outline-toggle {
	cursor: pointer;
	float: left;
	width: 28px;
	padding: 0 5px 0 10px;
	margin-left: -28px;
	text-align: center;
}

.df-outline-toggle:before {
	content: "";
	font-size: 18px;
	font-family: dearflip;
}

.df-outline-toggle.df-outlines-hidden:before {
	content: "";
}

.df-outline-toggle.df-outlines-hidden~.df-outline-items {
	display: none;
}

.df-outline-item a:hover, .df-outline-toggle:hover, .df-outline-toggle:hover+a, .df-outline-toggle:hover~.df-outline-items {
	background-color: rgba(100, 100, 100, .05);
}

.df-thumb {
	margin: 0;
	cursor: pointer;
	width: 100%;
	position: relative;
	text-align: center;
}

.df-thumb .df-wrapper {
	box-sizing: content-box !important;
	margin: 6px;
	border-radius: 3px;
	transition: .2s background;
	display: inline-block;
	vertical-align: middle;
	border: 2px dashed rgba(0, 0, 0, .3);
	position: relative;
}

.df-thumb .df-wrapper .df-thumb-number {
	position: absolute;
	bottom: 8px;
	background-color: rgba(238, 238, 238, .85);
	color: #444;
	font-size: 14px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px;
	opacity: 0;
}

.df-thumb .df-bg-image {
	height: 100%;
	background-size: 100%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.df-thumb.df-thumb-requested:before {
	content: "";
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -11px;
	position: absolute;
	z-index: 0;
}

.df-thumb.df-thumb-loaded {
	height: auto !important;
}

.df-thumb.df-thumb-loaded .df-wrapper {
	border: none;
	margin: 0;
	padding: 8px;
}

.df-thumb.df-thumb-loaded:hover .df-wrapper .df-thumb-number {
	opacity: 1;
}

.df-thumb.df-selected .df-wrapper, .df-thumb.df-thumb-loaded:hover .df-wrapper {
	background-color: #ccc;
	background-color: rgba(0, 0, 0, .1);
	opacity: 1;
}

.df-lightbox-wrapper {
	position: fixed !important;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto !important;
	left: 0;
	z-index: 99999;
}

.df-lightbox-wrapper.df-lightbox-padded {
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
}

.df-lightbox-wrapper .df-lightbox-bg {
	background: #eee;
	position: fixed !important;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto !important;
	left: 0;
}

.df-lightbox-wrapper .df-lightbox-controls {
	float: right;
	padding: 5px;
	z-index: 1000;
	position: relative;
}

.df-lightbox-wrapper .df-app {
	position: absolute !important;
	width: 100%;
	top: 0;
	bottom: 0;
	height: auto !important;
}

.df-lightbox-wrapper .df-container.df-transparent {
	height: 100%;
}

.df-lightbox-wrapper .df-lightbox-close {
	float: right;
	text-align: center;
	font-size: 32px;
	padding: 8px 0;
	height: 48px;
	width: 46px;
	cursor: pointer;
	color: #444;
	border-color: transparent;
	background-color: transparent;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .8;
}

.df-lightbox-wrapper .df-lightbox-close:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .21);
	border-color: #000;
	opacity: 1;
}

.df-lightbox-wrapper .df-lightbox-close:before {
	color: #fff;
	filter: drop-shadow(0 0 3px black);
}

.df-share-wrapper {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .35);
	display: none;
}

.df-share-box {
	position: absolute;
	top: 50%;
	width: 280px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 15px 5px;
	text-align: center;
}

span.df-share-title {
	color: #777;
	margin-bottom: 10px;
	display: block;
}

.df-share-url {
	background-color: #fff;
	height: 60px;
	color: #666;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.df-share-button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px 10px;
	font-size: 20px;
	color: #aaa;
}

.df-share-button:hover {
	color: #444;
}

.df-reader {
	overflow: auto;
	position: absolute;
	-webkit-overflow-scrolling: touch;
}

.df-reader .df-viewer-wrapper {
	cursor: grab;
}

.df-reader .df-page {
	position: relative;
	transform-origin: initial;
	margin: -10px auto -10px;
	border: 10px solid transparent;
	left: auto;
	left: initial;
	box-sizing: content-box !important;
}

.df-reader .df-page:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.df-reader~.df-ui-nav {
	display: none;
}

.df-reader:not(.df-noscroll) {
	margin-right: -12px;
}

.df-reader-scrollbar {
	position: absolute;
	top: 0;
	height: auto;
	right: 0;
	width: auto;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	border-radius: 20px 0 0 20px;
	padding: 6px 8px 6px 12px;
	z-index: 100;
	cursor: ns-resize;
}

.df-reader-scrollbar.df-active, .df-reader-scrollbar:hover {
	background-color: #fff;
}

.df-reader-scroll-page-number {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-color: #ddd;
	border-radius: 10px;
	padding: 20px;
	font-size: 24px;
	z-index: 100;
	text-align: center;
	color: #333;
}

.df-reader-scroll-page-number.df-active {
	display: block;
}

.df-reader-scroll-page-number div {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #aaa;
	font-size: 16px;
	font-style: italic;
}

.df-ios .df-viewer.df-reader {
	margin-right: 0;
}

.df-no-transition {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.df-float .df-ui {
	bottom: 10px;
	width: auto;
	width: intial;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	margin: 0 auto;
	display: table;
	display: flex;
	border-radius: 5px;
}

.df-float .df-ui>.df-ui-btn:first-child {
	border-radius: 5px 0 0 5px;
}

.df-float .df-ui>.df-ui-btn:last-child {
	border-radius: 0 5px 5px 0;
}

.df-controls-top .df-ui {
	bottom: auto;
	bottom: intial;
	top: 0;
}

.df-controls-top.df-float .df-ui {
	top: 10px;
}

.df-controls-top .df-more-container {
	bottom: auto;
	top: 100%;
	margin: 8px 0 0 !important;
}

.df-controls-top .df-more-container:before {
	border-bottom-color: #eee;
	border-top: 0;
	bottom: auto;
	top: -7px;
}

.df-float-off.df-controls-top .df-sidemenu-wrapper {
	top: 42px;
	bottom: 0;
}

.df-float-off.df-controls-bottom .df-sidemenu-wrapper {
	top: 0;
	bottom: 42px;
}

.df-float-off .df-ui-left {
	justify-content: flex-start;
	display: flex;
	flex: 1;
}

.df-float-off .df-ui-right {
	justify-content: flex-end;
	display: flex;
	flex: 1;
}

.df-float-off .df-ui-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.df-float-off .df-ui {
	display: flex;
}

.df-controls-hidden .df-ui {
	display: none;
}

.df-link-content .annotationTextContent {
	color: transparent;
}

.df-link-content .popupWrapper {
	position: absolute;
	width: 20em;
}

.df-link-content .popup {
	position: absolute;
	z-index: 200;
	max-width: 20em;
	background-color: #ff9;
	box-shadow: 0 2px 5px #333;
	border-radius: 2px;
	padding: .6em;
	margin-left: 5px;
	cursor: pointer;
	word-wrap: break-word;
}

.df-link-content .popup h1 {
	font-size: 1em;
	border-bottom: 1px solid #000;
	padding-bottom: .2em;
}

.df-link-content .popup p {
	padding-top: .2em;
}

body.df-lightbox-open, html.df-lightbox-open {
	overflow: hidden !important;
}

.df-zoomview {
	display: none;
	cursor: move;
}

.df-zoomview .df-viewer-wrapper {
	position: relative;
	margin: 0 auto;
}

.df-zoomview .df-viewer-wrapper .df-book-shadow {
	position: absolute;
	z-index: -1;
	height: 100%;
	display: none;
	-webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .5);
}

.df-zoomview .df-page {
	position: absolute;
	top: 0;
	right: 50%;
	background-color: #fff;
}

.df-zoomview .df-page:before {
	width: 10%;
	opacity: .5;
}

.df-zoomview .df-page.df-page-front {
	left: 50%;
}

.df-zoom-active .df-viewer {
	cursor: move;
	cursor: -webkit-grab;
}

.df-zoom-active .df-flipbook {
	display: none;
}

.df-zoom-active .df-zoomview {
	display: block;
}

.df-hybrid-viewer .df-zoomview .df-page:before {
	display: none;
}

.df-hybrid-viewer:not(.df-zoom-active) .df-flipbook.df-loading+.df-zoomview {
	display: none;
}

.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview {
	display: block;
	pointer-events: none;
}

.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview .df-page:before {
	display: none;
}

.df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after {
	content: "";
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -11px;
	position: absolute;
	z-index: 0;
}

.df-hybrid-viewer:not(.df-zoom-active).df-hide-zoomview .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-pending .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-pendingresize .df-zoomview {
	display: none;
}

.df-container ::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.df-container ::-webkit-scrollbar-button {
	height: 0;
	width: 0;
	cursor: pointer;
}

.df-container ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .5);
	border-radius: 50px;
}

.df-container ::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .8);
}

.df-container ::-webkit-scrollbar-thumb:active {
	background: rgba(0, 0, 0, .8);
}

.df-container ::-webkit-scrollbar-thumb, .df-container ::-webkit-scrollbar-thumb:active, .df-container ::-webkit-scrollbar-thumb:hover {
	border-right: 1px;
	border-left: 1px;
	border-style: solid;
	border-color: transparent;
}

.df-container ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .05);
	border-radius: 50px;
}

.df-container ::-webkit-scrollbar-track:hover {
	background: rgba(0, 0, 0, .1);
}

.df-container ::-webkit-scrollbar-track:active {
	background: rgba(0, 0, 0, .15);
}

.df-container ::-webkit-scrollbar-corner {
	background: 0 0;
}

.df-sidemenu-wrapper ::-webkit-scrollbar {
	width: 10px;
}

.df-container.df-transparent.df-fullscreen {
	background: #aaa;
}

.df-container.df-fullscreen {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 2147483647;
}

.df-container.df-rtl .df-sidemenu-wrapper {
	left: auto;
	left: initial;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	right: -50px;
	direction: rtl;
}

.df-container.df-rtl input.df-search-text {
	padding: 0 15px 0 45px;
}

.df-container.df-rtl .df-sidemenu-title {
	text-align: right;
}

.df-container.df-rtl .df-search-clear {
	right: auto;
	left: 60px;
}

.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	right: 0;
}

.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
	float: left;
}

.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-prev {
	left: 0;
}

.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-next {
	right: 220px;
}

.df-container.df-rtl.df-sidemenu-open .df-flipbook-3d.df-loading:after {
	margin-left: -122px;
}

.df-container.df-rtl .df-outline-item {
	margin: 0 18px 0 0;
	text-align: right;
	direction: rtl;
}

.df-container.df-rtl .df-outline-item .df-outline-toggle {
	float: right;
	margin: 0 -18px 0 0;
}

.df-container.df-rtl .df-outline-item .df-outline-toggle.df-outlines-hidden:before {
	content: "";
}

.df-container.df-rtl .df-viewer .df-3dcanvas {
	left: 0;
	right: auto;
	right: initial;
}

.df-container.df-rtl .df-more-container .df-ui-btn {
	text-align: right;
	direction: rtl;
}

.df-container.df-rtl .df-more-container .df-ui-btn:before {
	right: 10px;
}

.df-container.df-rtl .df-more-container .df-ui-btn span {
	padding: 0 24px 0 0;
}

.df-lightbox-wrapper.df-rtl .df-lightbox-controls {
	float: left;
}

.df-element[data-df-lightbox], .df-element[data-lightbox] {
	cursor: pointer;
}

.df-popup-thumb {
	display: inline-block;
	box-sizing: border-box;
	margin: 30px 15px 15px !important;
	text-align: center;
	border: 0;
	width: 140px;
	height: auto;
	word-break: break-word;
	vertical-align: bottom;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-perspective: 800px;
	perspective: 800px;
}

.df-popup-thumb .df-book-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .2s;
	box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
	transform-origin: 30%;
	background-color: #fff;
	width: 100%;
	display: inline-block;
}

.df-popup-thumb .df-book-page1, .df-popup-thumb .df-book-page2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	background-color: #fff;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1;
}

.df-popup-thumb .df-book-cover {
	background-size: 100% 100%;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	top: 0;
	position: relative;
	overflow: hidden;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .24);
	z-index: 1;
}

.df-popup-thumb .df-book-cover.df-thumb-not-found {
	height: 200px;
	position: relative;
}

.df-popup-thumb.df-has-ridge .df-book-cover:after {
	display: block;
	content: " ";
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, .15) 1%, rgba(0, 0, 0, .15) 3%, rgba(255, 255, 255, .15) 5%, rgba(255, 255, 255, 0) 7%);
	box-shadow: inset 0 -1px 3px 0 rgba(80, 80, 80, .5490196078);
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
}

.df-popup-thumb .df-book-title {
	bottom: -100%;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 5px;
	font-size: .75em;
	background: rgba(255, 255, 255, .9);
	box-sizing: border-box;
	display: block;
	-moz-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	opacity: 0;
}

.df-popup-thumb img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.df-popup-thumb.df-thumb-not-found .df-book-title, .df-popup-thumb.df-tl-book-title-fixed .df-book-title, .df-popup-thumb:hover .df-book-title {
	opacity: 1;
	bottom: 0;
}

.df-popup-thumb.df-tl-book-title-fixed .df-book-title, .df-popup-thumb.df-tl-book-title-top .df-book-title {
	opacity: 1;
	position: relative;
}

.df-popup-thumb.df-thumb-not-found .df-book-wrapper {
	width: 100%;
}

.df-popup-thumb.df-tl-book-title-bottom .df-thumb-not-found, .df-popup-thumb.df-tl-cover-title .df-thumb-not-found {
	height: 170px;
}

.df-popup-thumb.df-tl-book-title-bottom .df-book-wrapper, .df-popup-thumb.df-tl-cover-title .df-book-wrapper {
	position: relative;
	z-index: 1;
}

.df-popup-thumb.df-tl-book-title-bottom .df-book-title, .df-popup-thumb.df-tl-cover-title .df-book-title {
	position: relative;
	bottom: 0;
	opacity: 1;
	height: 3em;
	background: 0 0;
}

.df-popup-thumb:hover .df-book-page1 {
	transform: rotateY(-8deg) rotateZ(0);
	box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
}

.df-popup-thumb:hover .df-book-page2 {
	transform: rotateY(-14deg) rotateZ(0);
	box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
}

.df-popup-thumb:hover .df-book-wrapper {
	transform: rotateY(-15deg) rotateZ(0);
}

.df-popup-thumb:hover .df-book-cover {
	-webkit-transform: rotateY(-18deg) rotateZ(0);
	-moz-transform: rotateY(-18deg) rotateZ(0);
	-ms-transform: rotateY(-18deg) rotateZ(0);
	transform: rotateY(-18deg) rotateZ(0);
}

.df-popup-thumb.df-tl-cover-title .df-book-wrapper {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.df-popup-thumb.df-tl-cover-title .df-book-cover {
	box-shadow: none;
}

.df-popup-thumb.df-tl-cover-title .df-book-cover:after {
	display: none;
}

.df-popup-thumb.df-tl-cover-title:hover .df-book-wrapper {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
	transform: none;
}

.df-popup-thumb.df-tl-cover-title:hover .df-book-cover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: none;
}

.df-popup-thumb.df-tl-cover-title:hover .df-book-page1, .df-popup-thumb.df-tl-cover-title:hover .df-book-page2 {
	display: none;
}

.df-popup-button {
	width: auto;
	display: inline-block;
	background: #ddd;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 5px;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-moz-transition-property: background;
	-o-transition-property: background;
	-webkit-transition-property: background;
	transition-property: background;
}

.df-popup-button:hover {
	background: #aaa;
}

.df-popup-hidden {
	display: none;
}

.df-icon-play-popup {
	position: relative;
}

.df-icon-play-popup:before {
	top: 50%;
	position: absolute;
	left: 50%;
	font-size: 40px;
	background: #777;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 0 1px 5px #777;
	margin-top: -30px;
	margin-left: -30px;
	display: block;
	color: #fff;
	z-index: 1;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	pointer-events: none;
}

.df-icon-play-popup:hover:before {
	opacity: 0;
}

.df-posts {
	max-width: 1140px;
	margin: 0 auto;
}

.df-posts>.df-popup-thumb {
	width: calc(20% - 30px);
	min-width: 100px;
	position: relative;
	z-index: 1;
}

df-post-shelf {
	display: none;
	height: 160px;
	background-color: transparent;
	z-index: 0;
	margin: -105px -40px -40px -40px;
	position: relative;
	background-repeat: no-repeat;
}

df-post-shelf:nth-of-type(5n) {
	display: block;
}

df-post-shelf:after {
	content: " ";
	height: 160px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 240px;
	z-index: 1;
	background-position: 0 -160px;
	background-repeat: no-repeat;
	background-image: inherit;
	background-size: inherit;
}

df-post-shelf:before {
	content: " ";
	display: block;
	position: absolute;
	left: 240px;
	bottom: 0;
	right: 240px;
	height: 160px;
	z-index: 1;
	background-image: inherit;
	background-size: inherit;
	background-repeat: repeat-x;
	background-position: 0 -320px;
}

.df-posts.df-has-shelf {
	padding: 0 40px 50px 40px;
}

@media screen and (max-width:1100px) {
	.df-posts>.df-popup-thumb {
		width: calc(25% - 30px);
	}
	
	df-post-shelf:nth-of-type(n) {
		display: none;
	}
	
	df-post-shelf:nth-of-type(4n) {
		display: block;
	}
}

@media screen and (max-width:900px) {
	.df-posts>.df-popup-thumb {
		width: calc(33% - 30px);
	}
	
	df-post-shelf:nth-of-type(n) {
		display: none;
	}
	
	df-post-shelf:nth-of-type(3n) {
		display: block;
	}
}

@media screen and (max-width:600px) {
	.df-posts>.df-popup-thumb {
		width: calc(50% - 30px);
	}
	
	df-post-shelf:nth-of-type(n) {
		display: none;
	}
	
	df-post-shelf:nth-of-type(2n) {
		display: block;
	}
	
	df-post-shelf {
		background-size: 120px 480px;
	}
	
	df-post-shelf:before {
		left: 120px;
		right: 120px;
	}
	
	df-post-shelf:after {
		width: 120px;
	}
}

@media screen and (max-width:420px) {
	.df-popup-thumb, .df-posts>.df-popup-thumb {
		width: calc(100% - 30px);
	}
	
	df-post-shelf:nth-of-type(n) {
		display: block;
	}
}

df-post-shelf:last-of-type {
	display: block;
}

.df-posts {
	container-type: inline-size;
	container-name: dfposts;
	width: 100%;
	box-sizing: border-box !important;
}

@container dfposts (max-width:1020px) {}

@container dfposts (max-width:820px) {}

@container dfposts (max-width:520px) {}

@container dfposts (max-width:320px) {}

@container dfposts (max-width:150px) {}

df-post-shelf:last-of-type {
	display: block;
}

.df-page-content {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.df-auto-link-content, .df-text-content {
	line-height: 1;
	transform-origin: top left;
}

.df-auto-link-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none;
}

[data-main-rotation="90"] {
	transform: rotate(90deg) translateY(-100%);
}

[data-main-rotation="180"] {
	transform: rotate(180deg) translate(-100%, -100%);
}

[data-main-rotation="270"] {
	transform: rotate(270deg) translateX(-100%);
}

.df-auto-link-content span, .df-text-content br, .df-text-content span {
	color: transparent !important;
	position: absolute;
	white-space: pre;
	cursor: text;
	transform-origin: 0% 0%;
}

.df-auto-link-content>span {
	overflow: hidden;
}

.df-text-content .highlight {
	margin: -1px;
	padding: 1px;
	background-color: #b400aa;
	border-radius: 4px;
}

.df-text-content .highlight.appended {
	position: initial;
}

.df-text-content .highlight.begin {
	border-radius: 4px 0 0 4px;
}

.df-text-content .highlight.end {
	border-radius: 0 4px 4px 0;
}

.df-text-content .highlight.middle {
	border-radius: 0;
}

.df-text-content .highlight.selected {
	background-color: #006400;
}

.df-text-content .endOfContent {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	z-index: -1;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.df-text-content .endOfContent.active {
	top: 0;
}

body.admin-bar .df-lightbox-bg, body.admin-bar .df-lightbox-wrapper {
	top: 32px;
}

@media screen and (max-width:782px) {
	body.admin-bar .df-lightbox-bg, body.admin-bar .df-lightbox-wrapper {
		top: 46px;
	}
}

@media screen and (max-width:600px) {
	body.admin-bar .df-lightbox-bg, body.admin-bar .df-lightbox-wrapper {
		top: 0;
	}
}

.df-single-content {
	width: 100%;
}

.df-link-content section.textWidgetAnnotation {
	display: none;
}

.df-link-content :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton)>a {
	position: absolute;
	font-size: 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.df-viewer::-webkit-scrollbar-button {
	height: 50px;
}

.df-viewer::-webkit-scrollbar-thumb {
	min-height: 50px;
}

.df-container .df-reader ::-webkit-scrollbar-thumb, .df-container .df-reader ::-webkit-scrollbar-track {
	background: 0 0;
}

.df-container.df-pinch-zoom ::-webkit-scrollbar-thumb, .df-container.df-pinch-zoom ::-webkit-scrollbar-track {
	background: 0 0;
}

.df-container.df-pinch-zoom .df-page-content {
	display: none;
}

section.squareAnnotation .popupWrapper, section.textAnnotation .popupWrapper {
	display: none;
}

section.squareAnnotation svg, section.textAnnotation svg {
	display: block;
}

.df-comment-popup {
	display: none;
	position: absolute;
	width: 360px;
	background-color: #ff9;
	box-shadow: 0 2px 5px #333;
	border-radius: 2px;
	z-index: 9;
	padding: 10px;
	word-break: break-word;
}

.df-comment-popup.df-active {
	display: block;
}

.df-comment-popup .popup {
	background-color: transparent !important;
}

.df-comment-popup p {
	margin: 0;
}

.df-comment-popup h1 {
	padding-bottom: 5px;
	border-bottom: 1px solid;
	margin-top: 0;
	font-size: 1em;
}

.df-sidemenu-wrapper.df-sidemenu-center {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	display: none;
	top: auto;
	height: 360px;
	bottom: 52px;
}

.df-sidemenu-center .df-sidemenu-buttons {
	box-shadow: none;
	text-align: center;
}

.df-sidemenu-center .df-sidemenu-buttons .df-icon-close {
	display: block;
	margin: -55px auto 0 auto;
	float: none;
	border-radius: 50px;
	width: 44px;
}

.df-sidemenu-wrapper.df-sidemenu-center:before {
	background-color: rgba(255, 255, 255, .9);
}

.df-sidemenu-open .df-sidemenu-wrapper.df-sidemenu-center {
	display: block;
}

.df-sidemenu-center .sidemenu, .df-sidemenu-center:before {
	border-radius: 10px 10px 0 0;
}

.df-slider {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	-o-filter: blur(0);
	filter: blur(0);
}

.df-slider .df-viewer-wrapper {
	position: relative;
	margin: 0 auto;
	height: 100%;
	-moz-transition: .3s left;
	-o-transition: .3s left;
	-webkit-transition: .3s left;
	transition: .3s left;
}

.df-slider .df-sheet {
	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}

.df-slider .df-sheet.df-left-side, .df-slider .df-sheet.df-right-side {
	left: 50% !important;
}

.df-slider .df-sheet:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.df-slider .df-page:before {
	display: none;
}

.df-slider .df-page.df-page-front {
	z-index: 3;
}

.df-slider+.df-zoomview .df-page:before {
	display: none;
}

.df-has-shelf df-post-shelf {
	background: 0 0;
	perspective: 400px;
	margin: 5px 0 30px 0;
	height: 0;
	box-shadow: 0 5px 40px 15px rgba(0, 0, 0, .3137254902);
}

.df-has-shelf df-post-shelf:after, .df-has-shelf df-post-shelf:before {
	background-size: auto;
	left: -40px;
	right: -40px;
	width: auto;
	background-repeat: repeat-x;
	transform-style: preserve-3d;
	background-position: 0 0;
}

.df-has-shelf df-post-shelf:before {
	transform: translateY(-15px) rotateX(50deg);
	height: 50px;
	transform-origin: bottom;
	box-shadow: inset 0 3px 15px 0 rgba(0, 0, 0, .6117647059);
}

.df-has-shelf df-post-shelf:after {
	transform: translateZ(0);
	height: 15px;
	box-shadow: inset 0 3px 3px rgba(243, 243, 243, .3215686275);
	background-position: 0 -50px;
}

.df-search-highlight {
	position: relative !important;
	background-color: #00f;
}

.df-search-results {
	top: 125px !important;
	padding: 0 10px 10px;
}

.df-search-result {
	color: inherit !important;
	text-decoration: none !important;
	overflow: hidden;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 1px;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.df-search-result.df-active, .df-search-result:hover {
	background-color: rgba(100, 100, 100, .2);
}

.df-sidemenu-title {
	padding: 8px 20px;
	text-transform: uppercase;
	text-align: left;
}

.df-search-hits {
	z-index: 10;
	display: none;
}

.df-search-open .df-search-hits {
	display: inline-block;
}

.df-search-form {
	display: flex;
	padding: 10px;
	position: relative;
}

.df-search-clear {
	position: absolute;
	right: 55px;
	top: 22px;
	cursor: pointer;
	display: none;
}

input.df-search-text {
	flex-grow: 1;
	margin: 0;
	border-radius: 4px 0 0 4px;
	outline: 0;
	border: 0;
	height: 40px;
	padding: 0 45px 0 15px;
	width: 100%;
}

input.df-search-text:not(:placeholder-shown)~a.df-search-clear {
	display: block;
}

.df-ui-btn.df-search-btn {
	height: 40px;
	padding: 10px;
	background-color: #f7f7f7;
}

.df-search-info {
	padding: 5px 20px;
}

.df-searching .df-search-info {
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 176px;
}

.df-popup-thumb img.df-lazy {
	transform: scale(1.2);
	opacity: .5;
}

@media (prefers-reduced-motion:no-preference) {
	.df-popup-thumb img {
		transition: opacity 1.5s ease, transform 1.5s ease;
	}
}

.df-trigger {
	cursor: pointer;
}

.df-element[data-df-lightbox], .df-element[data-lightbox] {
	position: relative;
}

.rtl .df-popup-thumb .df-book-cover, .rtl .df-popup-thumb .df-book-page1, .rtl .df-popup-thumb .df-book-page2 {
	transform-origin: right;
}

.rtl .df-popup-thumb:hover .df-book-cover {
	transform: rotateY(18deg) rotateZ(0);
}

.rtl .df-popup-thumb:hover .df-book-page2 {
	transform: rotateY(14deg) rotateZ(0);
	box-shadow: -2px 0 4px rgba(0, 0, 0, .2);
}

.rtl .df-popup-thumb:hover .df-book-page1 {
	transform: rotateY(8deg) rotateZ(0);
	box-shadow: -2px 0 4px rgba(0, 0, 0, .2);
}

.rtl .df-popup-thumb:hover .df-book-wrapper {
	transform: rotateY(15deg) rotateZ(0);
	transform-origin: 70% !important;
	box-shadow: -2px 0 4px rgba(0, 0, 0, .2);
}

.rtl .df-popup-thumb .df-book-cover:after {
	transform: scaleX(-1);
}

.zoom-element {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.zoom-element>canvas {
	width: 100%;
	height: 100%;
}

.df-zoom-region-active .zoom-element {
	display: block;
}

.df-vertical .df-page:before {
	width: 100%;
	height: 10%;
	top: auto;
}

.df-vertical .df-page-front:before {
	top: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
}

.df-vertical .df-page-back:before {
	bottom: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
}

.df-flipbook-2d.df-vertical .df-viewer-wrapper {
	-moz-transition: .3s top;
	-o-transition: .3s top;
	-webkit-transition: .3s top;
	transition: .3s top;
}

.df-flipbook-2d.df-vertical .df-sheet.df-left-side {
	bottom: 50%;
	top: auto;
	left: 0;
}

.df-flipbook-2d.df-vertical .df-sheet.df-right-side {
	top: 50%;
	left: 0;
}

.df-flipbook-2d.df-vertical .df-hard-sheet.df-right-side .df-page-back {
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% bottom;
	transform-origin: 50% bottom;
	z-index: 3 !important;
}

.df-flipbook-2d.df-vertical .df-hard-sheet.df-right-side .df-page-front {
	-webkit-transform-origin: 50% top;
	-moz-transform-origin: 50% top;
	transform-origin: 50% top;
	z-index: 4;
}

.df-flipbook-2d.df-vertical .df-hard-sheet.df-left-side .df-page-back {
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% bottom;
	transform-origin: 50% bottom;
}

.df-flipbook-2d.df-vertical .df-hard-sheet.df-left-side .df-page-front {
	-webkit-transform-origin: 50% top;
	-moz-transform-origin: 50% top;
	transform-origin: 50% top;
}

.df-zoomview.df-vertical .df-page-front {
	top: 50%;
	left: 0;
}

.df-zoomview.df-vertical .df-page-back {
	bottom: 50%;
	top: auto;
	left: 0;
}

.df-posts [skip-parse] {
	display: none;
}

.df-posts {
	text-align: center;
	position: relative;
}

.df-load-more-button-wrapper {
	text-align: center;
	display: none;
	margin-top: 20px;
}

.df-posts [skip-parse]~.df-load-more-button-wrapper {
	display: block;
}

.df-load-more-button {
	padding: 10px 15px;
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
	background: #0085ba;
	color: #fff;
}

._df_book {
	min-height: 400px;
}
/* #endregion */

/* #region - ANIMATION ---------------------- */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	0100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		height: 100%;
	}
	
	99% {
		opacity: 0;
		height: 100%;
	}
	
	100% {
		opacity: 0;
		height: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
		height: 100%;
	}
	
	99% {
		opacity: 0;
		height: 100%;
	}
	
	100% {
		opacity: 0;
		height: 0;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
		height: 100%;
	}
	
	99% {
		opacity: 0;
		height: 100%;
	}
	
	100% {
		opacity: 0;
		height: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
		height: 100%;
	}
	
	99% {
		opacity: 0;
		height: 100%;
	}
	
	100% {
		opacity: 0;
		height: 0;
	}
}

@-ms-keyframes fadeOut {
	0% {
		opacity: 1;
		height: 100%;
	}
	
	99% {
		opacity: 0;
		height: 100%;
	}
	
	100% {
		opacity: 0;
		height: 0;
	}
}

@-moz-keyframes growDown {
	0% {
		transform: scaleY(0);
	}
	
	80% {
		transform: scaleY(1.1);
	}
	
	100% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes growDown {
	0% {
		transform: scaleY(0);
	}
	
	80% {
		transform: scaleY(1.1);
	}
	
	100% {
		transform: scaleY(1);
	}
}

@-o-keyframes growDown {
	0% {
		transform: scaleY(0);
	}
	
	80% {
		transform: scaleY(1.1);
	}
	
	100% {
		transform: scaleY(1);
	}
}

@keyframes growDown {
	0% {
		transform: scaleY(0);
	}
	
	80% {
		transform: scaleY(1.1);
	}
	
	100% {
		transform: scaleY(1);
	}
}

@-moz-keyframes rotateMenu {
	0% {
		transform: rotateX(-90deg);
	}
	
	70% {
		transform: rotateX(20deg);
	}
	
	100% {
		transform: rotateX(0deg);
	}
}

@-webkit-keyframes rotateMenu {
	0% {
		transform: rotateX(-90deg);
	}
	
	70% {
		transform: rotateX(20deg);
	}
	
	100% {
		transform: rotateX(0deg);
	}
}

@-o-keyframes rotateMenu {
	0% {
		transform: rotateX(-90deg);
	}
	
	70% {
		transform: rotateX(20deg);
	}
	
	100% {
		transform: rotateX(0deg);
	}
}

@keyframes rotateMenu {
	0% {
		transform: rotateX(-90deg);
	}
	
	70% {
		transform: rotateX(20deg);
	}
	
	100% {
		transform: rotateX(0deg);
	}
}

@-moz-keyframes downOut {
	0% {
		transform: translateZ(200px) transLateY(40px);
	}
	
	80% {
		transform: translateZ(-10px) transLateY(0px);
	}
	
	100% {
		transform: translateZ(0px) transLateY(0px);
	}
}

@-webkit-keyframes downOut {
	0% {
		transform: translateZ(200px) transLateY(40px);
	}
	
	80% {
		transform: translateZ(-10px) transLateY(0px);
	}
	
	100% {
		transform: translateZ(0px) transLateY(0px);
	}
}

@-o-keyframes downOut {
	0% {
		transform: translateZ(200px) transLateY(40px);
	}
	
	80% {
		transform: translateZ(-10px) transLateY(0px);
	}
	
	100% {
		transform: translateZ(0px) transLateY(0px);
	}
}

@keyframes downOut {
	0% {
		transform: translateZ(200px) transLateY(40px);
	}
	
	80% {
		transform: translateZ(-10px) transLateY(0px);
	}
	
	100% {
		transform: translateZ(0px) transLateY(0px);
	}
}

@-moz-keyframes growOut {
	0% {
		transform: scale(0);
	}
	
	80% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes growOut {
	0% {
		transform: scale(0);
	}
	
	80% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

@-o-keyframes growOut {
	0% {
		transform: scale(0);
	}
	
	80% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes growOut {
	0% {
		transform: scale(0);
	}
	
	80% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

@-moz-keyframes rotateY {
	0% {
		transform: rotateY(90deg);
	}
	
	80% {
		transform: rotateY(-10deg);
	}
	
	100% {
		transform: rotateY(0);
	}
}

@-webkit-keyframes rotateY {
	0% {
		transform: rotateY(90deg);
	}
	
	80% {
		transform: rotateY(-10deg);
	}
	
	100% {
		transform: rotateY(0);
	}
}

@-o-keyframes rotateY {
	0% {
		transform: rotateY(90deg);
	}
	
	80% {
		transform: rotateY(-10deg);
	}
	
	100% {
		transform: rotateY(0);
	}
}

@keyframes rotateY {
	0% {
		transform: rotateY(90deg);
	}
	
	80% {
		transform: rotateY(-10deg);
	}
	
	100% {
		transform: rotateY(0);
	}
}

@-moz-keyframes slideDown {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes slideDown {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-o-keyframes slideDown {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideDown {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-moz-keyframes rotateX {
	0% {
		opacity: 0;
		transform: rotateX(-90deg);
	}
	
	50% {
		transform: rotateX(-20deg);
	}
	
	100% {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

@-webkit-keyframes rotateX {
	0% {
		opacity: 0;
		transform: rotateX(-90deg);
	}
	
	50% {
		transform: rotateX(-20deg);
	}
	
	100% {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

@-o-keyframes rotateX {
	0% {
		opacity: 0;
		transform: rotateX(-90deg);
	}
	
	50% {
		transform: rotateX(-20deg);
	}
	
	100% {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

@keyframes rotateX {
	0% {
		opacity: 0;
		transform: rotateX(-90deg);
	}
	
	50% {
		transform: rotateX(-20deg);
	}
	
	100% {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

@-moz-keyframes rotateZ {
	0% {
		opacity: 0;
		transform: translateZ(290px);
	}
	
	80% {
		transform: translateZ(10px);
	}
	
	100% {
		opacity: 1;
		transform: translateZ(0);
	}
}

@-webkit-keyframes rotateZ {
	0% {
		opacity: 0;
		transform: translateZ(290px);
	}
	
	80% {
		transform: translateZ(10px);
	}
	
	100% {
		opacity: 1;
		transform: translateZ(0);
	}
}

@-o-keyframes rotateZ {
	0% {
		opacity: 0;
		transform: translateZ(290px);
	}
	
	80% {
		transform: translateZ(10px);
	}
	
	100% {
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes rotateZ {
	0% {
		opacity: 0;
		transform: translateZ(290px);
	}
	
	80% {
		transform: translateZ(10px);
	}
	
	100% {
		opacity: 1;
		transform: translateZ(0);
	}
}

@-moz-keyframes scaleZ {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	80% {
		transform: scale(1.07);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes scaleZ {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	80% {
		transform: scale(1.07);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-o-keyframes scaleZ {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	80% {
		transform: scale(1.07);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes scaleZ {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	80% {
		transform: scale(1.07);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-moz-keyframes translateX {
	0% {
		opacity: 0;
		transform: translateX(60px);
	}
	
	80% {
		transform: translateX(-5px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

@-webkit-keyframes translateX {
	0% {
		opacity: 0;
		transform: translateX(60px);
	}
	
	80% {
		transform: translateX(-5px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

@-o-keyframes translateX {
	0% {
		opacity: 0;
		transform: translateX(60px);
	}
	
	80% {
		transform: translateX(-5px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes translateX {
	0% {
		opacity: 0;
		transform: translateX(60px);
	}
	
	80% {
		transform: translateX(-5px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
/* #endregion */

/* -------------------------------------------
    Base MENU CSS 1.0
----------------------------------------------*/

/* #region - VERSION 0 --------------------------- */
.oc-menu-991 {
	display: none;
}

header.element {
	z-index: 20;
}

header.sticky-head #navbar-home {
	padding: 0;
}

header #navbar-home {
	padding: 0;
}

.header-menu {
	width: 100%;
}

.header-menu.menu-overlay {
	position: absolute;
	background-color: transparent;
}

.header-menu ul {
	margin: 0;
	list-style: none;
}

.main-menu ul.dropdown-menu .menu-item a {
	padding: 5px 10px;
}

ul.dropdown-menu {
	padding: 5px 0;
}

@media only screen and (max-width: 991px) {
	.oc-menu-991 {
		display: block;
	}
	
	.header-menu.menu-overlay {
		position: relative;
	}
	
	header #navbar-home {
		height: inherit !important;
	}
	
	header[data-sticky="sticky"].sticky-head #navbar-home {
		padding: 0;
	}
	
	header #navbar-home {
		padding: 10px 0;
	}
}

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

/* #endregion */

/* #region - FONT SIZE ---------- */
.navbar a.nav-link {
	font-size: var(--nav-fs);
}

.navbar a.dropdown-item {
	font-size: var(--nav-fs);
}

#menu-oc-right {
	font-size: var(--mob-fs);
}

#menu-oc-right .dropdown-menu, #menu-oc-right a.nav-link, #menu-oc-right a.dropdown-item {
	font-size: inherit;
}

/* #endregion */

/* #region - EXTENSIONS ---------- */
.mobile-menu .social-icons {
	text-align: center;
}

.mobile-menu .social-icons a.idflex-center {
	border: none;
	background-color: transparent;
	margin: 0 5px;
	padding: 5px;
}

/* #endregion */

/* #region - COLOR ---------- */
.navbar a.nav-link {
	color: var(--nav-a);
}

.navbar a.nav-link:hover {
	color: var(--nav-ahover);
}

.navbar a.dropdown-item {
	color: var(--nav-a);
	background-color: var(--nav-bg);
}

.navbar a.dropdown-item:hover {
	background-color: var(--nav-bghover);
	color: var(--nav-ahover);
}

a.menu-oc-right svg {
	fill: black;
}

#menu-oc-right {
	background-color: var(--bg2);
}

#navbar-float {
	background-color: var(--stickybg);
}

header[data-sticky="sticky"].sticky-head {
	background-color: var(--stickybg);
}

.m-toggler {
	background-color: rgba(0, 0, 0, .1);
}

.m-toggler svg {
	color: #777;
}

.m-toggler.active, .m-toggler:hover {
	background-color: #666;
}

.m-toggler:hover svg, .m-toggler.active svg {
	color: white;
}

.mobile-menu .nav-link {
	color: black;
}

.mobile-menu .menu-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile-menu .dmenu-1 {
	background-color: #f0f0f0;
}

.mobile-menu .dropdown-menu .dropdown-menu li:hover {
	background-color: aliceblue;
}

.mobile-menu .dropdown-menu .dropdown-menu li a {
	background-color: transparent;
}

.navbar[data-drop="animate"] .dropdown .dmenu-0.shown li, .navbar[data-drop="animate"] .dropdown:hover .dmenu-0 li {
	background-color: var(--nav-bg);
}

.navbar a:focus, .navbar .dropdown a:focus {
	background-color: transparent;
}

/* #endregion */

/* #region - MENU [MOBILE] ---------- */
.m-toggler {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	border-radius: 100%;
}

.m-toggler svg {
	transform: rotate(90deg);
	width: 12px;
	height: 12px;
}

.m-toggler.active {
	transform: rotate(180deg);
}

a.menu-oc-right svg {
	width: 29px;
	height: 30px;
}

#menu-oc-right {
	width: 100%;
	height: 100%;
	transition: .5s;
	position: fixed;
	top: 0px;
	overflow: scroll;
}

.mobile-menu .dropdown a::after, .mobile-menu .brand {
	display: none;
}

.mobile-menu .box {
	padding: 50px 30px 20px;
	position: relative;
}

.mobile-menu .dropdown-item {
	padding: 10px;
}

.mobile-menu .dropdown-lv2, .mobile-menu .dropdown-toggle {
	max-width: 80%;
}

.mobile-menu .menu-item:last-child {
	border: none;
}

.mobile-menu .dropdown-menu {
	margin: 10px 0 20px;
	position: relative;
	border-radius: 0;
	padding: 0;
	border: 0;
	transform: none !important;
}

.mobile-menu .dmenu-1 {
	margin: 0;
}

.mobile-menu .box .closer svg {
	width: 25px;
	height: 25px;
}

.mobile-menu .mob-contact div {
	padding: 5px 0;
}

.mobile-menu .mob-logo a.navbar-brand {
	margin-right: 0;
}

@media only screen and (max-width: 780px) {
	.mobile-menu .box {
		padding-top: 60px;
	}
	
	.mobile-menu .box .closer svg {
		width: 21px;
		height: 21px;
	}
}

@media only screen and (max-width: 480px) {
	.mobile-menu .box .closer svg {
		width: 15px;
		height: 15px;
	}
}

/* #endregion */

/* #region - MOBILE MENU [ANIMATION] ------------- */

/* data-animate : off-right */
#menu-oc-right[data-animate="off-right"] {
	z-index: 1100;
	left: unset;
	right: -100%;
}

#menu-oc-right.active[data-animate="off-right"] {
	right: 0px;
}

#menu-oc-right[data-animate="off-left"] {
	z-index: 1100;
	right: unset;
	left: -100%;
}

#menu-oc-right.active[data-animate="off-left"] {
	left: 0px;
}

/* data-animate : fade */
#menu-oc-right[data-animate="fade"] {
	left: 0;
	position: fixed;
	z-index: 1100;
	overflow: hidden;
	height: 0%;
}

#menu-oc-right.inactive[data-animate="fade"] {
	animation: fadeOut 1s;
	-webkit-animation: fadeOut 1s;
	-moz-animation: fadeOut 1s;
	-o-animation: fadeOut 1s;
	-ms-animation: fadeOut 1s;
	height: 0%;
	transition: height 0ms 0ms;
}

#menu-oc-right.active[data-animate="fade"] {
	height: 100%;
	transition: height 0ms 0ms;
	animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
}

/* #endregion */

/* #region - FLOAT MENU -------------------------- */
#navbar-float {
	padding: 5px 0;
	height: 0px;
	top: -90px;
	transition: .3s;
	overflow: hidden;
	position: fixed;
	z-index: 1030;
	width: 100%;
	left: 0;
}

#navbar-float.float-menu-show {
	height: auto;
	top: 0px;
	transition: .3s;
	overflow: inherit;
}

/* #endregion */

/* #region - NON-FLOAT STICKY MENU  -------------- */
header[data-sticky="sticky"].sticky-head {
	position: fixed;
	z-index: 1030;
	width: 100%;
	left: 0;
	top: 0;
	animation: fadeIn .5s;
	-webkit-animation: fadeIn .5s;
	-moz-animation: fadeIn .5s;
	-o-animation: fadeIn .5s;
	-ms-animation: fadeIn .5s;
}

header[data-sticky="sticky"].sticky-head .menu_wrap {
	padding: 5px 0;
}

header[data-sticky="sticky"].sticky-head #navbar-home {
	height: auto !important;
}

@media only screen and (max-width: 991px) {
	header[data-sticky="sticky"].sticky-head {
		top: 0;
	}
}

/* #endregion */

/* #region - MENU [DROP-DOWN] -------------------- */
.navbar .dropdown-menu .dropdown > a:after {
	/* arrow */
	display: inline-block;
	margin-left: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	border-right: 0;
}

.navbar .dropdown-menu .dropdown-menu {
	left: calc(100% - 5px);
	top: 0px;
}

.dropdown-menu .dropdown-menu a:after {
	display: none;
}

.dropdown-level-2 .dropdown-menu {
	display: block;
}

.navbar[data-drop="animate"] .dropdown-menu .dropdown-menu {
	left: calc(100%);
}

/* normal:hover */
.navbar[data-drop="animate"][data-trigger="hover"] .dropdown:hover>.dropdown-menu, .navbar[data-drop="default"][data-trigger="hover"] .dropdown:hover>.dropdown-menu {
	display: block;
}

.navbar .dropdown-menu .dropdown a.dropdown-item-1 {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* mormal click */
.navbar[data-trigger="hover"] .dmenu-0 .dropdown:hover > .dropdown-menu, .navbar[data-trigger="click"] .dmenu-0 .dropdown:hover > .dropdown-menu {
	display: block !important;
}

.navbar .dropdown:hover > .dropdown-menu {
	min-width: none;
	width: auto;
}

/* #endregion */

/* #region - MENU [DROP-DOWN ~ ANIMATED] --------- */
.navbar[data-drop="animate"] .dropdown-menu.shown {
	display: block;
}

.navbar[data-drop="animate"] .dropdown-item-0 .dropdown-menu li {
	display: none;
}

.navbar[data-drop="animate"][data-trigger="click"] .dropdown .dropdown-menu.shown li, .navbar[data-drop="animate"][data-trigger="hover"] .dropdown:hover .dropdown-menu li {
	display: block;
}

.navbar[data-drop="animate"] .dropdown {
	perspective: 1000px;
	z-index: 100;
}

.navbar[data-drop="animate"] .dropdown:hover {
	cursor: pointer;
}

.navbar[data-drop="animate"] .dropdown .dmenu-0.shown li, .navbar[data-drop="animate"] .dropdown:hover .dmenu-0 li {
	display: block;
	transform-origin: top center;
}

.navbar[data-drop="animate"] .dropdown .dmenu-0.shown li a, .navbar[data-drop="animate"] .dropdown:hover .dmenu-0 li a {
	position: relative;
	padding: 10px;
}

.navbar[data-drop="animate"][data-trigger="click"] .dropdown .dmenu-0.shown li, .navbar[data-drop="animate"][data-trigger="hover"] .dropdown:hover .dropdown-menu li {
	display: block;
}

.navbar[data-drop="animate"] .dropdown-menu {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
}

.navbar[data-drop="animate"] .dmenu-0 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	perspective: 1000px;
	z-index: -1;
}

.navbar[data-drop="animate"] .dmenu-0 > li {
	display: none;
	opacity: 0;
}

.navbar[data-drop="animate"] a.dropdown-item-1:hover > .dropdown-menu {
	display: block;
}

.navbar[data-drop="animate"][data-item="group"] .dropdown-menu {
	transform-origin: top center;
}

.navbar[data-drop="animate"][data-item="group"] .dmenu-0 > li {
	display: block;
	opacity: 1;
}

/* #endregion */

/* #region - MENU Position ----------------------- */
.header-menu[data-menu="left"] .menu-extension {
	margin-left: auto;
}

.header-menu[data-menu="right"] .menu-extension, .header-menu[data-menu="leftext"] .menu-extension {
	margin-left: 30px;
}

.header-menu[data-menu="right"] .main-menu {
	margin-left: auto;
}

.header-menu[data-menu="center"] .main-menu {
	margin: 0 auto;
}

.header-menu[data-menu="center"] .navbar-brand, .header-menu[data-menu="center"] .menu-extension {
	position: absolute;
}

.header-menu[data-menu="center"] .navbar-brand {
	left: 0;
}

.header-menu[data-menu="center"] .menu-extension {
	right: 0;
}

/* #endregion */

/* #region - MENU Width ----------------------- */
.header-menu[data-width="full-width"] .container-xl {
	max-width: 100%;
}

/* #endregion */

/* #region - Extension [SEARCH] ------------------- */
#searchform-mobile .btn img {
	width: 15px;
}

.top-search {
	position: relative;
}

.top-search .i-close {
	display: none;
}

.top-search .active .i-close {
	display: block;
}

.top-search .active .i-search {
	display: none;
}

.top-search a {
	color: #333;
	position: relative;
	top: -2px;
}

.navbar .show-search {
	background: #fff;
	border-top: 3px solid #999;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	position: absolute;
	z-index: 10000;
	top: 100%;
	right: 0;
	padding: 15px;
	display: none;
}

.ext-show-search input, .show-search input {
	font-size: 13px;
	font-weight: 300;
	display: block;
	width: 200px;
	padding: 10px 13px;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	background: #f4f4f4;
	box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
}

.ext-show-search input {
	width: 100%;
}

.ext-show-search form {
	position: relative;
}

.ext-show-search .btn {
	position: absolute;
	top: 1px;
	right: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-top: 7px;
}

.ext-margin {
	margin-top: 2rem;
}

/* #endregion */

/* #region - Extension [ICONS] -------------------- */
.top-search svg {
	width: 14px;
	height: 14px;
}

.fa-14 {
	width: 14px;
	height: 14px;
}

.fa-16 {
	width: 16px;
	height: 16px;
}
/* #endregion */

/* #region - ROOT ---------------------------- */
:root {
	/* global */
	--font-size: 16px;
	--color: #333;
	--font-1: "Montserrat";
	--a: #079;
	--ahover: #079;
	--nav-fs: 14px;
	--nav-a: #079;
	--nav-ahover: #079;
	--nav-bg: #f5f5f5;
	--nav-bghover: #e5e5e5;
	--mob-fs: 14px;
	--btn-overlay: rgba(255, 255, 255, .5);
	--bg-height: 380px;
	--logo: 150px;
	--logo2: 120px;
	--icon-width: 80px;
	--icon-height: 80px;
	--color1: #333;
	--color2: #00a3d9;
	--color3: #00a3d9;
	--bg1: #f5f5f5;
	--bg2: #eee;
	--stickybg: rgba(0, 0, 0, .1);
	--btn-border: rgba(150, 150, 150, 1);
}

body .element {
	font-size: var(--font-size);
	color: var(--color);
	font-family: var(--font-1);
}

/* #endregion */

/* #region - Element DATA ---------------------------- */
div[data-bt="0"] .btitle {
	display: none;
}

div[data-at="0"] .atitle {
	display: none;
}

div[data-tt="0"] .dtitle, div[data-tt="0"] .ititle {
	display: none;
}

div[data-tx="0"] .dtext, div[data-tx="0"] .itext {
	display: none;
}

div[data-btn="0"] .btn-loop, div[data-btns="hide"] .btn, div[data-sbtn="0"] .btn {
	display: none;
}

.row[data-align="center"] {
	align-items: center;
}

.row[data-rtl="1"] {
	flex-direction: row-reverse;
}

[data-img="multi"] [data-img="single"] {
	display: none;
}

[data-img="single"] [data-img="multi"] {
	display: none;
}

[data-width="stretch"] img {
	width: 100%;
	object-fit: cover;
}

[data-add="none"] .dlogo {
	display: none;
}

[data-justify="center"] {
	text-align: center;
}

[data-justify="left"] {
	text-align: left;
}

[data-justify="right"] {
	text-align: right;
}

/* #endregion */

/* #region - ELEMENTS ---------------------------- */
header.element, section.element {
	position: relative;
}

section.element p {
	font-size: inherit;
}

img, picture {
	max-width: 100%;
	height: auto;
}

.element sup {
	top: -1em;
	font-size: 45%;
}

.element .dnone {
	display: none;
}

/* #endregion */

/* #region - LOGO -------------------------------- */
.navbar-brand {
	margin-right: 0;
}

header a.navbar-brand {
	padding: 0;
	display: inline-flex;
	transition: width .1s linear;
}

#navbar-float a.navbar-brand {
	transition: width 0s;
}

header a.navbar-brand {
	width: var(--logo);
}

#navbar-float a.navbar-brand {
	width: var(--logo2);
}

header.sticky-head .navbar-brand {
	width: var(--logo2);
}

header a.sticky-logo {
	display: none;
}

header.sticky-head[data-logo="sticky"] a.sticky-logo {
	display: inline-flex;
}

header.sticky-head[data-logo="sticky"] a.main-logo {
	display: none;
}

/*
#navbar-float a.navbar-brand,
#navbar-float a.navbar-brand img {
    transition: none;
}
/* #endregion */

/* #region - CONTAINER --------------------------- */
.element .container-xl, .element .max-1200 {
	max-width: 1200px;
}

.element .container, .element .container-xl {
	position: relative;
	z-index: 5;
}

/* #endregion */

/* #region - BUTTONS x LINKS---------------------- */
.element a, .element a:hover, .element a:focus, .element a:active, .element a.active, .menu-item a, .menu-item a:hover, .menu-item a:focus, .menu-item a:active, .menu-item a.active {
	outline: 0;
	text-decoration: none;
}

.element a:hover {
	cursor: pointer;
	color: var(--ahover);
}

.element a, .menu-item a {
	color: var(--a);
	transition: .5s;
}

.btn, .btn-default, .btn-d {
	position: relative;
	overflow: hidden;
}

.btn.btn-d, .btn.btn-s {
	border: 1px solid var(--btn-border);
}

.btn span {
	z-index: 2;
	position: relative;
}

.btn::after {
	content: "";
	display: block;
	background-color: var(--btn-overlay);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 0;
	width: 0;
	transition: .2s;
}

.btn:hover::after, .btn:hover .overlay {
	width: 120%;
	height: 120%;
}

/* secondary */
.btn.btn-s span {
	color: var(--btn-border);
}

.btn.btn-s:hover span {
	color: var(--btn-border);
}

.btn.btn-s {
	background-color: transparent;
}

/* Button Icon Text */
.btn[data-icon="btn"] {
	padding-left: 45px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 25px;
	padding: 7px 12px 7px 42px;
}

.btn[data-icon="btn"] {
	border: 1px solid var(--btn-border);
}

.btn[data-icon="btn"]:hover {
	background-color: var(--btn-overlay);
}

/* Button Pre/Post Icon */
.btn[data-icon="post"] img, .btn[data-icon="pre"] img {
	max-width: 15px;
}

.btn[data-icon="post"] img {
	margin-left: 8px;
}

.btn[data-icon="pre"] img {
	margin-right: 8px;
}

.btn[data-icon="post"]::after, .btn[data-icon="pre"]::after {
	display: none;
}

.btn.w-icon {
	padding-left: 15px;
	padding-right: 15px;
}

.btn.w-icon span {
	position: relative;
	display: inline-block;
}

.btn.w-icon span::before {
	content: "";
	height: 1px;
	background-color: #ccc;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s;
}

.btn.w-icon:hover span::before {
	width: 30%;
}

/* plain icon */
.btn[data-icon="icon"] {
	padding: 0;
}

.btn[data-icon="icon"] span {
	display: none;
}

.btn.bicon::after {
	border-radius: 100%;
}

/* Link More */
.link-more .overlay {
	display: none;
}

.btn-loop {
	margin-top: 20px;
}

.btn-loop .btn {
	margin: 0 7px;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.btn-loop .btn:first-child {
	margin-left: 0;
}

.btn-loop .btn:last-child {
	margin-right: 0;
}

/* #endregion */

/* #region - POSITIONS AND Z-INDEX --------------- */
.on-dbtm {
	position: relative;
	z-index: 5;
}

.on-dtop {
	position: relative;
	z-index: 10;
}

.on-dtop-m {
	z-index: 20;
}

.abcenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* #endregion */

/* #region - ICONS + SVG ------------------------- */

/* .dinfo .dlogo img { max-height: 50px; margin-bottom: 20px; } */
.icon-bg, .icon-bg.dflex-center {
	display: inline-flex;
}

.icon-bg img, .icon-bg svg {
	width: 100%;
	height: 100%;
}

.icon-bg {
	display: inline-flex;
}

.svg-inline--fa, .svgicon {
	display: inline-block;
}

.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

.icon-s {
	width: 16px;
	height: auto;
}

.sc-contact, .sc-link {
	display: inline-flex;
	align-items: center;
}

.sc-contact p {
	margin-bottom: 0;
}

/* #endregion */

/* #region - CONTENT ----------------------------- */
ul.none {
	list-style: none;
}

.cover-fit-img {
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
}

.w-100 {
	width: 100%;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

/* #endregion */

/* #region - TEXT -------------------------------- */
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.dtitle, .ititle {
	line-height: 100%;
	margin-bottom: 0;
}

.dtext {
	margin-top: 20px;
}

.dtext ul li:last-child, .dtext ul:last-child, .dtext p:last-child, .itext p:last-child {
	margin-bottom: 0;
}

.novisual, span.novisual, label.novisual {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* #endregion */

/* #region - IMAGE + IFRAME------------------------------- */
.dthumb, .dimage {
	position: relative;
	min-height: 100px;
}

[data-img="multi"] {
	display: grid;
	grid-row-gap: 10px;
}

.hide-alt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
}

.element iframe {
	border: none;
	height: 100%;
	width: 100%;
}

/* #endregion */

/* #region - FLEX -------------------------------- */
.el-grid .row {
	row-gap: 30px;
}

.dnone {
	display: none;
}

.flexic, .dflex {
	display: flex;
}

.dflex-vdefault {
	align-items: center;
}

.vcenter, .dflex-vcenter {
	align-items: center;
}

.dflex-vtop {
	align-items: flex-start;
}

.dflex-vbottom {
	align-items: flex-end;
}

.dflex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.idflex-center {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.dflex-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dflex-column {
	display: flex;
	flex-direction: column;
}

/* #endregion */

/* #region - BACKGROUNDS : IMAGE + VIDEO  -------------- */
.fbg-img, .fbg-vid, .fbg-iframe {
	height: var(--bg-height);
}

.bg-img, .bg-vid, .bg-iframe {
	height: 100%;
}

.dimage {
	overflow: hidden;
}

.bg-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-img.con {
	background-size: contain;
}

.bg-img.auto {
	background-size: auto;
	background-color: #e5e5e5;
}

.vid {
	/*
    position: absolute;
    min-width: 100%; min-height: 100%;
    top: 50%; left: calc(50% - 2px);
    transform: translateX(-50%) translateY(-50%);
    */
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.overlay.vid {
	overflow: hidden;
}

.dvideo {
	position: relative;
	overflow: hidden;
}

.dvideo.inlined {
	display: inline-block;
	width: 100%;
}

.dvideo.overlay {
	position: absolute;
}

.overlay.top .vid {
	width: auto;
	height: auto;
	top: 0%;
	transform: translateX(-50%);
}

.overlay.bottom .vid {
	width: auto;
	height: auto;
	top: unset;
	bottom: 0%;
	transform: translateX(-50%);
}

.overlay.olemask {
	z-index: 2;
}

/* #endregion */

/* #region - BACKGROUNDS + OVERLAY  -------------- */
.bg-grey {
	background-color: #efefef;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.bg-overlay {}

.top-overlay {
	top: 0px;
	bottom: inherit;
}

.btm-overlay {
	top: inherit;
	bottom: 0px;
}

.btm-overlay {
	z-index: 2;
}

.bg-parallax {
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 90%;
	position: relative;
}

.btn-vid.yt {
	opacity: .6;
	position: absolute;
	z-index: 2;
	width: 90px;
	height: 63px;
	transition: .5s;
	background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJZb3VUdWJlX0ljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDI0IDcyMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAyNCA3MjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDFfeXRfcGxheXtvcGFjaXR5OjAuMTI7ZmlsbDojNDIwMDAwO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQoJLnN0Ml95dF9wbGF5e2ZpbGw6dXJsKCNTVkdJRF8xX3R5X3BsYXkpO30KPC9zdHlsZT4KPHBhdGggaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRkZGRkZGIiBkPSJNNDA3LDQ5M2wyNzYtMTQzTDQwNywyMDZWNDkzeiIvPgo8cGF0aCBpZD0iVGhlX1NoYXJwbmVzcyIgY2xhc3M9InN0MV95dF9wbGF5IiBkPSJNNDA3LDIwNmwyNDIsMTYxLjZsMzQtMTcuNkw0MDcsMjA2eiIvPgo8ZyBpZD0iTG96ZW5nZSI+Cgk8Zz4KCQkKCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfdHlfcGxheSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI1MTIuNSIgeTE9IjQ4LjMiIHgyPSI1MTIuNSIgeTI9Ijc2Ni44IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIDEgMCAtNDcpIj4KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0U1MkQyNyIvPgoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQkYxNzFEIi8+CgkJPC9saW5lYXJHcmFkaWVudD4KCQk8cGF0aCBjbGFzcz0ic3QyX3l0X3BsYXkiIGQ9Ik0xMDEzLDE1Ni4zYzAsMC0xMC03MC40LTQwLjYtMTAxLjRDOTMzLjYsMTQuMiw4OTAsMTQsODcwLjEsMTEuNkM3MjcuMSwxLjMsNTEyLjcsMS4zLDUxMi43LDEuM2gtMC40CgkJCWMwLDAtMjE0LjQsMC0zNTcuNCwxMC4zQzEzNSwxNCw5MS40LDE0LjIsNTIuNiw1NC45QzIyLDg1LjksMTIsMTU2LjMsMTIsMTU2LjNTMS44LDIzOC45LDEuOCwzMjEuNnY3Ny41CgkJCUMxLjgsNDgxLjgsMTIsNTY0LjQsMTIsNTY0LjRzMTAsNzAuNCw0MC42LDEwMS40YzM4LjksNDAuNyw4OS45LDM5LjQsMTEyLjYsNDMuN2M4MS43LDcuOCwzNDcuMywxMC4zLDM0Ny4zLDEwLjMKCQkJczIxNC42LTAuMywzNTcuNi0xMC43YzIwLTIuNCw2My41LTIuNiwxMDIuMy00My4zYzMwLjYtMzEsNDAuNi0xMDEuNCw0MC42LTEwMS40czEwLjItODIuNywxMC4yLTE2NS4zdi03Ny41CgkJCUMxMDIzLjIsMjM4LjksMTAxMywxNTYuMywxMDEzLDE1Ni4zeiBNNDA3LDQ5M1YyMDZsMjc2LDE0NEw0MDcsNDkzeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}

.remove_scroll {
	overflow-y: hidden;
}

/* #endregion */

/* #region - HERO VID ---------------------------- */
.bg-iframe {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.bg-iframe.overlay {
	position: absolute;
}

/* #endregion */

/* #region - YOUTUBE ---------------------------- */

/* background overlay */
.bg-yt.overlay {
	overflow: hidden;
}

.bg-yt.overlay iframe {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translateY(-50%) translateX(-50%) scale(1.4);
}

/* #endregion */

/* #region - FOOTER ------------------------------ */
footer .copyright {
	border-top: 1px solid rgba(150, 150, 150, .2);
	font-size: 80%;
	padding: 30px 0;
}

footer .foot {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* #endregion */

/* #region - WP [Error] -------------------------- */
body.plugin-error main {
	display: none;
}

.plugin-error {
	padding-top: 100px;
	align-items: center;
}

.plugin-error .mx-auto {
	max-width: 500px;
}

.plugin-info {
	max-width: 700px;
}

.plugin-error footer {
	display: none;
}

.plugin-error .xdebug-error {
	display: none;
}

.plugin-error .hide-me {
	display: block !important;
}

/* #endregion */

/* #region - RESPONSIVE -------------------------- */
.desktop-view, .desktop-view-md, .desktop-view-lg {
	display: block;
}

tr.desktop-view-md {
	display: table-row;
}

th.desktop-view-md, td.desktop-view-md {
	display: table-cell;
}

.mobile-view, .mobile-view-md, .mobile-view-lg {
	display: none;
}

@media only screen and (max-width: 768px) {
	section.no-br br {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.desktop-view-lg {
		display: none;
	}
	
	.mobile-view-lg {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.desktop-view-md {
		display: none;
	}
	
	.mobile-view-md {
		display: block;
	}
	
	tr.mobile-view-md {
		display: table-row;
	}
	
	th.desktop-view-md, td.desktop-view-md {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.desktop-view {
		display: none;
	}
	
	.mobile-view {
		display: block;
	}
	
	.navbar-brand {
		margin-right: 0px;
	}
}

/* #endregion */

/* #region - THEME -------------------------- */
.dark-theme .dtitle {
	color: white;
}

.dark-theme .dtext {
	color: white;
}

/* #endregion */

/* #region - ANIMATIONS -------------------------- */
.ani-hide {
	visibility: hidden;
}

.ani-appear {
	visibility: visible !important;
}

/* #endregion */

/* #region - GOOGLE IFRAME MAP ------------------- */
.bg-iframe.map {
	overflow: hidden;
}

.bg-iframe.map iframe {
	filter: grayscale(90%);
}

/* #endregion */

/* #region - JS [OWL Slider] ------------------- */
.slider-bg {
	position: relative;
}

.owlprev, .owlnext {
	background-color: transparent;
	border: none;
	padding: 0;
	position: absolute;
	top: 10px;
}

.owlprev {
	left: -30px;
}

.owlnext {
	right: -30px;
	transform: rotate(180deg);
}

.owl-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.owl-dot {
	height: 10px;
	width: 10px;
	display: inline-block;
	border-radius: 100%;
}

/* #endregion */

/* #region - JS [Light Slider] ------------------- */
.lsarrows {
	/* from lightslider */
	width: 10px;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 17px);
}

.lsarrows.prev {
	transform: rotate(180deg);
	left: -10px;
}

.lsarrows.next {
	right: -10px;
}

/* #endregion */
.element input:focus-visible {
	border: 1px solid rgba(0, 0, 0, .5);
	outline: none;
}

/* #region - W3S [Custom Select] ----------------- */
.w3cs {
	/* custom select */
	position: relative;
	font-weight: 300;
	font-size: 17px;
	border: 1px solid #e5e5e5;
	background-image: url("data:image/svg+xml,%3Csvg width=\'13\' height=\'7\' viewBox=\'0 0 13 7\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.14822 0.368592C1.31467 0.183438 1.52948 0.198595 1.79264 0.414063L6.67543 4.55649L11.5778 0.437223C11.8419 0.223004 12.0568 0.208864 12.2224 0.394804L12.8506 1.09942C13.0259 1.30491 12.9864 1.51478 12.7319 1.72902L7.00756 6.57877C6.78251 6.76378 6.5579 6.76325 6.33373 6.57717L0.632367 1.70038C0.37897 1.48494 0.340405 1.27489 0.516671 1.07022L1.14822 0.368592Z\' fill=\'%233F3A34\' fill-opacity=\'0.5\'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 9px 16px 8px;
	border-radius: 4px;
	background-color: white;
}

.w3cs.nitro-lazy {
	background-image: none !important;
}

.w3cs select {
	display: none;
}

.w3cs .select-items div, .w3cs .select-selected {
	cursor: pointer;
}

.w3cs .select-items div {
	padding: 8px 16px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	background-color: white;
}

.w3cs .select-items div:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.w3cs .select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
}

.w3cs .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

.w3cs .select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

.w3cs .select-hide {
	display: none;
}

.w3cs .select-items div:hover, .w3cs .same-as-selected {
	background-color: var(--color1);
	color: white;
}

.w3cs .same-as-selected {
	background-color: var(--color1) !important;
}

/* #endregion */

/* #region - JS [Scroll Up] ---------------------- */
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: left;
	margin: 0 0px 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.scroll-up a {
	background-color: rgba(100, 100, 100, .5);
	color: #fff;
}

.scroll-up a {
	width: 38px;
	height: 38px;
	border-radius: 2px;
	opacity: .7;
}

.scroll-up a svg {
	height: 25px;
	width: 25px;
}

.scroll-up {
	display: none;
}

.scroll-up {
	position: fixed;
	z-index: 999;
	bottom: 1.8em;
	right: 1.8em;
}

/* #endregion */
@media only screen and (max-width : 768px) {
	body .fancybox-close-small {
		right: 0;
	}
}

/* #region - PREVENT CHROME FROM DOWN RENDER 04.20 ---------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
	.bg-img, img {
		image-rendering: -webkit-optimize-contrast !important;
	}
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		.bg-img, img {
			image-rendering: unset !important;
		}
	}
}

/*!
Theme Name: Your Company
Theme URI: http://xxx.com/
Author: Thomas Digital
Author URI: https://www.thomasdigital.com
Description: ACF + Bootstrap 4.6
Version: 2.6.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Thomas Digital
Tags: wordpress, bootstrap, acf
Developer : Billy
*/

/*
*/

/*
.mh { min-height: 2000px; }
body:not(.wp-admin) {
    background: url(images/uploads/bg-7.png) center top no-repeat;
}
/* */

/* #region - ROOT ----------------------------- */
:root {
	--font-size: 15px;
	--color: #83786f;
	--font-1: "Montserrat";
	--a: #0092d4;
	--ahover: #0092d4;
	--nav-fs: 14px;
	--nav-a: #54565b;
	--nav-ahover: #7fbc42;
	--nav-bg: #f0f0f0;
	--nav-bghover: rgba(205, 205, 205, .3);
	--mob-fs: 14px;
	--logo: 200px;
	--logo2: 120px;
	--btn-border: #424b5a;
	--btn-overlay: rgba(255, 255, 255, .5);
	--bg-height: 380px;
	--color1: #3b3c40;
	--color2: #7fbc42;
	--color3: #205a41;
	--color4: #b5f675;
	--color5: #00acc8;
	--color6: #0092d4;
	--color7: #d9d8d6;
}

/* #endregion */

/* #region - GENERAL --------------------------- */
body:not(.wp-admin) {
	letter-spacing: .025em;
}

.bg-grey {
	background-color: #f4f4f4;
}

.bg-white {
	background-color: white;
}

.btitle {
	color: var(--color5);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: .2em;
	margin-bottom: 9px;
}

.btn.w-icon {
	padding: 0;
	overflow: visible;
}

.btn.w-icon span {
	color: var(--color2);
	font-weight: 500;
	font-size: 15px;
}

.btn.w-icon span::before {
	display: none;
}

.btn.w-icon::before {
	content: "";
	height: 1px;
	background-color: var(--color2);
	position: absolute;
	width: 0%;
	bottom: -1px;
	transition: .3s;
}

.btn.w-icon:hover::before {
	width: 100%;
}

.btn.btn-d {
	border: 1px solid white;
	padding: 12px 24px;
	border-radius: 5px;
	background-color: var(--color6);
}

.btn.btn-d::after {
	background-color: white;
}

.btn.btn-d span {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	letter-spacing: -.01em;
}

.btn.btn-d:hover span {
	color: var(--color6);
}

.btn.btn-d:hover {
	border: 1px solid var(--color6);
}

.title-40 {
	font-size: 40px;
	color: var(--color1);
	font-weight: 500;
	line-height: 125%;
	letter-spacing: -.02em;
}

.title-30 {
	font-size: 30px;
	color: var(--color1);
	font-weight: 400;
	line-height: 122%;
	letter-spacing: -.01em;
}

.title-70 {
	font-weight: 400;
	font-size: 70px;
	line-height: 114%;
	letter-spacing: -.01em;
}

.element .owlprev {
	left: 0;
}

.element  .owlnext {
	right: 0;
}

.element .owlprev, .element .owlnext {
	z-index: 8;
	top: 50%;
}

.element .owlprev:hover, .element .owlnext:hover {
	opacity: .5;
}

.element .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.element .owl-bg {
	position: relative;
}

.element .owl-dots .owl-dot {
	border: 1px solid var(--color2);
	width: 10px;
	height: 10px;
	background-color: var(--color4);
}

.element .owl-dots .owl-dot.active {
	background-color: var(--color2);
}

.element .hex {
	background-size: 400px;
}

.element .hex-1 {
	background-position: top right;
}

.element .hex-2 {
	background-position: bottom left;
}

.hex-bg {
	position: relative;
	background-color: #f4f4f4;
}

.hex-bg .hexa-1 {
	transform: rotate(180deg);
	width: 400px;
	height: 600px;
	top: 0;
	right: 0;
	left: unset;
}

.hex-bg .hexa-2 {
	width: 400px;
	height: 600px;
	bottom: 0;
	left: 0;
	top: unset;
}

/* #endregion */

/* #region - MENU ------------------------------ */
header {
	background-color: white;
	border-top: 5px solid var(--color3);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .05);
}

.main-menu .menu-item .nav-link {
	padding: 8px 0;
}

#menu-menu-1 {
	gap: 25px;
}

#menu-menu-2 {
	gap: 25px;
}

#menu-menu-2 li:last-child .nav-link {
	color: var(--color2);
}

header .menu-item {
	position: relative;
}

header .menu-item::before {
	content: "";
	position: absolute;
	border-top: 4px solid #68813c;
	width: 0;
	left: 0;
	bottom: -21px;
}

header .menu-item.active::before {
	width: 100%;
}

.main-menu ul.dropdown-menu .menu-item a:hover {
	background-color: var(--color2);
	color: white;
}

.main-menu ul.dropdown-menu .menu-item::before {
	display: none;
}

.navbar[data-drop="animate"] .dmenu-0 {
	z-index: 3;
}

header #navbar-home {
	padding: 18px 0;
}

header[data-sticky="sticky"].sticky-head {
	background-color: white;
}

header[data-sticky="sticky"].sticky-head .menu-item::before {
	display: none;
}

header[data-sticky="sticky"].sticky-head .menu-item.active a {
	color: var(--color2);
}

header[data-sticky="sticky"].sticky-head .menu-item.active .dropdown-menu a {
	color: var(--color1);
}

header[data-sticky="sticky"].sticky-head .menu-item.active .dropdown-menu a:hover {
	color: white;
}

header .menu-item.dropdown.nav-item:hover {
	z-index: 101;
}

/* #endregion */

/* #region - MENU - SEARCH ---------------------- */
.searchbox {
	position: relative;
	max-width: 152px;
	margin: 0 34px 0 0px;
}

.searchbox input[type="text"] {
	font-size: 14px;
	width: 100%;
	height: 36px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	padding: 4px 10px;
	background-color: #f0f0f0;
}

.searchbox ::placeholder {
	font-size: 14px;
	color: #777;
}

.searchbox button {
	border: none;
	background-color: #f0f0f0;
	position: absolute;
	right: 3px;
	top: 1px;
	padding: 0;
	height: 30px;
	width: 30px;
}

/* #endregion */

/* #region - MEENU - EXTENSION ------------------ */
.menu-extension {
	display: flex;
	align-items: center;
}

/* #endregion */

/* #region - 01 HERO ---------------------------- */
.el-flex.hero .wrap {
	height: 710px;
	padding-bottom: 68px;
	position: relative;
}

.el-flex.hero .overlay.color {
	background-color: rgba(0, 0, 0, .1);
}

.el-flex.hero .dtitle {
	font-weight: 400;
}

.el-flex.hero .dtitle em {
	font-style: normal !important;
	color: var(--color2);
}

.el-flex.hero .dlocs {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 71px;
	max-width: 1170px;
	display: flex;
	justify-content: space-between;
	z-index: 2;
	width: 100%;
	align-items: center;
}

.el-flex.hero .dlocs .dtitle {
	font-size: 21px;
	letter-spacing: .1em;
	color: #d9d8d6;
}

.el-flex.hero .dlocs img:last-child {
	display: none;
}

.el-flex.hero .hh {
	background-color: transparent;
	border: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 2;
	transition: .3s;
}

.el-flex.hero .hh:hover {
	opacity: .5;
}

/* #endregion */

/* #region - 01 TITLE --------------------------- */
.el-title .wrap {
	padding: 64px 0 20px;
}

.el-title .flexic {
	justify-content: space-between;
}

.el-title.v1 .dtext {
	font-weight: 400;
	font-size: 17px;
	line-height: 206%;
	letter-spacing: -.009em;
}

.el-title.v1 .dtext a {
	color: var(--color2);
}

/* #endregion */

/* #region - 01 CARDS --------------------------- */
.el-grid.imgs .wrap {
	padding: 20px 0 73px;
}

.color-0 {
	background: linear-gradient(89.96deg, #205a41 50.03%, rgba(32, 90, 65, 0) 82.38%);
}

.color-1 {
	background: linear-gradient(89.96deg, #008996 50.04%, rgba(0, 137, 150, 0) 81.42%);
}

.color-2 {
	background: linear-gradient(89.96deg, #003b4a 50.04%, rgba(0, 59, 74, 0) 81.33%);
}

.color-3 {
	background: linear-gradient(89.96deg, #68813c 50.04%, rgba(104, 129, 60, 0) 81.42%);
}

.color-4 {
	background: linear-gradient(90deg, #00acc8 50%, rgba(0, 172, 200, 0) 91.24%);
}

.color-5 {
	background: linear-gradient(90deg, #699f6b 50%, rgba(0, 172, 200, 0) 91.24%);
}

.el-grid.imgs .row {
	row-gap: 32px;
}

.el-grid.imgs .ibox {
	position: relative;
	display: block;
	padding: 18px 0 0 0;
	color: white;
}

.el-grid.imgs .dinfo {
	max-width: 310px;
	padding: 20px;
	height: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.el-grid.imgs .dinfo .ibtn {
	position: absolute;
	bottom: -30px;
	transition: .3s;
}

.el-grid.imgs .ibox:hover .ibtn {
	bottom: 17px;
}

.el-grid.imgs .full .dinfo {
	max-width: 710px;
}

.el-grid.imgs .ititle {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -.01em;
	margin-bottom: 14px;
	line-height: 122%;
}

.el-grid.imgs .itext {
	font-weight: 500;
	font-size: 15px;
	line-height: 170%;
	letter-spacing: -.01em;
}

.el-grid.imgs .ibox .dthumb {
	position: absolute;
	right: 0;
	top: 1px;
	width: 260px;
	height: 268px;
	background-color: white;
	overflow: hidden;
}

.el-grid.imgs .ibox .mask {
	-webkit-mask-image: url("https://www.genesisaec.com/nitropack_static/MUSvqvHQiuGIImPncYNfJJNsOupdXbuG/assets/images/optimized/rev-33f7f2b/www.genesisaec.com/wp-content/themes/Genesis/images/mask.svg");
	mask-image: url("https://www.genesisaec.com/nitropack_static/MUSvqvHQiuGIImPncYNfJJNsOupdXbuG/assets/images/optimized/rev-33f7f2b/www.genesisaec.com/wp-content/themes/Genesis/images/mask.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.el-grid.imgs .ibox .mask.nitro-lazy {
	mask-image: none !important;
}

.el-grid.imgs .ibox .dthumb .bg-img {
	transition: .2s;
}

.el-grid.imgs .ibox:hover .dthumb .bg-img {
	/* transform: translateY(5px);*/
	transform: scale(1.07);
}

.el-grid.imgs .btn.w-icon span {
	color: var(--color4);
}

/* #endregion */

/* #region - 01 COLUMN MEDIA -------------------- */
.el-column.is-media .wrap {
	padding: 65px 0 63px;
}

.el-column.is-media .dimage {
	margin-right: 10px;
	display: block;
}

.el-column.is-media .dimage .overlay.color {
	background: rgba(0, 0, 0, .6);
	transition: .3s;
}

.el-column.is-media .dimage .overlay.ptn {
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.el-column.is-media .dimage .overlay.ptn img {
	transition: .3s;
}

.el-column.is-media .bg-logo {
	width: 432px;
	height: 500px;
	left: unset;
	top: 0;
	right: 5%;
}

.el-column.is-media .dinfo {
	padding: 7px 0 0 10px;
}

.el-column.is-media .btitle {
	margin-bottom: 22px;
}

.el-column.is-media .dtitle {
	margin-bottom: 30px;
}

.el-column.is-media .dtext {
	line-height: 200%;
	letter-spacing: .01em;
}

.el-column.is-media .dimage:hover .overlay.color {
	background: rgba(0, 0, 0, .3);
}

.el-column.is-media .dimage:hover .overlay.ptn img {
	transform: scale(1.05);
}

.el-column.is-media .btn-loop {
	margin-top: 32px;
}

/* #endregion */

/* #region - 01 COUNTERS ------------------------ */
.el-counters .wrap {
	padding: 72px 0 77px;
}

.el-counters .btitle {
	color: var(--color2);
}

.el-counters .dtop {
	border-bottom: 1px solid rgba(196, 196, 196, .3);
	padding-bottom: 27px;
	margin-bottom: 29px;
}

.el-counters .overlay.color {
	background: #003b4a;
	opacity: .8;
}

.el-counters .itext, .el-counters .ititle {
	color: white;
}

.el-counters .itext {
	font-weight: 500;
	font-size: 25px;
	line-height: 140%;
	margin-top: 10px;
}

/* #endregion */

/* #region - 01 OWL FEATURED PROJECTS - --------- */
.el-owl.is-feat {
	z-index: 2;
}

.el-owl.is-feat .wrap {
	padding: 39px 0 73px;
}

.el-owl.is-feat .proj {
	width: 370px;
	display: block;
}

.el-owl.is-feat .dthumb {
	width: 100%;
	padding-bottom: calc(96% + 2px);
	margin-bottom: 23px;
	overflow: hidden;
}

.el-owl.is-feat .dthumb .bg-img {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .3s;
}

.el-owl.is-feat .proj:hover .bg-img {
	transform: scale(1.1);
}

.proj .dtitle {
	font-weight: 500;
	font-size: 25px;
	color: var(--color1);
	letter-spacing: -.01em;
	margin-bottom: 7px;
	transition: .3s;
}

.proj:hover .dtitle {
	color: var(--color2);
}

.proj .dtext {
	font-weight: 500;
	font-size: 15px;
	color: #54565b;
	opacity: .7;
	letter-spacing: -.01em;
	margin-top: 0;
	line-height: 180%;
}

.proj .flexic {
	justify-content: space-between;
	align-items: flex-end;
}

.proj .btn-loop {
	flex: 0 0 120px;
	text-align: right;
	margin-top: 0;
	padding-bottom: 3px;
}

.el-owl.is-feat .btn.w-icon {
	display: inline-flex;
}

.el-owl.is-feat .btn.w-icon img {
	width: 9px;
}

.el-owl.is-feat .owlprev, .el-owl.is-feat .owlnext {
	top: calc(50% - 110px);
}

/* #endregion */

/* #region - 01 OWL TESTIMONIAL ----------------- */
.el-owl.quotes .wrap {
	padding: 75px 0;
}

.el-owl.quotes .dtop {
	justify-content: center;
	margin-bottom: 47px;
}

.el-owl.quotes .quote {
	text-align: center;
}

.el-owl.quotes div {
	position: relative;
}

.el-owl.quotes div .floater {
	position: absolute;
	top: 0;
	left: -113px;
}

.el-owl.quotes .dtext {
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	line-height: 180%;
	margin: 0 auto 45px;
	letter-spacing: 0;
}

.el-owl.quotes h5 {
	font-weight: 400;
	font-size: 17px;
	color: var(--color6);
	letter-spacing: 0;
}

.el-owl.quotes .owlprev, .el-owl.quotes .owlnext {
	top: calc(50% - 48px);
}

/* #endregion */

/* #region - 01 OWL AWARDS ---------------------- */
.el-awards .wrap {
	padding: 52px 0 67px;
}

.el-awards .btitle {
	color: var(--color2);
}

.el-awards .overlay.color {
	background: #008996;
	opacity: .8;
}

.el-awards .dtop {
	border-bottom: 1px solid rgba(196, 196, 196, .3);
	padding-bottom: 27px;
	margin-bottom: 42px;
}

.el-awards .ibox {
	position: relative;
	background-color: rgba(0, 0, 0, .1);
	background-color: var(--color2);
	overflow: hidden;
	border-radius: 5px;
	width: 210px;
	display: block;
	max-height: 120%;
}

.el-awards .ibox img {
	border: 5px solid rgba(255, 255, 255, .2);
	transition: .3s;
}

.el-awards .ibox:hover img {
	border: 5px solid rgba(255, 255, 255, .6);
}

/* #endregion */

/* #region - 01 FEATURED CLIENTS ---------------- */
.el-logos .wrap {
	padding: 49px 0 58px;
}

.el-logos .btitle {
	color: var(--color2);
}

.el-logos .overlay.color {
	background: #008996;
	opacity: .8;
}

.el-logos .dtop {
	border-bottom: 1px solid rgba(196, 196, 196, .3);
	padding-bottom: 29px;
	margin-bottom: 24px;
}

.el-logos .ibox {
	display: flex;
	align-items: center;
	height: 101px;
	padding: 0 10px;
}

.el-logos .ibox img {
	max-height: 101px;
	width: auto;
}

.-preview .el-logos .owl-carousel {
	gap: 0px;
}

.-preview .el-logos .ibox {
	flex: 0 0 16.66%;
	max-width: 16.66%;
	padding: 0 20px;
}

/* #endregion */

/* #region - 01 COLUMN CTA ---------------------- */
.el-cta .flexic {
	width: 100%;
}

.el-cta .col-fx {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
}

.el-cta .col-fx .dinfo {
	max-width: 475px;
	width: 100%;
	padding: 52px 0 55px;
	display: block;
	position: relative;
	z-index: 2;
}

.el-cta .fx1 .dinfo {
	margin-left: auto;
	margin-right: 108px;
}

.el-cta .fx1 .overlay.color {
	background: #003b4a;
	opacity: .6;
}

.el-cta .fx2 .dinfo {
	margin-right: auto;
	margin-left: 108px;
}

.el-cta .fx2 .overlay.color {
	background: #1d1d1d;
	opacity: .6;
}

.el-cta .flexic .btitle {
	color: var(--color2);
	margin-bottom: 25px;
}

.el-cta .flexic .dtitle {
	color: white;
	font-weight: 400;
	font-size: 30px;
	line-height: 120%;
	letter-spacing: -.01em;
	margin-bottom: 37px;
}

/* #endregion */

/* #region - 01 FOOTER WRAP-1 ---------------------- */
footer.element {
	border-top: 5px solid #68813c;
	color: #d9d8d6;
	position: relative;
}

footer.element .overlay.color {
	background: #1c1c1c;
	opacity: .85;
}

footer.element .wrap-1 {
	padding: 59px 0 45px;
}

footer .navbar-brand {
	filter: brightness(0) invert(1);
	padding: 0;
	width: 256px;
	margin-bottom: 35px;
}

footer .navbar-brand img {
	width: 100%;
}

footer .sc-contact {
	font-weight: 400;
	font-size: 17px;
	line-height: 35px;
	color: white;
	letter-spacing: -.01em;
}

footer .sc-contact .sc-link {
	color: white;
}

footer .sc-contact .sc-link:hover {
	color: var(--color2);
}

footer .sc-contact em {
	color: var(--color2);
	font-style: normal;
}

.social-icons {
	margin-top: 26px;
}

.social-icons a {
	margin-right: 19px;
}

.social-icons a img {
	max-width: 24px;
	max-height: 23px;
	transition: .2s;
}

.social-icons a:hover img {
	transform: translateY(-10px);
}

footer .ftitle {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: #d9d8d6;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(217, 216, 214, .2);
	letter-spacing: -.01em;
	padding-bottom: 14px;
}

footer .wex {
	padding: 3px 0 0 30px;
}

footer .links {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

footer .links li {
	position: relative;
	margin-bottom: 9.5px;
	padding-left: 20px;
	letter-spacing: -.01em;
}

footer .no-links {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .no-links li {
	letter-spacing: -.01em;
	margin-bottom: 15px;
}

footer .no-links li:first-child {
	display: none;
}

footer .no-links li b, footer .no-links li strong {
	color: var(--color2);
}

footer .links li::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #789c4a;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}

footer .links li a {
	color: #d9d8d6;
	font-size: 17px;
}

footer .links li a:hover {
	color: var(--color2);
}

footer .gravity-theme {
	padding: 3px 0 0 0;
}

footer .gform_wrapper.gravity-theme .gfield input[type="text"], footer .gform_wrapper.gravity-theme .gfield input[type="email"] {
	background-color: transparent;
	background-color: rgba(217, 216, 214, .2);
	border: none;
	border: 1px solid transparent;
	height: 40px;
	padding: 0 14px;
	border-radius: 5px;
	font-size: 17px;
	color: white;
}

footer .gform_wrapper.gravity-theme .gform_fields {
	row-gap: 20px;
}

footer .gform_wrapper.gravity-theme .gform_footer, footer .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 0;
	margin-top: 28px;
}

footer .gform_wrapper.gravity-theme .btn.btn-d {
	background-color: transparent;
}

footer .gform_wrapper.gravity-theme .btn.btn-d:hover span {
	color: #3b3c40;
}

footer .gform_wrapper .gfield_validation_message, footer .gform_wrapper .validation_message, footer .gform_wrapper .gform_validation_errors {
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 13px !important;
	box-shadow: none;
}

footer .gform_wrapper .gform_validation_errors > h2 .gform-icon {
	display: none;
}

footer .gfield_error .ginput_container input {
	border: 1px solid red !important;
}

/* or 206% */

/* #endregion */

/* #region - 01 FOOTER WRAP-2 ---------------------- */
footer .wrap-2 {
	position: relative;
}

footer .wrap-2 .container-xl {
	padding-top: 27px;
	padding-bottom: 27px;
}

footer .wrap hr {
	margin: 0 auto;
	border-top: 1px solid rgba(217, 216, 214, .2);
	max-width: 1170px;
	width: 100%;
	position: relative;
	z-index: 2;
}

footer .ibox img {
	max-height: 85px;
	width: auto !important;
}

footer.element .owlprev, footer.element .owlnext {
	top: 32px;
}

/* #endregion */

/* #region - 01 FOOTER WRAP-3 ---------------------- */
footer .copyright {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	font-size: 15px;
	padding: 25px 0;
	letter-spacing: -.015em;
}

footer .copyright a {
	color: #d9d8d6;
}

/* #endregion */

/* #region - 02 HERO PAGE ---------------------- */
.el-hero.is-page {
	text-align: center;
}

.el-hero.is-page .wrap {
	min-height: 325px;
	color: white;
}

.el-hero.v2 .wrap {
	min-height: 360px;
}

.el-hero.is-page em {
	font-style: normal;
	color: var(--color2);
}

.el-hero.is-page .dtitle {
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}

.el-hero.is-page .overlay.color {
	background: rgba(0, 0, 0, .5);
}

/* #endregion */

/* #region - 02 TITLE ---------------------- */
.el-title.v2 {}

.el-title.v2 .wrap {
	padding: 82px 0 72px;
}

.el-title.v2 .row {
	align-items: center;
}

.el-title .dtext {
	font-weight: 500;
	font-size: 15px;
	line-height: 200%;
}

.el-title.v2 .btitle {
	margin-bottom: 20px;
}

.el-title.v2 .dtext {
	margin-top: -10px;
	padding-left: 28px;
	letter-spacing: -.01em;
	padding-top: 40px;
}

.el-title.v2 .dtitle {
	margin-right: 22px;
	padding-right: 50px;
}

.el-title.v2 .dtitle.wtext {
	border-right: 2px solid #d9d9d9;
}

/* #endregion */

/* #region - 02 ICON FLEX ---------------------- */
.el-flex.is-icons .wrap {
	padding: 72px 0 77px;
}

.el-flex.is-icons .btitle {
	color: var(--color2);
}

.el-flex.is-icons .dtop {
	border-bottom: 1px solid rgba(196, 196, 196, .3);
	padding-bottom: 27px;
	margin-bottom: 56px;
}

.el-flex.is-icons .overlay.color {
	background: #003b4a;
	opacity: .8;
}

.el-flex.is-icons .ititle {
	font-weight: 500;
	font-size: 20px;
	line-height: 125%;
	color: white;
	letter-spacing: -.01em;
}

.el-flex.is-icons .flexic {
	justify-content: center;
	gap: 20px;
	row-gap: 20px;
	flex-wrap: wrap;
}

.el-flex.is-icons .ibox {
	flex: 0 0 150px;
}

.el-flex.is-icons .icon-bg {
	margin-bottom: 24px;
}

.el-flex.is-icons .icon-bg img {
	max-height: 80px;
}

/* #endregion */

/* #region - 02 ICON GRID ---------------------- */
.el-grid.is-icons .wrap {
	padding: 65px 0 95px;
}

.el-grid.is-icons .dtop {
	margin-bottom: 31px;
}

.el-grid.is-icons .en {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.el-grid.is-icons .icon-bg {
	flex: 0 0 80px;
}

.el-grid.is-icons .ititle {
	color: var(--color3);
	font-weight: normal;
	margin-bottom: 7px;
	border-bottom: 1px solid var(--color7);
	width: 100%;
	padding-bottom: 15px;
}

.el-grid.is-icons .dtext {
	font-weight: 500;
	letter-spacing: -.01em;
	line-height: 200%;
	margin-top: 19px;
}

.el-grid.is-icons .dtext.full {
	display: none;
}

.el-grid.is-icons .rr {
	color: var(--color6);
	cursor: pointer;
	margin-left: 10px;
}

.el-grid.is-icons .row {
	gap: 30px;
	row-gap: 51px;
}

.el-grid.is-icons .col-md-6 {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}

/* #endregion */

/* #region - 03 TEAM ---------------------- */
.el-grid.is-team .wrap {
	padding: 0px 0 50px 0px;
}

.el-grid.is-team .row {
	row-gap: 40px;
}

.member {
	border: 1px solid transparent;
	display: block;
	transition: .3s;
}

.member:hover {
	border: 1px solid #00acc8;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
}

.member .dthumb {
	height: 335px;
	background-color: #c4c4c4;
}

.member .bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.member .bg-img::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	content: "";
	display: block;
	transition: .3s;
}

.member:hover .bg-img::before {
	background-color: rgba(0, 0, 0, .15);
}

.member .dinfo {
	padding: 20px 5px;
	background-color: white;
}

.member .ititle {
	font-weight: 500;
	font-size: 20px;
	line-height: 175%;
	color: var(--color3);
	letter-spacing: -.015em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.member .posn {
	font-weight: 400;
	font-size: 17px;
	line-height: 147%;
	letter-spacing: -.01em;
	color: var(--color1);
}

/* #endregion */

/* #region - 04 CARDS SLIDER ---------------------- */
.el-owl-cards .wrap {
	padding: 83px 0 30px;
}

.el-owl-cards.is-full .wrap {
	padding: 30px 0 83px;
}

.el-owl-cards .flexic.quas {
	justify-content: space-between;
	flex-wrap: wrap;
}

.el-owl-cards .card {
	width: 100%;
	border: none !important;
}

.el-owl-cards .card .card-bg {
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, .06));
	background-color: white;
	overflow: hidden;
	border-radius: 5px;
}

.el-owl-cards .card.half {
	max-width: 540px;
}

.el-owl-cards .card.full {
	max-width: 100%;
}

.el-owl-cards .dtitle {
	font-weight: 400;
	font-size: 40px;
	color: var(--color1);
	letter-spacing: -.01em;
	margin-bottom: 42px;
}

.el-owl-cards .dinfo {
	padding: 40px 47px 40px;
}

.el-owl-cards .dtext {
	font-weight: 400;
	font-size: 25px;
	line-height: 140%;
	margin: 0;
	letter-spacing: -.005em;
}

.el-owl-cards .card .bg-img {
	height: 470px;
}

.el-owl-cards .card .ex {
	flex-wrap: wrap;
	padding: 15px 0;
	row-gap: 30px;
}

.el-owl-cards .card .ex .item {
	flex: 0 0 33%;
}

.el-owl-cards .card .ex .pad {
	max-width: 300px;
}

.card .ex .item:nth-child(3n+2) .pad {
	margin: 0 auto;
}

.card .ex .item:nth-child(3n+3) .pad {
	margin-left: auto;
}

.el-owl-cards .card .ex .ititle {
	font-weight: 500;
	font-size: 25px;
	color: #003b4a;
	margin-bottom: 14px;
}

.el-owl-cards .card .ex .itext {
	font-weight: 400;
	font-size: 17px;
	line-height: 206%;
	letter-spacing: -.01em;
}

/* #endregion */

/* #region - 05 NEWS GRID ---------------------- */
.el-ajax .wrap {
	padding: 0px 0;
}

.el-ajax .hideme {
	display: none;
	padding-top: 50px;
	padding-bottom: 50px;
}

.el-ajax .tax-links .btn.btn-d {
	border: 2px solid var(--color2);
	border-radius: 5px;
	background-color: transparent;
	padding: 6px 18px;
}

.el-ajax .tax-links .btn.btn-d::after {
	background-color: var(--color2);
}

.el-ajax .tax-links .btn.btn-d span {
	font-size: 13px;
	color: var(--color2);
}

.el-ajax .tax-links .btn.btn-d.active {
	background-color: var(--color2);
}

.el-ajax .tax-links .btn.btn-d.active span, .el-ajax .tax-links .btn.btn-d:hover span {
	color: white;
}

.el-ajax .tax-links {
	margin-top: 80px;
}

.el-ajax hr {
	margin-top: 42px;
	margin-bottom: 0;
}

.el-ajax .tax-links ul {
	gap: 15px;
	justify-content: flex-end;
}

.el-ajax .tax-links .row {
	align-items: center;
}

.el-ajax .proj-row {
	padding-top: 50px;
	row-gap: 30px;
}

.el-ajax .proj-row .post {
	min-height: 220px;
	border: 1px solid var(--color7);
	padding: 30px 30px 60px;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: var(--color1);
	background-color: white;
	position: relative;
	transition: .3s;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}

.el-ajax .proj-row .post .sd {
	font-size: 14px;
	font-weight: normal;
}

.el-ajax .proj-row .post .btn {
	position: absolute;
	left: 25px;
	bottom: 25px;
}

.el-ajax .closeme {
	text-align: right;
}

.el-ajax .close-btn {
	display: inline-flex;
	gap: 15px;
	font-size: 20px;
	cursor: pointer;
}

.el-ajax .close-btn img {
	width: 25px;
}

.el-ajax .proj-row .post:hover {
	background-color: #205a41;
	color: white;
	border: 1px solid #205a41;
}

.el-ajax .container-xl, .el-ajax .custom-select-wrapper, .el-ajax .custom-select-wrapper .custom-options {
	z-index: 10;
}

/* #endregion */

/* #region - 05 NEWS SLIDER---------------------- */
.el-swiper .container-xl {
	max-width: 100%;
	padding: 0;
}

.el-swiper .wrap {
	padding: 60px 0 12px;
}

.el-swiper.hideswipe {
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.el-swiper .dtop {
	margin-bottom: 20px;
}

.el-swiper .slider-wrap {
	position: relative;
}

.el-swiper .slider-bg {
	width: 100%;
	max-width: calc(100% - 134px);
	margin-left: auto;
	position: relative;
}

.el-swiper .owlprev, .el-swiper .owlnext {
	top: calc(50% - 15px);
	z-index: 8;
}

.el-swiper .swiper-slide {
	width: 370px;
	height: 300px;
	position: relative;
	transition: .2s;
	border: 1px solid #dfdfdf;
}

.el-swiper .swiper-slide-active {
	width: 570px;
}

.el-swiper .swiper-slide .floater {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
}

.el-swiper .swiper-slide-active .floater {
	opacity: 1;
}

.el-swiper .swiper-slide .item {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: block;
}

.el-swiper .swiper-slide .item .btn {
	position: absolute;
	bottom: 34px;
	left: 43px;
	transition: 0s;
	opacity: 0;
}

.el-swiper .swiper-slide-active .item .btn {
	opacity: 1;
}

.el-swiper .swiper-slide .item .pad {
	padding: 35px 40px 20px 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #3b3c40;
	letter-spacing: -.01em;
	overflow: hidden;
}

.el-swiper .swiper-slide-active .item .pad {
	padding: 38px 45px 30px;
	font-weight: 500;
	font-size: 25px;
	line-height: 140%;
	color: white;
	letter-spacing: -.015em;
}

.el-swiper .swiper-slide .overlay.color {
	background-color: white;
	z-index: 1;
}

.swiper-post-1 .swiper-slide-active .overlay.color {
	border: 1px solid #205a41;
	background-color: #205a41;
}

.swiper-post-2 .swiper-slide-active .overlay.color {
	border: 1px solid #003b4a;
	background-color: #003b4a;
}

.swiper-post-3 .swiper-slide-active .overlay.color {
	border: 1px solid #008996;
	background-color: #008996;
}

.swiper-post-4 .swiper-slide-active .overlay.color {
	border: 1px solid #68813c;
	background-color: #68813c;
}

.acfe-fc-preview .swiper-wrapper {
	display: flex;
	gap: 30px;
}

/*
.swiper-slide-active {
    width: 570px;
}
*/

/* #endregion */

/* #region - 05 NEWS EVENT ---------------------- */
.el-events .wrap {
	padding: 90px 0 92px;
	background-color: white;
}

.el-events .dtop {
	border-bottom: 1px solid var(--color7);
	padding-bottom: 48px;
	margin-bottom: 70px;
}

.el-events .owl-item .ibox {
	width: 100%;
	max-width: 560px;
}

.el-events .owlprev, .el-events .owlnext {
	top: calc(50% + 40px);
}

/* #endregion */

/* #region - 06 PROJECT GRID ---------------------- */
.is-proj .wrap {
	padding: 32px 0 72px;
}

.is-proj .row {
	row-gap: 46px;
}

.is-proj .proj {
	display: block;
}

.is-proj .proj .dthumb {
	height: 550px;
	margin-bottom: 34px;
}

.is-proj .proj .dthumb .bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.is-proj .proj .dtitle {
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 11px;
}

.is-proj .proj .bg-img::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	content: "";
	display: block;
	transition: .3s;
}

.is-proj .proj:hover .bg-img::before {
	background-color: rgba(0, 0, 0, .15);
}

.is-proj .btn.btn-d {
	border: 1px solid var(--color6);
}

/* #endregion */

/* #region - 07 MEDIA COLUMN ---------------------- */
.is-media.v2 .wrap {
	padding: 82px 0 77px;
}

.is-media.v2 .dimage {
	margin-left: 10px;
	margin-right: 0;
	margin-top: 12px;
	position: relative;
	height: 440px;
}

.is-media.v2 .bg-yt.overlay {
	position: relative;
}

.is-media.v2 .dimage .overlay.vid-en {
	display: none;
}

.is-media.v2 .bg-yt.overlay iframe {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	transform: none;
}

.is-media.v2 .dinfo {
	padding: 0;
}

.is-media.v2 .dtitle {
	letter-spacing: -.03em;
	margin-bottom: 39px;
}

.is-media.v2 .btitle {
	margin-bottom: 29px;
}

.is-media.v2 .dtext {
	font-weight: 500;
	letter-spacing: -.01em;
}

.is-media.v2 .btn.btn-d {
	padding: 17px 20px;
	margin: 0;
}

.is-media.v2 .btn.btn-d span {
	font-size: 18px;
}

.is-media.v2 .overlay.ptn::before {
	content: "";
	background-color: white;
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.is-media.v2 .overlay.ptn img {
	position: relative;
	z-index: 2;
	transition: .1s;
	max-width: 100px;
}

.is-media.v2 .dimage .overlay.color {
	background-color: rgba(0, 0, 0, .1);
}

.is-media.v2 .dimage:hover .overlay.ptn img {
	transform: none;
}

/* #endregion */

/* #region - 07 CTA SLIDER ---------------------- */
.el-cta-slider .wrap {
	padding: 69px 0 72px;
}

.el-cta-slider .dtop {
	margin-bottom: 37px;
}

.el-cta-slider .btn.btn-d {
	padding: 17px 25px;
	margin: 0;
}

.el-cta-slider .btn.btn-d span {
	font-size: 18px;
}

.el-cta-slider .dtext {
	max-width: 925px;
	margin: 0 auto 28px;
	color: var(--color1);
	font-weight: 500;
	font-size: 25px;
	line-height: 140%;
	letter-spacing: -.01em;
}

.el-cta-slider .owl-bg {
	background-color: rgba(0, 0, 0, .1);
	margin-bottom: 42px;
	overflow: hidden;
}

.el-cta-slider .cta {
	height: 511px;
	position: relative;
	width: 100%;
}

.el-cta-slider .cta .dinfo {
	position: absolute;
	top: 42px;
	left: 50px;
	z-index: 3;
	width: 100%;
	max-width: 360px;
}

.el-cta-slider .cta .itext, .el-cta-slider .cta .ititle {
	color: white;
}

.el-cta-slider .cta .ititle {
	font-weight: 400;
	font-size: 40px;
	line-height: 125%;
	letter-spacing: -.01em;
	margin-bottom: 29px;
}

.el-cta-slider .cta .itext {
	font-weight: 500;
	font-size: 25px;
	line-height: 140%;
	letter-spacing: -.01em;
}

.el-cta-slider .cta .hex {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.el-cta-slider .owlbtn {
	top: unset;
	bottom: 39px;
}

.el-cta-slider .owlbtn.owlprev {
	left: 50px;
}

.el-cta-slider .owlbtn.owlnext {
	left: 110px;
	right: unset;
}

.el-cta-slider .color-1 {
	background: linear-gradient(90deg, #205a41 36.2%, rgba(32, 90, 65, 0) 71.38%);
}

.el-cta-slider .color-2 {
	background: linear-gradient(90deg, #003b4a 34.53%, rgba(0, 59, 74, 0) 71.82%);
}

.el-cta-slider .color-3 {
	background: linear-gradient(90deg, #008996 34.53%, rgba(0, 137, 150, 0) 65.67%);
}

.el-cta-slider .color-4 {
	background: linear-gradient(90deg, #68813c 34.53%, rgba(104, 129, 60, 0) 69.89%);
}

/* #endregion */

/* #region - 08 CAREER LIST - SEARCH ---------------------- */
.el-career .set-filters {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 35px 0 41px;
	margin-top: 29px;
	align-items: center;
	gap: 60px;
}

.el-career .set-filters h4 {
	flex: 0 0 180px;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	letter-spacing: -.01em;
	margin: 16px 0 0;
}

.el-career .set-filters h5 {
	font-weight: 500;
	font-size: 15px;
	color: #333;
	letter-spacing: -.01em;
	margin-bottom: 5px;
}

.el-career .set-filters .sfilter {
	width: 100%;
	max-width: 480px;
}

.el-career .dcustom-select .arrow {
	transform: rotate(180deg);
}

.el-career .custom-select__trigger {
	line-height: 50px;
	height: 50px;
	background-color: #f4f4f4;
	border: none;
	border-radius: 5px;
}

.el-career .custom-options, .el-career .dcustom-select {
	border: none;
	border-radius: 5px;
}

.el-career .custom-option {
	font-size: 15px;
	line-height: 30px;
	background-color: #f9f9f9;
}

.el-career .custom-option:hover {
	background-color: var(--color2);
	color: white;
}

.el-career .custom-option.selected {
	background-color: var(--color7);
	color: var(--color1);
}

.el-career .dcustom-select.open .custom-options {
	z-index: 3;
}

/* #endregion */

/* #region - 08 CAREER LIST ---------------------- */
.el-career .wrap {
	padding: 82px 0 0;
	background-color: white;
}

.el-career .c-listing {
	padding: 53px 0;
}

.el-career .fam {
	margin-bottom: 61px;
}

.el-career .fam-title {
	font-weight: 400;
	font-size: 30px;
	color: #333;
	letter-spacing: -.01em;
	margin-bottom: 25px;
}

.el-career .item a {
	display: flex;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: -.005em;
	padding: 16px 0;
	justify-content: space-between;
	position: relative;
}

.el-career .item a::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	height: 1px;
	opacity: 1;
	transition: .1s;
	background-color: var(--color7);
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}

.el-career .item:hover a::before {
	width: calc(100% + 30px);
	height: 100%;
	opacity: .3;
}

.el-career .item:hover a {
	color: var(--color3);
}

.el-career .item a span {
	position: relative;
	z-index: 2;
}

.el-career .btn.btn-d {
	margin: 35px 0 6px;
}

.fam .item {
	display: none;
}

/* #endregion */

/* #region - 09 CONTACT FORM ---------------------- */
.el-contact .wrap {
	padding: 60px 0 60px;
}

.el-contact .dtitle {
	font-weight: 400;
}

.el-contact .dinfo {
	margin-right: 20px;
}

.el-contact .dtext {
	line-height: 200%;
}

.el-contact .dtext a {
	color: var(--color2);
}

.el-contact .gform_required_legend {
	display: none;
}

.el-contact .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 5px;
}

.el-contact .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 150px;
}

.el-contact .gform_wrapper.gravity-theme .gfield textarea, .el-contact .gform_wrapper.gravity-theme .gfield input {
	height: 45px;
	border: none;
	border-radius: 5px;
	background-color: #e5e5e5;
}

.el-contact .btn.btn-d {
	min-width: 200px;
}

.el-contact .gform_wrapper.gravity-theme .gform_footer {
	text-align: center;
	margin: 0 auto;
	justify-content: center;
}

.el-contact .dinfo {
	margin-bottom: 50px;
}

.el-contact .dinfo ul {
	padding-left: 15px;
}

/* #endregion */

/* #region - SINGLE ---------------------- */
article {
	min-height: 800px;
	position: relative;
}

article h3, article h4, article h5 {
	line-height: 125%;
	color: var(--color1);
}

article h3 {
	font-weight: 500;
	font-size: 25px;
	line-height: 140%;
	color: var(--color1);
	letter-spacing: -.01em;
	margin-bottom: 30px;
}

article ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

article ul li {
	padding-left: 21px;
	position: relative;
	margin-bottom: 12px;
}

article ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--color2);
	border-radius: 100%;
	display: block;
	top: 15px;
	left: 0;
	position: absolute;
}

article .container-xl {
	max-width: 1200px;
}

article .btn-loop {
	padding: 50px 0;
	border-top: 1px solid #cfcdcd;
	margin: 0;
	width: 100%;
}

article .nav-links {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

article .nav-links .btn.btn-d {
	width: 130px;
	background-color: transparent;
	border: 1px solid var(--color2);
}

article .nav-links .btn.btn-d::after {
	background-color: var(--color2);
}

article .nav-links .btn.btn-d span {
	color: var(--color2);
}

article .nav-links .btn.btn-d:hover span {
	color: white;
}

article .dtext ul.half {
	display: flex;
	flex-wrap: wrap;
}

article .dtext ul.half li {
	flex: 0 0 50%;
	max-width: 50%;
}

article .dtext a {
	color: var(--color2);
}

/* #endregion */

/* #region - SINGLE MEMBER ---------------------- */
.is-member {
	padding: 71px 0 30px;
	background-color: white;
}

.is-member .btitle {
	font-weight: 500;
	font-size: 17px;
	letter-spacing: .2em;
	text-transform: uppercase;
	flex: 0 0 310px;
	margin-top: 13px;
}

.is-member .dname {
	font-weight: 400;
	font-size: 40px;
	color: var(--color3);
	letter-spacing: -.01em;
	margin-bottom: 11px;
}

.is-member .dposn {
	font-weight: 500;
	font-size: 25px;
	letter-spacing: -.02em;
}

.is-member .booty {
	position: relative;
	width: 100%;
	min-height: 1035px;
}

.is-member .booty .dinfo {
	width: 100%;
	max-width: 970px;
	margin-left: auto;
	padding: 50px 0 0 0;
}

.is-member .left-bar {
	position: absolute;
	height: auto;
	top: 0;
	left: 0;
	width: 200px;
}

.is-member .left-logo {
	position: absolute;
	height: auto;
	top: 30px;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

.is-member .dphoto img {
	object-fit: cover;
	height: auto;
	width: 100%;
}

.is-member .dtext {
	font-weight: 400;
	font-size: 17px;
	line-height: 206%;
	margin: 0px auto;
	padding: 53px 0 49px 40px;
	max-width: 825px;
	letter-spacing: -.01em;
}

.is-member .btn-loop {
	padding: 50px 0;
	border-top: 1px solid #cfcdcd;
	margin: 0;
	max-width: 940px;
	width: 100%;
	margin-left: auto;
}

/* #endregion */

/* #region - SINGLE CAREER ---------------------- */
.is-career {
	padding: 84px 0 48px;
	letter-spacing: -.01em;
	background-color: white;
}

.is-career .dtop {
	border-bottom: 1px solid var(--color7);
	padding-bottom: 23px;
	margin-bottom: 58px;
}

.is-career .dtitle {
	font-weight: 400;
	font-size: 40px;
	line-height: 125%;
	color: var(--color1);
	letter-spacing: -.01em;
	margin-bottom: 30px;
}

.is-career .dinfo {
	max-width: 720px;
}

.is-career .dlocation {
	font-weight: 400;
	font-size: 30px;
	color: var(--color3);
}

.is-career .dtext {
	margin-top: 51px;
	font-weight: 400;
	font-size: 17px;
	line-height: 206%;
	letter-spacing: -.01em;
}

.is-career .dtext h3 {
	margin-bottom: 33px;
}

.is-career .dtext h4 {
	margin-top: 50px;
	margin-bottom: 34px;
}

.is-career .dtext p {
	margin-bottom: 35px;
}

.is-career .sidebar {
	min-height: 200px;
	border: 1px solid var(--color7);
	border-radius: 10px;
	margin-top: 5px;
	padding: 30px;
}

.is-career .sidebar h3 {
	font-weight: 300;
	font-size: 30px;
	color: #005172;
	margin-top: 6px;
	text-transform: uppercase;
	margin-bottom: 38px;
}

.is-career .sidebar .btn {
	min-width: 148px;
}

.is-career .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 500;
	font-size: 15px;
	color: #333;
	margin-bottom: 5px;
}

.is-career .gform_wrapper.gravity-theme .gfield input.large, .is-career .gform_wrapper.gravity-theme .gfield select.large {
	border: none;
	border-radius: 5px;
	background-color: #e2e2e2;
	height: 50px;
}

.is-career .gform_wrapper.gravity-theme .gform_fields {
	row-gap: 22px;
}

.is-career .gform_wrapper.gravity-theme .gfield.gfield_html {
	font-weight: 500;
	font-size: 15px;
	line-height: 200%;
}

.is-career .gform_wrapper.gravity-theme .gform_footer, .is-career .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 13px 0 0;
}

.is-career .gform_wrapper.gravity-theme .gform_footer .btn {
	margin-bottom: 0;
}

.is-career .gform_wrapper.gravity-theme .gfield_validation_message {
	display: none;
}

.is-career .gform_required_legend {
	display: none;
}

.is-career .gform_wrapper.gravity-theme .gfield.gfield_error input.large {
	border: 1px solid red;
}

.is-career .widget {
	margin-top: 40px;
	font-weight: 400;
	font-size: 17px;
	color: #333;
}

.is-career .widget .btitle {
	color: #005172;
	letter-spacing: .18em;
	margin-bottom: 20px;
}

.is-career .widget .flexic.icons {
	gap: 20px;
}

/* #endregion */

/* #region - SINNGLE PROJECT ---------------------- */
.is-project {
	padding: 79px 0 16px;
	background-color: white;
}

.is-project .btitle {
	letter-spacing: .17em;
	margin-bottom: 9px;
	margin-top: 4px;
}

.is-project .row {
	margin-bottom: 73px;
}

.is-project .sidebar {
	min-height: 200px;
	padding: 32px 30px 1px;
	background: rgba(217, 216, 214, .3);
}

.is-project .dtitle {
	font-weight: 400;
	font-size: 40px;
	line-height: 125%;
	color: var(--color1);
	letter-spacing: -.01em;
	margin-bottom: 8px;
	text-transform: uppercase;
	margin-top: 32px;
}

.is-project .dlocation {
	font-weight: 400;
	font-size: 30px;
	color: var(--color1);
}

.is-project .dtext {
	margin-top: 31px;
	font-weight: 400;
	font-size: 17px;
	line-height: 206%;
	letter-spacing: -.01em;
	max-width: 720px;
}

.is-project .sidebar .wex {
	margin-bottom: 29.5px;
}

.is-project .sidebar .btitle {
	color: var(--color5);
	letter-spacing: 0;
	font-size: 15px;
	margin-bottom: 15px;
}

.is-project .sidebar .quas {
	font-weight: 500;
	font-size: 22px;
	line-height: 140%;
	color: var(--color1);
	letter-spacing: -.007em;
}

.is-project #big .item {
	height: 817px;
	position: relative;
	background-color: grey;
}

.is-project #thumbs .item {
	cursor: pointer;
	height: 119px;
	position: relative;
	padding: 4px;
	background-color: var(--color7);
}

.is-project #thumbs .current .item {
	background: var(--color6);
}

.is-project .owl-bg {
	margin-bottom: 30px;
}

.is-project #thumbs .item h1 {
	font-size: 18px;
}

.is-project .outer {
	margin-bottom: 59px;
}

.is-project .owlprev {
	left: -30px;
}

.is-project .owlnext {
	right: -30px;
}

.is-project .owlprev, .is-project .owlnext {
	top: calc(50% - 10px);
}

.is-project .bowlprev {
	left: 10px;
}

.is-project .bowlnext {
	right: 10px;
}

.is-project .bowlprev, .is-project .bowlnext {
	top: calc(50%);
}

/* #endregion */

/* #region - Sample ---------------------- */
.el-hero.is-post .wrap {
	height: 360px;
	background-color: var(--color3);
}

.is-article {
	padding: 83px 0 43px;
	background-color: white;
}

.is-article .container-xl {
	max-width: 800px;
}

.is-article .btitle {
	margin-bottom: 30px;
}

.is-article .dtitle {
	margin-bottom: 32px;
}

.element.is-article iframe {
	height: 425px;
}

.is-article .dtext {
	font-weight: 400;
	font-size: 17px;
	line-height: 206%;
	letter-spacing: -.01em;
}

.is-article .dtext ol, .is-article .dtext ul, .is-article .dtext p {
	margin-bottom: 34px;
}

.is-article .dtext ul {
	margin: 38px 0 43px 10px;
}

.is-article .dtext ul li {
	margin-bottom: 15px;
}

.is-author {
	max-width: 670px;
	margin: 29px auto 26px;
	border-top: 1px solid var(--color7);
	border-bottom: 1px solid var(--color7);
	gap: 29px;
}

.is-author {
	display: flex;
	padding: 8px 0;
	align-items: center;
}

.is-author img, .is-author .bg-img {
	width: 100px;
	height: 100px;
	background-position: top center;
}

.is-author .ainfo {
	margin-top: 9px;
}

.is-author .name {
	font-weight: 400;
	font-size: 17px;
	color: var(--color3);
}

.is-author .date {
	font-weight: 500;
	font-size: 15px;
	margin-top: 9px;
}

.cta-about .wrap {
	padding: 59px 0 47px;
	background-color: #f4f4f4;
}

.cta-about .container-xl {
	max-width: 800px;
}

.cta-about .btitle {
	font-size: 15px;
	letter-spacing: -.01em;
}

.cta-about .dtext {
	letter-spacing: -.01em;
	font-weight: 500;
	font-size: 15px;
	line-height: 200%;
	margin-top: 14px;
}

/* #endregion */

/* #region - SEARCH ---------------------- */
.is-search .row {
	row-gap: 30px;
	margin: 30px 0;
}

.search-item a {
	padding: 25px;
	display: flex;
	border: 1px solid var(--color7);
	position: relative;
	color: var(--color);
	align-items: center;
	background-color: white;
}

.search-item a:hover {
	color: var(--color2);
	border: 1px solid var(--color2);
}

.search-item .post-type {
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	position: absolute;
	top: -14px;
	left: -7px;
	background-color: var(--color1);
	padding: 3px 10px;
	min-width: 90px;
	text-align: center;
}

.search-item .title {
	color: var(--color1);
	font-weight: 400;
	font-size: 20px;
}

.search-item .p-post {
	background-color: var(--color6);
}

.search-item .p-project {
	background-color: var(--color3);
}

.is-search .post-pagination ul li.active a, .is-search .post-pagination ul li a:hover {
	background-color: var(--color3);
}

.is-search .post-pagination ul li a {
	background-color: var(--color2);
}

/* #endregion */
.billy_ag {
	font-size: 1%;
}

@media only screen and (max-width : 1200px) {
	.searchbox {
		order: 3;
		margin: 0;
		margin-left: 15px;
	}
	
	#menu-menu-1, #menu-menu-2 {
		gap: 15px;
	}
	
	.header-menu[data-menu="right"] .menu-extension, .header-menu[data-menu="leftext"] .menu-extension {
		margin-left: 15px;
	}
	
	header #navbar-home {
		height: auto;
		padding: 10px 0;
	}
	
	header .menu-item::before {
		bottom: -13px;
	}
}

@media only screen and (max-width : 1090px) {
	.searchbox {
		display: none;
	}
}

@media only screen and (max-width : 1024px) {
	#menu-oc-right a.nav-link, #menu-oc-right a.dropdown-item {
		color: var(--color1);
	}
	
	#menu-oc-right a.nav-link:hover, #menu-oc-right a.dropdown-item:hover {
		color: var(--color2);
	}
	
	#menu-menu-1, #menu-menu-2 {
		gap: 20px;
	}
	
	#menu-oc-right .menu-item-553 {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	
	#menu-oc-right .searchbox {
		display: block;
		margin: 35px 0 0;
		max-width: 100%;
	}
	
	.mlogo {
		width: 100%;
		text-align: center;
		padding: 25px 0;
	}
	
	.mlogo .navbar-brand {
		width: 200px;
	}
	
	.title-30 {
		font-size: 25px;
	}
	
	.title-40 {
		font-size: 30px;
	}
	
	.title-70 {
		font-size: 40px;
	}
	
	.btitle {
		margin-bottom: 0;
	}
	
	.btn-loop {
		margin-top: 0;
	}
	
	.el-flex.hero .wrap {
		flex-direction: column;
		height: auto;
		padding-top: 0;
	}
	
	.el-flex.hero .bg-vid {
		position: relative;
		height: 300px;
	}
	
	.el-flex.hero .dlocs {
		position: relative;
		bottom: 0;
	}
	
	.el-flex.hero .dinfo {
		padding: 30px 0;
	}
	
	.el-flex.hero .dtitle {
		color: var(--color1);
	}
	
	.el-flex.hero .dlocs {
		padding: 0 15px;
		justify-content: center;
		gap: 10px;
	}
	
	.el-flex.hero .dlocs .dtitle {
		color: var(--color);
		font-size: 17px;
	}
	
	.el-flex.hero .overlay.color {
		opacity: 0;
	}
	
	.el-grid.imgs .ibox {
		padding-top: 0;
	}
	
	.el-grid.imgs .ibox .mask {}
	
	.el-grid.imgs .ibox .dthumb {
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	.el-grid.imgs .dinfo {
		height: auto;
		min-height: 250px;
		max-width: 100%;
		z-index: 2;
		padding: 20px;
	}
	
	.el-grid.imgs .ibox:hover .ibtn, .el-grid.imgs .ibox .ibtn {
		bottom: 0px;
		position: relative;
		margin-top: 20px;
	}
	
	.el-grid.imgs .ibox .mask {
		-webkit-mask-image: unset;
		mask-image: unset;
		opacity: .2;
	}
	
	.el-grid.imgs .ibox .mask.nitro-lazy {
		mask-image: none !important;
	}
	
	.el-grid .color-0 {
		background: #205a41;
	}
	
	.el-grid .color-1 {
		background: #008996;
	}
	
	.el-grid .color-2 {
		background: #003b4a;
	}
	
	.el-grid .color-3 {
		background: #68813c;
	}
	
	.el-grid .color-4 {
		background: #00acc8;
	}
	
	.el-grid.imgs .wrap {
		padding: 30px 0;
	}
	
	.el-column.is-media .wrap {
		padding: 30px 0;
	}
	
	.el-column.is-media .dimage {
		margin-right: 0;
	}
	
	.el-column.is-media .dinfo {
		padding: 0;
	}
	
	.el-column.is-media .btitle {
		margin-bottom: 15px;
	}
	
	.el-column.is-media .dtitle {
		margin-bottom: 20px;
	}
	
	.el-column.is-media .btn-loop {
		margin-top: 20px;
	}
	
	.el-counters .dtop {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.el-counters .itext {
		font-size: 17px;
		font-weight: 400;
	}
	
	.el-owl.proj .wrap {
		padding: 30px 0;
	}
	
	.el-owl.proj .proj {
		width: 100%;
	}
	
	.proj .flexic {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	.proj .btn-loop {
		flex: 0 0 auto;
		display: none;
	}
	
	.element.el-title .wrap {
		padding-bottom: 0;
	}
	
	.el-title .flexic {
		align-items: center;
	}
	
	.el-owl.quotes .wrap {
		padding: 30px 0;
	}
	
	.el-owl.quotes div .floater {
		top: -20px;
		left: -80px;
	}
	
	.el-owl.quotes .dtop {
		margin-bottom: 20px;
	}
	
	.el-owl.quotes .dtext {
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	.el-cta .fx1 .dinfo, .el-cta .fx2 .dinfo {
		margin: 0;
	}
	
	.el-cta .fx1 .dinfo {
		margin-left: auto;
	}
	
	.el-cta .col-fx .dinfo {
		padding: 30px;
		max-width: 100%;
	}
	
	.el-cta .flexic .dtitle {
		font-size: 25px;
		margin-bottom: 20px;
	}
	
	.el-cta.element .wrap {
		padding: 0;
	}
	
	.el-cta .flexic .btitle {
		margin-bottom: 20px;
	}
	
	.owl-carousel .owl-item img {
		object-fit: contain;
	}
	
	footer .wex {
		padding: 0;
	}
	
	footer .navbar-brand {
		width: 100%;
	}
	
	footer .sc-contact {
		font-size: 15px;
	}
	
	footer .owl-item .ibox {
		height: 85px;
	}
	
	.el-hero.is-page .wrap {
		min-height: 200px;
	}
	
	.el-title.v2 .wrap {
		padding: 30px 0;
	}
	
	.el-title.v2 .btitle {
		margin-bottom: 5px;
	}
	
	.el-title.v2 .dtitle {
		padding-right: 10px;
		margin-right: 10px;
	}
	
	.el-title.v2 .dtext {
		padding-left: 0;
	}
	
	.member .ititle {
		font-size: 16px;
		letter-spacing: -.02em;
		text-transform: uppercase;
	}
	
	.member .posn {
		font-size: 15px;
	}
	
	.el-grid.is-team .row {
		row-gap: 20px;
	}
	
	.member .dthumb {
		height: 0;
		padding-bottom: 100%;
	}
	
	.member .dthumb .bg-img {
		background-position: top center;
	}
	
	.el-grid.is-team .wrap {
		padding: 30px 0;
	}
	
	.el-owl-cards .card.half {
		max-width: calc(50% - 15px);
	}
	
	.el-owl-cards .flexic.quas {
		gap: 30px;
	}
	
	.el-owl-cards .dtitle {
		margin-bottom: 25px;
	}
	
	.el-owl-cards .dtitle {
		font-size: 25px;
	}
	
	.el-owl-cards .dinfo {
		padding: 20px;
	}
	
	.el-owl-cards .dtext {
		font-size: 17px;
	}
	
	.el-owl-cards .card .ex {
		padding: 0;
		row-gap: 20px;
	}
	
	.el-owl-cards.is-full .wrap {
		padding-bottom: 30px;
	}
	
	.el-owl-cards .card .bg-img {
		height: 0;
		padding-bottom: 90%;
	}
	
	.el-owl-cards.is-full .card .bg-img {
		height: 0;
		padding-bottom: 30%;
	}
	
	.el-owl-cards .card .ex .ititle {
		font-size: 20px;
	}
	
	.el-owl-cards .card .ex .itext {
		line-height: 150%;
	}
	
	.el-flex.is-icons .wrap {
		padding: 30px 0;
	}
	
	.el-flex.is-icons .dtop {
		margin-bottom: 25px;
	}
	
	.el-flex.is-icons .ibox {
		flex: 0 0 12%;
	}
	
	.el-flex.is-icons .icon-bg img {
		max-height: 60px;
	}
	
	.el-flex.is-icons .ititle {
		font-size: 15px;
	}
	
	.el-grid.is-icons .wrap {
		padding: 30px 0;
	}
	
	.el-grid.is-icons .row {
		row-gap: 30px;
	}
	
	.el-grid.is-icons .icon-bg {
		flex: 0 0 60px;
	}
	
	.el-ajax .proj-row {
		margin-top: 0;
	}
	
	.is-proj .proj .dthumb {
		height: 0;
		padding-bottom: 80%;
	}
	
	.is-proj .proj .dthumb {
		margin-bottom: 20px;
	}
	
	.is-proj .row {
		row-gap: 25px;
	}
	
	.is-member {
		padding: 30px 0 10px;
	}
	
	.is-member .dname {
		font-size: 25px;
	}
	
	.is-member .dposn {
		font-size: 17px;
	}
	
	.is-member .booty {
		min-height: unset;
	}
	
	.is-member .booty .dinfo {
		max-width: 100%;
		padding-top: 20px;
	}
	
	.is-member .left-bar {
		display: none;
	}
	
	.is-member .dtext {
		margin: 0;
		padding: 20px;
		max-width: 100%;
		line-height: 180%;
	}
	
	.is-member .btn-loop {
		max-width: 100%;
		padding: 20px 0;
	}
	
	.is-project {
		padding: 30px 0 10px;
	}
	
	.is-project .dtitle {
		margin: 10px 0;
		font-size: 25px;
	}
	
	.is-project .dlocation {
		font-size: 20px;
	}
	
	.is-project .sidebar {
		padding: 20px 20px 0;
		min-height: unset;
	}
	
	.is-project .sidebar .quas {
		font-size: 20px;
	}
	
	.is-project .sidebar .btitle {
		margin-bottom: 5px;
	}
	
	.is-project .row {
		margin-bottom: 25px;
	}
	
	.is-project #big .item {
		height: 0;
		padding-bottom: 70%;
	}
	
	.is-project #big .item .bg-img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	
	.is-project .outer {
		margin-bottom: 20px;
	}
	
	article .btn-loop {
		padding: 20px 0;
	}
	
	.el-ajax .tax-links .row {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 20px;
	}
	
	.el-ajax .tax-links .row .col-lg-5, .el-ajax .tax-links .row .col-lg-7 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.el-ajax .tax-links ul {
		justify-content: flex-start;
	}
	
	.el-ajax .hideme {
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	.el-ajax .tax-links {
		margin-top: 0;
	}
	
	.el-ajax hr {
		margin-top: 30px;
	}
	
	.el-ajax .proj-row .post {
		font-size: 17px;
		flex-direction: column;
		padding: 25px;
	}
	
	.el-ajax .proj-row .post .btn {
		position: relative;
		bottom: unset;
		left: 0;
		left: unset;
		width: auto;
		margin-top: 20px;
		display: inline;
		text-align: left;
	}
	
	.el-ajax .proj-row .post .btn::before {
		display: none;
	}
	
	.el-swiper .slider-bg {
		max-width: 100%;
		margin-left: 15px;
	}
	
	.element.el-swiper .wrap {
		padding-bottom: 0;
	}
	
	.el-events .dtop {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	
	.is-media.v2 .btn.btn-d span {
		font-size: 15px;
	}
	
	.is-media.v2 .dimage {
		margin: 0;
	}
	
	.is-media.v2 .btn.btn-d {
		padding: 15px;
	}
	
	.el-cta-slider .cta .ititle {
		font-size: 30px;
	}
	
	.el-cta-slider .bg-img {
		background-position: center right;
	}
	
	.el-cta-slider .cta .itext {
		font-size: 20px;
	}
	
	.el-cta-slider .cta {
		height: 400px;
	}
	
	.el-cta-slider .owl-bg {
		margin-bottom: 20px;
	}
	
	.el-cta-slider .dtext {
		font-size: 20px;
	}
	
	.el-cta-slider .btn.btn-d span {
		font-size: 15px;
	}
	
	.el-cta-slider .btn.btn-d {
		padding: 15px;
	}
	
	.el-career .c-listing {
		padding: 30px 0 0;
	}
	
	.el-career .fam-title {
		font-size: 25px;
		margin-bottom: 15px;
	}
	
	.el-career .item a {
		font-size: 20px;
		padding: 10px 0;
	}
	
	.el-career .fam {
		margin-bottom: 25px;
	}
	
	.el-hero.is-post .wrap {
		padding: 0;
		height: 225px;
	}
	
	.is-article {
		padding: 30px 0 0;
	}
	
	.is-article .btitle {
		margin-bottom: 5px;
	}
	
	.is-article .dtext ol, .is-article .dtext ul, .is-article .dtext p {
		margin-bottom: 25px;
	}
	
	.is-article .dtext ul {
		margin-top: 0;
	}
	
	.is-career {
		padding: 30px 0 0;
	}
	
	.is-career .dtitle {
		font-size: 25px;
		margin-bottom: 15px;
	}
	
	.is-career .dtop {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	
	.is-career .sidebar {
		padding: 20px;
	}
	
	.is-career .sidebar h3 {
		margin: 0 0 20px;
	}
	
	.is-career .dlocation {
		font-size: 25px;
	}
	
	.is-career .dtext {
		margin-top: 30px;
	}
	
	.is-career .dtext h3 {
		margin-bottom: 20px;
	}
	
	.is-career .dtext p, .is-career .dtext ul, .is-career .dtext ol {
		margin-bottom: 25px;
	}
	
	.is-career .dtext h4 {
		margin: 25px 0;
	}
}

@media only screen and (max-width : 1024px) {
	section.element .wrap {
		padding: 30px 0;
	}
	
	.element.no-br br {
		display: none;
	}
	
	header #menu-oc-right .menu-item::before {
		display: none;
	}
}

@media only screen and (max-width : 800px) {
	.el-flex.hero .hh {
		display: none;
	}
	
	.el-flex.hero .wrap {
		padding-bottom: 30px;
	}
	
	.el-flex.hero .dlocs .dtitle {
		font-size: 15px;
	}
	
	.title-70 {
		font-size: 30px;
	}
	
	.btitle {
		font-size: 15px;
	}
	
	.title-40 {
		font-size: 25px;
	}
	
	.el-grid.imgs .dinfo {
		min-height: 200px;
	}
	
	.el-grid.imgs .ibox .mask {
		opacity: .1;
	}
	
	.el-grid.imgs .ititle {
		font-size: 25px;
	}
	
	.el-column.is-media .dimage {
		margin-bottom: 25px;
	}
	
	.el-counters .row {
		row-gap: 30px;
	}
	
	.el-owl.quotes .dtext {
		font-size: 17px;
	}
	
	.el-awards .ibox {
		margin: 0 auto;
	}
	
	.el-logos .owl-carousel .owl-item img {
		max-height: 80px;
	}
	
	.el-cta .flexic {
		flex-direction: column;
	}
	
	.el-cta .col-fx {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	footer.element .wrap-1 {
		padding: 25px 0;
	}
	
	footer.element .social-icons {
		margin: 25px 0;
	}
	
	footer .navbar-brand {
		width: 200px;
		display: block;
	}
	
	footer .row .col-md-3 {
		flex: 0 0 50%;
	}
	
	footer .row .col-md-3:nth-child(2) {
		order: 1;
	}
	
	footer .sc-contact {
		display: block;
	}
	
	.el-title.v2 .dtitle.wtext {
		border: none;
		margin-right: 0;
		padding-right: 0;
		line-height: 135%;
	}
	
	.el-title.v2 .dtext {
		margin-top: 15px;
	}
	
	.el-owl-cards .card .ex {
		gap: 20px;
	}
	
	.el-owl-cards .card .ex .item {
		flex: 0 0 calc(50% - 10px);
	}
	
	.el-owl-cards .card .ex .pad {
		max-width: 100%;
	}
	
	.card .ex .item .pad {
		margin: 0 !important;
	}
	
	.el-flex.is-icons .ibox {
		flex: 0 0 21%;
	}
	
	.el-flex.is-icons .icon-bg {
		margin-bottom: 15px;
	}
	
	.el-flex.is-icons .flexic {
		row-gap: 35px;
	}
	
	.el-grid.is-icons .en {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		flex-direction: column;
	}
	
	.el-grid.is-icons .icon-bg {
		flex: 0 0 auto;
		max-width: 60px;
	}
	
	.el-grid.is-icons .row {
		gap: 10px;
	}
	
	.el-grid.is-icons .ititle {
		font-size: 20px;
	}
	
	.el-ajax .proj-row .post {
		height: auto;
	}
	
	.el-swiper .swiper-slide-active .item .pad {
		padding: 30px;
	}
	
	.el-swiper .swiper-slide {
		height: 250px;
	}
	
	.is-project .dtext {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.is-project .sidebar {
		padding: 20px;
	}
	
	.el-career .set-filters {
		flex-direction: column;
		gap: 20px;
		padding: 20px 0;
	}
	
	.el-career .set-filters h4 {
		flex: 0 0 auto;
	}
	
	.el-career .item a {
		font-size: 17px;
		padding: 5px 0;
	}
	
	.el-career .fam-title {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width : 600px) {
	.el-hero.is-page .overlay.color {
		background: rgba(0, 0, 0, .5);
	}
	
	.title-70 {
		font-size: 25px;
	}
	
	.btitle {
		letter-spacing: .1em;
	}
	
	header #navbar-home {
		padding: 0;
	}
	
	header[data-sticky="sticky"].sticky-head .menu_wrap {
		padding: 0;
	}
	
	header, header[data-sticky="sticky"].sticky-head {
		animation: none;
		transition: 0;
		padding: 10px 0;
	}
	
	header a.navbar-brand {
		width: 120px;
	}
	
	.el-flex.hero .dtitle {
		line-height: 135%;
	}
	
	.el-flex.hero .dlocs {
		flex-wrap: wrap;
		gap: 15px;
		row-gap: 10px;
	}
	
	.el-flex.hero .dlocs img {
		display: none;
	}
	
	.el-flex.hero .dlocs .dtitle {
		font-size: 12px;
	}
	
	.el-flex.hero .dinfo {
		padding: 25px 0;
	}
	
	.el-flex.hero .bg-vid {
		height: 225px;
	}
	
	.el-grid.imgs .dinfo {
		padding: 15px;
	}
	
	.el-grid.imgs .ititle {
		line-height: 135%;
		font-size: 20px;
	}
	
	.el-owl-cards .card.half {
		max-width: calc(100%);
	}
	
	.el-owl-cards.is-full .card .bg-img {
		padding-bottom: 80%;
	}
	
	.el-owl-cards .card .ex .item {
		flex: 0 0 100%;
	}
	
	.el-counters .ititle {
		font-size: 35px;
	}
	
	.el-counters .itext {
		font-size: 15px;
	}
	
	.el-title .flexic {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.el-title .flexic .btn {
		margin-top: 20px;
	}
	
	.proj .dtitle {
		font-size: 20px;
	}
	
	.el-owl.quotes div .floater {
		display: none;
	}
	
	.el-cta .col-fx .dinfo {
		padding: 20px;
	}
	
	footer .row .col-md-3 {
		flex: 0 0 100%;
	}
	
	footer .row .col-md-3:nth-child(3) {
		order: 1;
	}
	
	footer .wex {
		padding-bottom: 20px;
	}
	
	footer .ibox img {
		max-height: 60px;
	}
	
	footer .copyright {
		flex-direction: column;
		text-align: center;
	}
	
	footer .wrap-2 .container-xl {
		padding: 15px;
	}
	
	footer .sc-contact {
		text-align: center;
	}
	
	footer.element .social-icons {
		text-align: center;
	}
	
	.social-icons a {
		margin: 0 10px;
	}
	
	footer .navbar-brand {
		margin: 0 auto 25px;
	}
	
	.hex-bg .hexa-2, .hex-bg .hexa-1 {
		width: 250px;
		height: 450px;
	}
	
	.el-title.v2 .dtitle.wtext {
		font-size: 20px;
	}
	
	.member .ititle {
		font-size: 14px;
	}
	
	.member .posn {
		font-size: 13px;
	}
	
	.is-member .dtop.flexic {
		flex-direction: column;
	}
	
	.is-member .btitle {
		flex: 0 0 auto;
		margin-bottom: 5px;
		margin-top: 0;
	}
	
	.is-member .dtext {
		padding: 20px 0;
	}
	
	.left-logo {
		display: none;
	}
	
	.el-flex.is-icons .ibox {
		flex: 0 0 calc(33% - 3px);
	}
	
	.el-flex.is-icons .flexic {
		gap: 5px;
		row-gap: 30px;
	}
	
	.el-flex.is-icons .ititle {
		font-size: 15px;
		font-weight: normal;
	}
	
	.el-grid.is-icons .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.el-grid.is-icons .dtext {
		margin-top: 10px;
	}
	
	.el-grid.is-icons .row {
		gap: 0;
		row-gap: 30px;
	}
	
	.el-ajax.is-proj .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.is-proj .proj .dtitle {
		margin-bottom: 5px;
		line-height: 135%;
	}
	
	.is-proj .proj .dthumb {
		margin-bottom: 10px;
	}
	
	.mt-5 {
		margin-top: 20px !important;
	}
	
	.el-cta .flexic .btitle {
		margin-bottom: 5px;
	}
	
	.el-cta .flexic .dtitle {
		font-size: 21px;
		margin-bottom: 30px;
	}
	
	.el-title.v1 .dtext {
		line-height: 170%;
	}
	
	.is-project .dtext {
		line-height: 170%;
	}
	
	.is-project .owl-bg {
		margin-bottom: 20px;
	}
	
	.is-project #big .item {
		padding-bottom: 90%;
	}
	
	.is-project #thumbs .item {
		height: 90px;
	}
	
	.is-project .owlprev {
		left: 0;
	}
	
	.is-project .owlnext {
		right: 0;
	}
	
	.is-project .owlprev, .is-project .owlnext {
		filter: brightness(0) invert(1);
	}
	
	.el-swiper .swiper-slide-active {
		width: calc(100%);
	}
	
	.el-swiper .swiper-slide-active .item .pad {
		font-size: 17px;
		line-height: 150%;
	}
	
	.el-swiper .swiper-slide .item .btn {
		left: 30px;
	}
	
	.el-swiper .slider-bg {
		margin: 0 0px;
		padding: 0 15px;
	}
	
	.el-swiper .swiper-slide, .el-swiper .swiper-slide-active {
		width: 100%;
	}
	
	.el-events .owlprev, .el-events .owlnext {
		top: 50%;
	}
	
	.el-cta-slider .cta .dinfo {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.el-cta-slider .color-1 {
		background-color: #205a41;
		opacity: .5;
	}
	
	.el-cta-slider .color-2 {
		background-color: #003b4a;
		opacity: .5;
	}
	
	.el-cta-slider .color-3 {
		background-color: #008996;
		opacity: .5;
	}
	
	.el-cta-slider .color-4 {
		background-color: #68813c;
		opacity: .5;
	}
	
	.el-cta-slider .owlbtn.owlprev {
		left: 20px;
	}
	
	.el-cta-slider .owlbtn.owlnext {
		left: 70px;
	}
	
	.is-media.v2 .overlay.ptn img {
		max-width: 50px;
	}
	
	.is-media.v2 .overlay.ptn::before {
		width: 20px;
		height: 20px;
	}
	
	.el-cta-slider .dtop {
		margin-bottom: 25px;
	}
	
	.el-cta-slider .cta .dinfo {
		padding: 20px;
		top: unset;
		bottom: 0;
	}
	
	.el-cta-slider .cta .ititle {
		margin-bottom: 20px;
		font-size: 25px;
	}
	
	.el-cta-slider .cta .itext {
		font-size: 17px;
	}
	
	.el-cta-slider .dtext {
		font-size: 17px;
	}
	
	.el-cta-slider .cta .dinfo {}
	
	.el-cta-slider .owl-bg {
		overflow: visible;
		margin-bottom: 25px;
	}
	
	.el-cta-slider .owlbtn.owlprev, .el-cta-slider .owlbtn.owlnext {
		top: 20px;
		bottom: unset;
		width: 30px;
		left: unset;
	}
	
	.el-cta-slider .owlbtn.owlprev {
		right: 55px;
	}
	
	.el-cta-slider .owlbtn.owlnext {
		right: 20px;
	}
	
	.el-column.is-media .btitle {
		margin-bottom: 10px;
	}
	
	.el-career .set-filters {
		align-items: flex-start;
	}
	
	.el-career .fam-title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.el-career .item a {
		flex-direction: column;
		font-size: 16px;
	}
	
	.el-career .item a span:last-child {
		font-size: 13px;
		font-weight: 400;
		color: var(--color);
	}
	
	.el-career .btn.btn-d {
		padding: 8px 20px;
	}
	
	.el-career .custom-select__trigger {
		line-height: 40px;
		height: 40px;
		background-color: #e0e0e0;
		border-radius: 0px;
	}
	
	.el-career .custom-option {
		font-size: 13px;
		line-height: 35px;
	}
	
	.el-hero.is-post .wrap {
		height: 90px;
	}
	
	.is-article .dtitle {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 150%;
	}
	
	.element.is-article iframe {
		height: 200px;
	}
	
	.is-article .dtext, .is-article .dtop {
		line-height: 175%;
	}
	
	.is-career .dlocation, .is-career .dtitle {
		font-size: 20px;
	}
	
	.is-career .dtext h3 {
		font-size: 17px;
	}
	
	.is-career .dtext {
		line-height: 175%;
	}
	
	.is-career .widget .btitle {
		margin-bottom: 5px;
	}
	
	.is-career .widget {
		margin-top: 25px;
	}
	
	.is-career {
		padding-bottom: 30px;
	}
	
	.is-media.v2 .dimage {
		height: 200px;
	}
	
	.el-ajax .proj-row .post {
		min-height: unset;
	}
}

.carousel {
	position: relative;
	box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
	box-sizing: inherit;
}

.carousel.is-draggable {
	cursor: move;
	cursor: grab;
}

.carousel.is-dragging {
	cursor: move;
	cursor: grabbing;
}

.carousel__viewport {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

.carousel__track {
	display: flex;
}

.carousel__slide {
	flex: 0 0 auto;
	width: var(--carousel-slide-width, 60%);
	max-width: 100%;
	padding: 1rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.has-dots {
	margin-bottom: calc(.5rem + 22px);
}

.carousel__dots {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: calc(100% + .5rem);
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	list-style: none;
	user-select: none;
}

.carousel__dots .carousel__dot {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.carousel__dots .carousel__dot:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: currentColor;
	opacity: .25;
	transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1;
}

.carousel__button {
	width: var(--carousel-button-width, 48px);
	height: var(--carousel-button-height, 48px);
	padding: 0;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
	color: var(--carousel-button-color, currentColor);
	background: var(--carousel-button-bg, transparent);
	border-radius: var(--carousel-button-border-radius, 50%);
	box-shadow: var(--carousel-button-shadow, none);
	transition: opacity .15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.carousel__button.is-prev {
	left: 10px;
}

.carousel__button.is-next {
	right: 10px;
}

.carousel__button[disabled] {
	cursor: default;
	opacity: .3;
}

.carousel__button svg {
	width: var(--carousel-button-svg-width, 50%);
	height: var(--carousel-button-svg-height, 50%);
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	stroke-linecap: round;
	filter: var(--carousel-button-svg-filter, none);
	pointer-events: none;
}

html.with-fancybox {
	scroll-behavior: auto;
}

body.compensate-for-scrollbar {
	overflow: hidden !important;
	touch-action: none;
}

.fancybox__container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	margin: 0;
	padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	color: var(--fancybox-color, #fff);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
	z-index: 1050;
	outline: none;
	transform-origin: top left;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 2.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
	box-sizing: inherit;
}

.fancybox__container :focus {
	outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94));
}

@media all and (min-width: 1024px) {
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px;
	}
}

.fancybox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--fancybox-bg, rgba(24, 24, 27, .92));
}

.fancybox__carousel {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	z-index: 10;
}

.fancybox__carousel.has-dots {
	margin-bottom: calc(.5rem + 22px);
}

.fancybox__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: default;
}

.fancybox__track {
	display: flex;
	height: 100%;
}

.fancybox__slide {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 48px 8px 8px 8px;
	position: relative;
	overscroll-behavior: contain;
	display: flex;
	flex-direction: column;
	outline: 0;
	overflow: auto;
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
	content: "";
	flex: 0 0 0;
	margin: auto;
}

@media all and (min-width: 1024px) {
	.fancybox__slide {
		padding: 64px 100px;
	}
}

.fancybox__content {
	margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
	padding: 36px;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	position: relative;
	align-self: center;
	display: flex;
	flex-direction: column;
	z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: thin dotted;
	box-shadow: none;
}

.fancybox__caption {
	align-self: center;
	max-width: 100%;
	margin: 0;
	padding: 1rem 0 0 0;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	visibility: visible;
	cursor: auto;
	flex-shrink: 0;
	overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
	visibility: hidden;
}

.fancybox__container>.carousel__dots {
	top: 100%;
	color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
	z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
	right: 8px;
}

@media all and (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-next {
		right: 40px;
	}
}

.fancybox__nav .carousel__button.is-prev {
	left: 8px;
}

@media all and (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-prev {
		left: 40px;
	}
}

.carousel__button.is-close {
	position: absolute;
	top: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	right: 8px;
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	z-index: 40;
}

@media all and (min-width: 1024px) {
	.carousel__button.is-close {
		right: 40px;
	}
}

.fancybox__content>.carousel__button.is-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
	pointer-events: none;
}

.fancybox__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053;
}

.fancybox__spinner svg {
	animation: fancybox-rotate 2s linear infinite;
	transform-origin: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: fancybox-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: currentColor;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
	animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
	animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
	animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
	animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
	animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
	animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
	animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
	animation: .15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}

@keyframes fancybox-zoomInUp {
	from {
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	
	to {
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fancybox-zoomOutDown {
	to {
		transform: scale(.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}

@keyframes fancybox-throwOutUp {
	to {
		transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}

@keyframes fancybox-throwOutDown {
	to {
		transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}

.fancybox__carousel .carousel__slide {
	scrollbar-width: thin;
	scrollbar-color: #ccc rgba(255, 255, 255, .1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, .1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: grabbing;
}

.fancybox__image {
	transform-origin: 0 0;
	user-select: none;
	transition: none;
}

.has-image .fancybox__content {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	min-height: 1px;
}

.is-closing .has-image .fancybox__content {
	overflow: visible;
}

.has-image[data-image-fit=contain] {
	overflow: visible;
	touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
	flex-direction: row;
	flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
	min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
	max-width: 100%;
	height: auto;
}

.has-image[data-image-fit=cover] {
	overflow: visible;
	touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
	width: 100%;
	height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	max-width: 100%;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	width: 100%;
	height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, .9);
	color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.fancybox__thumbs {
	flex: 0 0 auto;
	position: relative;
	padding: 0px 3px;
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
	animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0;
}

.fancybox__thumbs .carousel__slide {
	flex: 0 0 auto;
	width: var(--fancybox-thumbs-width, 96px);
	margin: 0;
	padding: 8px 3px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	opacity: 0;
	transition: opacity .15s ease;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity: .92;
}

.fancybox__thumbs .carousel__slide>* {
	pointer-events: none;
	user-select: none;
}

.fancybox__thumb {
	position: relative;
	width: 100%;
	padding-top: calc(100% / ( var(--fancybox-thumbs-ratio, 1.5) ));
	background-size: cover;
	background-position: center center;
	background-color: rgba(255, 255, 255, .1);
	background-repeat: no-repeat;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, .006) 8.1%, hsla(0deg, 0%, 0%, .021) 15.5%, hsla(0deg, 0%, 0%, .046) 22.5%, hsla(0deg, 0%, 0%, .077) 29%, hsla(0deg, 0%, 0%, .114) 35.3%, hsla(0deg, 0%, 0%, .155) 41.2%, hsla(0deg, 0%, 0%, .198) 47.1%, hsla(0deg, 0%, 0%, .242) 52.9%, hsla(0deg, 0%, 0%, .285) 58.8%, hsla(0deg, 0%, 0%, .326) 64.7%, hsla(0deg, 0%, 0%, .363) 71%, hsla(0deg, 0%, 0%, .394) 77.5%, hsla(0deg, 0%, 0%, .419) 84.5%, hsla(0deg, 0%, 0%, .434) 91.9%, hsla(0deg, 0%, 0%, .44) 100%);
	padding: 0;
	touch-action: none;
	display: flex;
	justify-content: space-between;
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4));
}

@media all and (min-width: 1024px) {
	.fancybox__toolbar {
		padding: 8px;
	}
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
	animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0;
}

.fancybox__toolbar__items {
	display: flex;
}

.fancybox__toolbar__items--left {
	margin-right: auto;
}

.fancybox__toolbar__items--center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
	margin-left: auto;
}

@media (max-width: 640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none;
	}
}

.fancybox__counter {
	min-width: 72px;
	padding: 0 10px;
	line-height: var(--carousel-button-height, 48px);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 30;
	user-select: none;
}

.fancybox__container:fullscreen::backdrop {
	opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block;
}
