/*# sourceMappingURL=main.css.map */

html {
	box-sizing: border-box;
}

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

ul[class], ol[class] {
	padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
	margin: 0;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class], ol[class] {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

img {
	max-width: 100%;
	display: block;
}

article > * + * {
	margin-top: 1em;
}

input, button, textarea, select {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

.my-lg {
	margin-top: 7rem;
	margin-bottom: 7rem;
}

@media (max-width: 767.98px) {
	.my-lg {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
}

.my-xl {
	margin-top: 10.75rem;
	margin-bottom: 10.75rem;
}

@media (max-width: 767.98px) {
	.my-xl {
		margin-top: 8rem;
		margin-bottom: 8rem;
	}
}

.mt-h {
	margin-top: .5rem;
}

.mt-3q {
	margin-top: .75rem;
}

.mt-1r {
	margin-top: 1rem;
}

.mt-15 {
	margin-top: 1.575rem;
}

.mt-0 {
	margin-top: 0;
}

.mt-sm {
	margin-top: 2.5rem;
}

@media (max-width: 767.98px) {
	.mt-sm {
		margin-top: 3.5rem;
	}
}

.mt-md, .block-clients-columns ul.list-columns {
	margin-top: 4.65rem;
}

@media (max-width: 767.98px) {
	.mt-md, .block-clients-columns ul.list-columns {
		margin-top: 3.5rem;
	}
}

.mt-lg {
	margin-top: 7rem;
}

@media (max-width: 767.98px) {
	.mt-lg {
		margin-top: 5rem;
	}
}

.mt-xl {
	margin-top: 10.75rem;
}

@media (max-width: 767.98px) {
	.mt-xl {
		margin-top: 8rem;
	}
}

.mt-xxl {
	margin-top: 14rem;
}

@media (max-width: 767.98px) {
	.mt-xxl {
		margin-top: 10rem;
	}
}

.mb-0 {
	margin-bottom: 0;
}

.mb-q {
	margin-bottom: .25rem;
}

.mb-h {
	margin-bottom: .5rem;
}

.mb-3q {
	margin-bottom: .75rem;
}

.mb-1hr {
	margin-bottom: .75rem;
}

.mb-1r {
	margin-bottom: 1rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-xs {
	margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.mb-xs {
		margin-bottom: 1rem;
	}
}

.mb-sm {
	margin-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
	.mb-sm {
		margin-bottom: 2.5rem;
	}
}

.mb-md {
	margin-bottom: 4.65rem;
}

@media (max-width: 767.98px) {
	.mb-md {
		margin-bottom: 3.5rem;
	}
}

.mb-lg {
	margin-bottom: 7rem;
}

@media (max-width: 767.98px) {
	.mb-lg {
		margin-bottom: 5rem;
	}
}

.mb-xl {
	margin-bottom: 10.75rem;
}

@media (max-width: 767.98px) {
	.mb-xl {
		margin-bottom: 8rem;
	}
}

.mb-xxl {
	margin-bottom: 14rem;
}

@media (max-width: 767.98px) {
	.mb-xxl {
		margin-bottom: 10rem;
	}
}

.mx-auto, .footer-sticky .footer-sticky-logo img, .footer-sticky .footer-sticky-logo video {
	margin-left: auto;
	margin-right: auto;
}

.py-1r {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-w {
	padding-top: 3.575rem;
	padding-bottom: 3.575rem;
}

@media (max-width: 767.98px) {
	.py-w {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.py-sm, .block-logo-grid .grid .grid-item {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
	.py-sm, .block-logo-grid .grid .grid-item {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

.py-md {
	padding-top: 4.65rem;
	padding-bottom: 4.65rem;
}

@media (max-width: 767.98px) {
	.py-md {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
}

.py-lg {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

@media (max-width: 767.98px) {
	.py-lg {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.py-xl {
	padding-top: 10.75rem;
	padding-bottom: 10.75rem;
}

@media (max-width: 767.98px) {
	.py-xl {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}

.py-xxl, .block-statement {
	padding-top: 14rem;
	padding-bottom: 14rem;
}

@media (max-width: 767.98px) {
	.py-xxl, .block-statement {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}

.pt-g {
	padding-top: 2rem;
}

@media (max-width: 767.98px) {
	.pt-g {
		padding-top: 1.25rem;
	}
}

.pt-1r {
	padding-top: 1rem;
}

.pt-sm, .distributor-item + .distributor-item {
	padding-top: 2.5rem;
}

@media (max-width: 767.98px) {
	.pt-sm, .distributor-item + .distributor-item {
		padding-top: 2.5rem;
	}
}

.pt-md {
	padding-top: 4.65rem;
}

@media (max-width: 767.98px) {
	.pt-md {
		padding-top: 3.5rem;
	}
}

.pt-lg {
	padding-top: 7rem;
}

@media (max-width: 767.98px) {
	.pt-lg {
		padding-top: 5rem;
	}
}

.pt-xl {
	padding-top: 10.75rem;
}

@media (max-width: 767.98px) {
	.pt-xl {
		padding-top: 8rem;
	}
}

.pt-xxl {
	padding-top: 14rem;
}

@media (max-width: 767.98px) {
	.pt-xxl {
		padding-top: 10rem;
	}
}

.pb-1r {
	padding-bottom: 1rem;
}

.pb-xs {
	padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.pb-xs {
		padding-bottom: 1rem;
	}
}

.pb-sm {
	padding-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
	.pb-sm {
		padding-bottom: 2.5rem;
	}
}

.pb-md {
	padding-bottom: 4.65rem;
}

@media (max-width: 767.98px) {
	.pb-md {
		padding-bottom: 3.5rem;
	}
}

.pb-lg, .single-products .block-wide-image + .block-heading {
	padding-bottom: 7rem;
}

@media (max-width: 767.98px) {
	.pb-lg, .single-products .block-wide-image + .block-heading {
		padding-bottom: 5rem;
	}
}

.pb-xl {
	padding-bottom: 10.75rem;
}

@media (max-width: 767.98px) {
	.pb-xl {
		padding-bottom: 8rem;
	}
}

.pb-xxl {
	padding-bottom: 14rem;
}

@media (max-width: 767.98px) {
	.pb-xxl {
		padding-bottom: 10rem;
	}
}

.px-hg, .flex-grid.blog-grid .flex-grid-item.item-post {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (max-width: 767.98px) {
	.px-hg, .flex-grid.blog-grid .flex-grid-item.item-post {
		padding-left: .625rem;
		padding-right: .625rem;
	}
}

.px-g {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (max-width: 767.98px) {
	.px-g {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.px-sm {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media (max-width: 767.98px) {
	.px-sm {
		padding-left: .625rem;
		padding-right: .625rem;
	}
}

.pl-1r {
	padding-left: 1rem;
}

.pr-1r {
	padding-right: 1rem;
}

.px-md {
	padding-left: 4.65rem;
	padding-right: 4.65rem;
}

@media (max-width: 767.98px) {
	.px-md {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.px-lg {
	padding-left: 7rem;
	padding-right: 7rem;
}

@media (max-width: 767.98px) {
	.px-lg {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.px-w {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (max-width: 767.98px) {
	.px-w {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.pxy-md {
	padding: 4.65rem;
}

@media (max-width: 767.98px) {
	.pxy-md {
		padding: 4.65rem 2.5rem;
	}
}

.pxy-sm {
	padding: 2.5rem;
}

@media (max-width: 767.98px) {
	.pxy-sm {
		padding: 2.5rem 2.5rem;
	}
}

.pxy-lg {
	padding: 7rem;
}

@media (max-width: 767.98px) {
	.pxy-lg {
		padding: 7rem 2.5rem;
	}
}

.pxy-w {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 3.575rem;
	padding-bottom: 3.575rem;
}

@media (max-width: 767.98px) {
	.pxy-w {
		padding-top: 3rem;
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, .75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
	display: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 2rem;
	height: 2px;
	margin: 0 8px;
	background: #333;
	border-radius: 3px;
	opacity: .25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.fa, .fas, .far, .fal, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

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

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
	filter: none;
}

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

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

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

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

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-abacus:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acorn:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

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

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

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adobe:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

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

.fa-alarm-clock:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alicorn:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

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

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-analytics:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angel:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

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

.fa-angle-double-left:before {
	content: "";
}

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

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

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

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-crate:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-alt-down:before {
	content: "";
}

.fa-arrow-alt-from-bottom:before {
	content: "";
}

.fa-arrow-alt-from-left:before {
	content: "";
}

.fa-arrow-alt-from-right:before {
	content: "";
}

.fa-arrow-alt-from-top:before {
	content: "";
}

.fa-arrow-alt-left:before {
	content: "";
}

.fa-arrow-alt-right:before {
	content: "";
}

.fa-arrow-alt-square-down:before {
	content: "";
}

.fa-arrow-alt-square-left:before {
	content: "";
}

.fa-arrow-alt-square-right:before {
	content: "";
}

.fa-arrow-alt-square-up:before {
	content: "";
}

.fa-arrow-alt-to-bottom:before {
	content: "";
}

.fa-arrow-alt-to-left:before {
	content: "";
}

.fa-arrow-alt-to-right:before {
	content: "";
}

.fa-arrow-alt-to-top:before {
	content: "";
}

.fa-arrow-alt-up:before {
	content: "";
}

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

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

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

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-from-bottom:before {
	content: "";
}

.fa-arrow-from-left:before {
	content: "";
}

.fa-arrow-from-right:before {
	content: "";
}

.fa-arrow-from-top:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-square-down:before {
	content: "";
}

.fa-arrow-square-left:before {
	content: "";
}

.fa-arrow-square-right:before {
	content: "";
}

.fa-arrow-square-up:before {
	content: "";
}

.fa-arrow-to-bottom:before {
	content: "";
}

.fa-arrow-to-left:before {
	content: "";
}

.fa-arrow-to-right:before {
	content: "";
}

.fa-arrow-to-top:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-atom-alt:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-axe:before {
	content: "";
}

.fa-axe-battle:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backpack:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-badge:before {
	content: "";
}

.fa-badge-check:before {
	content: "";
}

.fa-badge-dollar:before {
	content: "";
}

.fa-badge-percent:before {
	content: "";
}

.fa-badger-honey:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

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

.fa-ball-pile:before {
	content: "";
}

.fa-ballot:before {
	content: "";
}

.fa-ballot-check:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-barcode-alt:before {
	content: "";
}

.fa-barcode-read:before {
	content: "";
}

.fa-barcode-scan:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-basketball-hoop:before {
	content: "";
}

.fa-bat:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-bolt:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-slash:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-school:before {
	content: "";
}

.fa-bell-school-slash:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bells:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blanket:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

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

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bone-break:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-alt:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-heart:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-book-spells:before {
	content: "";
}

.fa-book-user:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-books:before {
	content: "";
}

.fa-books-medical:before {
	content: "";
}

.fa-boot:before {
	content: "";
}

.fa-booth-curtain:before {
	content: "";
}

.fa-bow-arrow:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-bowling-pins:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-alt:before {
	content: "";
}

.fa-box-ballot:before {
	content: "";
}

.fa-box-check:before {
	content: "";
}

.fa-box-fragile:before {
	content: "";
}

.fa-box-full:before {
	content: "";
}

.fa-box-heart:before {
	content: "";
}

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

.fa-box-up:before {
	content: "";
}

.fa-box-usd:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-boxes-alt:before {
	content: "";
}

.fa-boxing-glove:before {
	content: "";
}

.fa-brackets:before {
	content: "";
}

.fa-brackets-curly:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-loaf:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-browser:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bullseye-arrow:before {
	content: "";
}

.fa-bullseye-pointer:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-burrito:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-bus-school:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-cabinet-filing:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calculator-alt:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

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

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-edit:before {
	content: "";
}

.fa-calendar-exclamation:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-star:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-alt:before {
	content: "";
}

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

.fa-campfire:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candle-holder:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-candy-corn:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

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

.fa-car-bump:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-garage:before {
	content: "";
}

.fa-car-mechanic:before {
	content: "";
}

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

.fa-car-tilt:before {
	content: "";
}

.fa-car-wash:before {
	content: "";
}

.fa-caret-circle-down:before {
	content: "";
}

.fa-caret-circle-left:before {
	content: "";
}

.fa-caret-circle-right:before {
	content: "";
}

.fa-caret-circle-up:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

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

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cauldron:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chair-office:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

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

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

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

.fa-chart-line:before {
	content: "";
}

.fa-chart-line-down:before {
	content: "";
}

.fa-chart-network:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-chart-pie-alt:before {
	content: "";
}

.fa-chart-scatter:before {
	content: "";
}

.fa-check:before {
	content: "";
}

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

.fa-check-double:before {
	content: "";
}

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

.fa-cheese:before {
	content: "";
}

.fa-cheese-swiss:before {
	content: "";
}

.fa-cheeseburger:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

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

.fa-chess-bishop-alt:before {
	content: "";
}

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

.fa-chess-clock:before {
	content: "";
}

.fa-chess-clock-alt:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-king-alt:before {
	content: "";
}

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

.fa-chess-knight-alt:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-pawn-alt:before {
	content: "";
}

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

.fa-chess-queen-alt:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chess-rook-alt:before {
	content: "";
}

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

.fa-chevron-circle-left:before {
	content: "";
}

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

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

.fa-chevron-double-down:before {
	content: "";
}

.fa-chevron-double-left:before {
	content: "";
}

.fa-chevron-double-right:before {
	content: "";
}

.fa-chevron-double-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-square-down:before {
	content: "";
}

.fa-chevron-square-left:before {
	content: "";
}

.fa-chevron-square-right:before {
	content: "";
}

.fa-chevron-square-up:before {
	content: "";
}

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

.fa-child:before {
	content: "";
}

.fa-chimney:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

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

.fa-city:before {
	content: "";
}

.fa-claw-marks:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

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

.fa-clipboard-list-check:before {
	content: "";
}

.fa-clipboard-prescription:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-drizzle:before {
	content: "";
}

.fa-cloud-hail:before {
	content: "";
}

.fa-cloud-hail-mixed:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-rainbow:before {
	content: "";
}

.fa-cloud-showers:before {
	content: "";
}

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

.fa-cloud-sleet:before {
	content: "";
}

.fa-cloud-snow:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

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

.fa-cloud-upload:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-clouds:before {
	content: "";
}

.fa-clouds-moon:before {
	content: "";
}

.fa-clouds-sun:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-club:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-coffee-togo:before {
	content: "";
}

.fa-coffin:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

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

.fa-comment-alt-check:before {
	content: "";
}

.fa-comment-alt-dollar:before {
	content: "";
}

.fa-comment-alt-dots:before {
	content: "";
}

.fa-comment-alt-edit:before {
	content: "";
}

.fa-comment-alt-exclamation:before {
	content: "";
}

.fa-comment-alt-lines:before {
	content: "";
}

.fa-comment-alt-medical:before {
	content: "";
}

.fa-comment-alt-minus:before {
	content: "";
}

.fa-comment-alt-plus:before {
	content: "";
}

.fa-comment-alt-slash:before {
	content: "";
}

.fa-comment-alt-smile:before {
	content: "";
}

.fa-comment-alt-times:before {
	content: "";
}

.fa-comment-check:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-edit:before {
	content: "";
}

.fa-comment-exclamation:before {
	content: "";
}

.fa-comment-lines:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-minus:before {
	content: "";
}

.fa-comment-plus:before {
	content: "";
}

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

.fa-comment-smile:before {
	content: "";
}

.fa-comment-times:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-alt:before {
	content: "";
}

.fa-comments-alt-dollar:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-slash:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

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

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

.fa-compress-wide:before {
	content: "";
}

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

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-container-storage:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-conveyor-belt:before {
	content: "";
}

.fa-conveyor-belt-alt:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-corn:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-credit-card-blank:before {
	content: "";
}

.fa-credit-card-front:before {
	content: "";
}

.fa-cricket:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-croissant:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-crutches:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-curling:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dagger:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-debug:before {
	content: "";
}

.fa-deer:before {
	content: "";
}

.fa-deer-rudolph:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-desktop-alt:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dewpoint:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d10:before {
	content: "";
}

.fa-dice-d12:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d4:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-d8:before {
	content: "";
}

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

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

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

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

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

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

.fa-diploma:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-do-not-enter:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dog-leashed:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-empty:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-dolly-flatbed-alt:before {
	content: "";
}

.fa-dolly-flatbed-empty:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

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

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

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

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

.fa-dragon:before {
	content: "";
}

.fa-draw-circle:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-draw-square:before {
	content: "";
}

.fa-dreidel:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-duck:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-ear:before {
	content: "";
}

.fa-ear-muffs:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-eclipse:before {
	content: "";
}

.fa-eclipse-alt:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-egg-fried:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-elephant:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-h-alt:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ellipsis-v-alt:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-empty-set:before {
	content: "";
}

.fa-engine-warning:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-dollar:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

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

.fa-exchange:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

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

.fa-exclamation-square:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows:before {
	content: "";
}

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

.fa-expand-wide:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

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

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

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-evil:before {
	content: "";
}

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

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-field-hockey:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

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

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-certificate:before {
	content: "";
}

.fa-file-chart-line:before {
	content: "";
}

.fa-file-chart-pie:before {
	content: "";
}

.fa-file-check:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

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

.fa-file-download:before {
	content: "";
}

.fa-file-edit:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-exclamation:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

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

.fa-file-invoice:before {
	content: "";
}

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

.fa-file-medical:before {
	content: "";
}

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

.fa-file-minus:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-plus:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

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

.fa-file-signature:before {
	content: "";
}

.fa-file-spreadsheet:before {
	content: "";
}

.fa-file-times:before {
	content: "";
}

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

.fa-file-user:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-files-medical:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

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

.fa-film:before {
	content: "";
}

.fa-film-alt:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-smoke:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-fireplace:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fish-cooked:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-alt:before {
	content: "";
}

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

.fa-flag-usa:before {
	content: "";
}

.fa-flame:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-poison:before {
	content: "";
}

.fa-flask-potion:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flower:before {
	content: "";
}

.fa-flower-daffodil:before {
	content: "";
}

.fa-flower-tulip:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-fog:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

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

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

.fa-folder-times:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-folders:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

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

.fa-football-helmet:before {
	content: "";
}

.fa-forklift:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-fragile:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-french-fries:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frosty-head:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

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

.fa-fulcrum:before {
	content: "";
}

.fa-function:before {
	content: "";
}

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

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

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

.fa-gas-pump-slash:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gift-card:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-gingerbread-man:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass:before {
	content: "";
}

.fa-glass-champagne:before {
	content: "";
}

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

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

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

.fa-glass-whiskey:before {
	content: "";
}

.fa-glass-whiskey-rocks:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glasses-alt:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

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

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-globe-snow:before {
	content: "";
}

.fa-globe-stand:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-golf-club:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

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

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

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

.fa-grin-tears:before {
	content: "";
}

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

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

.fa-grin-tongue-wink:before {
	content: "";
}

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

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

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

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-h1:before {
	content: "";
}

.fa-h2:before {
	content: "";
}

.fa-h3:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hammer-war:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-heart:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-box:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-magic:before {
	content: "";
}

.fa-hand-holding-seedling:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

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

.fa-hand-peace:before {
	content: "";
}

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

.fa-hand-point-left:before {
	content: "";
}

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

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

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-receiving:before {
	content: "";
}

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

.fa-hand-scissors:before {
	content: "";
}

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

.fa-hands:before {
	content: "";
}

.fa-hands-heart:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-usd:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-santa:before {
	content: "";
}

.fa-hat-winter:before {
	content: "";
}

.fa-hat-witch:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-haykal:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side:before {
	content: "";
}

.fa-head-side-brain:before {
	content: "";
}

.fa-head-side-medical:before {
	content: "";
}

.fa-head-vr:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

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

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

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

.fa-heart-circle:before {
	content: "";
}

.fa-heart-rate:before {
	content: "";
}

.fa-heart-square:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-helmet-battle:before {
	content: "";
}

.fa-hexagon:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-mask:before {
	content: "";
}

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

.fa-hockey-sticks:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-home-alt:before {
	content: "";
}

.fa-home-heart:before {
	content: "";
}

.fa-home-lg:before {
	content: "";
}

.fa-home-lg-alt:before {
	content: "";
}

.fa-hood-cloak:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

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

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

.fa-hospitals:before {
	content: "";
}

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

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

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

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

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

.fa-house-damage:before {
	content: "";
}

.fa-house-flood:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-humidity:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

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

.fa-ice-cream:before {
	content: "";
}

.fa-ice-skate:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

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

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-inbox-in:before {
	content: "";
}

.fa-inbox-out:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-industry-alt:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-info-square:before {
	content: "";
}

.fa-inhaler:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-integral:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-intersection:before {
	content: "";
}

.fa-inventory:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-island-tropical:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-jack-o-lantern:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-key-skeleton:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-keynote:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kidneys:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

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

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kite:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-knife-kitchen:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-lambda:before {
	content: "";
}

.fa-lamp:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

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

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

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

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

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-layer-minus:before {
	content: "";
}

.fa-layer-plus:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leaf-heart:before {
	content: "";
}

.fa-leaf-maple:before {
	content: "";
}

.fa-leaf-oak:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

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

.fa-level-down:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lightbulb-dollar:before {
	content: "";
}

.fa-lightbulb-exclamation:before {
	content: "";
}

.fa-lightbulb-on:before {
	content: "";
}

.fa-lightbulb-slash:before {
	content: "";
}

.fa-lights-holiday:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lips:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location:before {
	content: "";
}

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

.fa-location-circle:before {
	content: "";
}

.fa-location-slash:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-alt:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-lock-open-alt:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

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

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

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

.fa-loveseat:before {
	content: "";
}

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

.fa-luchador:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-mace:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

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

.fa-mailbox:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-mandolin:before {
	content: "";
}

.fa-map:before {
	content: "";
}

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

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

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-marker-alt-slash:before {
	content: "";
}

.fa-map-marker-check:before {
	content: "";
}

.fa-map-marker-edit:before {
	content: "";
}

.fa-map-marker-exclamation:before {
	content: "";
}

.fa-map-marker-minus:before {
	content: "";
}

.fa-map-marker-plus:before {
	content: "";
}

.fa-map-marker-question:before {
	content: "";
}

.fa-map-marker-slash:before {
	content: "";
}

.fa-map-marker-smile:before {
	content: "";
}

.fa-map-marker-times:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

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

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

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

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-meat:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaphone:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

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

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

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

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-mind-share:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

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

.fa-minus-hexagon:before {
	content: "";
}

.fa-minus-octagon:before {
	content: "";
}

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

.fa-mistletoe:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-mobile-android:before {
	content: "";
}

.fa-mobile-android-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

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

.fa-money-bill-alt:before {
	content: "";
}

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

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monitor-heart-rate:before {
	content: "";
}

.fa-monkey:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-moon-cloud:before {
	content: "";
}

.fa-moon-stars:before {
	content: "";
}

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

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountains:before {
	content: "";
}

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

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

.fa-mug-marshmallows:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-narwhal:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-nintendo-switch:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

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

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

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octagon:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-temp:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-omega:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-ornament:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

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

.fa-paint-brush-alt:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-pallet-alt:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-parking-circle:before {
	content: "";
}

.fa-parking-circle-slash:before {
	content: "";
}

.fa-parking-slash:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paw-alt:before {
	content: "";
}

.fa-paw-claws:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pegasus:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

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

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

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

.fa-pencil-paintbrush:before {
	content: "";
}

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

.fa-pennant:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

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

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

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-carry:before {
	content: "";
}

.fa-person-dolly:before {
	content: "";
}

.fa-person-dolly-empty:before {
	content: "";
}

.fa-person-sign:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-office:before {
	content: "";
}

.fa-phone-plus:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pi:before {
	content: "";
}

.fa-pie:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pig:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza:before {
	content: "";
}

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

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-alt:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-play:before {
	content: "";
}

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

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-hexagon:before {
	content: "";
}

.fa-plus-octagon:before {
	content: "";
}

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

.fa-podcast:before {
	content: "";
}

.fa-podium:before {
	content: "";
}

.fa-podium-star:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poll-people:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

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

.fa-poop:before {
	content: "";
}

.fa-popcorn:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

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

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

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

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-presentation:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-print-search:before {
	content: "";
}

.fa-print-slash:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pumpkin:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-question-square:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-rabbit:before {
	content: "";
}

.fa-rabbit-fast:before {
	content: "";
}

.fa-racquet:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-raindrops:before {
	content: "";
}

.fa-ram:before {
	content: "";
}

.fa-ramp-loading:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-rectangle-landscape:before {
	content: "";
}

.fa-rectangle-portrait:before {
	content: "";
}

.fa-rectangle-wide:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-repeat-1:before {
	content: "";
}

.fa-repeat-1-alt:before {
	content: "";
}

.fa-repeat-alt:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

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

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-retweet-alt:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-rings-wedding:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-route-highway:before {
	content: "";
}

.fa-route-interstate:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

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

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

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

.fa-ruler-triangle:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rv:before {
	content: "";
}

.fa-sack:before {
	content: "";
}

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

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salad:before {
	content: "";
}

.fa-sandwich:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-sausage:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-scalpel:before {
	content: "";
}

.fa-scalpel-path:before {
	content: "";
}

.fa-scanner:before {
	content: "";
}

.fa-scanner-keyboard:before {
	content: "";
}

.fa-scanner-touchscreen:before {
	content: "";
}

.fa-scarecrow:before {
	content: "";
}

.fa-scarf:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-old:before {
	content: "";
}

.fa-scrubber:before {
	content: "";
}

.fa-scythe:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

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

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-all:before {
	content: "";
}

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

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-sheep:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-check:before {
	content: "";
}

.fa-shield-cross:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shipping-timed:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shish-kebab:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

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

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shovel:before {
	content: "";
}

.fa-shovel-snow:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shredder:before {
	content: "";
}

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

.fa-shuttlecock:before {
	content: "";
}

.fa-sickle:before {
	content: "";
}

.fa-sigma:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

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

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

.fa-sign-language:before {
	content: "";
}

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

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

.fa-signal:before {
	content: "";
}

.fa-signal-1:before {
	content: "";
}

.fa-signal-2:before {
	content: "";
}

.fa-signal-3:before {
	content: "";
}

.fa-signal-4:before {
	content: "";
}

.fa-signal-alt:before {
	content: "";
}

.fa-signal-alt-1:before {
	content: "";
}

.fa-signal-alt-2:before {
	content: "";
}

.fa-signal-alt-3:before {
	content: "";
}

.fa-signal-alt-slash:before {
	content: "";
}

.fa-signal-slash:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-skeleton:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-ski-jump:before {
	content: "";
}

.fa-ski-lift:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sledding:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-sliders-h-square:before {
	content: "";
}

.fa-sliders-v:before {
	content: "";
}

.fa-sliders-v-square:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

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

.fa-smile-plus:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoke:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snake:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snow-blowing:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowflakes:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowmobile:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

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

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

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

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-soup:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

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

.fa-spade:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spider-black-widow:before {
	content: "";
}

.fa-spider-web:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-spinner-third:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

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

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-squirrel:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-staff:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

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

.fa-star-christmas:before {
	content: "";
}

.fa-star-exclamation:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-stars:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steak:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-steering-wheel:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

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

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stocking:before {
	content: "";
}

.fa-stomach:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

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

.fa-stopwatch:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-stretcher:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-cloud:before {
	content: "";
}

.fa-sun-dust:before {
	content: "";
}

.fa-sun-haze:before {
	content: "";
}

.fa-sunrise:before {
	content: "";
}

.fa-sunset:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-sword:before {
	content: "";
}

.fa-swords:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

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

.fa-tablet-android:before {
	content: "";
}

.fa-tablet-android-alt:before {
	content: "";
}

.fa-tablet-rugged:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

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

.fa-tachometer-alt-fast:before {
	content: "";
}

.fa-tachometer-alt-fastest:before {
	content: "";
}

.fa-tachometer-alt-slow:before {
	content: "";
}

.fa-tachometer-alt-slowest:before {
	content: "";
}

.fa-tachometer-average:before {
	content: "";
}

.fa-tachometer-fast:before {
	content: "";
}

.fa-tachometer-fastest:before {
	content: "";
}

.fa-tachometer-slow:before {
	content: "";
}

.fa-tachometer-slowest:before {
	content: "";
}

.fa-taco:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tally:before {
	content: "";
}

.fa-tanakh:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-tasks-alt:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-frigid:before {
	content: "";
}

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

.fa-temperature-hot:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-tennis-ball:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

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

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

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

.fa-thermometer-full:before {
	content: "";
}

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

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-theta:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-thunderstorm:before {
	content: "";
}

.fa-thunderstorm-moon:before {
	content: "";
}

.fa-thunderstorm-sun:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tilde:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-times-hexagon:before {
	content: "";
}

.fa-times-octagon:before {
	content: "";
}

.fa-times-square:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tire:before {
	content: "";
}

.fa-tire-flat:before {
	content: "";
}

.fa-tire-pressure-warning:before {
	content: "";
}

.fa-tire-rugged:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

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

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

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-alt:before {
	content: "";
}

.fa-tombstone:before {
	content: "";
}

.fa-tombstone-alt:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-toothbrush:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

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

.fa-tornado:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-cone:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-traffic-light-go:before {
	content: "";
}

.fa-traffic-light-slow:before {
	content: "";
}

.fa-traffic-light-stop:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

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

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-treasure-chest:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-alt:before {
	content: "";
}

.fa-tree-christmas:before {
	content: "";
}

.fa-tree-decorated:before {
	content: "";
}

.fa-tree-large:before {
	content: "";
}

.fa-tree-palm:before {
	content: "";
}

.fa-trees:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-triangle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trophy-alt:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-container:before {
	content: "";
}

.fa-truck-couch:before {
	content: "";
}

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

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

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plow:before {
	content: "";
}

.fa-truck-ramp:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-turkey:before {
	content: "";
}

.fa-turtle:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-tv-retro:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

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

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

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

.fa-unicorn:before {
	content: "";
}

.fa-union:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

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

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

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

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usd-circle:before {
	content: "";
}

.fa-usd-square:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-chart:before {
	content: "";
}

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

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-crown:before {
	content: "";
}

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

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

.fa-user-graduate:before {
	content: "";
}

.fa-user-hard-hat:before {
	content: "";
}

.fa-user-headset:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-md-chat:before {
	content: "";
}

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

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

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

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

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

.fa-users:before {
	content: "";
}

.fa-users-class:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-crown:before {
	content: "";
}

.fa-users-medical:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-fork:before {
	content: "";
}

.fa-utensil-knife:before {
	content: "";
}

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

.fa-utensils:before {
	content: "";
}

.fa-utensils-alt:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-value-absolute:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

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

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-plus:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

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

.fa-volume:before {
	content: "";
}

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

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-slash:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-nay:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walker:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-wand:before {
	content: "";
}

.fa-wand-magic:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-warehouse-alt:before {
	content: "";
}

.fa-watch:before {
	content: "";
}

.fa-watch-fitness:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-water-lower:before {
	content: "";
}

.fa-water-rise:before {
	content: "";
}

.fa-webcam:before {
	content: "";
}

.fa-webcam-slash:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

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

.fa-weixin:before {
	content: "";
}

.fa-whale:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheat:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whistle:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wifi-1:before {
	content: "";
}

.fa-wifi-2:before {
	content: "";
}

.fa-wifi-slash:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-wind-warning:before {
	content: "";
}

.fa-window:before {
	content: "";
}

.fa-window-alt:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

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

.fa-windows:before {
	content: "";
}

.fa-windsock:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wreath:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

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

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

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

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

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fal {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

body:not(.wp-admin) [data-sal] {
	transition-duration: .2s;
	transition-duration: var(--sal-duration, .2s);
	transition-delay: 0s;
	transition-delay: var(--sal-delay, 0s);
	transition-timing-function: ease;
	transition-timing-function: var(--sal-easing, ease);
}

body:not(.wp-admin) [data-sal][data-sal-duration="200"] {
	transition-duration: .2s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="250"] {
	transition-duration: .25s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="300"] {
	transition-duration: .3s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="350"] {
	transition-duration: .35s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="400"] {
	transition-duration: .4s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="450"] {
	transition-duration: .45s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="500"] {
	transition-duration: .5s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="550"] {
	transition-duration: .55s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="600"] {
	transition-duration: .6s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="650"] {
	transition-duration: .65s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="700"] {
	transition-duration: .7s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="750"] {
	transition-duration: .75s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="800"] {
	transition-duration: .8s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="850"] {
	transition-duration: .85s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="900"] {
	transition-duration: .9s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="950"] {
	transition-duration: .95s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1000"] {
	transition-duration: 1s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1050"] {
	transition-duration: 1.05s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1100"] {
	transition-duration: 1.1s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1150"] {
	transition-duration: 1.15s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1200"] {
	transition-duration: 1.2s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1250"] {
	transition-duration: 1.25s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1300"] {
	transition-duration: 1.3s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1350"] {
	transition-duration: 1.35s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1400"] {
	transition-duration: 1.4s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1450"] {
	transition-duration: 1.45s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1500"] {
	transition-duration: 1.5s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1550"] {
	transition-duration: 1.55s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1600"] {
	transition-duration: 1.6s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1650"] {
	transition-duration: 1.65s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1700"] {
	transition-duration: 1.7s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1750"] {
	transition-duration: 1.75s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1800"] {
	transition-duration: 1.8s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1850"] {
	transition-duration: 1.85s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1900"] {
	transition-duration: 1.9s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="1950"] {
	transition-duration: 1.95s;
}

body:not(.wp-admin) [data-sal][data-sal-duration="2000"] {
	transition-duration: 2s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="50"] {
	transition-delay: .05s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="100"] {
	transition-delay: .1s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="150"] {
	transition-delay: .15s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="200"] {
	transition-delay: .2s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="250"] {
	transition-delay: .25s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="300"] {
	transition-delay: .3s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="350"] {
	transition-delay: .35s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="400"] {
	transition-delay: .4s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="450"] {
	transition-delay: .45s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="500"] {
	transition-delay: .5s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="550"] {
	transition-delay: .55s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="600"] {
	transition-delay: .6s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="650"] {
	transition-delay: .65s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="700"] {
	transition-delay: .7s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="750"] {
	transition-delay: .75s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="800"] {
	transition-delay: .8s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="850"] {
	transition-delay: .85s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="900"] {
	transition-delay: .9s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="950"] {
	transition-delay: .95s;
}

body:not(.wp-admin) [data-sal][data-sal-delay="1000"] {
	transition-delay: 1s;
}

body:not(.wp-admin) [data-sal][data-sal-easing="linear"] {
	transition-timing-function: linear;
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease"] {
	transition-timing-function: ease;
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in"] {
	transition-timing-function: ease-in;
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-out"] {
	transition-timing-function: ease-out;
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-out"] {
	transition-timing-function: ease-in-out;
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-cubic"] {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-out-cubic"] {
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-out-cubic"] {
	transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-circ"] {
	transition-timing-function: cubic-bezier(.6, .04, .98, .335);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-out-circ"] {
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-out-circ"] {
	transition-timing-function: cubic-bezier(.785, .135, .15, .86);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-expo"] {
	transition-timing-function: cubic-bezier(.95, .05, .795, .035);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-out-expo"] {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-out-expo"] {
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-quad"] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-out-quad"] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-out-quad"] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-quart"] {
	transition-timing-function: cubic-bezier(.895, .03, .685, .22);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-out-quart"] {
	transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-out-quart"] {
	transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-quint"] {
	transition-timing-function: cubic-bezier(.755, .05, .855, .06);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-out-quint"] {
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-out-quint"] {
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-sine"] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-out-sine"] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-out-sine"] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-back"] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-out-back"] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

body:not(.wp-admin) [data-sal][data-sal-easing="ease-in-out-back"] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

body:not(.wp-admin) [data-sal|="fade"] {
	opacity: 0;
	transition-property: opacity;
}

body:not(.wp-admin) .sal-animate[data-sal|="fade"], body:not(.wp-admin) body.sal-disabled [data-sal|="fade"] {
	opacity: 1;
}

body:not(.wp-admin) [data-sal|="slide"] {
	opacity: 0;
	transition-property: opacity, transform;
}

body:not(.wp-admin) [data-sal="slide-up"] {
	transform: translateY(20%);
}

body:not(.wp-admin) [data-sal="slide-down"] {
	transform: translateY(-20%);
}

body:not(.wp-admin) [data-sal="slide-left"] {
	transform: translateX(20%);
}

body:not(.wp-admin) [data-sal="slide-right"] {
	transform: translateX(-20%);
}

body:not(.wp-admin) .sal-animate[data-sal|="slide"], body:not(.wp-admin) body.sal-disabled [data-sal|="slide"] {
	opacity: 1;
	transform: none;
}

body:not(.wp-admin) [data-sal|="zoom"] {
	opacity: 0;
	transition-property: opacity, transform;
}

body:not(.wp-admin) [data-sal="zoom-in"] {
	transform: scale(.5);
}

body:not(.wp-admin) [data-sal="zoom-out"] {
	transform: scale(1.1);
}

body:not(.wp-admin) .sal-animate[data-sal|="zoom"], body:not(.wp-admin) body.sal-disabled [data-sal|="zoom"] {
	opacity: 1;
	transform: none;
}

body:not(.wp-admin) [data-sal|="flip"] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: transform;
}

body:not(.wp-admin) [data-sal="flip-left"] {
	transform: perspective(2000px) rotateY(-91deg);
}

body:not(.wp-admin) [data-sal="flip-right"] {
	transform: perspective(2000px) rotateY(91deg);
}

body:not(.wp-admin) [data-sal="flip-up"] {
	transform: perspective(2000px) rotateX(-91deg);
}

body:not(.wp-admin) [data-sal="flip-down"] {
	transform: perspective(2000px) rotateX(91deg);
}

body:not(.wp-admin) .sal-animate[data-sal|="flip"], body:not(.wp-admin) body.sal-disabled [data-sal|="flip"] {
	transform: none;
}

body:not(.wp-admin) [data-sal="slide-up"] {
	--sal-duration: .25s;
	--sal-easing: ease-out-cubic;
	transform: translateY(2rem);
}

body:not(.wp-admin) :root {
	--sal-duration: .75s;
	--sal-easing: ease-out-cubic;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}

#swipebox-overlay img {
	border: none !important;
}

#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

#swipebox-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}

#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}

#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	background-color: #fff;
	position: absolute;
	left: 0;
	z-index: 999;
	height: auto;
	width: 100%;
}

#swipebox-bottom-bar {
	bottom: 0;
	z-index: 100000;
}

#swipebox-top-bar {
	padding: 0 !important;
	top: 0;
}

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	top: 0;
	z-index: 100000;
}

#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#swipebox-prev.disabled, #swipebox-next.disabled {
	opacity: .5;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring .3s;
	animation: rightSpring .3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring .3s;
	animation: leftSpring .3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: " ";
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}

.swipebox-touch #swipebox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
	box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
	box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
	opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1;
}

@-webkit-keyframes rightSpring {
	0% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
	
	100% {
		left: 0;
	}
}

@keyframes rightSpring {
	0% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
	
	100% {
		left: 0;
	}
}

@-webkit-keyframes leftSpring {
	0% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
	
	100% {
		left: 0;
	}
}

@keyframes leftSpring {
	0% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
	
	100% {
		left: 0;
	}
}

#swipebox-overlay {
	background-color: #fff;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	background-color: #fff;
	opacity: 1 !important;
}

#swipebox-arrows {
	height: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#swipebox-top-bar {
	padding: .25rem .5rem .25rem .5rem;
}

#swipebox-close {
	height: unset;
	width: unset;
	display: block;
	top: 0;
	right: 1rem;
	position: absolute;
	z-index: 9999;
	font-size: 1rem;
	color: #0c0c0c;
}

#swipebox-title-top {
	display: block;
	width: 100%;
	text-align: center;
}

#swipebox-overlay {
	opacity: 0;
	transition: opacity .5s ease-out;
}

#swipebox-overlay.opened {
	opacity: 1;
}

#swipebox-overlay.closing {
	opacity: 0 !important;
}

body.is-shop #swipebox-bottom-bar, body.is-shop #swipebox-top-bar, body.is-shop #swipebox-overlay {
	background-color: #fff !important;
	color: #ece9e6 !important;
}

body.is-shop #swipebox-next, body.is-shop #swipebox-prev, body.is-shop #swipebox-close {
	color: #ece9e6;
}

.ani-float {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes floating {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	
	25% {
		transform: translate3d(0, .15rem, 0) rotate(-1deg);
	}
	
	50% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	
	75% {
		transform: translate3d(0, -.15rem, 0) rotate(1deg);
	}
	
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
}

.ani-bounce {
	animation-name: bounce;
	animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.ani-bounce-up {
	animation-name: bounce-up;
	animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes bounce {
	0% {
		transform: scale(1, 1) translateY(0);
	}
	
	10% {
		transform: scale(1.1, .9) translateY(0);
	}
	
	30% {
		transform: scale(.9, 1.1) translateY(-5px);
	}
	
	50% {
		transform: scale(1.05, .95) translateY(0);
	}
	
	57% {
		transform: scale(1, 1) translateY(-2px);
	}
	
	64% {
		transform: scale(1, 1) translateY(0);
	}
	
	100% {
		transform: scale(1, 1) translateY(0);
	}
}

@keyframes bounce-up {
	0% {
		transform: scale(1, 1) translateY(0);
	}
	
	10% {
		transform: scale(1.1, .9) translateY(0);
	}
	
	30% {
		transform: scale(.9, 1.1) translateY(5px);
	}
	
	50% {
		transform: scale(1.05, .95) translateY(0);
	}
	
	57% {
		transform: scale(1, 1) translateY(2px);
	}
	
	64% {
		transform: scale(1, 1) translateY(0);
	}
	
	100% {
		transform: scale(1, 1) translateY(0);
	}
}

html {
	font-family: "SweetSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	width: 100%;
	height: auto;
	max-width: 100%;
	overflow-x: hidden;
	margin: 0;
	overscroll-behavior: none;
}

@media (min-width: 1600px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 1922px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 1399.98px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 1194.98px) {
	html {
		font-size: 12px;
	}
}

body {
	color: #0c0c0c;
	background-color: #fff;
	font-size: 1rem;
	line-height: 1.35;
	height: auto;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	font-variant-numeric: lining-nums;
	overscroll-behavior: none;
}

body.wp-admin {
	font-size: 14px;
}

::selection {
	background: #0c0c0c;
	color: #fff;
}

::-moz-selection {
	background: #0c0c0c;
	color: #fff;
}

p + p {
	margin-top: 1.35em;
}

b, strong {
	font-weight: bold;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	pointer-events: none !important;
	background-color: #fff;
	transition: background-color .5s;
}

@media (max-width: 767.98px) {
	#loader {
		padding: 0 1.25rem;
	}
}

#loader.is-loaded {
	background-color: rgba(255, 255, 255, 0);
}

@media print {
	html, body {
		display: none;
	}
}

video {
	max-width: 100%;
	outline: none !important;
}

input:not([type="checkbox"]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="submit"]:not([type="checkbox"]), textarea[type="submit"] {
	cursor: pointer;
}

img {
	max-width: 100%;
}

sup {
	vertical-align: super;
	font-size: .75em;
	padding-left: .25em;
}

body.preload-transitions * {
	transition: none !important;
}

.scroll-to {
	user-select: none;
	cursor: pointer;
}

.d-inline {
	display: inline;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

.d-flex-inline {
	display: flex-inline;
}

.d-none {
	display: none;
}

section, article {
	position: relative;
}

#main {
	position: relative;
	display: block;
	height: auto;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	width: 100%;
}

.container {
	position: relative;
	width: 1142px;
	max-width: 100%;
	max-width: 100%;
	max-width: calc(100vw - ( 2rem * 2 ));
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1194.98px) {
	.container {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.container {
		width: 100%;
		max-width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 767.98px) and (max-width: 1194.98px) {
	.container {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: calc(100vw - ( 2 * 2rem ));
		width: 1600px;
	}
}

.container-small, .page-template-template-gallery .block.block-heading:first-of-type {
	position: relative;
	max-width: 100%;
	max-width: 100%;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1194.98px) {
	.container-small, .page-template-template-gallery .block.block-heading:first-of-type {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.container-xsmall {
	position: relative;
	max-width: 100%;
	max-width: 100%;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1194.98px) {
	.container-xsmall {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.container-large {
	position: relative;
	max-width: calc(100vw - ( 2 * 2rem ));
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1399.98px) {
	.container-large {
		max-width: calc(100vw - ( 2 * 1.5rem ));
	}
}

.container-xsmall {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media (max-width: 1194.98px) {
	.container-xsmall {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.container-fluid {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.h-100 {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

.mh-100 {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}

.abs-center, .block-statement.has-image .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.flex-center, .header-menu-container > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-cols, .flex-cols {
	display: flex;
}

.f-cols.reverse, .flex-cols.reverse {
	flex-direction: row-reverse;
}

.f-cols .col-left, .flex-cols .col-left {
	padding-right: 2rem;
}

.f-cols .col-right, .flex-cols .col-right {
	padding-left: 2rem;
}

.f-cols .col-25, .f-cols .col-33, .f-cols .col-50, .f-cols .col-66, .f-cols .col-75, .f-cols .col-100, .flex-cols .col-25, .flex-cols .col-33, .flex-cols .col-50, .flex-cols .col-66, .flex-cols .col-75, .flex-cols .col-100 {
	position: relative;
}

.flex-a-center {
	align-items: center;
}

.flex-a-end {
	align-items: flex-end;
}

.flex-a-start {
	align-items: flex-start;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-j-space-between, .flex-j-sb {
	justify-content: space-between;
}

.flex-j-center, .flex-j-c {
	justify-content: center;
}

.col-10 {
	width: 10%;
}

.col-12 {
	width: 12.5%;
}

.col-15 {
	width: 15%;
}

.col-16 {
	width: 16.66%;
}

.col-20 {
	width: 20%;
}

.col-25 {
	width: 25%;
}

.col-33 {
	width: 33.33%;
}

.col-40 {
	width: 40%;
}

.col-50 {
	width: 50%;
}

.col-60 {
	width: 60%;
}

.col-66 {
	width: 66.66%;
}

.col-75 {
	width: 75%;
}

.col-80 {
	width: 80%;
}

.col-83 {
	width: 83.34%;
}

.col-100 {
	width: 100%;
}

.col-container {
	display: flex;
	flex-wrap: wrap;
}

ul.list-commas {
	list-style: none;
	display: block;
	position: relative;
}

ul.list-commas li {
	list-style: none;
	position: relative;
	display: inline-block;
	margin-right: .5em;
}

ul.list-commas li:after {
	content: ",";
	position: absolute;
	display: inline-block;
	left: 100%;
	bottom: 0;
}

ul.list-commas li a {
	position: relative;
}

ul.list-commas li:last-child:after {
	display: none;
}

.image {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.image img, .image video {
	width: 100%;
	height: auto;
}

.background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.background img, .background video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}

.background.has-fade {
	background-color: #040f1b;
}

.background.has-fade img, .background.has-fade video {
	opacity: .75;
}

.block-image-text .background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.block-image-text .background img, .block-image-text .background video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

[style*="--aspect-ratio"] > :first-child {
	width: 100%;
}

[style*="--aspect-ratio"] > img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@supports (--custom: property) {
	[style*="--aspect-ratio"] {
		position: relative;
	}
	
	[style*="--aspect-ratio"]::before {
		content: "";
		display: block;
		padding-bottom: calc(100% / ( var(--aspect-ratio) ));
	}
	
	[style*="--aspect-ratio"] > :first-child {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
}

.sticky-top {
	position: sticky;
	top: 0;
}

.grid {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
	grid-auto-rows: minmax(min-content, max-content);
}

@media (max-width: 767.98px) {
	.grid {
		grid-gap: 1.25rem;
		grid-template-columns: repeat(2, 1fr);
	}
}

.grid.grid-1 {
	grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 1600px) {
	.grid.grid-1 {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 767.98px) {
	.grid.grid-1 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.grid.grid-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1600px) {
	.grid.grid-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767.98px) {
	.grid.grid-2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.grid.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 1600px) {
	.grid.grid-3 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 767.98px) {
	.grid.grid-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.grid.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767.98px) {
	.grid.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.grid.grid-5 {
	grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 767.98px) {
	.grid.grid-5 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.grid.grid-6 {
	grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 767.98px) {
	.grid.grid-6 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.grid.grid-7 {
	grid-template-columns: repeat(7, 1fr);
}

@media (max-width: 767.98px) {
	.grid.grid-7 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.grid.grid-8 {
	grid-template-columns: repeat(8, 1fr);
}

@media (max-width: 767.98px) {
	.grid.grid-8 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1195px) {
	.md-only {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.sm-only {
		display: none !important;
	}
}

@media (max-width: 1194.98px) {
	.desktop-only {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	.desktop-tablet-only {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	.sm-hide {
		display: none !important;
	}
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.text-bold {
	font-weight: 600;
}

.text-underline {
	text-decoration: underline;
	text-underline-position: under;
}

.text-italic {
	font-style: italic;
}

.text-spacing {
	letter-spacing: unset;
}

.text-spacing-lg {
	letter-spacing: unset;
}

.text-uppercase {
	text-transform: uppercase;
}

.tt-none {
	text-transform: none !important;
}

.color-white {
	color: #fff;
}

.color-black {
	color: #0c0c0c;
}

.color-blue-light, .text-content p a {
	color: #9fb9c8;
}

.color-blue-dark, .share-container .share-links .share-item a {
	color: #040f1b;
}

.color-grey-light {
	color: #ece9e6;
}

.color-grey-dark, .pagination > ul li > a, .header-menu-container > ul {
	color: #888;
}

.bg-white {
	background-color: #fff;
}

.bg-black {
	background-color: #0c0c0c;
}

.bg-blue-light {
	background-color: #9fb9c8;
}

.bg-blue-lighter {
	background-color: #f0f4f6;
}

.bg-blue-dark {
	background-color: #040f1b;
}

.bg-grey-light {
	background-color: #ece9e6;
}

.bg-grey-dark {
	background-color: #888;
}

.ws-nowrap {
	white-space: nowrap;
}

.text-size-normal {
	font-size: 1rem;
}

.font-primary, .text-heading-sm, .text-heading-link, #cookie-law-info-bar > span #cookie_action_close_header, .pagination > ul li > a, .header-menu-container > ul, #lostpasswordform fieldset label, #resetpasswordform fieldset label, .text-heading-micro, .text-heading-xl, .text-heading-lg, .text-heading-md, .text-heading, .share-container .share-links .share-item a, body:not(.wp-admin) .button, .text-xl, .text-lg, .text-mdlg, .text-menu, ul.featured-projects-list, ul.solutions-list, .menu-overlay .menu-overlay-container > ul.menu, .text-md, .text-sm, .text-body-sm, .text-body, #swipebox-title, .menu-overlay .menu-overlay-container > ul.menu > li > ul.sub-menu, .menu-overlay .menu-overlay-container > ul.menu > li > .submenu-wrap > ul.sub-menu, .text-paragraph {
	font-family: "SweetSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.font-secondary, .text-sec-sm, .text-sec, ul.solutions-list > li > ul.sub-menu, .text-sec-lg, .text-statement, .text-sec-md, .text-testimonial {
	font-family: "Didot", "Times", "Times New Roman", serif;
}

.text-body, #swipebox-title, .menu-overlay .menu-overlay-container > ul.menu > li > ul.sub-menu, .menu-overlay .menu-overlay-container > ul.menu > li > .submenu-wrap > ul.sub-menu, .text-paragraph {
	font-size: 1rem;
	line-height: 1.35;
}

.text-body-sm {
	font-size: .875rem;
	line-height: 1.35;
}

.text-sm {
	font-size: .85rem;
}

@media (max-width: 1194.98px) {
	.text-sm {
		font-size: .8rem;
	}
}

.text-md {
	font-size: 1.285rem;
}

@media (max-width: 767.98px) {
	.text-md {
		font-size: 1.25rem;
	}
}

.text-mdlg, .text-menu, ul.featured-projects-list, ul.solutions-list, .menu-overlay .menu-overlay-container > ul.menu {
	font-size: 1.85rem;
}

@media (max-width: 1194.98px) {
	.text-mdlg, .text-menu, ul.featured-projects-list, ul.solutions-list, .menu-overlay .menu-overlay-container > ul.menu {
		font-size: 1.35rem;
	}
}

.text-mdlg.mw-text, .mw-text.text-menu, ul.mw-text.featured-projects-list, ul.mw-text.solutions-list, .menu-overlay .menu-overlay-container > ul.mw-text.menu {
	max-width: 20em;
}

.text-lg {
	font-size: 2.75rem;
}

@media (max-width: 767.98px) {
	.text-lg {
		font-size: 2.15rem;
		line-height: 1;
	}
}

.text-xl {
	font-size: 3.5rem;
	line-height: 1.2;
}

@media (max-width: 1399.98px) {
	.text-xl {
		font-size: 3rem;
	}
}

@media (max-width: 767.98px) {
	.text-xl {
		font-size: 2.15rem;
	}
}

@media (min-width: 2400px) {
	.text-xl {
		font-size: 4.75rem;
	}
}

.text-sec, ul.solutions-list > li > ul.sub-menu, .text-sec-lg, .text-statement, .text-sec-md, .text-testimonial {
	font-style: italic;
	line-height: .8;
}

.text-sec-sm {
	font-size: 2.15rem;
	font-style: italic;
	line-height: .8;
}

@media (max-width: 767.98px) {
	.text-sec-sm {
		font-size: 2rem;
	}
}

.text-sec-md, .text-testimonial {
	font-size: 2.85rem;
}

@media (max-width: 767.98px) {
	.text-sec-md, .text-testimonial {
		font-size: 2rem;
	}
}

.text-sec-lg, .text-statement {
	font-size: 4.285rem;
}

@media (max-width: 767.98px) {
	.text-sec-lg, .text-statement {
		font-size: 2.5rem;
	}
}

.text-w, .mw-text, .mw-form-sm {
	max-width: 33em;
}

.mw-text-sm {
	max-width: 25em;
}

.text-wr {
	max-width: 48rem;
}

.text-w-md, .mw-text-md {
	max-width: 45em;
}

.mw-headline {
	width: 20em;
	max-width: 100%;
}

h1 + p, h2 + p, h3 + p, h1 + div[class^="text-"], h2 + div[class^="text-"], h3 + div[class^="text-"] {
	margin-top: 1.35rem;
}

.link-underline {
	text-decoration: underline;
}

.no-underline, .footer-menu-container ul.menu > li a, .text-content p a, .text-paragraph a {
	text-decoration: none;
}

.lh-1 {
	line-height: 1;
}

blockquote p + footer {
	margin-top: 4.65rem;
}

body:not(.wp-admin) .button {
	display: inline-block;
	position: relative;
	background-color: #040f1b;
	color: #fff;
	line-height: 4.5;
	text-align: center;
	padding: 0 4.5em;
	border-radius: 10rem;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .75rem;
	letter-spacing: .1em;
	text-decoration: none;
	transition: color .25s ease, background-color .25s ease;
	cursor: pointer;
	border: 0;
	outline: none;
	white-space: nowrap;
}

@media (max-width: 767.98px) {
	body:not(.wp-admin) .button {
		font-size: .7rem;
	}
}

body:not(.wp-admin) .button:active:hover {
	transform: scale(.975) !important;
}

body:not(.wp-admin) .button:hover {
	color: #040f1b;
	background-color: #9fb9c8;
}

body:not(.wp-admin) .button.clear {
	color: #040f1b;
	background-color: transparent !important;
	padding: 0 1em;
}

body:not(.wp-admin) .button.clear:hover {
	color: #9fb9c8;
	background-color: transparent;
}

.text-heading, .share-container .share-links .share-item a {
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.285rem;
	letter-spacing: .1em;
}

@media (max-width: 767.98px) {
	.text-heading, .share-container .share-links .share-item a {
		font-size: 1.25rem;
	}
}

.text-heading-md {
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.15rem;
	letter-spacing: .1em;
}

@media (max-width: 767.98px) {
	.text-heading-md {
		font-size: 1.15rem;
	}
}

.text-heading-lg {
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.85rem;
	letter-spacing: .1em;
}

@media (max-width: 767.98px) {
	.text-heading-lg {
		font-size: 1.35rem;
	}
}

.text-heading-xl {
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 3.5rem;
	letter-spacing: .1em;
}

@media (max-width: 767.98px) {
	.text-heading-xl {
		font-size: 2.15rem;
	}
}

.text-heading-link, #cookie-law-info-bar > span #cookie_action_close_header, .pagination > ul li > a, .header-menu-container > ul, #lostpasswordform fieldset label, #resetpasswordform fieldset label, .text-heading-micro {
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .75rem;
	letter-spacing: .1em;
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.text-heading-link, #cookie-law-info-bar > span #cookie_action_close_header, .pagination > ul li > a, .header-menu-container > ul, #lostpasswordform fieldset label, #resetpasswordform fieldset label, .text-heading-micro {
		font-size: .7rem;
	}
}

.text-heading-sm {
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .85rem;
	letter-spacing: .1em;
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.text-heading-sm {
		font-size: .75rem;
	}
}

@media (max-width: 767.98px) {
	.text-heading-sm {
		font-size: .85rem;
	}
}

.text-statement {
	text-transform: uppercase;
	line-height: 1;
}

.text-testimonial {
	line-height: 1.25;
}

.text-menu, ul.featured-projects-list, ul.solutions-list, .menu-overlay .menu-overlay-container > ul.menu {
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
}

@media (max-width: 1599.98px) {
	.text-menu, ul.featured-projects-list, ul.solutions-list, .menu-overlay .menu-overlay-container > ul.menu {
		font-size: 1.5rem;
	}
}

@media (max-width: 1194.98px) {
	.text-menu, ul.featured-projects-list, ul.solutions-list, .menu-overlay .menu-overlay-container > ul.menu {
		font-size: 2rem;
	}
}

@media (max-width: 767.98px) {
	.text-menu, ul.featured-projects-list, ul.solutions-list, .menu-overlay .menu-overlay-container > ul.menu {
		font-size: 1.5rem;
	}
}

.text-paragraph {
	line-height: 1.5;
}

.text-paragraph a {
	color: #040f1b;
}

a.color-blue-light, .text-content p a, a.flex-grid-item .text-heading-link.color-blue-light, a.flex-grid-item #cookie-law-info-bar > span #cookie_action_close_header.color-blue-light, #cookie-law-info-bar > span a.flex-grid-item #cookie_action_close_header.color-blue-light, .pagination > ul a.flex-grid-item li > a.color-blue-light, a.flex-grid-item .header-menu-container > ul.color-blue-light, a.flex-grid-item #lostpasswordform fieldset label.color-blue-light, #lostpasswordform fieldset a.flex-grid-item label.color-blue-light, a.flex-grid-item #resetpasswordform fieldset label.color-blue-light, #resetpasswordform fieldset a.flex-grid-item label.color-blue-light, a.color-grey-dark, .pagination > ul li > a {
	transition: color .25s ease;
}

a.color-blue-light:hover, .text-content p a:hover, a.flex-grid-item .text-heading-link.color-blue-light:hover, a.flex-grid-item #cookie-law-info-bar > span #cookie_action_close_header.color-blue-light:hover, #cookie-law-info-bar > span a.flex-grid-item #cookie_action_close_header.color-blue-light:hover, a.flex-grid-item .header-menu-container > ul.color-blue-light:hover, a.flex-grid-item #lostpasswordform fieldset label.color-blue-light:hover, #lostpasswordform fieldset a.flex-grid-item label.color-blue-light:hover, a.flex-grid-item #resetpasswordform fieldset label.color-blue-light:hover, #resetpasswordform fieldset a.flex-grid-item label.color-blue-light:hover, a.color-grey-dark:hover, .pagination > ul li > a:hover {
	color: #040f1b;
}

a.color-blue-dark, .share-container .share-links .share-item a {
	transition: color .25s ease;
}

a.color-blue-dark:hover, .share-container .share-links .share-item a:hover {
	color: #9fb9c8;
}

a.flex-grid-item:hover .text-heading-link.color-blue-light, a.flex-grid-item:hover #cookie-law-info-bar > span #cookie_action_close_header.color-blue-light, #cookie-law-info-bar > span a.flex-grid-item:hover #cookie_action_close_header.color-blue-light, a.flex-grid-item:hover .pagination > ul li > a.color-blue-light, .pagination > ul a.flex-grid-item:hover li > a.color-blue-light, a.flex-grid-item:hover .header-menu-container > ul.color-blue-light, a.flex-grid-item:hover #lostpasswordform fieldset label.color-blue-light, #lostpasswordform fieldset a.flex-grid-item:hover label.color-blue-light, a.flex-grid-item:hover #resetpasswordform fieldset label.color-blue-light, #resetpasswordform fieldset a.flex-grid-item:hover label.color-blue-light, a.flex-grid-item:hover .text-content p a.text-heading-link, a.flex-grid-item:hover .text-content p #cookie-law-info-bar > span a#cookie_action_close_header, #cookie-law-info-bar > span a.flex-grid-item:hover .text-content p a#cookie_action_close_header, a.flex-grid-item:hover .text-content p .pagination > ul li > a, .pagination > ul a.flex-grid-item:hover .text-content p li > a, .text-content p a.flex-grid-item:hover a.text-heading-link, .text-content p a.flex-grid-item:hover #cookie-law-info-bar > span a#cookie_action_close_header, #cookie-law-info-bar > span .text-content p a.flex-grid-item:hover a#cookie_action_close_header, .text-content p a.flex-grid-item:hover .pagination > ul li > a, .pagination > ul .text-content p a.flex-grid-item:hover li > a {
	color: #040f1b;
}

.block.bg-blue-dark a.color-blue-light:hover, .block.bg-blue-dark .text-content p a:hover, .text-content p .block.bg-blue-dark a:hover {
	color: #888;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5 {
	font-size: 1.15rem;
	color: #040f1b;
}

.text-content img.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.container-accordion {
	position: relative;
	border-top: 2px solid #040f1b;
}

.container-accordion:last-of-type {
	margin-bottom: 0;
}

.accordion-item {
	border-bottom: 1px solid #ece9e6;
}

.accordion-item .accordion-title {
	line-height: 4.5;
	position: relative;
	cursor: pointer;
	transition: color .5s;
}

@media (max-width: 767.98px) {
	.accordion-item .accordion-title {
		border-width: 1px !important;
		font-size: .8rem !important;
	}
}

.accordion-item .accordion-title > * {
	pointer-events: none;
}

.accordion-item .accordion-title:before {
	content: "";
	height: 21px;
	width: 1px;
	background-color: currentColor;
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
	transition: all .5s ease;
}

@media (max-width: 767.98px) {
	.accordion-item .accordion-title:before {
		height: 17px;
		top: calc(50% - 8px);
		right: 8px;
	}
}

.accordion-item .accordion-title:after {
	content: "";
	width: 21px;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all .5s ease;
}

@media (max-width: 767.98px) {
	.accordion-item .accordion-title:after {
		width: 17px;
	}
}

.accordion-item .accordion-content {
	padding-top: 2rem;
	padding-bottom: 3rem;
	position: relative;
	opacity: 0;
	transition: opacity 1s ease;
	display: none;
}

.accordion-item .accordion-content p {
	max-width: 33.5em;
}

@media (max-width: 767.98px) {
	.accordion-item .accordion-content {
		border-width: 1px !important;
	}
}

.accordion-item.is-active .accordion-title {
	color: #040f1b;
}

.accordion-item.is-active .accordion-title:after {
	transform: rotate(-180deg) !important;
}

.accordion-item.is-active .accordion-title:before {
	transform: rotate(-90deg) !important;
	opacity: 0 !important;
}

.accordion-item.is-active .accordion-content {
	opacity: 1;
}

.accordion-item:hover .accordion-title {
	color: #040f1b;
}

.list-inline {
	display: flex;
}

.list-inline.align-right {
	justify-content: flex-end;
}

.list-inline li {
	position: relative;
	padding-left: 2rem;
	padding-right: 2rem;
}

.list-inline li:last-child {
	padding-right: 0;
}

.list-inline li:first-child {
	padding-left: 0;
}

@media (max-width: 767.98px) {
	.list-inline li {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.list-inline.has-separator.align-right li + li:before {
	content: "";
	width: 1px;
	height: 200%;
	top: -50%;
	background-color: #ece9e6;
	position: absolute;
	left: 0;
}

.list-inline.share-links li {
	padding-left: .5em;
	padding-right: .5em;
}

.list-inline.share-links li:last-child {
	padding-right: 0;
}

.list-inline.share-links li:first-child {
	padding-left: 0;
}

input {
	border-radius: 0;
}

.acfe-form.acf-form.form-hide-labels .acf-label, #loginform.form-hide-labels .acf-label, #lostpasswordform.form-hide-labels .acf-label, #resetpasswordform.form-hide-labels .acf-label {
	display: none;
}

.acfe-form.acf-form .acf-fields, #loginform .acf-fields, #lostpasswordform .acf-fields, #resetpasswordform .acf-fields {
	padding-bottom: 2.5rem;
}

.acfe-form.acf-form .acf-field, #loginform .acf-field, #lostpasswordform .acf-field, #resetpasswordform .acf-field {
	border: 0 !important;
}

.acfe-form.acf-form .acf-field, #loginform .acf-field, #lostpasswordform .acf-field, #resetpasswordform .acf-field {
	font: inherit;
}

.acfe-form.acf-form .acf-field.field-left, #loginform .acf-field.field-left, #lostpasswordform .acf-field.field-left, #resetpasswordform .acf-field.field-left {
	padding-right: 0;
}

.acfe-form.acf-form .acf-field.field-right, #loginform .acf-field.field-right, #lostpasswordform .acf-field.field-right, #resetpasswordform .acf-field.field-right {
	padding-left: 0;
}

.acfe-form.acf-form .acf-field input, .acfe-form.acf-form .acf-field textarea, #loginform .acf-field input, #loginform .acf-field textarea, #lostpasswordform .acf-field input, #lostpasswordform .acf-field textarea, #resetpasswordform .acf-field input, #resetpasswordform .acf-field textarea {
	font: inherit !important;
}

.acfe-form.acf-form .acf-field.acf-field-true-false, #loginform .acf-field.acf-field-true-false, #lostpasswordform .acf-field.acf-field-true-false, #resetpasswordform .acf-field.acf-field-true-false {
	text-align: left;
	color: #888;
}

.acfe-form.acf-form .acf-field.acf-field-true-false + .acf-field-true-false, #loginform .acf-field.acf-field-true-false + .acf-field-true-false, #lostpasswordform .acf-field.acf-field-true-false + .acf-field-true-false, #resetpasswordform .acf-field.acf-field-true-false + .acf-field-true-false {
	padding-top: 0 !important;
}

.acfe-form.acf-form input[type="text"], .acfe-form.acf-form input[type="email"], .acfe-form.acf-form input[type="password"], .acfe-form.acf-form textarea, #loginform input[type="text"], #loginform input[type="email"], #loginform input[type="password"], #loginform textarea, #lostpasswordform input[type="text"], #lostpasswordform input[type="email"], #lostpasswordform input[type="password"], #lostpasswordform textarea, #resetpasswordform input[type="text"], #resetpasswordform input[type="email"], #resetpasswordform input[type="password"], #resetpasswordform textarea {
	background-color: transparent;
	border: 0;
	outline: 0;
	border-bottom: 1px solid #ece9e6;
	resize: none;
}

.acfe-form.acf-form .acf-form-submit, #loginform .acf-form-submit, #lostpasswordform .acf-form-submit, #resetpasswordform .acf-form-submit {
	cursor: pointer;
}

.acfe-form.acf-form .acf-form-submit input.button, #loginform .acf-form-submit input.button, #lostpasswordform .acf-form-submit input.button, #resetpasswordform .acf-form-submit input.button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.acfe-form.acf-form input[type="checkbox"], #loginform input[type="checkbox"], #lostpasswordform input[type="checkbox"], #resetpasswordform input[type="checkbox"] {
	display: none;
}

.acfe-form.acf-form input[type="checkbox"] + span.message, #loginform input[type="checkbox"] + span.message, #lostpasswordform input[type="checkbox"] + span.message, #resetpasswordform input[type="checkbox"] + span.message {
	user-select: none;
	cursor: pointer;
	color: #888;
}

.acfe-form.acf-form input[type="checkbox"] + span.message a, #loginform input[type="checkbox"] + span.message a, #lostpasswordform input[type="checkbox"] + span.message a, #resetpasswordform input[type="checkbox"] + span.message a {
	color: currentColor;
	text-decoration: underline;
}

.acfe-form.acf-form input[type="checkbox"] + span.message:before, #loginform input[type="checkbox"] + span.message:before, #lostpasswordform input[type="checkbox"] + span.message:before, #resetpasswordform input[type="checkbox"] + span.message:before {
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	width: 1.5em;
	color: currentColor;
	font-weight: 400;
}

.acfe-form.acf-form input[type="checkbox"] + span.message:before, #loginform input[type="checkbox"] + span.message:before, #lostpasswordform input[type="checkbox"] + span.message:before, #resetpasswordform input[type="checkbox"] + span.message:before {
	content: "";
}

.acfe-form.acf-form input[type="checkbox"]:checked, #loginform input[type="checkbox"]:checked, #lostpasswordform input[type="checkbox"]:checked, #resetpasswordform input[type="checkbox"]:checked {
	color: #040f1b;
}

.acfe-form.acf-form input[type="checkbox"]:checked + span.message, #loginform input[type="checkbox"]:checked + span.message, #lostpasswordform input[type="checkbox"]:checked + span.message, #resetpasswordform input[type="checkbox"]:checked + span.message {
	color: #040f1b;
}

.acfe-form.acf-form input[type="checkbox"]:checked + span.message:before, #loginform input[type="checkbox"]:checked + span.message:before, #lostpasswordform input[type="checkbox"]:checked + span.message:before, #resetpasswordform input[type="checkbox"]:checked + span.message:before {
	content: "";
}

.form-response {
	opacity: 0;
	transition: opacity .25s;
	pointer-events: none;
}

.form-response.is-active {
	opacity: 1;
}

body:not(.wp-admin) .select-container, body:not(.wp-admin) .acf-field-select {
	position: relative;
	display: flex;
	width: 100%;
}

body:not(.wp-admin) .select-container .acf-input, body:not(.wp-admin) .acf-field-select .acf-input {
	width: 100%;
}

body:not(.wp-admin) .select-container select, body:not(.wp-admin) .select-container .acf-input select, body:not(.wp-admin) .acf-field-select select, body:not(.wp-admin) .acf-field-select .acf-input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0;
	background: #fff;
	background-image: none;
	border-bottom: 1px solid #ece9e6;
	flex: 1;
	padding: 4px 8px;
	color: #888;
	cursor: pointer;
	border-radius: 0;
	transition: border-color .25s ease;
	font: inherit !important;
}

body:not(.wp-admin) .select-container select::-ms-expand, body:not(.wp-admin) .select-container .acf-input select::-ms-expand, body:not(.wp-admin) .acf-field-select select::-ms-expand, body:not(.wp-admin) .acf-field-select .acf-input select::-ms-expand {
	display: none;
}

body:not(.wp-admin) .select-container.acf-field-select:after, body:not(.wp-admin) .acf-field-select.acf-field-select:after {
	top: 20px;
	right: 10px;
}

body:not(.wp-admin) .select-container::after, body:not(.wp-admin) .acf-field-select::after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 .25em 0 1em;
	background: transparent;
	cursor: pointer;
	pointer-events: none;
	transition: .25s all ease;
	color: #888;
	font-size: .85rem;
}

body:not(.wp-admin) .select-container:hover, body:not(.wp-admin) .acf-field-select:hover {
	border-color: #040f1b;
}

body:not(.wp-admin) .select-container:hover:after, body:not(.wp-admin) .acf-field-select:hover:after {
	color: #040f1b;
}

#lostpasswordform fieldset, #resetpasswordform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	box-shadow: none;
}

body:not(.wp-admin) .select-container select.nitro-lazy, body:not(.wp-admin) .select-container .acf-input select.nitro-lazy, body:not(.wp-admin) .acf-field-select select.nitro-lazy, body:not(.wp-admin) .acf-field-select .acf-input select.nitro-lazy {
	background-image: none !important;
}

#lostpasswordform fieldset legend, #lostpasswordform fieldset .somfrp-lost-pass-form-text, #resetpasswordform fieldset legend, #resetpasswordform fieldset .somfrp-lost-pass-form-text {
	display: none;
}

#lostpasswordform fieldset label, #resetpasswordform fieldset label {
	color: #040f1b;
	text-align: center;
	margin-bottom: 1rem;
}

#lostpasswordform fieldset input[type="text"], #lostpasswordform fieldset input[type="password"], #resetpasswordform fieldset input[type="text"], #resetpasswordform fieldset input[type="password"] {
	width: 100%;
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

body.page-template-template-reset-password .header-menu-container .menu-item.menu-dashboard.active a:not(:hover) {
	color: #888;
}

body.page-template-template-reset-password .header-menu-container .menu-item.menu-dashboard.active a:not(:hover):after {
	opacity: 0;
}

body.page-template-template-reset-email-success .header-menu-container .menu-item.active a:not(:hover), body.page-template-template-reset-success .header-menu-container .menu-item.active a:not(:hover) {
	color: #888;
}

body.page-template-template-reset-email-success .header-menu-container .menu-item.active a:not(:hover):after, body.page-template-template-reset-success .header-menu-container .menu-item.active a:not(:hover):after {
	opacity: 0;
}

.header {
	position: absolute;
	top: 0;
	z-index: 200;
	padding-bottom: 2rem;
	transition: background-color .15s;
}

.header > .container {
	border-bottom: 1px solid #ece9e6;
}

@media (max-width: 1194.98px) {
	.header > .container {
		width: 100%;
		max-width: 100%;
	}
	
	.header > .container .header-right {
		padding-right: 1.5rem;
	}
}

@media (max-width: 1194.98px) and (max-width: 767.98px) {
	.header > .container .header-right {
		padding-right: 0;
	}
}

.header .header-right {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.header.header-light {
	color: #fff;
}

.header.header-light .header-logo img {
	filter: none !important;
}

.header.header-light > .container {
	border-color: #fff;
}

.header.header-light .menu-icon {
	color: #fff;
}

.header.header-light .header-menu-container {
	color: #fff;
}

.header.header-light .header-menu-container > ul {
	color: inherit;
}

.header.header-light .header-menu-container > ul > li {
	color: #fff;
}

.header.header-light .header-menu-container > ul > li a {
	position: relative;
}

.header.header-light .header-menu-container > ul > li a:after {
	content: "";
	bottom: -.35em;
	left: 0;
	width: 100%;
	background-color: currentColor;
	height: 1px;
	position: absolute;
	opacity: 0;
	transition: .25s opacity;
}

.header.header-light .header-menu-container > ul > li:hover a:after, .header.header-light .header-menu-container > ul > li.active a:after {
	opacity: 1;
}

.header.header-bg {
	background-color: #fff;
}

body.popup-is-opened .header {
	z-index: 100;
}

.header-logo img {
	filter: invert(100%);
	width: 10rem;
	margin-left: auto;
	margin-right: auto;
}

.footer-logo {
	display: inline-block;
}

.footer-logo img {
	width: 10rem;
	margin-left: auto;
	margin-right: auto;
}

.header-menu-container {
	transition: opacity .25s;
}

.header-menu-container > ul > li {
	padding-left: 1rem;
	padding-right: 1rem;
	transition: color .25s;
}

.header-menu-container > ul > li a {
	position: relative;
}

.header-menu-container > ul > li a:after {
	content: "";
	bottom: -.35em;
	left: 0;
	width: 100%;
	background-color: currentColor;
	height: 1px;
	position: absolute;
	opacity: 0;
	transition: .25s opacity;
}

.header-menu-container > ul > li:hover a:after, .header-menu-container > ul > li.active a:after {
	opacity: 1;
}

.header-menu-container > ul > li a {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.header-menu-container > ul {
		display: flex;
		flex-wrap: wrap;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.header-menu-container > ul > li {
		padding-bottom: 1rem;
		text-align: center;
	}
	
	#sticky-sub-nav.header-menu-container > ul > li {
		padding-bottom: 0;
		line-height: 2.65;
	}
}

@media (max-width: 767.98px) {
	.header-menu-container body.page-template-template-home #sticky-sub-nav {
		display: none;
	}
}

.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 190;
	background-color: #040f1b;
	display: none;
}

@media (pointer: coarse) {
	.menu-overlay {
		overflow-y: scroll;
		align-items: center;
		padding-top: 10rem;
		padding-bottom: 5rem;
	}
}

@media (max-width: 767.98px) {
	.menu-overlay {
		align-items: flex-start;
		padding-top: 12rem;
	}
}

.menu-overlay .background {
	opacity: .75;
}

@media (pointer: coarse) {
	.menu-overlay .background {
		position: fixed;
	}
}

.menu-overlay .menu-overlay-container {
	position: relative;
	text-align: center;
}

.menu-overlay .menu-overlay-container > ul.menu {
	display: flex;
}

@media (pointer: coarse) {
	.menu-overlay .menu-overlay-container > ul.menu {
		flex-direction: column;
	}
}

.menu-overlay .menu-overlay-container > ul.menu a {
	text-decoration: none;
	color: inherit;
}

.menu-overlay .menu-overlay-container > ul.menu > li {
	padding: 0 3rem;
	position: relative;
	opacity: .7;
	transition: opacity .25s;
}

@media (pointer: coarse) {
	.menu-overlay .menu-overlay-container > ul.menu > li {
		padding: 1.5rem 0;
		opacity: 1;
	}
}

.menu-overlay .menu-overlay-container > ul.menu > li > a {
	position: relative;
}

.menu-overlay .menu-overlay-container > ul.menu > li:first-child a:before {
	display: none;
}

.menu-overlay .menu-overlay-container > ul.menu > li > ul.sub-menu, .menu-overlay .menu-overlay-container > ul.menu > li > .submenu-wrap > ul.sub-menu {
	line-height: 2;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 1rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s;
}

@media (min-width: 1195px) {
	.menu-overlay .menu-overlay-container > ul.menu > li > ul.sub-menu, .menu-overlay .menu-overlay-container > ul.menu > li > .submenu-wrap > ul.sub-menu {
		white-space: nowrap;
		min-width: fit-content;
	}
}

@media (min-width: 1195px) and (pointer: fine) {
	.menu-overlay .menu-overlay-container > ul.menu > li > ul.sub-menu, .menu-overlay .menu-overlay-container > ul.menu > li > .submenu-wrap > ul.sub-menu {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (pointer: coarse) {
	.menu-overlay .menu-overlay-container > ul.menu > li > ul.sub-menu, .menu-overlay .menu-overlay-container > ul.menu > li > .submenu-wrap > ul.sub-menu {
		position: relative;
		left: unset;
		top: unset;
		display: flex;
		flex-direction: column;
		opacity: 1;
		pointer-events: all;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
		transition: initial;
	}
	
	.menu-overlay .menu-overlay-container > ul.menu > li > ul.sub-menu > li, .menu-overlay .menu-overlay-container > ul.menu > li > .submenu-wrap > ul.sub-menu > li {
		padding-left: .75rem !important;
		padding-right: .75rem !important;
	}
}

.menu-overlay .menu-overlay-container > ul.menu > li > ul.sub-menu > li > a, .menu-overlay .menu-overlay-container > ul.menu > li > .submenu-wrap > ul.sub-menu > li > a {
	position: relative;
	box-shadow: inset 0 -1px rgba(255, 255, 255, 0);
	transition: box-shadow .25s;
	line-height: 1.5;
	display: inline;
}

.menu-overlay .menu-overlay-container > ul.menu > li > ul.sub-menu > li > a:hover, .menu-overlay .menu-overlay-container > ul.menu > li > .submenu-wrap > ul.sub-menu > li > a:hover {
	box-shadow: inset 0 -1px rgba(255, 255, 255, .85);
}

.menu-overlay .menu-overlay-container > ul.menu > li:hover {
	opacity: 1;
}

.menu-overlay .menu-overlay-container > ul.menu > li:hover > a:before {
	opacity: .5;
}

.menu-overlay .menu-overlay-container > ul.menu > li:hover > a:after {
	opacity: .5;
}

.menu-overlay .menu-overlay-container > ul.menu > li:hover > ul.sub-menu {
	opacity: 1;
	pointer-events: all;
}

.submenu-wrap {
	display: none;
}

body.menu-overlay-active .header-menu-container {
	opacity: 0;
	pointer-events: none;
}

body.menu-overlay-active .header-logo img {
	filter: none !important;
}

body.menu-overlay-active .header.header-bg {
	background: transparent !important;
}

body.menu-overlay-active .header .header-menu-container {
	display: none;
}

body.menu-overlay-active .menu-icon {
	color: #fff;
}

html.no-overflow {
	overflow-y: hidden !important;
}

#menu-overlay-toggle {
	display: none;
}

#menu-overlay-toggle + label {
	user-select: none;
	position: relative;
	display: inline-block;
	width: 31px;
	height: 13px;
	box-sizing: content-box;
	border: 0 solid transparent;
	z-index: 1050;
	line-height: 13px;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
}

#menu-overlay-toggle + label span {
	display: inline-block;
	position: absolute;
	left: 100%;
	margin-top: 1px;
	transition: color .25s;
	margin-left: 0;
}

#menu-overlay-toggle + label span::before, #menu-overlay-toggle + label span::after {
	content: "";
	display: inline-block;
	min-width: 10px;
	width: 6.2px;
}

#menu-overlay-toggle + label i, #menu-overlay-toggle + label::before, #menu-overlay-toggle + label::after {
	position: absolute;
	left: 0;
	display: block;
	will-change: transform, background-color;
	width: 31px;
	height: 1px;
	border-radius: 0;
	transition: transform .25s, background-color .25s;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

#menu-overlay-toggle + label i {
	top: 6px;
	font-size: 0;
	color: currentColor;
	line-height: 0;
}

#menu-overlay-toggle + label::before, #menu-overlay-toggle + label::after {
	content: "";
}

#menu-overlay-toggle + label::before {
	top: 0;
}

#menu-overlay-toggle + label::after {
	bottom: 0;
}

#menu-overlay-toggle + label:hover {
	cursor: pointer;
}

#menu-overlay-toggle:checked + label i {
	transform: scaleX(.001);
}

#menu-overlay-toggle:checked + label::before {
	transform: translateY(6px) rotate(45deg);
}

#menu-overlay-toggle:checked + label::after {
	transform: translateY(-6px) rotate(-45deg);
}

#menu-overlay-toggle + label i, #menu-overlay-toggle + label::before, #menu-overlay-toggle + label::after {
	background-color: currentColor;
}

#menu-overlay-toggle + label {
	color: currentColor !important;
}

#sticky-sub-nav {
	background-color: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 201;
	padding: .5rem 1rem;
	box-shadow: 0px 0px 15px rgba(12, 12, 12, .1);
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate3d(0, -120%, 0);
	transition: all .35s;
}

#sticky-sub-nav.is-visible {
	transform: none;
}

#sticky-sub-nav > ul {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

@media (max-width: 1194.98px) {
	#sticky-sub-nav > ul {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (max-width: 1194.98px) and (orientation: portrait) {
	#sticky-sub-nav > ul {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

@media (max-width: 767.98px) {
	#sticky-sub-nav > ul {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767.98px) {
	#sticky-sub-nav {
		padding-top: 1rem;
		height: auto;
	}
}

#sticky-sub-nav .sticky-sub-nav-trigger {
	cursor: pointer;
	position: absolute;
	right: 1.5rem;
	height: 1.85rem;
	height: 13px;
	background-color: #fff;
	color: #040f1b;
	display: block;
	width: 31px;
	text-transform: uppercase;
}

@media (max-width: 1194.98px) {
	#sticky-sub-nav .sticky-sub-nav-trigger {
		right: calc(1.5rem * 2);
	}
}

@media (max-width: 767.98px) {
	#sticky-sub-nav .sticky-sub-nav-trigger {
		display: none !important;
	}
}

#sticky-sub-nav .sticky-sub-nav-trigger > span {
	position: relative;
	display: block;
	height: 100%;
}

#sticky-sub-nav .sticky-sub-nav-trigger > span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: top left;
	transition: transform .25s;
}

#sticky-sub-nav .sticky-sub-nav-trigger > span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: bottom left;
	transition: transform .25s;
}

#sticky-sub-nav .sticky-sub-nav-trigger > span i {
	background-color: currentColor;
	top: 6px;
	font-size: 0;
	color: currentColor;
	line-height: 0;
	position: absolute;
	left: 0;
	display: block;
	will-change: transform, background-color;
	width: 31px;
	height: 1px;
	border-radius: 0;
	transition: transform .25s, background-color .25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

body.enquire-is-opened #sticky-sub-nav {
	transform: translate3d(0, -120%, 0) !important;
}

footer.footer {
	background-color: #040f1b;
	color: #fff;
	min-height: 20rem;
}

footer.footer .footer-copyright {
	text-align: center;
	flex-direction: column;
}

footer.footer .footer-copyright .copyright, footer.footer .footer-copyright .credits {
	width: 100%;
	display: block;
	font-size: .9em;
}

@media (max-width: 1194.98px) {
	footer.footer .footer-right {
		padding-left: 1.5rem;
	}
	
	footer.footer .footer-right .newsletter-footer-container {
		padding-right: 0;
	}
}

@media (max-width: 767.98px) {
	footer.footer .footer-left, footer.footer .footer-center, footer.footer .footer-right {
		width: 100%;
	}
	
	footer.footer .footer-center {
		order: 0;
	}
	
	footer.footer .footer-left {
		margin-top: 5rem;
		order: 1;
	}
	
	footer.footer .footer-right {
		margin-top: 5rem;
		order: 2;
		padding-left: 0;
	}
	
	footer.footer .footer-bottom {
		order: 3;
	}
	
	footer.footer .footer-copyright {
		order: 4;
	}
}

.footer-sticky {
	height: 3.5rem;
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0px 0px 15px rgba(12, 12, 12, .1);
}

.footer-sticky .footer-sticky-logo {
	height: 100%;
	width: auto;
	cursor: pointer;
}

.footer-sticky .footer-sticky-logo img, .footer-sticky .footer-sticky-logo video {
	height: 100%;
	width: auto;
	position: relative;
}

.footer-sticky .footer-sticky-menu-trigger {
	display: none;
}

.footer-sticky .footer-sticky-enquire-sm {
	display: none;
}

.footer-sticky .footer-sticky-login {
	display: none;
}

@media (max-width: 1194.98px) {
	.footer-sticky {
		height: 4rem;
		flex-wrap: wrap;
		padding-top: .75rem;
		padding-bottom: .5rem;
		justify-content: center;
	}
	
	.footer-sticky .footer-sticky-enquire-sm {
		display: inline-block;
		z-index: 1;
		position: absolute;
		left: calc(1.5rem * 2);
		line-height: 0;
	}
}

@media (max-width: 1194.98px) and (max-width: 767.98px) {
	.footer-sticky .footer-sticky-enquire-sm {
		left: calc(1.5rem * 1);
	}
}

@media (max-width: 1194.98px) {
	.footer-sticky .col-caption {
		width: 100%;
		order: 3;
		text-align: center;
		padding: 0;
		padding-top: .5em;
		padding-bottom: 0;
		display: none;
	}
	
	.footer-sticky .col-logo {
		order: 1;
		width: auto;
		height: 30px;
	}
	
	.footer-sticky .col-menu {
		order: 2;
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		position: absolute;
		bottom: 100%;
		height: 2rem;
		background-color: white;
		display: flex;
		align-items: center;
		box-shadow: 0px -11px 16px rgba(12, 12, 12, .04);
		left: 0;
		opacity: 0;
		pointer-events: none;
		transition: opacity .5s;
	}
	
	.footer-sticky .col-menu ul.list-inline {
		justify-content: center;
		margin: 0 auto;
	}
	
	.footer-sticky .col-menu.is-active {
		opacity: 1;
		pointer-events: all;
	}
	
	.footer-sticky .footer-sticky-menu-trigger {
		cursor: pointer;
		position: absolute;
		right: calc(1.5rem * 2);
		height: 1.85rem;
		height: 13px;
		background-color: #fff;
		color: #040f1b;
		display: block;
		width: 31px;
		text-transform: uppercase;
		line-height: 0;
	}
}

@media (max-width: 1194.98px) and (max-width: 767.98px) {
	.footer-sticky .footer-sticky-menu-trigger {
		right: calc(1.5rem * 1);
	}
}

@media (max-width: 1194.98px) {
	.footer-sticky .footer-sticky-menu-trigger i {
		position: absolute;
		left: 0;
		display: block;
		will-change: transform, background-color;
		width: 31px;
		height: 1px;
		border-radius: 0;
		transition: transform .25s, background-color .25s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		outline: 1px solid transparent;
		top: 6px;
		top: 6px;
		color: black;
		color: currentColor;
		font-size: 0;
		line-height: 0;
		z-index: 9999;
		background: currentColor;
	}
	
	.footer-sticky .footer-sticky-menu-trigger > span {
		position: relative;
		display: block;
		height: 100%;
	}
	
	.footer-sticky .footer-sticky-menu-trigger > span:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: currentColor;
		transform-origin: top left;
		transition: transform .25s;
	}
	
	.footer-sticky .footer-sticky-menu-trigger > span:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: currentColor;
		transform-origin: bottom left;
		transition: transform .25s;
	}
	
	.footer-sticky .footer-sticky-menu-trigger.is-active span:before {
		transform: rotate(20deg);
	}
	
	.footer-sticky .footer-sticky-menu-trigger.is-active span:after {
		transform: rotate(-20deg);
	}
	
	.footer-sticky .footer-sticky-login {
		display: block;
	}
}

.footer-menu-container ul.menu {
	columns: 2;
	column-gap: 1rem;
}

.footer-menu-container ul.menu > li {
	color: inherit;
}

.footer-menu-container ul.menu > li a {
	line-height: 3;
	color: currentColor;
	transition: color .25s ease;
}

.footer-menu-container ul.menu > li a:hover {
	color: #9fb9c8;
}

.footer-menu-container .footer-social .list-social .social-item {
	padding-left: 0;
}

.footer-menu-container .footer-social .list-social .social-item > a {
	color: currentColor;
	transition: color .25s ease;
}

.footer-menu-container .footer-social .list-social .social-item > a:hover {
	color: #9fb9c8;
}

.hero {
	position: relative;
}

.hero .caption {
	position: relative;
}

.hero .hero-bottom {
	width: 10rem;
	position: absolute;
	bottom: calc(3.5rem + 3rem);
	left: calc(50% - 5rem);
	z-index: 10;
}

@media (max-width: 767.98px) {
	.hero .hero-bottom {
		bottom: calc(4rem + 3rem);
	}
}

.hero .hero-bottom .icon-scroll-down {
	margin-top: 1.75rem;
	margin-left: auto;
	margin-right: auto;
}

.hero .hero-scroll-down {
	cursor: pointer;
	user-select: none;
}

.hero .background {
	background-color: #040f1b;
	overflow: hidden;
}

.hero .background video, .hero .background img {
	opacity: .8;
}

.icon-scroll-down {
	position: relative;
	width: 2rem;
	height: 1rem;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24.865\' height=\'12.516\' viewBox=\'0 0 24.865 12.516\'%3E%3Cg transform=\'translate(985.227 -28.859) rotate(90)\'%3E%3Cpath d=\'M41.375,972.795l-.537-.592-10.656-11.84-1.323,1.184,10.12,11.248-10.12,11.248,1.323,1.184,10.656-11.84Z\' fill=\'%23fff\'/%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: currentColor;
}

.icon-scroll-down.nitro-lazy {
	-webkit-mask-image: none !important;
}

.popup-container {
	position: fixed;
	background-color: #fff;
	height: 100%;
	width: 50vw;
	max-width: 60rem;
	z-index: 120;
	transition: transform .75s cubic-bezier(.85, 0, 0, 1);
	transition-duration: 0;
	top: 0;
	left: 100%;
	box-shadow: 0px 0px 15px rgba(12, 12, 12, .1);
	transform: translate3d(5%, 0, 0);
	visibility: hidden;
}

@media (max-width: 767.98px) {
	.popup-container:not(.popup-container-small) {
		width: 100vw;
		max-width: 100vw;
	}
}

.popup-container.popup-container-small {
	width: 32rem;
	top: unset;
	left: unset;
	bottom: 5rem;
	right: 2rem;
	transform: none;
	height: auto;
}

.popup-container.popup-container-small:before {
	display: none;
}

@media (max-width: 767.98px) {
	.popup-container.popup-container-small {
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 200;
	}
}

.popup-container .popup-close {
	top: 2rem;
	left: 2rem;
	height: 42px;
	width: 42px;
	background: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' width=\'42\' height=\'42\' viewBox=\'0 0 42 42\'%3E%3Ccircle cx=\'21\' cy=\'21\' r=\'21\' fill=\'%230c1b2a\'/%3E%3Cg transform=\'translate(10 9)\'%3E%3Cpath d=\'M20,2l-8.646,8.647L2.707,2,2,2.707l8.646,8.647L2,20l.707.707,8.647-8.646L20,20.707,20.707,20,12.06,11.354l8.647-8.647Z\' fill=\'%23fff\' fill-rule=\'evenodd\'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
	background-size: contain;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	cursor: pointer;
	transition: filter .25s;
}

@media (hover: hover) {
	.popup-container .popup-close:hover {
		background: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' width=\'42\' height=\'42\' viewBox=\'0 0 42 42\'%3E%3Ccircle cx=\'21\' cy=\'21\' r=\'21\' fill=\'%239fb9c8\'/%3E%3Cg transform=\'translate(10 9)\'%3E%3Cpath d=\'M20,2l-8.646,8.647L2.707,2,2,2.707l8.646,8.647L2,20l.707.707,8.647-8.646L20,20.707,20.707,20,12.06,11.354l8.647-8.647Z\' fill=\'%23040f1b\' fill-rule=\'evenodd\'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
	}
}

@media (max-width: 1194.98px) {
	.popup-container .enquire-popup-form-container {
		padding-left: 0;
		padding-right: 0;
	}
}

.popup-container .popup-content {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.popup-container > * {
	z-index: 10;
}

.popup-container.is-open {
	transform: translate3d(-100%, 0, 0);
}

html.is-loaded .popup-container {
	transition-duration: .75s;
	visibility: visible;
}

html.popup-is-opened {
	overflow-y: hidden;
}

html.popup-is-opened #loader {
	background-color: rgba(4, 15, 27, .2);
	z-index: 120;
	pointer-events: all !important;
}

.newsletter-popup {
	display: none;
}

.newsletter-footer-container {
	display: block;
	width: 100%;
	padding-right: 2rem;
}

.newsletter-footer-container form#form-newsletter-footer {
	position: relative;
}

.newsletter-footer-container form#form-newsletter-footer .acf-fields {
	padding-bottom: 0;
}

.newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field {
	padding-right: 0;
	padding-left: 0;
}

.newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field.acf-field-true-false {
	padding-top: .5rem !important;
}

.newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field.acf-field-true-false input[type="checkbox"]:checked {
	color: #ece9e6;
}

.newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field.acf-field-true-false input[type="checkbox"]:checked + span.message {
	color: #ece9e6;
}

.newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field.acf-field-true-false input[type="checkbox"]:checked + span.message:before {
	content: "";
}

.newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field input[type="text"], .newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field input[type="email"] {
	padding-left: 0;
	color: #ece9e6;
	border-color: rgba(255, 255, 255, .1);
	transition: border-color .25s;
}

.newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field input[type="text"]:focus, .newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field input[type="text"]:valid, .newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field input[type="email"]:focus, .newsletter-footer-container form#form-newsletter-footer .acf-fields .acf-field input[type="email"]:valid {
	color: #ece9e6;
	border-color: rgba(255, 255, 255, .75);
}

.newsletter-footer-container form#form-newsletter-footer .acf-form-submit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 4.75rem;
}

.newsletter-footer-container form#form-newsletter-footer .acf-form-submit .newsletter-footer-submit {
	-webkit-appearance: none;
	width: 2rem;
	height: 1.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24.887\' height=\'16.234\' viewBox=\'0 0 24.887 16.234\'%3E%3Cpath d=\'M30,6.99a.291.291,0,0,0-.136.072L22.055,14a.289.289,0,1,0,.343.466.293.293,0,0,0,.036-.032l7.33-6.517V31.575a.289.289,0,1,0,.578,0V7.921l7.33,6.517a.289.289,0,1,0,.416-.4A.3.3,0,0,0,38.053,14L30.243,7.062A.289.289,0,0,0,30,6.99Z\' transform=\'translate(31.873 -21.937) rotate(90)\' fill=\'%23fff\' opacity=\'0.747\'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 0;
	outline: none;
	background-color: transparent;
	opacity: .5;
	transition: opacity .25s;
}

.newsletter-footer-container form#form-newsletter-footer .acf-form-submit .newsletter-footer-submit.nitro-lazy {
	background-image: none !important;
}

.block {
	position: relative;
}

body.page-template-template-blocks #main > *.block-heading.py-md:first-child, body.page-template-template-blocks #main > *.block-heading.py-lg:first-child, body.page-template-template-blocks #main > *.block-heading.pt-lg:first-child, body.page-template-template-blocks #main > *.block-heading.pt-md:first-child, body.page-template-template-gallery #main > *.block-heading.py-md:first-child, body.page-template-template-gallery #main > *.block-heading.py-lg:first-child, body.page-template-template-gallery #main > *.block-heading.pt-lg:first-child, body.page-template-template-gallery #main > *.block-heading.pt-md:first-child, body.page-template-template-catalogue #main > *.block-heading.py-md:first-child, body.page-template-template-catalogue #main > *.block-heading.py-lg:first-child, body.page-template-template-catalogue #main > *.block-heading.pt-lg:first-child, body.page-template-template-catalogue #main > *.block-heading.pt-md:first-child, body.page-template-template-instagram #main > *.block-heading.py-md:first-child, body.page-template-template-instagram #main > *.block-heading.py-lg:first-child, body.page-template-template-instagram #main > *.block-heading.pt-lg:first-child, body.page-template-template-instagram #main > *.block-heading.pt-md:first-child {
	padding-top: 0;
}

.block-image-text {
	min-height: 50vh;
}

@media (max-width: 1194.98px) {
	.block-image-text {
		min-height: initial;
	}
}

@media (max-width: 767.98px) {
	.block-image-text {
		min-height: 50vh;
	}
}

.block-image-text .col-content div.text-mdlg {
	color: #888;
}

@media (max-width: 767.98px) {
	.block-image-text {
		flex-wrap: wrap;
	}
	
	.block-image-text .col-50 {
		width: 100%;
		min-height: 50vh;
	}
	
	.block-image-text .slider-image-text {
		min-height: 50vh;
	}
}

.slider-image-text {
	height: 100%;
	touch-action: none;
}

.slider-image-text .flickity-slider {
	display: flex;
}

.slider-image-text .flickity-slider .slide {
	height: 100%;
}

.slider-image-text .flickity-slider .slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.slider-image-text .flickity-page-dots {
	bottom: 1rem;
}

.slider-image-text .flickity-page-dots .dot {
	width: .75rem;
	height: .75rem;
	margin: 0 .5rem;
	background: #ece9e6;
	border-radius: 50%;
}

.slider-image-text .flickity-prev-next-button.next {
	right: .5rem;
}

.slider-image-text .flickity-prev-next-button.previous {
	left: .5rem;
}

.slider-image-text .flickity-prev-next-button svg path {
	fill: #ece9e6;
}

@media (max-width: 1194.98px) {
	.slider-image-text .flickity-viewport {
		min-height: 100%;
	}
}

.block-statement {
	overflow-y: hidden;
}

.block-statement .image {
	z-index: -1;
}

.block-statement .image:not(.no-parallax) {
	pointer-events: none;
}

.block-statement .image img, .block-statement .image video {
	object-fit: cover;
	object-position: center;
}

.block-statement.has-image {
	padding-top: 0;
	padding-bottom: 0;
}

.block-statement.has-image .content {
	overflow: visible;
}

.block-statement.has-image.has-old-style .image.no-parallax {
	z-index: initial;
}

.block-statement.has-image:not(.has-old-style) .image {
	display: none;
}

@media (max-width: 767.98px) {
	.block-statement.has-image:not(.has-old-style) {
		min-height: 60vh;
	}
}

.block-statement.no-padding-top:not(.has-image) {
	padding-top: 0 !important;
	overflow-y: visible;
}

.bg-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-wrap .bg {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transform: translateZ(0);
	will-change: transform;
}

.block-logo-grid .grid {
	grid-gap: 3rem;
}

.block-logo-grid .grid .grid-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-logo-grid .grid .grid-item .image {
	width: 100%;
	height: 100%;
	max-width: 10rem;
	max-height: 6.5rem;
}

.block-logo-grid .grid .grid-item .image img, .block-logo-grid .grid .grid-item .image video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 767.98px) {
	.block-logo-grid .grid .grid-item .image img, .block-logo-grid .grid .grid-item .image video {
		max-height: 4.5rem;
	}
}

.block-logo-grid .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #040f1b;
	pointer-events: none;
}

.block-logo-grid .background img, .block-logo-grid .background video {
	opacity: .65;
}

.block-logo-grid.has-bg {
	overflow: hidden;
}

.block-logo-grid.has-bg .container {
	z-index: 1;
}

.block-logo-grid.has-bg .container .grid-item .image {
	filter: brightness(0) invert(1);
}

.flickity-slider, .slide {
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}

.flickity-prev-next-button {
	width: 2.5rem;
	height: 3rem;
	box-shadow: none;
	background: transparent;
}

.flickity-prev-next-button svg path {
	fill: #888;
}

.flickity-prev-next-button.previous {
	left: -2rem;
}

@media (max-width: 1194.98px) {
	.flickity-prev-next-button.previous {
		left: 0;
	}
}

.flickity-prev-next-button.next {
	right: -2rem;
}

@media (max-width: 1194.98px) {
	.flickity-prev-next-button.next {
		right: 0;
	}
}

.flickity-prev-next-button:hover {
	background: transparent;
}

.slider-testimonials .flickity-prev-next-button.next, .slider-testimonials .flickity-prev-next-button.previous {
	top: 50%;
}

@media (max-width: 767.98px) {
	.slider-testimonials .flickity-prev-next-button.next {
		right: -1.5rem;
	}
	
	.slider-testimonials .flickity-prev-next-button.previous {
		left: -1.5rem;
	}
}

.slider-testimonials.has-bg svg path {
	fill: #ece9e6;
}

.flex-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-grid.flex-grid-2 .flex-grid-item {
	width: 50%;
}

@media (max-width: 767.98px) {
	.flex-grid.flex-grid-2 .flex-grid-item {
		width: 100%;
	}
}

.flex-grid.flex-grid-3 .flex-grid-item {
	width: 33.33%;
}

@media (max-width: 767.98px) {
	.flex-grid.flex-grid-3 .flex-grid-item {
		width: 100%;
	}
}

.flex-grid.flex-grid-4 .flex-grid-item {
	width: 25%;
}

@media (max-width: 1399.98px) {
	.flex-grid.flex-grid-4 .flex-grid-item {
		width: 33.33%;
	}
}

@media (max-width: 767.98px) {
	.flex-grid.flex-grid-4 .flex-grid-item {
		width: 50%;
	}
}

.flex-grid .flex-grid-item {
	text-align: center;
	padding: 3rem;
}

.flex-grid .flex-grid-item .image-round {
	width: 75%;
	max-width: 20rem;
}

.flex-grid .flex-grid-item .content {
	width: 23rem;
	max-width: 100%;
}

.image-round {
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 1194.98px) {
	.block-featured-products.is-features .features-grid-item.slide {
		padding: 0 3rem;
	}
	
	.block-featured-products.is-features .features-grid-item.slide .image-round {
		padding: 0 !important;
		max-width: 20rem;
	}
}

.slider-featured-destinations .slide {
	width: 860px;
}

@media (max-width: 1194.98px) {
	.slider-featured-destinations .slide {
		width: 75vw;
	}
}

.slider-featured-destinations .slide .image {
	transition: opacity 1s;
	opacity: .5;
}

.slider-featured-destinations .slide footer {
	transition: opacity 1s;
	opacity: 0;
}

.slider-featured-destinations .slide.is-selected .image, .slider-featured-destinations .slide.is-selected footer {
	opacity: 1;
}

.slider-featured-nav .flickity-prev-next-button {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	background: none;
	color: inherit;
	padding: 0;
	box-shadow: none !important;
}

.slider-featured-nav .flickity-prev-next-button svg path {
	fill: currentColor;
}

ul.solutions-list {
	margin-top: 7rem !important;
	display: flex;
}

@media (max-width: 1194.98px) {
	ul.solutions-list {
		flex-direction: column;
	}
}

ul.solutions-list a {
	text-decoration: none;
	color: inherit;
}

ul.solutions-list > li {
	padding: 7rem 3rem;
	width: 100%;
	position: relative;
	opacity: .7;
	transition: opacity .25s;
}

@media (max-width: 1194.98px) {
	ul.solutions-list > li {
		padding: 3.5rem 0;
		opacity: 1;
	}
}

ul.solutions-list > li:before {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	top: 0%;
	width: 1px;
	background-color: currentColor;
	transition: opacity .25s;
}

@media (max-width: 1194.98px) {
	ul.solutions-list > li:before {
		display: none;
	}
}

ul.solutions-list > li:first-child:before {
	display: none;
}

ul.solutions-list > li > a {
	position: relative;
	display: block;
}

ul.solutions-list > li > ul.sub-menu {
	font-size: 1.285rem;
	text-transform: none;
	line-height: 1;
	width: 100%;
	display: flex;
	position: relative;
	padding-top: 1rem;
	letter-spacing: 0;
	text-align: center;
	justify-content: center;
}

ul.solutions-list > li > ul.sub-menu > li {
	white-space: nowrap;
	padding: 0 1rem;
}

ul.solutions-list > li:hover {
	opacity: 1;
}

ul.solutions-list > li:hover:before {
	opacity: .5;
}

ul.solutions-list > li:hover > ul.sub-menu {
	opacity: 1;
	pointer-events: all;
}

.block-solutions > *, .block-featured-projects > * {
	position: relative;
	z-index: 10;
}

.block .container-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.block .container-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: rgba(4, 15, 27, .2);
}

.block .container-bg .bg-item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 1s;
}

.block .container-bg .bg-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.block .container-bg .bg-item.is-active {
	opacity: 1;
}

@media (max-width: 767.98px) {
	.block-enquire, .block-columns {
		flex-wrap: wrap;
	}
}

.block-enquire > .content, .block-columns > .content {
	width: 100%;
}

@media (max-width: 767.98px) {
	.block-enquire > .content, .block-columns > .content {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

.block-enquire .content:first-child, .block-columns .content:first-child {
	border-right: 1px solid #ece9e6;
}

@media (max-width: 767.98px) {
	.block-enquire .content:first-child, .block-columns .content:first-child {
		border: 0;
	}
}

.block-product-options .product-section-item {
	display: flex;
	align-items: center;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	cursor: pointer;
	transition: color .25s;
}

.block-product-options .product-section-item .image {
	width: 25%;
	transition: transform .25s;
}

.block-product-options .product-section-item .name {
	padding-left: 2rem;
	width: 75%;
}

.block-product-options .product-section-item:hover {
	color: #040f1b;
}

.block-product-options .product-section-item:hover .image {
	transform: scale(1.1);
}

@media (max-width: 1194.98px) {
	.block-product-options .accordion.accordion-product {
		padding-left: 0;
		padding-right: 0;
	}
	
	.block-product-options .accordion-content .flex-cols {
		flex-wrap: wrap;
	}
	
	.block-product-options .accordion-content .flex-cols .col-50.product-section {
		width: 100%;
	}
	
	.block-product-options .accordion-content .flex-cols .col-50.product-section + .product-section {
		margin-top: 2rem;
	}
}

.product-options-popup {
	width: 50rem;
	position: fixed;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(12, 12, 12, .1);
	min-height: 20rem;
	max-width: 70vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 3.5rem 2.5rem;
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1194.98px) {
	.product-options-popup {
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.product-options-popup {
		width: 95vw;
		max-width: 95vw;
		padding: 2rem 1.5rem;
	}
}

.product-options-popup .content {
	width: 100%;
	position: relative;
}

@media (max-width: 767.98px) {
	.product-options-popup .content {
		align-items: flex-start;
	}
}

.product-options-popup .content .col-image {
	padding: 1rem;
}

.product-options-popup .content .col-image img {
	max-width: 20rem;
}

@media (max-width: 1194.98px) {
	.product-options-popup .content .col-image {
		min-width: 22rem;
	}
}

@media (max-width: 767.98px) {
	.product-options-popup .content .col-image {
		min-width: 25%;
		width: 25%;
		padding: 0 !important;
	}
}

.product-options-popup .content .col-info {
	padding-left: 3rem;
}

@media (max-width: 767.98px) {
	.product-options-popup .content .col-info {
		width: 75%;
		padding-left: 2rem;
	}
}

@media (max-width: 1194.98px) {
	.block-featured-products {
		padding-left: 0;
		padding-right: 0;
	}
	
	.block-featured-products h2, .block-featured-products h2 + div.text-body, .block-featured-products h2 + div#swipebox-title {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.block-featured-products .slider-featured-products:before {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #ece9e6;
	height: 100%;
	left: 50%;
	top: 0;
	opacity: 1;
	transition: opacity .15s;
	z-index: 10;
}

@media (max-width: 767.98px) {
	.block-featured-products .slider-featured-products:before {
		content: unset;
	}
}

.block-featured-products .slider-featured-products.is-changing:before {
	opacity: 0;
}

.block-featured-products .slider-featured-products .slide.slide-featured-products {
	width: 50%;
}

@media (max-width: 767.98px) {
	.block-featured-products .slider-featured-products .slide.slide-featured-products {
		width: 100%;
	}
}

.block-featured-products .slider-featured-products .slide.slide-featured-products .image {
	padding: 0 2.5rem;
}

.block-featured-products .slider-featured-products .slide.slide-featured-products .content p.text-body-sm {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	max-height: calc(1.35em * 2.9);
	text-overflow: -o-ellipsis-lastline;
	-webkit-line-clamp: 3;
	height: calc(1.35em * 2.9);
}

.block-featured-products .flickity-prev-next-button svg path {
	fill: #9fb9c8;
}

@media (max-width: 1194.98px) {
	.block-featured-products .flickity-prev-next-button {
		top: 10rem;
	}
}

.block-featured-designs .featured-designs-images {
	position: relative;
	height: 25rem;
}

@media (max-width: 767.98px) {
	.block-featured-designs .featured-designs-images {
		height: 20rem;
	}
}

.block-featured-designs .featured-designs-images img {
	width: 100%;
	width: 100%;
	height: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: opacity .5s;
	opacity: 0;
	position: absolute;
}

.block-featured-designs .featured-designs-images img.is-active {
	opacity: 1;
}

.block-featured-designs .slider-featured-designs.less-or-2 .slide {
	width: 100%;
}

@media (max-width: 767.98px) {
	.block-featured-designs .slider-featured-designs.less-or-2 .slide {
		width: 100%;
	}
}

.block-featured-designs .slider-featured-designs .slide {
	width: 33.33%;
	text-align: center;
	color: #040f1b;
	transition: color .5s;
}

@media (max-width: 1194.98px) {
	.block-featured-designs .slider-featured-designs .slide {
		padding-top: 5px;
	}
}

@media (max-width: 767.98px) {
	.block-featured-designs .slider-featured-designs .slide {
		padding-top: 5px;
		width: 100%;
	}
}

.block-featured-designs .slider-featured-designs .slide.is-selected {
	color: #9fb9c8;
}

.block-featured-designs .slider-featured-designs .slide.is-selected > a {
	opacity: 1;
	pointer-events: initial;
}

.block-featured-designs .slider-featured-designs .slide > * {
	color: currentColor;
}

.block-featured-designs .slider-featured-designs .slide > a {
	opacity: 0;
	transition: opacity .5s;
	pointer-events: none;
}

.block-featured-designs .slider-featured-designs .flickity-prev-next-button {
	top: .75rem;
}

@media (max-width: 1194.98px) {
	.block-featured-designs .slider-featured-designs .flickity-prev-next-button {
		top: calc(.75rem + 3px);
	}
}

@media (hover: none) {
	.block-features {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.block-features > .content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.block-features .flex-grid {
		flex-wrap: nowrap;
		width: 100%;
		overflow-x: auto;
	}
	
	.block-features .flex-grid .scrollbar-track-y {
		display: none !important;
	}
	
	.block-features .flex-grid .scrollbar-track-x {
		bottom: 0;
		left: calc(1.5rem * 2);
		width: calc(100vw - ( 1.5rem * 4 ));
		max-width: calc(100vw - ( 1.5rem * 4 ));
		height: 2px;
		background: #ece9e6;
	}
	
	.block-features .flex-grid .scrollbar-track-x .scrollbar-thumb {
		background: #888;
		height: 2px;
	}
	
	.block-features .flex-grid .scroll-content {
		display: flex;
		padding-bottom: 2rem;
	}
	
	.block-features .flex-grid .flex-grid-item {
		width: 70vw;
		margin-left: 1.5rem;
		padding: 2rem;
	}
}

.block-features + .block.no-padding-top.block-statement {
	padding-top: 4.65rem !important;
}

@media (max-width: 767.98px) {
	.block-features + .block.no-padding-top.block-statement {
		padding-top: 3.5rem !important;
	}
}

ul.featured-projects-list {
	margin-top: 7rem !important;
	display: flex;
	flex-direction: column;
}

ul.featured-projects-list a {
	text-decoration: none;
	color: inherit;
}

ul.featured-projects-list > li {
	width: 100%;
	position: relative;
	opacity: .7;
	transition: opacity .25s;
}

@media (max-width: 767.98px) {
	ul.featured-projects-list > li {
		opacity: 1;
	}
}

ul.featured-projects-list > li > a {
	position: relative;
	display: block;
	line-height: 1.5;
}

ul.featured-projects-list > li:hover {
	opacity: 1;
}

ul.featured-projects-list > li + li {
	margin-top: 1.75rem;
}

.block-featured-projects > .content {
	min-height: 45vh;
	display: flex;
	flex-direction: column;
}

.block-featured-projects .container-bg {
	opacity: .75;
}

.block-featured-projects .featured-projects-list {
	flex-grow: 1;
	justify-content: center;
}

ul.list-columns {
	column-count: 2;
	column-gap: 3rem;
}

.block-clients-columns ul.list-columns {
	margin-left: auto;
	margin-right: auto;
}

.block-film {
	border-bottom: 1px solid #ece9e6;
}

.block-film video.has-controls {
	cursor: pointer;
}

.sheet-table {
	display: flex;
	flex-direction: column;
	border-top: 2px solid #040f1b;
}

@media (max-width: 767.98px) {
	.sheet-table {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.sheet-table .sheet-table-header, .sheet-table .sheet-table-row {
	display: flex;
	border-bottom: 1px solid #ece9e6;
}

.sheet-table .sheet-table-header > *, .sheet-table .sheet-table-row > * {
	text-align: left;
	padding-left: .5rem;
	padding-right: .5rem;
	line-height: 1.5;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}

.sheet-table .sheet-table-header > *:last-child, .sheet-table .sheet-table-row > *:last-child {
	padding-right: 0;
}

.sheet-table .sheet-table-header > *:first-child, .sheet-table .sheet-table-row > *:first-child {
	padding-left: 0;
}

@media (max-width: 767.98px) {
	.sheet-table .sheet-table-header, .sheet-table .sheet-table-row {
		flex-direction: column;
		width: 100%;
		border-bottom: 0;
		font-size: .8rem !important;
	}
	
	.sheet-table .sheet-table-header > *, .sheet-table .sheet-table-row > * {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
		padding-top: 1rem;
		padding-bottom: 1rem;
		width: 100%;
		line-height: 1.35;
	}
	
	.sheet-table .sheet-table-header.sheet-table-header, .sheet-table .sheet-table-row.sheet-table-header {
		width: 33.33%;
	}
	
	.sheet-table .sheet-table-header.sheet-table-row, .sheet-table .sheet-table-row.sheet-table-row {
		width: 66.66%;
		padding-left: 2rem;
	}
}

body.post-type-archive-products .products-archive-container + .products-archive-container {
	border-top: 1px solid #ece9e6;
}

.block-product-slider .flickity-prev-next-button svg path {
	fill: #040f1b;
}

.block-product-slider > .content .slider-product {
	height: 75rem;
	max-height: 70vh;
}

@media (max-width: 767.98px) {
	.block-product-slider > .content .slider-product {
		width: 100vw;
		margin-left: -1.5rem;
		height: calc(var(--vh, 1vh) * 50);
	}
}

.block-product-slider > .content .slider-product .slide {
	height: 100%;
}

.block-product-slider > .content .slider-product .slide .image {
	height: 100%;
}

.block-product-slider > .content .slider-product .slide .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.block-wide-image {
	overflow: hidden;
}

.h-opacity {
	transition: opacity .25s;
}

.h-opacity:hover {
	opacity: .65;
}

.share-container {
	display: flex;
}

.share-container .share-trigger {
	cursor: pointer;
	border-bottom: 1px solid;
	border-color: rgba(136, 136, 136, 0);
	transition: color .25s, border-color .25s;
	position: relative;
	display: inline-block;
}

.share-container .share-trigger:after {
	position: relative;
	content: "+";
	display: inline-block;
	padding-left: .25em;
}

.share-container .share-links {
	position: absolute;
	text-align: right;
	right: 0;
	padding-top: .75rem;
	top: 100%;
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s;
}

.share-container .share-links .share-item a {
	font-size: 1.25rem;
}

.share-container .share-links .share-item a:hover {
	color: #888;
}

.share-container.is-active .share-links {
	max-height: 3rem;
}

.share-container.is-active .share-trigger {
	color: #888;
	border-color: currentColor;
}

.share-container.is-active .share-trigger:after {
	content: "–";
}

.product-bottom {
	position: relative;
}

.product-bottom .product-share {
	position: absolute;
	right: 0;
	bottom: 7.5rem;
	z-index: 1;
}

.product-bottom .product-share .share-trigger:hover {
	color: #888;
	border-color: currentColor;
}

@media (max-width: 1194.98px) {
	.product-bottom .product-share {
		right: 2rem;
	}
}

@media (max-width: 767.98px) {
	.product-bottom .product-share {
		right: 50%;
		bottom: 4rem;
		z-index: 1;
		transform: translateX(50%);
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.product-bottom {
		padding-bottom: 8rem;
	}
	
	.product-bottom .share-trigger {
		display: inline-block;
		margin: 0 auto;
		border-color: currentColor !important;
	}
	
	.product-bottom .share-links {
		text-align: center;
		right: 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

ul#menu-products li.menu-item.menu-all.active {
	color: #888;
}

ul#menu-products li a {
	position: relative;
}

ul#menu-products li a:after {
	content: "";
	bottom: -.35em;
	left: 0;
	width: 100%;
	background-color: currentColor;
	height: 1px;
	position: absolute;
	opacity: 0;
	transition: .25s opacity;
}

ul#menu-products li:hover a:after, ul#menu-products li.active a:after {
	opacity: 1;
}

body.archive.post-type-archive-products ul#menu-products li a {
	position: relative;
}

body.archive.post-type-archive-products ul#menu-products li a:after {
	content: "";
	bottom: -.35em;
	left: 0;
	width: 100%;
	background-color: currentColor;
	height: 1px;
	position: absolute;
	opacity: 0;
	transition: .25s opacity;
}

body.archive.post-type-archive-products ul#menu-products li:hover a:after, body.archive.post-type-archive-products ul#menu-products li.active a:after {
	opacity: 1;
}

body.archive.tax-product_type ul#menu-products li.menu-item.menu-all.active a:after {
	opacity: 0;
}

body.archive.tax-product_type ul#menu-products li.menu-item.menu-all.active:hover a:after {
	opacity: 1;
}

.flex-grid.flex-grid-3:not(.no-border) {
	margin-right: -1px;
	margin-bottom: -1px;
}

.flex-grid.flex-grid-3:not(.no-border) .flex-grid-item {
	background-color: #fff;
	margin-bottom: 0;
	margin-bottom: -1px;
	border-top: 1px solid #ece9e6;
	border-right: 1px solid #ece9e6;
	border-left: 1px solid #ece9e6;
	margin-left: -1px;
}

.flex-grid.flex-grid-3:not(.no-border) .flex-grid-item:nth-child(-n + 3) {
	border-top: 0;
	border-bottom: 1px solid #ece9e6;
}

.flex-grid.flex-grid-3:not(.no-border) .flex-grid-item:nth-child(3n + 1) {
	border-left: 0 !important;
}

.flex-grid.flex-grid-3:not(.no-border) .flex-grid-item:nth-child(3n + 3) {
	border-right: 0 !important;
}

.flex-grid.flex-grid-3.grid-one-row:not(.no-border) {
	justify-content: center;
}

.flex-grid.flex-grid-3.grid-one-row:not(.no-border) .flex-grid-item {
	border-bottom: 0 !important;
}

.flex-grid.flex-grid-3.grid-one-row:not(.no-border) .flex-grid-item:last-child {
	border-right: 0 !important;
}

@media (max-width: 767.98px) {
	.flex-grid:not(.no-border) .flex-grid-item {
		border: 0 !important;
	}
}

.single-products .wide-image + .block-heading {
	margin-top: 3rem;
}

@media (max-width: 1194.98px) {
	.archive-products {
		padding-left: 0;
		padding-right: 0;
	}
	
	.archive-products .flex-grid-item.item-products {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.archive-products .flex-grid-item.item-products {
		width: 100%;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.contact-image {
	height: 100%;
	position: sticky !important;
	display: block;
}

.contact-image .image {
	height: 100%;
	width: 100%;
	display: block;
}

.contact-image .image img, .contact-image .image video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.slider-split {
	height: 100%;
	position: sticky !important;
	display: flex;
}

.slider-split .flickity-viewport {
	width: 100%;
}

.slider-split .slide.split-slide {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
}

.slider-split .slide.split-slide img, .slider-split .slide.split-slide video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.slider-split .slide.split-slide .background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 1s;
	transform: translateZ(0) scale(1.3);
}

.slider-split .slide.split-slide.is-selected .background {
	transform: translateZ(0) scale(1);
}

@media (max-width: 1194.98px) {
	.contact-image.sticky-top, .mh-fill.sticky-top, .contact-image .image img.sticky-top, .contact-image .image video.sticky-top, .slider-split .sticky-top.flickity-viewport, .slider-split .sticky-top.slide.split-slide, .slider-split .slide.split-slide img.sticky-top, .slider-split .slide.split-slide video.sticky-top {
		position: fixed !important;
		top: 0;
		right: 0;
	}
}

address {
	font-style: normal;
}

.pt-header, body.page-template-template-blocks #main, body.page-template-template-gallery #main, body.page-template-template-catalogue #main, body.page-template-template-instagram #main {
	padding-top: calc(14.75rem + 4.65rem);
	padding-top: calc(var(--full-header) + 4.65rem);
}

@media (max-width: 767.98px) {
	.pt-header, body.page-template-template-blocks #main, body.page-template-template-gallery #main, body.page-template-template-catalogue #main, body.page-template-template-instagram #main {
		padding-top: calc(var(--full-header) + 2.5rem);
	}
}

.mh-fill, .contact-image .image img, .contact-image .image video, .slider-split .flickity-viewport, .slider-split .slide.split-slide, .slider-split .slide.split-slide img, .slider-split .slide.split-slide video {
	min-height: calc(100vh - 3.5rem);
	min-height: calc(( var(--vh, 1vh) * 100 ) - 3.5rem);
}

@media (max-width: 1194.98px) {
	.mh-fill, .contact-image .image img, .contact-image .image video, .slider-split .flickity-viewport, .slider-split .slide.split-slide, .slider-split .slide.split-slide img, .slider-split .slide.split-slide video {
		min-height: calc(100vh + 1.5rem);
		min-height: calc(( var(--vh, 1vh) * 100 ) + 1.5rem);
	}
}

@media (max-width: 767.98px) {
	.mh-fill, .contact-image .image img, .contact-image .image video, .slider-split .flickity-viewport, .slider-split .slide.split-slide, .slider-split .slide.split-slide img, .slider-split .slide.split-slide video {
		min-height: calc(100vh - 4rem);
		min-height: calc(( var(--vh, 1vh) * 100 ) - 4rem);
	}
}

.contact-image.sticky-top:after, .slider-split.sticky-top:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	width: 100%;
	height: var(--full-header, 10rem);
	z-index: 1;
	display: none;
}

html.scroll-is-top .contact-image.sticky-top:after, html.scroll-is-top .slider-split.sticky-top:after {
	display: block;
}

.distributors-list {
	width: calc(100% - 4rem);
}

.distributor-item + .distributor-item {
	border-top: 1px solid #ece9e6;
}

.distributors-select {
	width: 100%;
	max-width: 30em;
}

div.text-body p a, div.text-body a, div#swipebox-title a {
	color: #9fb9c8;
	text-decoration: none;
}

div.text-body p a:hover, div.text-body a:hover, div#swipebox-title a:hover {
	color: #040f1b;
}

@media (max-width: 767.98px) {
	.container-fluid.mh-fill .col-50, .contact-image .image img.container-fluid .col-50, .contact-image .image video.container-fluid .col-50, .slider-split .container-fluid.flickity-viewport .col-50, .slider-split .container-fluid.slide.split-slide .col-50, .slider-split .slide.split-slide img.container-fluid .col-50, .slider-split .slide.split-slide video.container-fluid .col-50 {
		width: 100%;
	}
	
	.container-fluid.mh-fill .col-50.sticky-top, .contact-image .image img.container-fluid .col-50.sticky-top, .contact-image .image video.container-fluid .col-50.sticky-top, .slider-split .container-fluid.flickity-viewport .col-50.sticky-top, .slider-split .container-fluid.slide.split-slide .col-50.sticky-top, .slider-split .slide.split-slide img.container-fluid .col-50.sticky-top, .slider-split .slide.split-slide video.container-fluid .col-50.sticky-top {
		display: none;
	}
}

.container-post {
	border-right: 1px solid #ece9e6;
}

.container-related {
	position: sticky !important;
	top: 0;
	padding-top: 7rem;
}

.container-related .flex-grid-item {
	display: block;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 3rem;
}

.flex-grid.blog-grid .flex-grid-item.item-post {
	padding-bottom: 0;
}

.flex-grid-item.item-post .image img, .flex-grid-item.item-post .image video {
	transition: all 2s;
}

.flex-grid-item.item-post .post-title {
	transition: color .25s ease;
}

.flex-grid-item.item-post:hover .image img, .flex-grid-item.item-post:hover .image video {
	filter: brightness(.9);
	transform: scale(1.025);
}

.flex-grid-item.item-post:hover .post-title {
	color: #9fb9c8;
}

.blog-grid .blog-content {
	margin-top: -3rem;
}

.blog-grid .blog-header {
	position: sticky;
	top: 0;
}

.blog-grid .blog-header .color-white {
	z-index: 1;
}

@media (max-width: 767.98px) {
	.blog-grid .flex-grid-item {
		width: 100% !important;
	}
	
	.blog-grid .flex-grid-item .image {
		--aspect-ratio: 3.5/3 !important;
	}
}

.pagination {
	width: 100;
	border-top: 1px solid #ece9e6;
}

.pagination > ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pagination > ul li {
	display: inline-block;
	list-style: none;
	margin: 0 .5rem;
}

.pagination > ul li > a.next {
	position: absolute;
	right: 0;
	top: 0;
}

.pagination > ul li > a.prev {
	position: absolute;
	left: 0;
	top: 0;
}

.pagination > ul li > a.current {
	color: #9fb9c8;
}

.gallery-container {
	display: flex;
	flex-wrap: wrap;
}

.gallery-container > * {
	width: 14.285%;
	height: 15rem;
	padding: 2px;
}

.gallery-container > * img, .gallery-container > * video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 767.98px) {
	.gallery-container > * {
		width: 25%;
		height: 25vw;
	}
}

.page-template-template-gallery .block.block-heading:first-of-type .content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 767.98px) {
	.page-template-template-gallery .block.block-heading:first-of-type .content {
		flex-direction: column;
		align-items: center;
	}
}

.page-template-template-gallery .block.block-heading:first-of-type .gallery-select-container, .page-template-template-gallery .block.block-heading:first-of-type h2 {
	position: relative;
	width: 33.33%;
	padding-right: 2rem;
	padding-left: 2rem;
}

@media (max-width: 767.98px) {
	.page-template-template-gallery .block.block-heading:first-of-type .gallery-select-container, .page-template-template-gallery .block.block-heading:first-of-type h2 {
		width: 100%;
		margin-bottom: .5rem;
	}
}

.page-template-template-gallery .block.block-heading:first-of-type h2 {
	padding-left: 0;
	text-align: center;
	line-height: 1.65;
}

@media (max-width: 767.98px) {
	.page-template-template-gallery .block.block-heading:first-of-type h2 {
		padding-right: 0;
	}
}

.page-template-template-gallery .block.block-heading:first-of-type .select-container:after {
	top: .5em;
}

.page-template-template-gallery .block.block-heading:first-of-type select {
	width: 100%;
	color: #9fb9c8;
}

.page-template-template-gallery .block.block-heading:first-of-type select option:checked {
	text-transform: uppercase !important;
}

#swipebox-slider .slide img {
	max-width: 80rem;
	max-height: 70vh;
	object-fit: contain;
	opacity: 0;
	transition: opacity 1s;
}

@media (max-width: 767.98px) {
	#swipebox-slider .slide img {
		width: 100%;
		height: 100%;
		max-height: 80vh;
		object-fit: contain;
	}
}

#swipebox-slider .slide.current img {
	opacity: 1;
}

#swipebox-top-bar, #swipebox-bottom-bar {
	height: 9rem;
	display: flex;
	align-items: center;
}

#swipebox-top-bar {
	top: unset;
	bottom: 0;
}

#swipebox-bottom-bar {
	bottom: 50%;
	background: transparent;
	transform: translate3d(0, 50%, 0);
	pointer-events: none;
}

#swipebox-bottom-bar #swipebox-arrows {
	padding: 0 2rem;
}

@media (max-width: 767.98px) {
	#swipebox-bottom-bar #swipebox-arrows {
		padding: 0 .5rem;
	}
}

#swipebox-bottom-bar #swipebox-prev {
	background: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.516\' height=\'24.865\' viewBox=\'0 0 12.516 24.865\'%3E%3Cpath d=\'M28.859,972.795l.537-.592,10.656-11.84,1.323,1.184-10.12,11.248,10.12,11.248-1.323,1.184L29.4,973.387Z\' transform=\'translate(-28.859 -960.362)\' fill=\'%230c1b2a\'/%3E%3C/svg%3E") !important;
}

#swipebox-bottom-bar #swipebox-next {
	background: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.516\' height=\'24.865\' viewBox=\'0 0 12.516 24.865\'%3E%3Cg transform=\'translate(-28.859 -960.362)\'%3E%3Cpath d=\'M41.375,972.795l-.537-.592-10.656-11.84-1.323,1.184,10.12,11.248-10.12,11.248,1.323,1.184,10.656-11.84Z\' fill=\'%230c1b2a\'/%3E%3C/g%3E%3C/svg%3E") !important;
}

#swipebox-bottom-bar #swipebox-next, #swipebox-bottom-bar #swipebox-prev {
	pointer-events: all !important;
	width: 1.5rem;
	height: 2rem;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

#swipebox-close {
	top: 2rem;
	right: 2rem;
	height: 3rem;
	width: 3rem;
	background: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' width=\'42\' height=\'42\' viewBox=\'0 0 42 42\'%3E%3Ccircle cx=\'21\' cy=\'21\' r=\'21\' fill=\'%230c1b2a\'/%3E%3Cg transform=\'translate(10 9)\'%3E%3Cpath d=\'M20,2l-8.646,8.647L2.707,2,2,2.707l8.646,8.647L2,20l.707.707,8.647-8.646L20,20.707,20.707,20,12.06,11.354l8.647-8.647Z\' fill=\'%23fff\' fill-rule=\'evenodd\'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
	background-size: contain;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

@media (max-width: 1194.98px) {
	#swipebox-close {
		width: 42px;
		height: 42px;
	}
}

@media (hover: hover) {
	#swipebox-close:hover {
		background: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'none\' width=\'42\' height=\'42\' viewBox=\'0 0 42 42\'%3E%3Ccircle cx=\'21\' cy=\'21\' r=\'21\' fill=\'%239fb9c8\'/%3E%3Cg transform=\'translate(10 9)\'%3E%3Cpath d=\'M20,2l-8.646,8.647L2.707,2,2,2.707l8.646,8.647L2,20l.707.707,8.647-8.646L20,20.707,20.707,20,12.06,11.354l8.647-8.647Z\' fill=\'%23040f1b\' fill-rule=\'evenodd\'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
	}
}

#swipebox-title {
	color: #040f1b;
}

.instagram-container {
	display: flex;
	flex-direction: column;
}

#instafeed {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

#instafeed .instafeed-item.flex-grid-item {
	width: 33.33%;
	padding: 1rem;
}

.instagram-heading a {
	color: #9fb9c8;
	text-decoration: none;
}

.instagram-heading a:hover {
	color: #040f1b;
}

@media (max-width: 767.98px) {
	body.single-post section.container:first-child {
		flex-wrap: wrap;
	}
	
	body.single-post section.container:first-child .col-75 {
		width: 100%;
		border-right: 0;
		padding-right: 0;
	}
	
	body.single-post section.container:first-child .col-25.container-related {
		width: 100vw;
		padding-left: 0;
		min-width: 100vw;
		margin-left: -1.5rem;
	}
	
	body.single-post section.container:first-child .col-25.container-related .related-posts-container {
		display: flex;
		width: 100%;
		overflow-x: auto;
	}
	
	body.single-post section.container:first-child .col-25.container-related .related-posts-container > * {
		min-width: 60vw;
		width: 60vw;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	body.single-post section.container:first-child .post-featured-image {
		width: 100vw;
		margin-left: -1.5rem;
	}
}

@media (max-width: 1194.98px) {
	.container-downloads {
		flex-wrap: wrap;
		margin-bottom: 5rem;
	}
	
	.container-downloads .downloads-archive-taxonomies {
		width: 100%;
		border: 0;
	}
	
	.container-downloads .downloads-archive-taxonomies + .downloads-archive-taxonomies {
		margin-top: 3.5rem;
		padding-top: 3.5rem;
		border: 0;
		border-top: 1px solid #ece9e6;
	}
}

@media (max-width: 767.98px) {
	body.blog .archive-category .blog-header {
		display: none;
	}
	
	body.blog .archive-category .blog-content {
		width: 100%;
		padding-left: 0;
	}
}

#form-request .acf-field.acf-field-true-false {
	text-align: left;
}

#loginform label {
	display: none;
}

#loginform input:not([type="submit"]) {
	width: 20rem;
}

#loginform .login-submit {
	padding-top: 15px;
	margin-top: 2.5rem;
}

@media (max-width: 767.98px) {
	#loginform .login-submit {
		padding-top: 15px;
		margin-top: 2.5rem;
	}
}

body.post-type-archive-downloads .container-downloads {
	margin-bottom: 8rem;
}

.downloads-archive-taxonomies + .downloads-archive-taxonomies {
	border-left: 1px solid #ece9e6;
}

ul.downloads-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0px 20px 0px 20px;
}

ul.downloads-list li {
	text-align: left;
}

ul.downloads-list li a {
	text-decoration: none;
}

ul.downloads-list li + li {
	margin-top: .5rem;
}

ul.downloads-list li:first-child {
	margin-top: 2.5rem;
}

@media (max-width: 767.98px) {
	ul.downloads-list li:first-child {
		margin-top: 2.5rem;
	}
}

@media (max-width: 767.98px) {
	.container-downloads {
		flex-wrap: wrap;
	}
	
	.container-downloads > .col-50 {
		width: 100%;
	}
}

.container-buttons > a + a {
	margin-left: 2rem;
}

@media (max-width: 767.98px) {
	.container-buttons > a + a {
		margin-left: 0;
		margin-top: 1.5rem;
	}
}

#cookie-law-info-bar {
	bottom: calc(3.5rem + 2rem) !important;
	font-size: 13px;
	width: 32rem;
	max-width: 100%;
	left: 2rem;
	box-shadow: 0px 0px 15px rgba(12, 12, 12, .1);
	background-color: #fff;
	color: #888 !important;
	padding: 1.5rem;
	text-align: left;
	z-index: 120 !important;
}

@media (max-width: 767.98px) {
	#cookie-law-info-bar {
		bottom: 4rem !important;
		width: 100%;
		left: 0;
	}
}

#cookie-law-info-bar > span {
	display: block;
	width: 100%;
}

#cookie-law-info-bar > span #cookie_action_close_header {
	display: block !important;
	text-align: center;
	margin-top: 1.5rem;
	color: #040f1b !important;
	background-color: unset !important;
	font-weight: bold;
	padding: 0;
	transition: color .25s ease;
}

#cookie-law-info-bar > span #cookie_action_close_header:hover {
	color: #9fb9c8 !important;
}

#cookie-law-info-bar > span #CONSTANT_OPEN_URL {
	display: inline;
	font: inherit !important;
	color: #040f1b;
	transition: color .25s ease;
	text-decoration: none !important;
}

#cookie-law-info-bar > span #CONSTANT_OPEN_URL:hover {
	color: #9fb9c8;
}

.project-gallery {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.project-gallery .image {
	max-height: calc(100vh - 3.5rem);
	max-height: calc(( var(--vh, 1vh) * 100 ) - 3.5rem);
	height: calc(( var(--vh, 1vh) * 100 ) - 3.5rem);
}

@media (max-width: 767.98px) {
	.project-gallery .image {
		max-height: calc(100vh - 4rem);
		max-height: calc(( var(--vh, 1vh) * 100 ) - 4rem);
		height: calc(( var(--vh, 1vh) * 100 ) - 4rem);
	}
}

.project-gallery .image.horizontal {
	width: 100%;
}

.project-gallery .image.vertical {
	width: 50%;
}

@media (max-width: 767.98px) {
	.project-gallery .image.vertical {
		width: 100%;
	}
}

.project-gallery .image.vertical:nth-child(odd) .bg-wrap .bg {
	width: 50%;
	left: unset;
}

@media (max-width: 767.98px) {
	.project-gallery .image.vertical:nth-child(odd) .bg-wrap .bg {
		width: 100% !important;
	}
}

.project-gallery .image.vertical:nth-child(even) .bg-wrap .bg {
	width: 50%;
	right: 0;
	left: initial;
}

@media (max-width: 767.98px) {
	.project-gallery .image.vertical:nth-child(even) .bg-wrap .bg {
		width: 100% !important;
	}
}

@media (max-width: 767.98px) {
	body.home #sticky-sub-nav {
		display: none !important;
	}
}

@media (max-width: 1194.98px) {
	body.home #sticky-sub-nav {
		display: none !important;
	}
	
	#sticky-sub-nav .sticky-sub-nav-trigger {
		display: none !important;
	}
}

@media (max-width: 1194.98px) {
	.m-col-reverse {
		flex-direction: column-reverse !important;
	}
}

ul.solutions-list > li > ul.sub-menu > li {
	white-space: nowrap !important;
	padding: 0px !important;
}

ul.solutions-list ul.sub-menu li:after {
	content: "•" !important;
	font-size: 12px !important;
	padding: 0 1rem !important;
}

ul.solutions-list ul.sub-menu li:last-child:after {
	display: none !important;
}

.mh-fill, .contact-image .image img, .contact-image .image video, .slider-split .flickity-viewport, .slider-split .slide.split-slide, .slider-split .slide.split-slide img, .slider-split .slide.split-slide video {
	min-height: 100vh !important;
}

@media (max-width: 1194.98px) {
	.mh-fill, .contact-image .image img, .contact-image .image video, .slider-split .flickity-viewport, .slider-split .slide.split-slide, .slider-split .slide.split-slide img, .slider-split .slide.split-slide video {
		min-height: calc(100vh + 1.5rem);
		min-height: calc(( var(--vh, 1vh) * 100 ) + 1.5rem);
	}
}

@media (max-width: 767.98px) {
	.mh-fill, .contact-image .image img, .contact-image .image video, .slider-split .flickity-viewport, .slider-split .slide.split-slide, .slider-split .slide.split-slide img, .slider-split .slide.split-slide video {
		min-height: calc(100vh - 4rem);
		min-height: calc(( var(--vh, 1vh) * 100 ) - 4rem);
	}
}

@media (max-width: 767.98px) {
	body.page-template-template-home .block.block-image-text.f-cols.reverse, body.page-template-template-home .block.block-image-text.flex-cols.reverse, body.page-template-template-home .block.block-image-text.flex-cols, body.products-template-default .block.block-image-text.f-cols.reverse, body.products-template-default .block.block-image-text.flex-cols.reverse, body.products-template-default .block.block-image-text.flex-cols, body.post-type-archive-projects .block.block-image-text.f-cols.reverse, body.post-type-archive-projects .block.block-image-text.flex-cols.reverse, body.post-type-archive-projects .block.block-image-text.flex-cols {
		flex-direction: row !important;
	}
	
	body.page-template-template-home .block.block-image-text.f-cols.reverse .col-img, body.page-template-template-home .block.block-image-text.flex-cols.reverse .col-img, body.page-template-template-home .block.block-image-text.flex-cols .col-img, body.products-template-default .block.block-image-text.f-cols.reverse .col-img, body.products-template-default .block.block-image-text.flex-cols.reverse .col-img, body.products-template-default .block.block-image-text.flex-cols .col-img, body.post-type-archive-projects .block.block-image-text.f-cols.reverse .col-img, body.post-type-archive-projects .block.block-image-text.flex-cols.reverse .col-img, body.post-type-archive-projects .block.block-image-text.flex-cols .col-img {
		order: 1 !important;
	}
	
	body.page-template-template-home .block.block-image-text.f-cols.reverse .col-content, body.page-template-template-home .block.block-image-text.flex-cols.reverse .col-content, body.page-template-template-home .block.block-image-text.flex-cols .col-content, body.products-template-default .block.block-image-text.f-cols.reverse .col-content, body.products-template-default .block.block-image-text.flex-cols.reverse .col-content, body.products-template-default .block.block-image-text.flex-cols .col-content, body.post-type-archive-projects .block.block-image-text.f-cols.reverse .col-content, body.post-type-archive-projects .block.block-image-text.flex-cols.reverse .col-content, body.post-type-archive-projects .block.block-image-text.flex-cols .col-content {
		order: 0 !important;
	}
}
