
@charset "UTF-8";

.fontello {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-sidebar:before {
	content: "";
}

/* '' */
.icon-login:before {
	content: "";
}

/* '' */
.icon-logout:before {
	content: "";
}

/* '' */
.icon-hide:before {
	content: "";
}

/* '' */
.icon-star-stroke:before {
	content: "";
}

/* '' */
.icon-arrow-left:before {
	content: "";
}

/* '' */
.icon-arrow-right:before {
	content: "";
}

/* '' */
.icon-arrow-bottom:before {
	content: "";
}

/* '' */
.icon-arrow-alt-up:before {
	content: "";
}

/* '' */
.icon-cart:before {
	content: "";
}

/* '' */
.icon-burger:before {
	content: "";
}

/* '' */
.icon-check:before {
	content: "";
}

/* '' */
.icon-chevrone-right:before {
	content: "";
}

/* '' */
.icon-click:before {
	content: "";
}

/* '' */
.icon-code:before {
	content: "";
}

/* '' */
.icon-close:before {
	content: "";
}

/* '' */
.icon-dev1:before {
	content: "";
}

/* '' */
.icon-dev2:before {
	content: "";
}

/* '' */
.icon-dev3:before {
	content: "";
}

/* '' */
.icon-dev4:before {
	content: "";
}

/* '' */
.icon-drag-arrow-left:before {
	content: "";
}

/* '' */
.icon-drag-arrow-right:before {
	content: "";
}

/* '' */
.icon-infobox:before {
	content: "";
}

/* '' */
.icon-link-arrow:before {
	content: "";
}

/* '' */
.icon-link-arrow-alt:before {
	content: "";
}

/* '' */
.icon-logo-arrow:before {
	content: "";
}

/* '' */
.icon-logo-arrow-alt:before {
	content: "";
}

/* '' */
.icon-menu:before {
	content: "";
}

/* '' */
.icon-minus:before {
	content: "";
}

/* '' */
.icon-plus:before {
	content: "";
}

/* '' */
.icon-pin:before {
	content: "";
}

/* '' */
.icon-quote:before {
	content: "";
}

/* '' */
.icon-responsive:before {
	content: "";
}

/* '' */
.icon-rounded-check:before {
	content: "";
}

/* '' */
.icon-search:before {
	content: "";
}

/* '' */
.icon-star:before {
	content: "";
}

/* '' */
.icon-support:before {
	content: "";
}

/* '' */

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

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

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

.owl-carousel.slider-style-visible .owl-stage-outer {
	overflow: initial;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	outline: none;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: inline-block;
	max-width: 100%;
	-webkit-transform-style: preserve-3d;
}

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

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

.owl-carousel.owl-loaded {
	display: block;
}

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

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

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

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

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

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

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

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

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

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

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

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

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

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

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

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

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	font-size: 14px;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}

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

.owl-dots, .slider-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin: 45px -10px -20px -11px;
	line-height: 0;
	position: relative;
	z-index: 2;
	counter-reset: dots;
}

.content-wrapper .owl-dots button.owl-dot, .content-wrapper .slider-dots button.owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 0 4px 20px;
	padding: 0;
	cursor: pointer;
	outline: none;
	border: none;
}

.content-wrapper .owl-dots button.owl-dot:after, .content-wrapper .slider-dots button.owl-dot:after {
	content: none;
	display: none;
}

.content-wrapper .owl-dots button.owl-dot span, .content-wrapper .slider-dots button.owl-dot span {
	width: 33px;
	height: 33px;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	font-weight: 400;
	line-height: 31px;
	text-align: center;
}

.content-wrapper .owl-dots button.owl-dot span:before, .content-wrapper .slider-dots button.owl-dot span:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: border-color .3s, border-width .3s;
	transition: border-color .3s, border-width .3s;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.content-wrapper .owl-dots button.owl-dot span:after, .content-wrapper .slider-dots button.owl-dot span:after {
	counter-increment: dots;
	content: counter(dots);
	line-height: inherit;
}

.content-wrapper .owl-dots button.owl-dot.active span:before, .content-wrapper .slider-dots button.owl-dot.active span:before {
	border-width: 3px;
	padding: 0;
}

/* SayIT Styles */
.sayit_owlCarousel.owl-carousel .owl-dot {
	border: rgba(255, 255, 255, 0) 2px solid;
	border-radius: 100%;
	transition: border 400ms;
	margin: 0 7px;
}

.sayit_owlCarousel.owl-carousel .owl-dot.active {
	border: white 2px solid;
}

.sayit_owlCarousel.owl-carousel .owl-dot {
	border: rgba(255, 255, 255, 0) 2px solid;
	border-radius: 100%;
}

.sayit_owlCarousel.owl-carousel .owl-dot span {
	border-radius: 100%;
	background: rgba(255, 255, 255, .5);
	transition: background 400ms;
	width: 6px;
	height: 6px;
	margin: 0;
}

.sayit_owlCarousel.owl-carousel .owl-dot.active span {
	background: rgba(255, 255, 255, 0);
}

.sayit_owlCarousel.owl-carousel .owl-dots, .sayit_owlCarousel.owl-carousel .slider-dots {
	margin: 0 0 0 0 !important;
	position: relative;
	z-index: 5;
	transform: translateY(-46px);
}

.owl-carousel {
	position: relative;
}

.owl-carousel.owl-theme .owl-nav {
	height: 50px;
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 50px;
	right: 50px;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s .3s;
	transition: all .3s .3s;
	z-index: 10;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	border: none;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:before {
	font: 400 normal 20px/48px "fontello";
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:after {
	content: none;
	display: none;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"].disabled {
	cursor: default;
	opacity: .5;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
	left: 0;
	padding: 0 2px 0 0;
	right: initial;
}

.owl-carousel.owl-theme .owl-nav .owl-prev:before {
	content: "";
}

.owl-carousel.owl-theme .owl-nav .owl-next {
	right: 0;
	padding: 0 0 0 2px;
	left: initial;
}

.owl-carousel.owl-theme .owl-nav .owl-next:before {
	content: "";
}

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

.owl-carousel.owl-theme:hover .owl-nav {
	left: 40px;
	right: 40px;
	opacity: 1;
}

body .owl-carousel {
	display: block;
}

@media only screen and (min-width: 1021px) {
	.content-wrapper .owl-dots button.owl-dot, .content-wrapper .slider-dots button.owl-dot {
		margin: 0 10px 20px 11px;
	}
	
	.content-wrapper .owl-dots button.owl-dot span, .content-wrapper .slider-dots button.owl-dot span {
		width: 49px;
		height: 49px;
		line-height: 49px;
	}
}

/*
 *  Owl Carousel - Slide Animations
 */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	right: initial;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	right: initial;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	right: initial;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	left: initial;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	right: initial;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	right: initial;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	right: initial;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe, .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	right: initial;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	right: initial;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes a {
	to {
		transform: rotate(1turn);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	left: initial;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	content: "";
	border: 6px solid #ff5268;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.fancybox-slide--image {
		padding: 6px 0;
	}
	
	.fancybox-close-small {
		right: -6px;
	}
	
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		left: initial;
		top: 0;
		width: 36px;
	}
	
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
		left: initial;
	}
	
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.fa, .far, .fa-regular {
	font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-stethoscope::before {
	content: "";
}

.fa-message::before {
	content: "";
}

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

.fa-info::before {
	content: "";
}

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

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

.fa-explosion::before {
	content: "";
}

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

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

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

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

.fa-ring::before {
	content: "";
}

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

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

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

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

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

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

.fa-volleyball::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-soap::before {
	content: "";
}

.fa-icons::before {
	content: "";
}

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

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

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

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

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

.fa-fingerprint::before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-football::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-person::before {
	content: "";
}

.fa-male::before {
	content: "";
}

.fa-laptop::before {
	content: "";
}

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

.fa-menorah::before {
	content: "";
}

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

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

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

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

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

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

.fa-pastafarianism::before {
	content: "";
}

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

.fa-spoon::before {
	content: "";
}

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

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

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

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

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

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

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

.fa-pager::before {
	content: "";
}

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

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

.fa-strikethrough::before {
	content: "";
}

.fa-k::before {
	content: "K";
}

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

.fa-pencil::before {
	content: "";
}

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

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

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

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

.fa-paste::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-torah::before {
	content: "";
}

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

.fa-quidditch::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-w::before {
	content: "W";
}

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

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

.fa-rainbow::before {
	content: "";
}

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

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

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

.fa-paw::before {
	content: "";
}

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

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

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

.fa-flushed::before {
	content: "";
}

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

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

.fa-gavel::before {
	content: "";
}

.fa-legal::before {
	content: "";
}

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

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

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

.fa-motorcycle::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-table::before {
	content: "";
}

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

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

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

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

.fa-clover::before {
	content: "";
}

.fa-reply::before {
	content: "";
}

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

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

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

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

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

.fa-helicopter::before {
	content: "";
}

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

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

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

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

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

.fa-swatchbook::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-film::before {
	content: "";
}

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

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

.fa-lightbulb::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sitemap::before {
	content: "";
}

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

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

.fa-memory::before {
	content: "";
}

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

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

.fa-flag::before {
	content: "";
}

.fa-hanukiah::before {
	content: "";
}

.fa-feather::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-heading::before {
	content: "";
}

.fa-header::before {
	content: "";
}

.fa-ghost::before {
	content: "";
}

.fa-list::before {
	content: "";
}

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

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

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

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

.fa-gamepad::before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-futbol::before {
	content: "";
}

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

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

.fa-paintbrush::before {
	content: "";
}

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

.fa-lock::before {
	content: "";
}

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

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

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

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

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

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

.fa-tree::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-microscope::before {
	content: "";
}

.fa-sink::before {
	content: "";
}

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

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

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

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

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

.fa-mitten::before {
	content: "";
}

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

.fa-users::before {
	content: "";
}

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

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

.fa-hand::before {
	content: "";
}

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

.fa-om::before {
	content: "";
}

.fa-worm::before {
	content: "";
}

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

.fa-plug::before {
	content: "";
}

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

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

.fa-stopwatch::before {
	content: "";
}

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

.fa-kiss::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-stamp::before {
	content: "";
}

.fa-stairs::before {
	content: "";
}

.fa-i::before {
	content: "I";
}

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

.fa-hryvnia::before {
	content: "";
}

.fa-pills::before {
	content: "";
}

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

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

.fa-tooth::before {
	content: "";
}

.fa-v::before {
	content: "V";
}

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

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

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

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

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

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

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

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

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

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

.fa-snowman::before {
	content: "";
}

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

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

.fa-school::before {
	content: "";
}

.fa-igloo::before {
	content: "";
}

.fa-joint::before {
	content: "";
}

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

.fa-horse::before {
	content: "";
}

.fa-q::before {
	content: "Q";
}

.fa-g::before {
	content: "G";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-folder::before {
	content: "";
}

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

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

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

.fa-radiation::before {
	content: "";
}

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

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

.fa-vial::before {
	content: "";
}

.fa-gauge::before {
	content: "";
}

.fa-dashboard::before {
	content: "";
}

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

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

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

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

.fa-e::before {
	content: "E";
}

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

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

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

.fa-user::before {
	content: "";
}

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

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

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

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

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

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

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

.fa-highlighter::before {
	content: "";
}

.fa-key::before {
	content: "";
}

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

.fa-globe::before {
	content: "";
}

.fa-synagogue::before {
	content: "";
}

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

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

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

.fa-c::before {
	content: "C";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-star::before {
	content: "";
}

.fa-repeat::before {
	content: "";
}

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

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

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

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

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

.fa-maximize::before {
	content: "";
}

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

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

.fa-shapes::before {
	content: "";
}

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

.fa-shuffle::before {
	content: "";
}

.fa-random::before {
	content: "";
}

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

.fa-running::before {
	content: "";
}

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

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

.fa-spider::before {
	content: "";
}

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

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

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

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

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

.fa-slash::before {
	content: "";
}

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

.fa-mouse::before {
	content: "";
}

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

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

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

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

.fa-server::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

.fa-venus::before {
	content: "";
}

.fa-passport::before {
	content: "";
}

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

.fa-heartbeat::before {
	content: "";
}

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

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

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

.fa-microchip::before {
	content: "";
}

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

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

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

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

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

.fa-weight::before {
	content: "";
}

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

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

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

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

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

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

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

.fa-wheelchair::before {
	content: "";
}

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

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

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

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

.fa-walking::before {
	content: "";
}

.fa-l::before {
	content: "L";
}

.fa-fire::before {
	content: "";
}

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

.fa-procedures::before {
	content: "";
}

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

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

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

.fa-laugh::before {
	content: "";
}

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

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

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

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

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

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

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

.fa-unlock::before {
	content: "";
}

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

.fa-headset::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-wifi::before {
	content: "";
}

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

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

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

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

.fa-underline::before {
	content: "";
}

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

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

.fa-signature::before {
	content: "";
}

.fa-stroopwafel::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

.fa-jedi::before {
	content: "";
}

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

.fa-poll::before {
	content: "";
}

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

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

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

.fa-gift::before {
	content: "";
}

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

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

.fa-glasses::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-train::before {
	content: "";
}

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

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

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

.fa-sailboat::before {
	content: "";
}

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

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

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

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

.fa-frog::before {
	content: "";
}

.fa-bucket::before {
	content: "";
}

.fa-image::before {
	content: "";
}

.fa-microphone::before {
	content: "";
}

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

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

.fa-screwdriver::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-lemon::before {
	content: "";
}

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

.fa-handshake::before {
	content: "";
}

.fa-gem::before {
	content: "";
}

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

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

.fa-smoking::before {
	content: "";
}

.fa-minimize::before {
	content: "";
}

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

.fa-monument::before {
	content: "";
}

.fa-snowplow::before {
	content: "";
}

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

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

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

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

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

.fa-tablets::before {
	content: "";
}

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

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

.fa-eur::before {
	content: "";
}

.fa-euro::before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-icicles::before {
	content: "";
}

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

.fa-neuter::before {
	content: "";
}

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

.fa-marker::before {
	content: "";
}

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

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

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

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

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

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

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

.fa-volcano::before {
	content: "";
}

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

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

.fa-gbp::before {
	content: "";
}

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

.fa-viruses::before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-suitcase::before {
	content: "";
}

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

.fa-skating::before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-scroll::before {
	content: "";
}

.fa-spa::before {
	content: "";
}

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

.fa-pause::before {
	content: "";
}

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

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

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

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

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

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

.fa-registered::before {
	content: "";
}

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

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

.fa-vcard::before {
	content: "";
}

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

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

.fa-subscript::before {
	content: "";
}

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

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

.fa-burst::before {
	content: "";
}

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

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

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

.fa-tired::before {
	content: "";
}

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

.fa-smog::before {
	content: "";
}

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

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

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

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

.fa-palette::before {
	content: "";
}

.fa-arrows-turn-right::before {
	content: "";
}

.fa-vest::before {
	content: "";
}

.fa-ferry::before {
	content: "";
}

.fa-arrows-down-to-people::before {
	content: "";
}

.fa-seedling::before {
	content: "";
}

.fa-sprout::before {
	content: "";
}

.fa-left-right::before {
	content: "";
}

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

.fa-boxes-packing::before {
	content: "";
}

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

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

.fa-group-arrows-rotate::before {
	content: "";
}

.fa-bowl-food::before {
	content: "";
}

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

.fa-arrow-down-wide-short::before {
	content: "";
}

.fa-sort-amount-asc::before {
	content: "";
}

.fa-sort-amount-down::before {
	content: "";
}

.fa-cloud-bolt::before {
	content: "";
}

.fa-thunderstorm::before {
	content: "";
}

.fa-text-slash::before {
	content: "";
}

.fa-remove-format::before {
	content: "";
}

.fa-face-smile-wink::before {
	content: "";
}

.fa-smile-wink::before {
	content: "";
}

.fa-file-word::before {
	content: "";
}

.fa-file-powerpoint::before {
	content: "";
}

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

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

.fa-house-lock::before {
	content: "";
}

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

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

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

.fa-children::before {
	content: "";
}

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

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

.fa-user-large-slash::before {
	content: "";
}

.fa-user-alt-slash::before {
	content: "";
}

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

.fa-handshake-simple-slash::before {
	content: "";
}

.fa-handshake-alt-slash::before {
	content: "";
}

.fa-mattress-pillow::before {
	content: "";
}

.fa-guarani-sign::before {
	content: "";
}

.fa-arrows-rotate::before {
	content: "";
}

.fa-refresh::before {
	content: "";
}

.fa-sync::before {
	content: "";
}

.fa-fire-extinguisher::before {
	content: "";
}

.fa-cruzeiro-sign::before {
	content: "";
}

.fa-greater-than-equal::before {
	content: "";
}

.fa-shield-halved::before {
	content: "";
}

.fa-shield-alt::before {
	content: "";
}

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

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

.fa-virus::before {
	content: "";
}

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

.fa-layer-group::before {
	content: "";
}

.fa-arrows-to-dot::before {
	content: "";
}

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

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

.fa-house-chimney-crack::before {
	content: "";
}

.fa-house-damage::before {
	content: "";
}

.fa-file-zipper::before {
	content: "";
}

.fa-file-archive::before {
	content: "";
}

.fa-square::before {
	content: "";
}

.fa-martini-glass-empty::before {
	content: "";
}

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

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

.fa-cedi-sign::before {
	content: "";
}

.fa-italic::before {
	content: "";
}

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

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

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

.fa-z::before {
	content: "Z";
}

.fa-person-skiing::before {
	content: "";
}

.fa-skiing::before {
	content: "";
}

.fa-road-lock::before {
	content: "";
}

.fa-a::before {
	content: "A";
}

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

.fa-temperature-down::before {
	content: "";
}

.fa-feather-pointed::before {
	content: "";
}

.fa-feather-alt::before {
	content: "";
}

.fa-p::before {
	content: "P";
}

.fa-snowflake::before {
	content: "";
}

.fa-newspaper::before {
	content: "";
}

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

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

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

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

.fa-filter-circle-xmark::before {
	content: "";
}

.fa-locust::before {
	content: "";
}

.fa-sort::before {
	content: "";
}

.fa-unsorted::before {
	content: "";
}

.fa-list-ol::before {
	content: "";
}

.fa-list-1-2::before {
	content: "";
}

.fa-list-numeric::before {
	content: "";
}

.fa-person-dress-burst::before {
	content: "";
}

.fa-money-check-dollar::before {
	content: "";
}

.fa-money-check-alt::before {
	content: "";
}

.fa-vector-square::before {
	content: "";
}

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

.fa-language::before {
	content: "";
}

.fa-face-kiss-wink-heart::before {
	content: "";
}

.fa-kiss-wink-heart::before {
	content: "";
}

.fa-filter::before {
	content: "";
}

.fa-question::before {
	content: "?";
}

.fa-file-signature::before {
	content: "";
}

.fa-up-down-left-right::before {
	content: "";
}

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

.fa-house-chimney-user::before {
	content: "";
}

.fa-hand-holding-heart::before {
	content: "";
}

.fa-puzzle-piece::before {
	content: "";
}

.fa-money-check::before {
	content: "";
}

.fa-star-half-stroke::before {
	content: "";
}

.fa-star-half-alt::before {
	content: "";
}

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

.fa-whiskey-glass::before {
	content: "";
}

.fa-glass-whiskey::before {
	content: "";
}

.fa-building-circle-exclamation::before {
	content: "";
}

.fa-magnifying-glass-chart::before {
	content: "";
}

.fa-arrow-up-right-from-square::before {
	content: "";
}

.fa-external-link::before {
	content: "";
}

.fa-cubes-stacked::before {
	content: "";
}

.fa-won-sign::before {
	content: "";
}

.fa-krw::before {
	content: "";
}

.fa-won::before {
	content: "";
}

.fa-virus-covid::before {
	content: "";
}

.fa-austral-sign::before {
	content: "";
}

.fa-f::before {
	content: "F";
}

.fa-leaf::before {
	content: "";
}

.fa-road::before {
	content: "";
}

.fa-taxi::before {
	content: "";
}

.fa-cab::before {
	content: "";
}

.fa-person-circle-plus::before {
	content: "";
}

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

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

.fa-bolt-lightning::before {
	content: "";
}

.fa-sack-xmark::before {
	content: "";
}

.fa-file-excel::before {
	content: "";
}

.fa-file-contract::before {
	content: "";
}

.fa-fish-fins::before {
	content: "";
}

.fa-building-flag::before {
	content: "";
}

.fa-face-grin-beam::before {
	content: "";
}

.fa-grin-beam::before {
	content: "";
}

.fa-object-ungroup::before {
	content: "";
}

.fa-poop::before {
	content: "";
}

.fa-location-pin::before {
	content: "";
}

.fa-map-marker::before {
	content: "";
}

.fa-kaaba::before {
	content: "";
}

.fa-toilet-paper::before {
	content: "";
}

.fa-helmet-safety::before {
	content: "";
}

.fa-hard-hat::before {
	content: "";
}

.fa-hat-hard::before {
	content: "";
}

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

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

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

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

.fa-face-rolling-eyes::before {
	content: "";
}

.fa-meh-rolling-eyes::before {
	content: "";
}

.fa-object-group::before {
	content: "";
}

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

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

.fa-mask-ventilator::before {
	content: "";
}

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

.fa-signs-post::before {
	content: "";
}

.fa-map-signs::before {
	content: "";
}

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

.fa-person-circle-question::before {
	content: "";
}

.fa-h::before {
	content: "H";
}

.fa-tarp::before {
	content: "";
}

.fa-screwdriver-wrench::before {
	content: "";
}

.fa-tools::before {
	content: "";
}

.fa-arrows-to-eye::before {
	content: "";
}

.fa-plug-circle-bolt::before {
	content: "";
}

.fa-heart::before {
	content: "";
}

.fa-mars-and-venus::before {
	content: "";
}

.fa-house-user::before {
	content: "";
}

.fa-home-user::before {
	content: "";
}

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

.fa-house-crack::before {
	content: "";
}

.fa-martini-glass-citrus::before {
	content: "";
}

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

.fa-face-surprise::before {
	content: "";
}

.fa-surprise::before {
	content: "";
}

.fa-bottle-water::before {
	content: "";
}

.fa-circle-pause::before {
	content: "";
}

.fa-pause-circle::before {
	content: "";
}

.fa-toilet-paper-slash::before {
	content: "";
}

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

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

.fa-kitchen-set::before {
	content: "";
}

.fa-r::before {
	content: "R";
}

.fa-temperature-quarter::before {
	content: "";
}

.fa-temperature-1::before {
	content: "";
}

.fa-thermometer-1::before {
	content: "";
}

.fa-thermometer-quarter::before {
	content: "";
}

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

.fa-bitcoin-sign::before {
	content: "";
}

.fa-shield-dog::before {
	content: "";
}

.fa-solar-panel::before {
	content: "";
}

.fa-lock-open::before {
	content: "";
}

.fa-elevator::before {
	content: "";
}

.fa-money-bill-transfer::before {
	content: "";
}

.fa-money-bill-trend-up::before {
	content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
	content: "";
}

.fa-square-poll-horizontal::before {
	content: "";
}

.fa-poll-h::before {
	content: "";
}

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

.fa-backward-fast::before {
	content: "";
}

.fa-fast-backward::before {
	content: "";
}

.fa-recycle::before {
	content: "";
}

.fa-user-astronaut::before {
	content: "";
}

.fa-plane-slash::before {
	content: "";
}

.fa-trademark::before {
	content: "";
}

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

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

.fa-satellite-dish::before {
	content: "";
}

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

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

.fa-mobile-screen-button::before {
	content: "";
}

.fa-mobile-alt::before {
	content: "";
}

.fa-volume-high::before {
	content: "";
}

.fa-volume-up::before {
	content: "";
}

.fa-users-rays::before {
	content: "";
}

.fa-wallet::before {
	content: "";
}

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

.fa-file-audio::before {
	content: "";
}

.fa-burger::before {
	content: "";
}

.fa-hamburger::before {
	content: "";
}

.fa-wrench::before {
	content: "";
}

.fa-bugs::before {
	content: "";
}

.fa-rupee-sign::before {
	content: "";
}

.fa-rupee::before {
	content: "";
}

.fa-file-image::before {
	content: "";
}

.fa-circle-question::before {
	content: "";
}

.fa-question-circle::before {
	content: "";
}

.fa-plane-departure::before {
	content: "";
}

.fa-handshake-slash::before {
	content: "";
}

.fa-book-bookmark::before {
	content: "";
}

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

.fa-hat-cowboy::before {
	content: "";
}

.fa-bridge::before {
	content: "";
}

.fa-phone-flip::before {
	content: "";
}

.fa-phone-alt::before {
	content: "";
}

.fa-truck-front::before {
	content: "";
}

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

.fa-anchor-circle-exclamation::before {
	content: "";
}

.fa-truck-field::before {
	content: "";
}

.fa-route::before {
	content: "";
}

.fa-clipboard-question::before {
	content: "";
}

.fa-panorama::before {
	content: "";
}

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

.fa-teeth-open::before {
	content: "";
}

.fa-file-circle-minus::before {
	content: "";
}

.fa-tags::before {
	content: "";
}

.fa-wine-glass::before {
	content: "";
}

.fa-forward-fast::before {
	content: "";
}

.fa-fast-forward::before {
	content: "";
}

.fa-face-meh-blank::before {
	content: "";
}

.fa-meh-blank::before {
	content: "";
}

.fa-square-parking::before {
	content: "";
}

.fa-parking::before {
	content: "";
}

.fa-house-signal::before {
	content: "";
}

.fa-bars-progress::before {
	content: "";
}

.fa-tasks-alt::before {
	content: "";
}

.fa-faucet-drip::before {
	content: "";
}

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

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

.fa-ban-smoking::before {
	content: "";
}

.fa-smoking-ban::before {
	content: "";
}

.fa-terminal::before {
	content: "";
}

.fa-mobile-button::before {
	content: "";
}

.fa-house-medical-flag::before {
	content: "";
}

.fa-basket-shopping::before {
	content: "";
}

.fa-shopping-basket::before {
	content: "";
}

.fa-tape::before {
	content: "";
}

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

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

.fa-eye::before {
	content: "";
}

.fa-face-sad-cry::before {
	content: "";
}

.fa-sad-cry::before {
	content: "";
}

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

.fa-person-military-to-person::before {
	content: "";
}

.fa-file-shield::before {
	content: "";
}

.fa-user-slash::before {
	content: "";
}

.fa-pen::before {
	content: "";
}

.fa-tower-observation::before {
	content: "";
}

.fa-file-code::before {
	content: "";
}

.fa-signal::before {
	content: "";
}

.fa-signal-5::before {
	content: "";
}

.fa-signal-perfect::before {
	content: "";
}

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

.fa-heart-circle-xmark::before {
	content: "";
}

.fa-house-chimney::before {
	content: "";
}

.fa-home-lg::before {
	content: "";
}

.fa-window-maximize::before {
	content: "";
}

.fa-face-frown::before {
	content: "";
}

.fa-frown::before {
	content: "";
}

.fa-prescription::before {
	content: "";
}

.fa-shop::before {
	content: "";
}

.fa-store-alt::before {
	content: "";
}

.fa-floppy-disk::before {
	content: "";
}

.fa-save::before {
	content: "";
}

.fa-vihara::before {
	content: "";
}

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

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

.fa-sort-up::before {
	content: "";
}

.fa-sort-asc::before {
	content: "";
}

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

.fa-commenting::before {
	content: "";
}

.fa-plant-wilt::before {
	content: "";
}

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

.fa-face-grin-squint::before {
	content: "";
}

.fa-grin-squint::before {
	content: "";
}

.fa-hand-holding-dollar::before {
	content: "";
}

.fa-hand-holding-usd::before {
	content: "";
}

.fa-bacterium::before {
	content: "";
}

.fa-hand-pointer::before {
	content: "";
}

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

.fa-hand-scissors::before {
	content: "";
}

.fa-hands-praying::before {
	content: "";
}

.fa-praying-hands::before {
	content: "";
}

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

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

.fa-arrow-rotate-forward::before {
	content: "";
}

.fa-redo::before {
	content: "";
}

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

.fa-location-crosshairs::before {
	content: "";
}

.fa-location::before {
	content: "";
}

.fa-mars-double::before {
	content: "";
}

.fa-child-dress::before {
	content: "";
}

.fa-users-between-lines::before {
	content: "";
}

.fa-lungs-virus::before {
	content: "";
}

.fa-face-grin-tears::before {
	content: "";
}

.fa-grin-tears::before {
	content: "";
}

.fa-phone::before {
	content: "";
}

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

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

.fa-child-reaching::before {
	content: "";
}

.fa-head-side-virus::before {
	content: "";
}

.fa-user-gear::before {
	content: "";
}

.fa-user-cog::before {
	content: "";
}

.fa-arrow-up-1-9::before {
	content: "";
}

.fa-sort-numeric-up::before {
	content: "";
}

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

.fa-shield-virus::before {
	content: "";
}

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

.fa-mosquito-net::before {
	content: "";
}

.fa-bridge-water::before {
	content: "";
}

.fa-person-booth::before {
	content: "";
}

.fa-text-width::before {
	content: "";
}

.fa-hat-wizard::before {
	content: "";
}

.fa-pen-fancy::before {
	content: "";
}

.fa-person-digging::before {
	content: "";
}

.fa-digging::before {
	content: "";
}

.fa-trash::before {
	content: "";
}

.fa-gauge-simple::before {
	content: "";
}

.fa-gauge-simple-med::before {
	content: "";
}

.fa-tachometer-average::before {
	content: "";
}

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

.fa-poo::before {
	content: "";
}

.fa-quote-right::before {
	content: "";
}

.fa-quote-right-alt::before {
	content: "";
}

.fa-shirt::before {
	content: "";
}

.fa-t-shirt::before {
	content: "";
}

.fa-tshirt::before {
	content: "";
}

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

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

.fa-tenge-sign::before {
	content: "";
}

.fa-tenge::before {
	content: "";
}

.fa-headphones::before {
	content: "";
}

.fa-hands-holding::before {
	content: "";
}

.fa-hands-clapping::before {
	content: "";
}

.fa-republican::before {
	content: "";
}

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

.fa-person-circle-xmark::before {
	content: "";
}

.fa-ruler::before {
	content: "";
}

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

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

.fa-restroom::before {
	content: "";
}

.fa-j::before {
	content: "J";
}

.fa-users-viewfinder::before {
	content: "";
}

.fa-file-video::before {
	content: "";
}

.fa-up-right-from-square::before {
	content: "";
}

.fa-external-link-alt::before {
	content: "";
}

.fa-table-cells::before {
	content: "";
}

.fa-th::before {
	content: "";
}

.fa-file-pdf::before {
	content: "";
}

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

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

.fa-o::before {
	content: "O";
}

.fa-suitcase-medical::before {
	content: "";
}

.fa-medkit::before {
	content: "";
}

.fa-user-secret::before {
	content: "";
}

.fa-otter::before {
	content: "";
}

.fa-person-dress::before {
	content: "";
}

.fa-female::before {
	content: "";
}

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

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

.fa-briefcase-clock::before {
	content: "";
}

.fa-table-cells-large::before {
	content: "";
}

.fa-th-large::before {
	content: "";
}

.fa-book-tanakh::before {
	content: "";
}

.fa-tanakh::before {
	content: "";
}

.fa-phone-volume::before {
	content: "";
}

.fa-volume-control-phone::before {
	content: "";
}

.fa-hat-cowboy-side::before {
	content: "";
}

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

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

.fa-lira-sign::before {
	content: "";
}

.fa-satellite::before {
	content: "";
}

.fa-plane-lock::before {
	content: "";
}

.fa-tag::before {
	content: "";
}

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

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

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

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

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

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

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

.fa-paperclip::before {
	content: "";
}

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

.fa-ribbon::before {
	content: "";
}

.fa-lungs::before {
	content: "";
}

.fa-arrow-up-9-1::before {
	content: "";
}

.fa-sort-numeric-up-alt::before {
	content: "";
}

.fa-litecoin-sign::before {
	content: "";
}

.fa-border-none::before {
	content: "";
}

.fa-circle-nodes::before {
	content: "";
}

.fa-parachute-box::before {
	content: "";
}

.fa-indent::before {
	content: "";
}

.fa-truck-field-un::before {
	content: "";
}

.fa-hourglass::before {
	content: "";
}

.fa-hourglass-empty::before {
	content: "";
}

.fa-mountain::before {
	content: "";
}

.fa-user-doctor::before {
	content: "";
}

.fa-user-md::before {
	content: "";
}

.fa-circle-info::before {
	content: "";
}

.fa-info-circle::before {
	content: "";
}

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

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

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

.fa-square-virus::before {
	content: "";
}

.fa-meteor::before {
	content: "";
}

.fa-car-on::before {
	content: "";
}

.fa-sleigh::before {
	content: "";
}

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

.fa-sort-numeric-asc::before {
	content: "";
}

.fa-sort-numeric-down::before {
	content: "";
}

.fa-hand-holding-droplet::before {
	content: "";
}

.fa-hand-holding-water::before {
	content: "";
}

.fa-water::before {
	content: "";
}

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

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

.fa-prescription-bottle-medical::before {
	content: "";
}

.fa-prescription-bottle-alt::before {
	content: "";
}

.fa-landmark::before {
	content: "";
}

.fa-truck::before {
	content: "";
}

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

.fa-person-cane::before {
	content: "";
}

.fa-tent::before {
	content: "";
}

.fa-vest-patches::before {
	content: "";
}

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

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

.fa-sort-alpha-asc::before {
	content: "";
}

.fa-sort-alpha-down::before {
	content: "";
}

.fa-money-bill-wheat::before {
	content: "";
}

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

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

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

.fa-arrow-rotate-back::before {
	content: "";
}

.fa-arrow-rotate-backward::before {
	content: "";
}

.fa-undo::before {
	content: "";
}

.fa-hard-drive::before {
	content: "";
}

.fa-hdd::before {
	content: "";
}

.fa-face-grin-squint-tears::before {
	content: "";
}

.fa-grin-squint-tears::before {
	content: "";
}

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

.fa-rectangle-list::before {
	content: "";
}

.fa-list-alt::before {
	content: "";
}

.fa-tarp-droplet::before {
	content: "";
}

.fa-house-medical-circle-check::before {
	content: "";
}

.fa-person-skiing-nordic::before {
	content: "";
}

.fa-skiing-nordic::before {
	content: "";
}

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

.fa-plane-arrival::before {
	content: "";
}

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

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

.fa-train-subway::before {
	content: "";
}

.fa-subway::before {
	content: "";
}

.fa-chart-gantt::before {
	content: "";
}

.fa-indian-rupee-sign::before {
	content: "";
}

.fa-indian-rupee::before {
	content: "";
}

.fa-inr::before {
	content: "";
}

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

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

.fa-money-bill-1::before {
	content: "";
}

.fa-money-bill-alt::before {
	content: "";
}

.fa-left-long::before {
	content: "";
}

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

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

.fa-virus-slash::before {
	content: "";
}

.fa-minus::before {
	content: "";
}

.fa-subtract::before {
	content: "";
}

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

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

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

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

.fa-street-view::before {
	content: "";
}

.fa-franc-sign::before {
	content: "";
}

.fa-volume-off::before {
	content: "";
}

.fa-hands-asl-interpreting::before {
	content: "";
}

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

.fa-asl-interpreting::before {
	content: "";
}

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

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

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

.fa-droplet-slash::before {
	content: "";
}

.fa-tint-slash::before {
	content: "";
}

.fa-mosque::before {
	content: "";
}

.fa-mosquito::before {
	content: "";
}

.fa-star-of-david::before {
	content: "";
}

.fa-person-military-rifle::before {
	content: "";
}

.fa-cart-shopping::before {
	content: "";
}

.fa-shopping-cart::before {
	content: "";
}

.fa-vials::before {
	content: "";
}

.fa-plug-circle-plus::before {
	content: "";
}

.fa-place-of-worship::before {
	content: "";
}

.fa-grip-vertical::before {
	content: "";
}

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

.fa-level-up::before {
	content: "";
}

.fa-u::before {
	content: "U";
}

.fa-square-root-variable::before {
	content: "";
}

.fa-square-root-alt::before {
	content: "";
}

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

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

.fa-backward-step::before {
	content: "";
}

.fa-step-backward::before {
	content: "";
}

.fa-pallet::before {
	content: "";
}

.fa-faucet::before {
	content: "";
}

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

.fa-s::before {
	content: "S";
}

.fa-timeline::before {
	content: "";
}

.fa-keyboard::before {
	content: "";
}

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

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

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

.fa-temperature-three-quarters::before {
	content: "";
}

.fa-temperature-3::before {
	content: "";
}

.fa-thermometer-3::before {
	content: "";
}

.fa-thermometer-three-quarters::before {
	content: "";
}

.fa-mobile-screen::before {
	content: "";
}

.fa-mobile-android-alt::before {
	content: "";
}

.fa-plane-up::before {
	content: "";
}

.fa-piggy-bank::before {
	content: "";
}

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

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

.fa-mountain-city::before {
	content: "";
}

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

.fa-khanda::before {
	content: "";
}

.fa-sliders::before {
	content: "";
}

.fa-sliders-h::before {
	content: "";
}

.fa-folder-tree::before {
	content: "";
}

.fa-network-wired::before {
	content: "";
}

.fa-map-pin::before {
	content: "";
}

.fa-hamsa::before {
	content: "";
}

.fa-cent-sign::before {
	content: "";
}

.fa-flask::before {
	content: "";
}

.fa-person-pregnant::before {
	content: "";
}

.fa-wand-sparkles::before {
	content: "";
}

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

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

.fa-ticket::before {
	content: "";
}

.fa-power-off::before {
	content: "";
}

.fa-right-long::before {
	content: "";
}

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

.fa-flag-usa::before {
	content: "";
}

.fa-laptop-file::before {
	content: "";
}

.fa-tty::before {
	content: "";
}

.fa-teletype::before {
	content: "";
}

.fa-diagram-next::before {
	content: "";
}

.fa-person-rifle::before {
	content: "";
}

.fa-house-medical-circle-exclamation::before {
	content: "";
}

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

.fa-person-hiking::before {
	content: "";
}

.fa-hiking::before {
	content: "";
}

.fa-venus-double::before {
	content: "";
}

.fa-images::before {
	content: "";
}

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

.fa-people-pulling::before {
	content: "";
}

.fa-n::before {
	content: "N";
}

.fa-cable-car::before {
	content: "";
}

.fa-tram::before {
	content: "";
}

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

.fa-building-circle-xmark::before {
	content: "";
}

.fa-ship::before {
	content: "";
}

.fa-arrows-down-to-line::before {
	content: "";
}

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

.fa-face-grin::before {
	content: "";
}

.fa-grin::before {
	content: "";
}

.fa-delete-left::before {
	content: "";
}

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

.fa-eye-dropper::before {
	content: "";
}

.fa-eye-dropper-empty::before {
	content: "";
}

.fa-eyedropper::before {
	content: "";
}

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

.fa-forward::before {
	content: "";
}

.fa-mobile::before {
	content: "";
}

.fa-mobile-android::before {
	content: "";
}

.fa-mobile-phone::before {
	content: "";
}

.fa-face-meh::before {
	content: "";
}

.fa-meh::before {
	content: "";
}

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

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

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

.fa-id-card::before {
	content: "";
}

.fa-drivers-license::before {
	content: "";
}

.fa-outdent::before {
	content: "";
}

.fa-dedent::before {
	content: "";
}

.fa-heart-circle-exclamation::before {
	content: "";
}

.fa-house::before {
	content: "";
}

.fa-home::before {
	content: "";
}

.fa-home-alt::before {
	content: "";
}

.fa-home-lg-alt::before {
	content: "";
}

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

.fa-laptop-medical::before {
	content: "";
}

.fa-b::before {
	content: "B";
}

.fa-file-medical::before {
	content: "";
}

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

.fa-kiwi-bird::before {
	content: "";
}

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

.fa-exchange::before {
	content: "";
}

.fa-rotate-right::before {
	content: "";
}

.fa-redo-alt::before {
	content: "";
}

.fa-rotate-forward::before {
	content: "";
}

.fa-utensils::before {
	content: "";
}

.fa-cutlery::before {
	content: "";
}

.fa-arrow-up-wide-short::before {
	content: "";
}

.fa-sort-amount-up::before {
	content: "";
}

.fa-mill-sign::before {
	content: "";
}

.fa-bowl-rice::before {
	content: "";
}

.fa-skull::before {
	content: "";
}

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

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

.fa-truck-pickup::before {
	content: "";
}

.fa-up-long::before {
	content: "";
}

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

.fa-stop::before {
	content: "";
}

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

.fa-upload::before {
	content: "";
}

.fa-hurricane::before {
	content: "";
}

.fa-mound::before {
	content: "";
}

.fa-toilet-portable::before {
	content: "";
}

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

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

.fa-file-download::before {
	content: "";
}

.fa-caravan::before {
	content: "";
}

.fa-shield-cat::before {
	content: "";
}

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

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

.fa-glass-water::before {
	content: "";
}

.fa-oil-well::before {
	content: "";
}

.fa-vault::before {
	content: "";
}

.fa-mars::before {
	content: "";
}

.fa-toilet::before {
	content: "";
}

.fa-plane-circle-xmark::before {
	content: "";
}

.fa-yen-sign::before {
	content: "";
}

.fa-cny::before {
	content: "";
}

.fa-jpy::before {
	content: "";
}

.fa-rmb::before {
	content: "";
}

.fa-yen::before {
	content: "";
}

.fa-ruble-sign::before {
	content: "";
}

.fa-rouble::before {
	content: "";
}

.fa-rub::before {
	content: "";
}

.fa-ruble::before {
	content: "";
}

.fa-sun::before {
	content: "";
}

.fa-guitar::before {
	content: "";
}

.fa-face-laugh-wink::before {
	content: "";
}

.fa-laugh-wink::before {
	content: "";
}

.fa-horse-head::before {
	content: "";
}

.fa-bore-hole::before {
	content: "";
}

.fa-industry::before {
	content: "";
}

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

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

.fa-arrows-turn-to-dots::before {
	content: "";
}

.fa-florin-sign::before {
	content: "";
}

.fa-arrow-down-short-wide::before {
	content: "";
}

.fa-sort-amount-desc::before {
	content: "";
}

.fa-sort-amount-down-alt::before {
	content: "";
}

.fa-less-than::before {
	content: "<";
}

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

.fa-car-tunnel::before {
	content: "";
}

.fa-head-side-cough::before {
	content: "";
}

.fa-grip-lines::before {
	content: "";
}

.fa-thumbs-down::before {
	content: "";
}

.fa-user-lock::before {
	content: "";
}

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

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

.fa-anchor-circle-xmark::before {
	content: "";
}

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

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

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

.fa-kit-medical::before {
	content: "";
}

.fa-first-aid::before {
	content: "";
}

.fa-person-through-window::before {
	content: "";
}

.fa-toolbox::before {
	content: "";
}

.fa-hands-holding-circle::before {
	content: "";
}

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

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

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

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

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

.fa-hand-holding-hand::before {
	content: "";
}

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

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

.fa-mountain-sun::before {
	content: "";
}

.fa-arrows-left-right-to-line::before {
	content: "";
}

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

.fa-truck-droplet::before {
	content: "";
}

.fa-file-circle-xmark::before {
	content: "";
}

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

.fa-temperature-up::before {
	content: "";
}

.fa-medal::before {
	content: "";
}

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

.fa-square-h::before {
	content: "";
}

.fa-h-square::before {
	content: "";
}

.fa-podcast::before {
	content: "";
}

.fa-temperature-full::before {
	content: "";
}

.fa-temperature-4::before {
	content: "";
}

.fa-thermometer-4::before {
	content: "";
}

.fa-thermometer-full::before {
	content: "";
}

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

.fa-superscript::before {
	content: "";
}

.fa-plug-circle-xmark::before {
	content: "";
}

.fa-star-of-life::before {
	content: "";
}

.fa-phone-slash::before {
	content: "";
}

.fa-paint-roller::before {
	content: "";
}

.fa-handshake-angle::before {
	content: "";
}

.fa-hands-helping::before {
	content: "";
}

.fa-location-dot::before {
	content: "";
}

.fa-map-marker-alt::before {
	content: "";
}

.fa-file::before {
	content: "";
}

.fa-greater-than::before {
	content: ">";
}

.fa-person-swimming::before {
	content: "";
}

.fa-swimmer::before {
	content: "";
}

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

.fa-droplet::before {
	content: "";
}

.fa-tint::before {
	content: "";
}

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

.fa-earth-americas::before {
	content: "";
}

.fa-earth::before {
	content: "";
}

.fa-earth-america::before {
	content: "";
}

.fa-globe-americas::before {
	content: "";
}

.fa-person-burst::before {
	content: "";
}

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

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

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

.fa-socks::before {
	content: "";
}

.fa-inbox::before {
	content: "";
}

.fa-section::before {
	content: "";
}

.fa-gauge-high::before {
	content: "";
}

.fa-tachometer-alt::before {
	content: "";
}

.fa-tachometer-alt-fast::before {
	content: "";
}

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

.fa-hospital::before {
	content: "";
}

.fa-hospital-alt::before {
	content: "";
}

.fa-hospital-wide::before {
	content: "";
}

.fa-wine-bottle::before {
	content: "";
}

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

.fa-bars-staggered::before {
	content: "";
}

.fa-reorder::before {
	content: "";
}

.fa-stream::before {
	content: "";
}

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

.fa-hotdog::before {
	content: "";
}

.fa-person-walking-with-cane::before {
	content: "";
}

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

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

.fa-ice-cream::before {
	content: "";
}

.fa-heart-circle-bolt::before {
	content: "";
}

.fa-fax::before {
	content: "";
}

.fa-paragraph::before {
	content: "";
}

.fa-check-to-slot::before {
	content: "";
}

.fa-vote-yea::before {
	content: "";
}

.fa-star-half::before {
	content: "";
}

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

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

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

.fa-link::before {
	content: "";
}

.fa-chain::before {
	content: "";
}

.fa-ear-listen::before {
	content: "";
}

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

.fa-tree-city::before {
	content: "";
}

.fa-play::before {
	content: "";
}

.fa-font::before {
	content: "";
}

.fa-rupiah-sign::before {
	content: "";
}

.fa-magnifying-glass::before {
	content: "";
}

.fa-search::before {
	content: "";
}

.fa-table-tennis-paddle-ball::before {
	content: "";
}

.fa-ping-pong-paddle-ball::before {
	content: "";
}

.fa-table-tennis::before {
	content: "";
}

.fa-person-dots-from-line::before {
	content: "";
}

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

.fa-trash-can-arrow-up::before {
	content: "";
}

.fa-trash-restore-alt::before {
	content: "";
}

.fa-naira-sign::before {
	content: "";
}

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

.fa-walkie-talkie::before {
	content: "";
}

.fa-file-pen::before {
	content: "";
}

.fa-file-edit::before {
	content: "";
}

.fa-receipt::before {
	content: "";
}

.fa-square-pen::before {
	content: "";
}

.fa-pen-square::before {
	content: "";
}

.fa-pencil-square::before {
	content: "";
}

.fa-suitcase-rolling::before {
	content: "";
}

.fa-person-circle-exclamation::before {
	content: "";
}

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

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

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

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

.fa-skull-crossbones::before {
	content: "";
}

.fa-code-compare::before {
	content: "";
}

.fa-list-ul::before {
	content: "";
}

.fa-list-dots::before {
	content: "";
}

.fa-school-lock::before {
	content: "";
}

.fa-tower-cell::before {
	content: "";
}

.fa-down-long::before {
	content: "";
}

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

.fa-ranking-star::before {
	content: "";
}

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

.fa-person-harassing::before {
	content: "";
}

.fa-brazilian-real-sign::before {
	content: "";
}

.fa-landmark-dome::before {
	content: "";
}

.fa-landmark-alt::before {
	content: "";
}

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

.fa-tv::before {
	content: "";
}

.fa-television::before {
	content: "";
}

.fa-tv-alt::before {
	content: "";
}

.fa-shrimp::before {
	content: "";
}

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

.fa-tasks::before {
	content: "";
}

.fa-jug-detergent::before {
	content: "";
}

.fa-circle-user::before {
	content: "";
}

.fa-user-circle::before {
	content: "";
}

.fa-user-shield::before {
	content: "";
}

.fa-wind::before {
	content: "";
}

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

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

.fa-y::before {
	content: "Y";
}

.fa-person-snowboarding::before {
	content: "";
}

.fa-snowboarding::before {
	content: "";
}

.fa-truck-fast::before {
	content: "";
}

.fa-shipping-fast::before {
	content: "";
}

.fa-fish::before {
	content: "";
}

.fa-user-graduate::before {
	content: "";
}

.fa-circle-half-stroke::before {
	content: "";
}

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

.fa-clapperboard::before {
	content: "";
}

.fa-circle-radiation::before {
	content: "";
}

.fa-radiation-alt::before {
	content: "";
}

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

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

.fa-jet-fighter-up::before {
	content: "";
}

.fa-diagram-project::before {
	content: "";
}

.fa-project-diagram::before {
	content: "";
}

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

.fa-volume-xmark::before {
	content: "";
}

.fa-volume-mute::before {
	content: "";
}

.fa-volume-times::before {
	content: "";
}

.fa-hand-sparkles::before {
	content: "";
}

.fa-grip::before {
	content: "";
}

.fa-grip-horizontal::before {
	content: "";
}

.fa-share-from-square::before {
	content: "";
}

.fa-share-square::before {
	content: "";
}

.fa-child-combatant::before {
	content: "";
}

.fa-child-rifle::before {
	content: "";
}

.fa-gun::before {
	content: "";
}

.fa-square-phone::before {
	content: "";
}

.fa-phone-square::before {
	content: "";
}

.fa-plus::before {
	content: "+";
}

.fa-add::before {
	content: "+";
}

.fa-expand::before {
	content: "";
}

.fa-computer::before {
	content: "";
}

.fa-xmark::before {
	content: "";
}

.fa-close::before {
	content: "";
}

.fa-multiply::before {
	content: "";
}

.fa-remove::before {
	content: "";
}

.fa-times::before {
	content: "";
}

.fa-arrows-up-down-left-right::before {
	content: "";
}

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

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

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

.fa-peso-sign::before {
	content: "";
}

.fa-building-shield::before {
	content: "";
}

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

.fa-users-line::before {
	content: "";
}

.fa-quote-left::before {
	content: "";
}

.fa-quote-left-alt::before {
	content: "";
}

.fa-tractor::before {
	content: "";
}

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

.fa-trash-restore::before {
	content: "";
}

.fa-arrow-down-up-lock::before {
	content: "";
}

.fa-lines-leaning::before {
	content: "";
}

.fa-ruler-combined::before {
	content: "";
}

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

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

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

.fa-teeth::before {
	content: "";
}

.fa-shekel-sign::before {
	content: "";
}

.fa-ils::before {
	content: "";
}

.fa-shekel::before {
	content: "";
}

.fa-sheqel::before {
	content: "";
}

.fa-sheqel-sign::before {
	content: "";
}

.fa-map::before {
	content: "";
}

.fa-rocket::before {
	content: "";
}

.fa-photo-film::before {
	content: "";
}

.fa-photo-video::before {
	content: "";
}

.fa-folder-minus::before {
	content: "";
}

.fa-store::before {
	content: "";
}

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

.fa-plug-circle-minus::before {
	content: "";
}

.fa-sign-hanging::before {
	content: "";
}

.fa-sign::before {
	content: "";
}

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

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

.fa-tablet::before {
	content: "";
}

.fa-tablet-android::before {
	content: "";
}

.fa-school-flag::before {
	content: "";
}

.fa-fill::before {
	content: "";
}

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

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

.fa-holly-berry::before {
	content: "";
}

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

.fa-bacteria::before {
	content: "";
}

.fa-hand-lizard::before {
	content: "";
}

.fa-notdef::before {
	content: "";
}

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

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

.fa-genderless::before {
	content: "";
}

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

.fa-retweet::before {
	content: "";
}

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

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

.fa-pump-soap::before {
	content: "";
}

.fa-video-slash::before {
	content: "";
}

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

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

.fa-radio::before {
	content: "";
}

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

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

.fa-traffic-light::before {
	content: "";
}

.fa-thermometer::before {
	content: "";
}

.fa-vr-cardboard::before {
	content: "";
}

.fa-hand-middle-finger::before {
	content: "";
}

.fa-percent::before {
	content: "%";
}

.fa-percentage::before {
	content: "%";
}

.fa-truck-moving::before {
	content: "";
}

.fa-glass-water-droplet::before {
	content: "";
}

.fa-display::before {
	content: "";
}

.fa-face-smile::before {
	content: "";
}

.fa-smile::before {
	content: "";
}

.fa-thumbtack::before {
	content: "";
}

.fa-thumb-tack::before {
	content: "";
}

.fa-trophy::before {
	content: "";
}

.fa-person-praying::before {
	content: "";
}

.fa-pray::before {
	content: "";
}

.fa-hammer::before {
	content: "";
}

.fa-hand-peace::before {
	content: "";
}

.fa-rotate::before {
	content: "";
}

.fa-sync-alt::before {
	content: "";
}

.fa-spinner::before {
	content: "";
}

.fa-robot::before {
	content: "";
}

.fa-peace::before {
	content: "";
}

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

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

.fa-warehouse::before {
	content: "";
}

.fa-arrow-up-right-dots::before {
	content: "";
}

.fa-splotch::before {
	content: "";
}

.fa-face-grin-hearts::before {
	content: "";
}

.fa-grin-hearts::before {
	content: "";
}

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

.fa-sim-card::before {
	content: "";
}

.fa-transgender::before {
	content: "";
}

.fa-transgender-alt::before {
	content: "";
}

.fa-mercury::before {
	content: "";
}

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

.fa-level-down::before {
	content: "";
}

.fa-person-falling-burst::before {
	content: "";
}

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

.fa-ticket-simple::before {
	content: "";
}

.fa-ticket-alt::before {
	content: "";
}

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

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

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

.fa-qrcode::before {
	content: "";
}

.fa-clock-rotate-left::before {
	content: "";
}

.fa-history::before {
	content: "";
}

.fa-face-grin-beam-sweat::before {
	content: "";
}

.fa-grin-beam-sweat::before {
	content: "";
}

.fa-file-export::before {
	content: "";
}

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

.fa-shield::before {
	content: "";
}

.fa-shield-blank::before {
	content: "";
}

.fa-arrow-up-short-wide::before {
	content: "";
}

.fa-sort-amount-up-alt::before {
	content: "";
}

.fa-house-medical::before {
	content: "";
}

.fa-golf-ball-tee::before {
	content: "";
}

.fa-golf-ball::before {
	content: "";
}

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

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

.fa-house-chimney-window::before {
	content: "";
}

.fa-pen-nib::before {
	content: "";
}

.fa-tent-arrow-turn-left::before {
	content: "";
}

.fa-tents::before {
	content: "";
}

.fa-wand-magic::before {
	content: "";
}

.fa-magic::before {
	content: "";
}

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

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

.fa-moon::before {
	content: "";
}

.fa-wine-glass-empty::before {
	content: "";
}

.fa-wine-glass-alt::before {
	content: "";
}

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

.fa-yin-yang::before {
	content: "";
}

.fa-music::before {
	content: "";
}

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

.fa-temperature-low::before {
	content: "";
}

.fa-person-biking::before {
	content: "";
}

.fa-biking::before {
	content: "";
}

.fa-broom::before {
	content: "";
}

.fa-shield-heart::before {
	content: "";
}

.fa-gopuram::before {
	content: "";
}

.fa-earth-oceania::before {
	content: "";
}

.fa-globe-oceania::before {
	content: "";
}

.fa-square-xmark::before {
	content: "";
}

.fa-times-square::before {
	content: "";
}

.fa-xmark-square::before {
	content: "";
}

.fa-hashtag::before {
	content: "#";
}

.fa-up-right-and-down-left-from-center::before {
	content: "";
}

.fa-expand-alt::before {
	content: "";
}

.fa-oil-can::before {
	content: "";
}

.fa-t::before {
	content: "T";
}

.fa-hippo::before {
	content: "";
}

.fa-chart-column::before {
	content: "";
}

.fa-infinity::before {
	content: "";
}

.fa-vial-circle-check::before {
	content: "";
}

.fa-person-arrow-down-to-line::before {
	content: "";
}

.fa-voicemail::before {
	content: "";
}

.fa-fan::before {
	content: "";
}

.fa-person-walking-luggage::before {
	content: "";
}

.fa-up-down::before {
	content: "";
}

.fa-arrows-alt-v::before {
	content: "";
}

.fa-cloud-moon-rain::before {
	content: "";
}

.fa-calendar::before {
	content: "";
}

.fa-trailer::before {
	content: "";
}

.fa-bahai::before {
	content: "";
}

.fa-haykal::before {
	content: "";
}

.fa-sd-card::before {
	content: "";
}

.fa-dragon::before {
	content: "";
}

.fa-shoe-prints::before {
	content: "";
}

.fa-circle-plus::before {
	content: "";
}

.fa-plus-circle::before {
	content: "";
}

.fa-face-grin-tongue-wink::before {
	content: "";
}

.fa-grin-tongue-wink::before {
	content: "";
}

.fa-hand-holding::before {
	content: "";
}

.fa-plug-circle-exclamation::before {
	content: "";
}

.fa-link-slash::before {
	content: "";
}

.fa-chain-broken::before {
	content: "";
}

.fa-chain-slash::before {
	content: "";
}

.fa-unlink::before {
	content: "";
}

.fa-clone::before {
	content: "";
}

.fa-person-walking-arrow-loop-left::before {
	content: "";
}

.fa-arrow-up-z-a::before {
	content: "";
}

.fa-sort-alpha-up-alt::before {
	content: "";
}

.fa-fire-flame-curved::before {
	content: "";
}

.fa-fire-alt::before {
	content: "";
}

.fa-tornado::before {
	content: "";
}

.fa-file-circle-plus::before {
	content: "";
}

.fa-book-quran::before {
	content: "";
}

.fa-quran::before {
	content: "";
}

.fa-anchor::before {
	content: "";
}

.fa-border-all::before {
	content: "";
}

.fa-face-angry::before {
	content: "";
}

.fa-angry::before {
	content: "";
}

.fa-cookie-bite::before {
	content: "";
}

.fa-arrow-trend-down::before {
	content: "";
}

.fa-rss::before {
	content: "";
}

.fa-feed::before {
	content: "";
}

.fa-draw-polygon::before {
	content: "";
}

.fa-scale-balanced::before {
	content: "";
}

.fa-balance-scale::before {
	content: "";
}

.fa-gauge-simple-high::before {
	content: "";
}

.fa-tachometer::before {
	content: "";
}

.fa-tachometer-fast::before {
	content: "";
}

.fa-shower::before {
	content: "";
}

.fa-desktop::before {
	content: "";
}

.fa-desktop-alt::before {
	content: "";
}

.fa-m::before {
	content: "M";
}

.fa-table-list::before {
	content: "";
}

.fa-th-list::before {
	content: "";
}

.fa-comment-sms::before {
	content: "";
}

.fa-sms::before {
	content: "";
}

.fa-book::before {
	content: "";
}

.fa-user-plus::before {
	content: "";
}

.fa-check::before {
	content: "";
}

.fa-battery-three-quarters::before {
	content: "";
}

.fa-battery-4::before {
	content: "";
}

.fa-house-circle-check::before {
	content: "";
}

.fa-angle-left::before {
	content: "";
}

.fa-diagram-successor::before {
	content: "";
}

.fa-truck-arrow-right::before {
	content: "";
}

.fa-arrows-split-up-and-left::before {
	content: "";
}

.fa-hand-fist::before {
	content: "";
}

.fa-fist-raised::before {
	content: "";
}

.fa-cloud-moon::before {
	content: "";
}

.fa-briefcase::before {
	content: "";
}

.fa-person-falling::before {
	content: "";
}

.fa-image-portrait::before {
	content: "";
}

.fa-portrait::before {
	content: "";
}

.fa-user-tag::before {
	content: "";
}

.fa-rug::before {
	content: "";
}

.fa-earth-europe::before {
	content: "";
}

.fa-globe-europe::before {
	content: "";
}

.fa-cart-flatbed-suitcase::before {
	content: "";
}

.fa-luggage-cart::before {
	content: "";
}

.fa-rectangle-xmark::before {
	content: "";
}

.fa-rectangle-times::before {
	content: "";
}

.fa-times-rectangle::before {
	content: "";
}

.fa-window-close::before {
	content: "";
}

.fa-baht-sign::before {
	content: "";
}

.fa-book-open::before {
	content: "";
}

.fa-book-journal-whills::before {
	content: "";
}

.fa-journal-whills::before {
	content: "";
}

.fa-handcuffs::before {
	content: "";
}

.fa-triangle-exclamation::before {
	content: "";
}

.fa-exclamation-triangle::before {
	content: "";
}

.fa-warning::before {
	content: "";
}

.fa-database::before {
	content: "";
}

.fa-share::before {
	content: "";
}

.fa-mail-forward::before {
	content: "";
}

.fa-bottle-droplet::before {
	content: "";
}

.fa-mask-face::before {
	content: "";
}

.fa-hill-rockslide::before {
	content: "";
}

.fa-right-left::before {
	content: "";
}

.fa-exchange-alt::before {
	content: "";
}

.fa-paper-plane::before {
	content: "";
}

.fa-road-circle-exclamation::before {
	content: "";
}

.fa-dungeon::before {
	content: "";
}

.fa-align-right::before {
	content: "";
}

.fa-money-bill-1-wave::before {
	content: "";
}

.fa-money-bill-wave-alt::before {
	content: "";
}

.fa-life-ring::before {
	content: "";
}

.fa-hands::before {
	content: "";
}

.fa-sign-language::before {
	content: "";
}

.fa-signing::before {
	content: "";
}

.fa-calendar-day::before {
	content: "";
}

.fa-water-ladder::before {
	content: "";
}

.fa-ladder-water::before {
	content: "";
}

.fa-swimming-pool::before {
	content: "";
}

.fa-arrows-up-down::before {
	content: "";
}

.fa-arrows-v::before {
	content: "";
}

.fa-face-grimace::before {
	content: "";
}

.fa-grimace::before {
	content: "";
}

.fa-wheelchair-move::before {
	content: "";
}

.fa-wheelchair-alt::before {
	content: "";
}

.fa-turn-down::before {
	content: "";
}

.fa-level-down-alt::before {
	content: "";
}

.fa-person-walking-arrow-right::before {
	content: "";
}

.fa-square-envelope::before {
	content: "";
}

.fa-envelope-square::before {
	content: "";
}

.fa-dice::before {
	content: "";
}

.fa-bowling-ball::before {
	content: "";
}

.fa-brain::before {
	content: "";
}

.fa-bandage::before {
	content: "";
}

.fa-band-aid::before {
	content: "";
}

.fa-calendar-minus::before {
	content: "";
}

.fa-circle-xmark::before {
	content: "";
}

.fa-times-circle::before {
	content: "";
}

.fa-xmark-circle::before {
	content: "";
}

.fa-gifts::before {
	content: "";
}

.fa-hotel::before {
	content: "";
}

.fa-earth-asia::before {
	content: "";
}

.fa-globe-asia::before {
	content: "";
}

.fa-id-card-clip::before {
	content: "";
}

.fa-id-card-alt::before {
	content: "";
}

.fa-magnifying-glass-plus::before {
	content: "";
}

.fa-search-plus::before {
	content: "";
}

.fa-thumbs-up::before {
	content: "";
}

.fa-user-clock::before {
	content: "";
}

.fa-hand-dots::before {
	content: "";
}

.fa-allergies::before {
	content: "";
}

.fa-file-invoice::before {
	content: "";
}

.fa-window-minimize::before {
	content: "";
}

.fa-mug-saucer::before {
	content: "";
}

.fa-coffee::before {
	content: "";
}

.fa-brush::before {
	content: "";
}

.fa-mask::before {
	content: "";
}

.fa-magnifying-glass-minus::before {
	content: "";
}

.fa-search-minus::before {
	content: "";
}

.fa-ruler-vertical::before {
	content: "";
}

.fa-user-large::before {
	content: "";
}

.fa-user-alt::before {
	content: "";
}

.fa-train-tram::before {
	content: "";
}

.fa-user-nurse::before {
	content: "";
}

.fa-syringe::before {
	content: "";
}

.fa-cloud-sun::before {
	content: "";
}

.fa-stopwatch-20::before {
	content: "";
}

.fa-square-full::before {
	content: "";
}

.fa-magnet::before {
	content: "";
}

.fa-jar::before {
	content: "";
}

.fa-note-sticky::before {
	content: "";
}

.fa-sticky-note::before {
	content: "";
}

.fa-bug-slash::before {
	content: "";
}

.fa-arrow-up-from-water-pump::before {
	content: "";
}

.fa-bone::before {
	content: "";
}

.fa-user-injured::before {
	content: "";
}

.fa-face-sad-tear::before {
	content: "";
}

.fa-sad-tear::before {
	content: "";
}

.fa-plane::before {
	content: "";
}

.fa-tent-arrows-down::before {
	content: "";
}

.fa-exclamation::before {
	content: "!";
}

.fa-arrows-spin::before {
	content: "";
}

.fa-print::before {
	content: "";
}

.fa-turkish-lira-sign::before {
	content: "";
}

.fa-try::before {
	content: "";
}

.fa-turkish-lira::before {
	content: "";
}

.fa-dollar-sign::before {
	content: "$";
}

.fa-dollar::before {
	content: "$";
}

.fa-usd::before {
	content: "$";
}

.fa-x::before {
	content: "X";
}

.fa-magnifying-glass-dollar::before {
	content: "";
}

.fa-search-dollar::before {
	content: "";
}

.fa-users-gear::before {
	content: "";
}

.fa-users-cog::before {
	content: "";
}

.fa-person-military-pointing::before {
	content: "";
}

.fa-building-columns::before {
	content: "";
}

.fa-bank::before {
	content: "";
}

.fa-institution::before {
	content: "";
}

.fa-museum::before {
	content: "";
}

.fa-university::before {
	content: "";
}

.fa-umbrella::before {
	content: "";
}

.fa-trowel::before {
	content: "";
}

.fa-d::before {
	content: "D";
}

.fa-stapler::before {
	content: "";
}

.fa-masks-theater::before {
	content: "";
}

.fa-theater-masks::before {
	content: "";
}

.fa-kip-sign::before {
	content: "";
}

.fa-hand-point-left::before {
	content: "";
}

.fa-handshake-simple::before {
	content: "";
}

.fa-handshake-alt::before {
	content: "";
}

.fa-jet-fighter::before {
	content: "";
}

.fa-fighter-jet::before {
	content: "";
}

.fa-square-share-nodes::before {
	content: "";
}

.fa-share-alt-square::before {
	content: "";
}

.fa-barcode::before {
	content: "";
}

.fa-plus-minus::before {
	content: "";
}

.fa-video::before {
	content: "";
}

.fa-video-camera::before {
	content: "";
}

.fa-graduation-cap::before {
	content: "";
}

.fa-mortar-board::before {
	content: "";
}

.fa-hand-holding-medical::before {
	content: "";
}

.fa-person-circle-check::before {
	content: "";
}

.fa-turn-up::before {
	content: "";
}

.fa-level-up-alt::before {
	content: "";
}

.fas, .fa-solid {
	font-weight: 900;
}

.fab, .fa-brands {
	font-weight: 400;
}

.fa-monero:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-pixiv:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-square-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-square-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-brave:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-square-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-square-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-square-snapchat:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-square-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-opensuse:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-square-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-debian:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-square-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-square-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-rendact:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-meta:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-square-letterboxd:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-shoelace:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-square-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-square-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-square-github:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-square-threads:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-google-scholar:before {
	content: "";
}

.fa-square-gitlab:before {
	content: "";
}

.fa-gitlab-square:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-square-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-square-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-signal-messenger:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-nfc-symbol:before {
	content: "";
}

.fa-mintbit:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-brave-reverse:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-square-google-plus:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-square-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-letterboxd:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-42-group:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-square-pied-piper:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-square-facebook:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-square-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-upwork:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-wirsindhandwerk:before {
	content: "";
}

.fa-wsh:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-square-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-webflow:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-space-awesome:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-square-git:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-square-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-stubber:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-odysee:before {
	content: "";
}

.fa-square-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-square-x-twitter:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fas, .fa-classic, .fa-solid, .far, .fa-regular {
	font-family: "Font Awesome 6 Free";
}

.fab, .fa-brands {
	font-family: "Font Awesome 6 Brands";
}

/* Slick Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	clear: none !important;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.woocommerce-product-gallery .slick-slider {
	width: 100%;
	max-width: 475px;
}

.woocommerce-product-gallery .slick-slider .slick-button {
	text-align: center;
	font: 400 normal 10px/20px "fontello";
	cursor: pointer;
	position: absolute;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	z-index: 3;
}

.woocommerce-product-gallery .slick-slider .slick-button:before {
	position: absolute;
	left: 50%;
	right: auto;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

.woocommerce-product-gallery .slick-slider .slick-button.slick-disabled {
	cursor: default;
	opacity: .3;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-list:first-child {
	margin: 0 -3px;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-list:not(:first-child) {
	margin: 0 35px;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button {
	width: 30px;
	height: auto;
	font-size: 15px;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-prev {
	left: 0;
	right: initial;
	top: 0;
	bottom: 0;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-prev:before {
	content: "";
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-next {
	left: initial;
	right: 0;
	top: 0;
	bottom: 0;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-next:before {
	content: "";
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-list:first-child {
	margin: -3px 0;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-list:not(:first-child) {
	margin: 35px 0;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button {
	width: auto;
	height: 30px;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-prev {
	left: 0;
	right: 0;
	top: 0;
	bottom: initial;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-prev:before {
	content: "";
	margin: -1px 0 0;
	-webkit-transform: translate(-50%, -50%) scale(-1, -1);
	-ms-transform: translate(-50%, -50%) scale(-1, -1);
	transform: translate(-50%, -50%) scale(-1, -1);
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-next {
	left: 0;
	right: 0;
	top: initial;
	bottom: 0;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-next:before {
	content: "";
	margin: 1px 0 0;
}

/*
 *  Swiper Carousel
 */
.swiper-container .swiper-pagination-bullets {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin: 45px -4px -20px;
	width: auto !important;
	position: relative;
	bottom: initial !important;
	left: initial !important;
	right: initial !important;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	font-size: 0;
	line-height: 1;
	z-index: 2;
	counter-reset: dots;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	zoom: 1;
	margin: 0 4px 20px !important;
	opacity: 1;
	padding: 0;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-backface-visibility: visible;
	position: relative;
	width: 33px;
	height: 33px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: color .3s;
	transition: color .3s;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	font-weight: 400;
	line-height: 31px;
	text-align: center;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: border-color .3s, border-width .3s;
	transition: border-color .3s, border-width .3s;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
	counter-increment: dots;
	content: counter(dots);
	line-height: inherit;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	border-width: 3px;
	padding: 0;
}

.swiper-container .elementor-swiper-button, .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swiper-container .elementor-swiper-button {
	width: 50px;
	height: 50px;
}

.swiper-container .elementor-swiper-button i {
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}

.swiper-container .elementor-swiper-button i:before {
	font: 400 normal 15px/48px "fontello";
}

.swiper-container .elementor-swiper-button i.disabled {
	cursor: default;
	opacity: .5;
}

.swiper-container .elementor-swiper-button-prev i {
	padding: 0 2px 0 0;
}

.swiper-container .elementor-swiper-button-prev i:before {
	content: "";
}

.swiper-container .elementor-swiper-button-next i {
	padding: 0 0 0 2px;
}

.swiper-container .elementor-swiper-button-next i:before {
	content: "";
}

@media only screen and (min-width: 1021px) {
	.swiper-container .swiper-pagination-bullets {
		margin: 65px -13px -20px;
	}
	
	.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 13px 20px !important;
		width: 49px;
		height: 49px;
		line-height: 49px;
	}
}

@media only screen and (min-width: 1201px) {
	.elementor-arrows-position-outside .elementor-widget-container .elementor-swiper-button-prev {
		left: -68px;
		right: initial;
	}
	
	.elementor-arrows-position-outside .elementor-widget-container .elementor-swiper-button-next {
		left: initial;
		right: -68px;
	}
	
	.elementor-arrows-position-inside .elementor-widget-container .elementor-swiper-button-prev {
		left: 20px;
		right: initial;
	}
	
	.elementor-arrows-position-inside .elementor-widget-container .elementor-swiper-button-next {
		left: initial;
		right: 20px;
	}
}

.agencium-button, .block-editor-block-list__layout .wp-block-search .wp-block-search__button, .sidebar .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color), .alter-menu-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color), .slide-sidebar-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color), .footer-widgets .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color) {
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 17px 30px;
	font-size: 14px;
	line-height: 1.4286em;
	font-weight: 400;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
	border: solid 1px transparent;
	background-color: transparent;
	cursor: pointer;
	overflow: hidden;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.agencium-button:focus, .agencium-button:active, .block-editor-block-list__layout .wp-block-search .wp-block-search__button:focus, .block-editor-block-list__layout .wp-block-search .wp-block-search__button:active, .sidebar .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):focus, .sidebar .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):active, .alter-menu-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):focus, .alter-menu-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):active, .slide-sidebar-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):focus, .slide-sidebar-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):active, .footer-widgets .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):focus, .footer-widgets .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):active {
	outline: none;
}

#form-preview button, .body-container button:not(.customize-partial-edit-shortcut-button), .body-container input[type="submit"], .body-container input[type="button"], .body-container input[type="reset"], div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.added_to_cart, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 16px;
	line-height: 1.75em;
	font-weight: 500;
	letter-spacing: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	min-width: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
}

#form-preview button:focus, #form-preview button:active, .body-container button:not(.customize-partial-edit-shortcut-button):focus, .body-container button:not(.customize-partial-edit-shortcut-button):active, .body-container input[type="submit"]:focus, .body-container input[type="submit"]:active, .body-container input[type="button"]:focus, .body-container input[type="button"]:active, .body-container input[type="reset"]:focus, .body-container input[type="reset"]:active, div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:focus, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:active, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart:focus, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart:active, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:active, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce input.button:focus, .woocommerce input.button:active, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.added_to_cart:focus, .woocommerce a.added_to_cart:active, .woocommerce #respond input#submit.disabled:focus, .woocommerce #respond input#submit.disabled:active, .woocommerce #respond input#submit:disabled:focus, .woocommerce #respond input#submit:disabled:active, .woocommerce #respond input#submit:disabled[disabled]:focus, .woocommerce #respond input#submit:disabled[disabled]:active, .woocommerce a.button.disabled:focus, .woocommerce a.button.disabled:active, .woocommerce a.button:disabled:focus, .woocommerce a.button:disabled:active, .woocommerce a.button:disabled[disabled]:focus, .woocommerce a.button:disabled[disabled]:active, .woocommerce button.button.disabled:focus, .woocommerce button.button.disabled:active, .woocommerce button.button:disabled:focus, .woocommerce button.button:disabled:active, .woocommerce button.button:disabled[disabled]:focus, .woocommerce button.button:disabled[disabled]:active, .woocommerce input.button.disabled:focus, .woocommerce input.button.disabled:active, .woocommerce input.button:disabled:focus, .woocommerce input.button:disabled:active, .woocommerce input.button:disabled[disabled]:focus, .woocommerce input.button:disabled[disabled]:active {
	outline: none;
}

#form-preview button:hover, .body-container button:not(.customize-partial-edit-shortcut-button):hover, .body-container input[type="submit"]:hover, .body-container input[type="button"]:hover, .body-container input[type="reset"]:hover, div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:hover, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button:hover, .woocommerce button.button.alt:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.added_to_cart:hover, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
	border-color: transparent;
	background-color: transparent;
}

body .woocommerce #respond input#submit.alt.disabled, body .woocommerce #respond input#submit.alt.disabled:hover, body .woocommerce #respond input#submit.alt:disabled, body .woocommerce #respond input#submit.alt:disabled:hover, body .woocommerce #respond input#submit.alt:disabled[disabled], body .woocommerce #respond input#submit.alt:disabled[disabled]:hover, body .woocommerce a.button.alt.disabled, body .woocommerce a.button.alt.disabled:hover, body .woocommerce a.button.alt:disabled, body .woocommerce a.button.alt:disabled:hover, body .woocommerce a.button.alt:disabled[disabled], body .woocommerce a.button.alt:disabled[disabled]:hover, body .woocommerce button.button.alt.disabled, body .woocommerce button.button.alt.disabled:hover, body .woocommerce button.button.alt:disabled, body .woocommerce button.button.alt:disabled:hover, body .woocommerce button.button.alt:disabled[disabled], body .woocommerce button.button.alt:disabled[disabled]:hover, body .woocommerce input.button.alt.disabled, body .woocommerce input.button.alt.disabled:hover, body .woocommerce input.button.alt:disabled, body .woocommerce input.button.alt:disabled:hover, body .woocommerce input.button.alt:disabled[disabled], body .woocommerce input.button.alt:disabled[disabled]:hover {
	background: none;
	cursor: not-allowed;
}

body .woocommerce .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled), body .woocommerce-page .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled) {
	background: none !important;
}

body .woocommerce .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled):hover, body .woocommerce-page .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled):hover {
	background-color: transparent;
}

.content-wrapper div.wpforms-container-full .wpforms-form input[type=submit]:hover, .content-wrapper div.wpforms-container-full .wpforms-form input[type=submit]:focus, .content-wrapper div.wpforms-container-full .wpforms-form input[type=submit]:active, .content-wrapper div.wpforms-container-full .wpforms-form button[type=submit]:hover, .content-wrapper div.wpforms-container-full .wpforms-form button[type=submit]:focus, .content-wrapper div.wpforms-container-full .wpforms-form button[type=submit]:active, .content-wrapper div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, .content-wrapper div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, .content-wrapper div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
	border-width: 1px;
}

.agencium-alter-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1.75em;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	padding: 0 1.375em .0625em 0;
	cursor: pointer;
	background-color: transparent;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: var(--background-size, 100%) .0625em;
	transition: background-size .2s linear var(--background-delay, .15s);
	transform: translateZ(0);
	border: none;
}

.agencium-alter-button:after {
	content: "";
	display: block;
	font: 400 .625em/3.1em "fontello";
	position: absolute;
	right: 0;
	left: initial;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity .3s .15s;
	transition: opacity .3s .15s;
}

.agencium-alter-button svg {
	position: absolute;
	display: block;
	line-height: 1.8125em;
	width: 1.375em;
	height: 1.8125em;
	right: 0;
	left: initial;
	top: 50%;
	margin: -.92em 0 0;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1px;
	stroke-dasharray: 7.95 30;
	stroke-dashoffset: var(--stroke-dashoffset, 46);
	transition: stroke-dashoffset var(--stroke-duration, .15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
}

.agencium-alter-button:hover {
	--background-size: 0%;
	--background-delay: 0s;
	--stroke-dashoffset: 26;
	--stroke-duration: .3s;
	--stroke-easing: cubic-bezier(.3, 1.5, .5, 1);
	--stroke-delay: .195s;
}

.agencium-alter-button:hover:after {
	opacity: 0;
	transition-delay: 0s;
}

/* ----------------------------- */

/* ---------- General ---------- */

/* ----------------------------- */
html, body {
	padding: 0;
	margin: 0;
}

body {
	min-height: 100vh;
	background-size: 100% auto;
}

code, kbd, pre, samp {
	overflow: auto;
	word-wrap: break-word;
}

code {
	display: inline-block;
	overflow: auto;
	max-width: 100%;
}

code:not(:last-child) {
	margin-bottom: 1rem;
}

pre {
	display: block;
}

pre:not(:last-child) {
	margin-bottom: 1rem;
}

address {
	margin: 0;
}

address:not(:last-child) {
	margin-bottom: 1rem;
}

figure {
	margin: 0;
}

abbr[data-original-title], abbr[title], acronym[data-original-title], acronym[title] {
	text-decoration: none;
	border-bottom: dotted 2px;
}

sup, sub {
	line-height: 1.2em;
}

dt {
	font-weight: 700;
}

p code, p code:not(:last-child), p pre, p pre:not(:last-child), li code, li code:not(:last-child), li pre, li pre:not(:last-child) {
	margin-bottom: 0;
	display: inline;
}

p br + code:not(:last-child), p br + pre:not(:last-child), li br + code:not(:last-child), li br + pre:not(:last-child) {
	display: block;
}

a {
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.body-container {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	background-size: 100% auto;
}

img {
	max-width: 100%;
	height: auto;
	min-height: auto;
	display: block;
	align-self: flex-start;
}

button, button:active, button:focus {
	outline: none;
}

@media only screen and (min-width: 1380px) {
	.container {
		max-width: 1380px;
		width: 100%;
		margin: 0 auto;
	}
}

.agencium_align-container {
	display: table;
	width: 100%;
}

.agencium_align-container__item {
	display: table-cell;
	vertical-align: middle;
}

.agencium_img--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	z-index: -1;
}

.agencium_img--contain {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
	z-index: -1;
}

.agencium_img--layout {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	pointer-events: none;
}

form input, form textarea {
	-webkit-appearance: none;
}

.form__field, .search-form-field, body #give_checkout_user_info p input {
	font-size: 16px;
	font-weight: 400;
	height: 56px;
	width: 100%;
	display: block;
	padding: 0 19px;
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	transition: color .3s, background-color .3s, border-color .3s;
	outline: 0;
	margin: 10px 0 0;
}

.form__message {
	height: 180px;
	padding: 13px 16px;
	margin: 0;
}

.form-submit {
	margin: 41px 0 0;
}

.form-submit .submit {
	min-width: 160px !important;
}

/********** WordPress default **********/
.alignnone {
	margin: 7px 0 30px;
}

p img.alignnone {
	display: inline-block;
	margin: 7px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 7px auto !important;
}

.alignright {
	float: right;
	margin: 7px 0 30px 30px !important;
}

.alignleft {
	float: left;
	margin: 7px 30px 30px 0 !important;
}

a img.alignright {
	float: right;
	margin: 7px 0 30px 30px;
}

a img.alignnone {
	margin: 7px 0 30px;
}

a img.alignleft {
	float: left;
	margin: 7px 30px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p > .alignright:last-child {
	clear: right;
}

iframe {
	border: none;
	overflow: auto;
	max-width: 100%;
}

.wp-caption {
	max-width: 96%;
	padding: 0;
	text-align: center;
}

.wp-caption, .wp-caption.alignnone {
	margin: 7px 0 30px;
}

.wp-caption.alignleft {
	margin: 7px 30px 30px 0;
}

.wp-caption.alignright {
	margin: 7px 0 30px 30px;
}

.wp-caption.aligncenter {
	margin: 7px auto 30px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 7px 4px 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

*:not(.wp-block-embed__wrapper) > .video-embed iframe, *:not(.wp-block-embed__wrapper) > .video-embed object, *:not(.wp-block-embed__wrapper) > .video-embed embed {
	height: 100%;
}

.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.video-embed:not(:first-child) {
	margin-top: 30px;
}

.video-embed:not(:last-child) {
	margin-bottom: 30px;
}

.video-embed iframe, .video-embed object, .video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.video-embed > div {
	position: relative;
	margin-bottom: -56.25% !important;
}

#querylist ul > li {
	padding: 0;
}

#querylist ul > li:before {
	content: none;
	display: none;
}

#debug-bar-actions span {
	line-height: 19px;
}

#debug-bar-actions span.restore {
	line-height: 18px;
}

@-webkit-keyframes fadeInUpCustom {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUpCustom {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		transform: none !important;
	}
}

.content-wrapper .fadeInUp {
	animation-name: fadeInUpCustom;
}

@-webkit-keyframes fadeInDownCustom {
	from {
		opacity: 0;
		transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDownCustom {
	from {
		opacity: 0;
		transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.content-wrapper .fadeInDown {
	animation-name: fadeInDownCustom;
}

@-webkit-keyframes fadeInLeftCustom {
	from {
		opacity: 0;
		transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeftCustom {
	from {
		opacity: 0;
		transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.content-wrapper .fadeInLeft {
	animation-name: fadeInLeftCustom;
}

@-webkit-keyframes fadeInRightCustom {
	from {
		opacity: 0;
		transform: translate3d(40px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRightCustom {
	from {
		opacity: 0;
		transform: translate3d(40px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.content-wrapper .fadeInRight {
	animation-name: fadeInRightCustom;
}

.wpforms-field-mailchimp ul li:before, .wpforms-field-checkbox ul li:before, .wpforms-field-radio ul li:before {
	content: none;
	display: none;
}

.body-container div.wpforms-container .wpforms-head-container, .body-container div.wpforms-container .wpforms-form .wpforms-head-container {
	margin: 0 0 40px;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field, form .agencium-form-field, [class*="wp-block-"] .agencium-form-field, .widget .agencium-form-field, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field:before, form .agencium-form-field:before, [class*="wp-block-"] .agencium-form-field:before, .widget .agencium-form-field:before, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input:before, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input:before, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input:before, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input:before, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 20px;
	border-right: solid 1px;
	border-color: inherit;
	right: 0;
	left: initial;
	bottom: 0;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field .wpforms-field-label, form .agencium-form-field .wpforms-field-label, [class*="wp-block-"] .agencium-form-field .wpforms-field-label, .widget .agencium-form-field .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input .wpforms-field-label {
	position: relative;
	display: block;
	-webkit-transition: top .3s;
	transition: top .3s;
	top: 29px;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field.not-empty .wpforms-field-label, .body-container div.wpforms-container .wpforms-form .agencium-form-field:focus-within .wpforms-field-label, form .agencium-form-field.not-empty .wpforms-field-label, form .agencium-form-field:focus-within .wpforms-field-label, [class*="wp-block-"] .agencium-form-field.not-empty .wpforms-field-label, [class*="wp-block-"] .agencium-form-field:focus-within .wpforms-field-label, .widget .agencium-form-field.not-empty .wpforms-field-label, .widget .agencium-form-field:focus-within .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input.not-empty .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input:focus-within .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input.not-empty .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input:focus-within .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input.not-empty .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input:focus-within .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input.not-empty .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input:focus-within .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input.not-empty .wpforms-field-label, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input:focus-within .wpforms-field-label {
	top: 0;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"], .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"], .body-container div.wpforms-container .wpforms-form .agencium-form-field select, .body-container div.wpforms-container .wpforms-form .agencium-form-field textarea, form .agencium-form-field input[type="text"], form .agencium-form-field input[type="email"], form .agencium-form-field input[type="url"], form .agencium-form-field input[type="password"], form .agencium-form-field input[type="search"], form .agencium-form-field input[type="number"], form .agencium-form-field input[type="tel"], form .agencium-form-field input[type="date"], form .agencium-form-field input[type="month"], form .agencium-form-field input[type="week"], form .agencium-form-field input[type="time"], form .agencium-form-field input[type="datetime"], form .agencium-form-field input[type="datetime-local"], form .agencium-form-field input[type="color"], form .agencium-form-field select, form .agencium-form-field textarea, [class*="wp-block-"] .agencium-form-field input[type="text"], [class*="wp-block-"] .agencium-form-field input[type="email"], [class*="wp-block-"] .agencium-form-field input[type="url"], [class*="wp-block-"] .agencium-form-field input[type="password"], [class*="wp-block-"] .agencium-form-field input[type="search"], [class*="wp-block-"] .agencium-form-field input[type="number"], [class*="wp-block-"] .agencium-form-field input[type="tel"], [class*="wp-block-"] .agencium-form-field input[type="date"], [class*="wp-block-"] .agencium-form-field input[type="month"], [class*="wp-block-"] .agencium-form-field input[type="week"], [class*="wp-block-"] .agencium-form-field input[type="time"], [class*="wp-block-"] .agencium-form-field input[type="datetime"], [class*="wp-block-"] .agencium-form-field input[type="datetime-local"], [class*="wp-block-"] .agencium-form-field input[type="color"], [class*="wp-block-"] .agencium-form-field select, [class*="wp-block-"] .agencium-form-field textarea, .widget .agencium-form-field input[type="text"], .widget .agencium-form-field input[type="email"], .widget .agencium-form-field input[type="url"], .widget .agencium-form-field input[type="password"], .widget .agencium-form-field input[type="search"], .widget .agencium-form-field input[type="number"], .widget .agencium-form-field input[type="tel"], .widget .agencium-form-field input[type="date"], .widget .agencium-form-field input[type="month"], .widget .agencium-form-field input[type="week"], .widget .agencium-form-field input[type="time"], .widget .agencium-form-field input[type="datetime"], .widget .agencium-form-field input[type="datetime-local"], .widget .agencium-form-field input[type="color"], .widget .agencium-form-field select, .widget .agencium-form-field textarea, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none !important;
	height: 40px;
	padding: 1px 10px 14px 0;
	width: 100%;
	display: block;
	outline: none !important;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	position: relative;
	z-index: 2;
	background: none;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"]::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field select::-webkit-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field textarea::-webkit-input-placeholder, form .agencium-form-field input[type="text"]::-webkit-input-placeholder, form .agencium-form-field input[type="email"]::-webkit-input-placeholder, form .agencium-form-field input[type="url"]::-webkit-input-placeholder, form .agencium-form-field input[type="password"]::-webkit-input-placeholder, form .agencium-form-field input[type="search"]::-webkit-input-placeholder, form .agencium-form-field input[type="number"]::-webkit-input-placeholder, form .agencium-form-field input[type="tel"]::-webkit-input-placeholder, form .agencium-form-field input[type="date"]::-webkit-input-placeholder, form .agencium-form-field input[type="month"]::-webkit-input-placeholder, form .agencium-form-field input[type="week"]::-webkit-input-placeholder, form .agencium-form-field input[type="time"]::-webkit-input-placeholder, form .agencium-form-field input[type="datetime"]::-webkit-input-placeholder, form .agencium-form-field input[type="datetime-local"]::-webkit-input-placeholder, form .agencium-form-field input[type="color"]::-webkit-input-placeholder, form .agencium-form-field select::-webkit-input-placeholder, form .agencium-form-field textarea::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="text"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="email"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="url"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="password"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="search"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="number"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="tel"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="date"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="month"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="week"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="time"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="datetime"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="datetime-local"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="color"]::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field select::-webkit-input-placeholder, [class*="wp-block-"] .agencium-form-field textarea::-webkit-input-placeholder, .widget .agencium-form-field input[type="text"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="email"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="url"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="password"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="search"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="number"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="tel"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="date"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="month"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="week"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="time"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="datetime"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="datetime-local"]::-webkit-input-placeholder, .widget .agencium-form-field input[type="color"]::-webkit-input-placeholder, .widget .agencium-form-field select::-webkit-input-placeholder, .widget .agencium-form-field textarea::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select::-webkit-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea::-webkit-input-placeholder {
	opacity: 1;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"]:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field select:-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field textarea:-moz-placeholder, form .agencium-form-field input[type="text"]:-moz-placeholder, form .agencium-form-field input[type="email"]:-moz-placeholder, form .agencium-form-field input[type="url"]:-moz-placeholder, form .agencium-form-field input[type="password"]:-moz-placeholder, form .agencium-form-field input[type="search"]:-moz-placeholder, form .agencium-form-field input[type="number"]:-moz-placeholder, form .agencium-form-field input[type="tel"]:-moz-placeholder, form .agencium-form-field input[type="date"]:-moz-placeholder, form .agencium-form-field input[type="month"]:-moz-placeholder, form .agencium-form-field input[type="week"]:-moz-placeholder, form .agencium-form-field input[type="time"]:-moz-placeholder, form .agencium-form-field input[type="datetime"]:-moz-placeholder, form .agencium-form-field input[type="datetime-local"]:-moz-placeholder, form .agencium-form-field input[type="color"]:-moz-placeholder, form .agencium-form-field select:-moz-placeholder, form .agencium-form-field textarea:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="text"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="email"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="url"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="password"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="search"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="number"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="tel"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="date"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="month"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="week"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="time"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="datetime"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="datetime-local"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="color"]:-moz-placeholder, [class*="wp-block-"] .agencium-form-field select:-moz-placeholder, [class*="wp-block-"] .agencium-form-field textarea:-moz-placeholder, .widget .agencium-form-field input[type="text"]:-moz-placeholder, .widget .agencium-form-field input[type="email"]:-moz-placeholder, .widget .agencium-form-field input[type="url"]:-moz-placeholder, .widget .agencium-form-field input[type="password"]:-moz-placeholder, .widget .agencium-form-field input[type="search"]:-moz-placeholder, .widget .agencium-form-field input[type="number"]:-moz-placeholder, .widget .agencium-form-field input[type="tel"]:-moz-placeholder, .widget .agencium-form-field input[type="date"]:-moz-placeholder, .widget .agencium-form-field input[type="month"]:-moz-placeholder, .widget .agencium-form-field input[type="week"]:-moz-placeholder, .widget .agencium-form-field input[type="time"]:-moz-placeholder, .widget .agencium-form-field input[type="datetime"]:-moz-placeholder, .widget .agencium-form-field input[type="datetime-local"]:-moz-placeholder, .widget .agencium-form-field input[type="color"]:-moz-placeholder, .widget .agencium-form-field select:-moz-placeholder, .widget .agencium-form-field textarea:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"]:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select:-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea:-moz-placeholder {
	opacity: 1;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"]::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field select::-moz-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field textarea::-moz-placeholder, form .agencium-form-field input[type="text"]::-moz-placeholder, form .agencium-form-field input[type="email"]::-moz-placeholder, form .agencium-form-field input[type="url"]::-moz-placeholder, form .agencium-form-field input[type="password"]::-moz-placeholder, form .agencium-form-field input[type="search"]::-moz-placeholder, form .agencium-form-field input[type="number"]::-moz-placeholder, form .agencium-form-field input[type="tel"]::-moz-placeholder, form .agencium-form-field input[type="date"]::-moz-placeholder, form .agencium-form-field input[type="month"]::-moz-placeholder, form .agencium-form-field input[type="week"]::-moz-placeholder, form .agencium-form-field input[type="time"]::-moz-placeholder, form .agencium-form-field input[type="datetime"]::-moz-placeholder, form .agencium-form-field input[type="datetime-local"]::-moz-placeholder, form .agencium-form-field input[type="color"]::-moz-placeholder, form .agencium-form-field select::-moz-placeholder, form .agencium-form-field textarea::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="text"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="email"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="url"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="password"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="search"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="number"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="tel"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="date"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="month"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="week"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="time"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="datetime"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="datetime-local"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field input[type="color"]::-moz-placeholder, [class*="wp-block-"] .agencium-form-field select::-moz-placeholder, [class*="wp-block-"] .agencium-form-field textarea::-moz-placeholder, .widget .agencium-form-field input[type="text"]::-moz-placeholder, .widget .agencium-form-field input[type="email"]::-moz-placeholder, .widget .agencium-form-field input[type="url"]::-moz-placeholder, .widget .agencium-form-field input[type="password"]::-moz-placeholder, .widget .agencium-form-field input[type="search"]::-moz-placeholder, .widget .agencium-form-field input[type="number"]::-moz-placeholder, .widget .agencium-form-field input[type="tel"]::-moz-placeholder, .widget .agencium-form-field input[type="date"]::-moz-placeholder, .widget .agencium-form-field input[type="month"]::-moz-placeholder, .widget .agencium-form-field input[type="week"]::-moz-placeholder, .widget .agencium-form-field input[type="time"]::-moz-placeholder, .widget .agencium-form-field input[type="datetime"]::-moz-placeholder, .widget .agencium-form-field input[type="datetime-local"]::-moz-placeholder, .widget .agencium-form-field input[type="color"]::-moz-placeholder, .widget .agencium-form-field select::-moz-placeholder, .widget .agencium-form-field textarea::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"]::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select::-moz-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea::-moz-placeholder {
	opacity: 1;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"]:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field select:-ms-input-placeholder, .body-container div.wpforms-container .wpforms-form .agencium-form-field textarea:-ms-input-placeholder, form .agencium-form-field input[type="text"]:-ms-input-placeholder, form .agencium-form-field input[type="email"]:-ms-input-placeholder, form .agencium-form-field input[type="url"]:-ms-input-placeholder, form .agencium-form-field input[type="password"]:-ms-input-placeholder, form .agencium-form-field input[type="search"]:-ms-input-placeholder, form .agencium-form-field input[type="number"]:-ms-input-placeholder, form .agencium-form-field input[type="tel"]:-ms-input-placeholder, form .agencium-form-field input[type="date"]:-ms-input-placeholder, form .agencium-form-field input[type="month"]:-ms-input-placeholder, form .agencium-form-field input[type="week"]:-ms-input-placeholder, form .agencium-form-field input[type="time"]:-ms-input-placeholder, form .agencium-form-field input[type="datetime"]:-ms-input-placeholder, form .agencium-form-field input[type="datetime-local"]:-ms-input-placeholder, form .agencium-form-field input[type="color"]:-ms-input-placeholder, form .agencium-form-field select:-ms-input-placeholder, form .agencium-form-field textarea:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="text"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="email"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="url"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="password"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="search"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="number"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="tel"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="date"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="month"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="week"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="time"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="datetime"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="datetime-local"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field input[type="color"]:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field select:-ms-input-placeholder, [class*="wp-block-"] .agencium-form-field textarea:-ms-input-placeholder, .widget .agencium-form-field input[type="text"]:-ms-input-placeholder, .widget .agencium-form-field input[type="email"]:-ms-input-placeholder, .widget .agencium-form-field input[type="url"]:-ms-input-placeholder, .widget .agencium-form-field input[type="password"]:-ms-input-placeholder, .widget .agencium-form-field input[type="search"]:-ms-input-placeholder, .widget .agencium-form-field input[type="number"]:-ms-input-placeholder, .widget .agencium-form-field input[type="tel"]:-ms-input-placeholder, .widget .agencium-form-field input[type="date"]:-ms-input-placeholder, .widget .agencium-form-field input[type="month"]:-ms-input-placeholder, .widget .agencium-form-field input[type="week"]:-ms-input-placeholder, .widget .agencium-form-field input[type="time"]:-ms-input-placeholder, .widget .agencium-form-field input[type="datetime"]:-ms-input-placeholder, .widget .agencium-form-field input[type="datetime-local"]:-ms-input-placeholder, .widget .agencium-form-field input[type="color"]:-ms-input-placeholder, .widget .agencium-form-field select:-ms-input-placeholder, .widget .agencium-form-field textarea:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"]:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select:-ms-input-placeholder, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea:-ms-input-placeholder {
	opacity: 1;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field .wpbs-form-field-description, .body-container div.wpforms-container .wpforms-form .agencium-form-field .wpbs-form-field-error, form .agencium-form-field .wpbs-form-field-description, form .agencium-form-field .wpbs-form-field-error, [class*="wp-block-"] .agencium-form-field .wpbs-form-field-description, [class*="wp-block-"] .agencium-form-field .wpbs-form-field-error, .widget .agencium-form-field .wpbs-form-field-description, .widget .agencium-form-field .wpbs-form-field-error, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input .wpbs-form-field-description, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input .wpbs-form-field-error, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input .wpbs-form-field-description, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input .wpbs-form-field-error, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input .wpbs-form-field-description, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input .wpbs-form-field-error, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input .wpbs-form-field-description, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input .wpbs-form-field-error, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input .wpbs-form-field-description, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input .wpbs-form-field-error {
	position: absolute;
	top: 100%;
	font-size: 16px;
	line-height: 1.2em;
	padding: 3px 0 0;
}

.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea {
	height: 75px;
}

.agencium-form-field .select-wrap, .body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap, .widget .agencium-form-field .select-wrap, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input {
	width: 100%;
	position: relative;
}

.agencium-form-field .select-wrap:after, .body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap:after, .widget .agencium-form-field .select-wrap:after, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input:after {
	content: "";
	display: block;
	position: absolute;
	width: 52px;
	height: 32px;
	text-align: center;
	font: 400 normal 8px/27px "fontello";
	top: 0;
	right: 0;
	left: initial;
	cursor: pointer;
}

.agencium-form-field .select-wrap select, .body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select, .widget .agencium-form-field .select-wrap select, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select {
	padding: 1px 52px 6px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
}

.agencium-form-field .select-wrap select option, .body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select option, .widget .agencium-form-field .select-wrap select option, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select option {
	color: #000;
}

.agencium-form-field .select-wrap select[multiple="multiple"], .body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select[multiple="multiple"], .widget .agencium-form-field .select-wrap select[multiple="multiple"], .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select[multiple="multiple"] {
	height: auto;
	padding: 0;
	border-style: solid !important;
	border-width: 1px !important;
	overflow: hidden;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.agencium-form-field .select-wrap select[multiple="multiple"] option, .body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select[multiple="multiple"] option, .widget .agencium-form-field .select-wrap select[multiple="multiple"] option, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select[multiple="multiple"] option {
	padding: 6px 10px;
	color: inherit;
}

.agencium-form-field .select-wrap select[multiple="multiple"].wpforms-error, .body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select[multiple="multiple"].wpforms-error, .widget .agencium-form-field .select-wrap select[multiple="multiple"].wpforms-error, .wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select[multiple="multiple"].wpforms-error {
	border-color: #e84c42 !important;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .choices__placeholder {
	opacity: 1;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field .select-wrap:after {
	content: none;
	display: none;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .agencium-label-wrapper {
	margin: 0 0 -11px;
	left: 0;
	right: initial;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices {
	position: relative;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__inner {
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 1px 45px 6px 0;
	background: none;
	min-height: 32px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__item {
	position: relative;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__input {
	width: 100%;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices[data-type*="select-one"]:after, .body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices[data-type*="select-multiple"]:after {
	content: "";
	display: block;
	position: absolute;
	width: 52px;
	height: 32px;
	text-align: center;
	font: 400 normal 8px/27px "fontello";
	bottom: 0;
	top: initial;
	right: 0;
	left: initial;
	cursor: pointer;
	border: none;
	margin: 0 !important;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__list--single {
	padding: 0;
	font-size: 1em;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__list--dropdown .choices__item {
	color: #000;
	padding: 0 10px;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__button {
	max-width: 0;
	min-width: 20px;
	height: 18px;
	margin-right: 0;
	margin-left: 2px;
	z-index: 3;
	background: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__button:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: initial;
	right: 0;
	top: 0;
	bottom: 0;
	font: 400 normal 10px/20px "fontello";
	text-indent: 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__button:after {
	content: none;
	display: none;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__list--dropdown {
	z-index: 3;
}

input[type="radio"], .body-container div.wpforms-container .wpforms-form .wpforms-field input[type="radio"], .woocommerce form .form-row input[type="radio"].input-radio {
	display: inline-block !important;
	margin: 0 12px -.3125em 0;
	width: 20px;
	height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	position: relative;
	vertical-align: baseline;
	outline: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	font-size: 16px;
	line-height: 1;
}

input[type="radio"]:checked:before, .body-container div.wpforms-container .wpforms-form .wpforms-field input[type="radio"]:checked:before, .woocommerce form .form-row input[type="radio"].input-radio:checked:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 4px;
	left: 4px;
	right: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: solid 5px;
}

input[type="radio"] + label, .body-container div.wpforms-container .wpforms-form .wpforms-field input[type="radio"] + label, .woocommerce form .form-row input[type="radio"].input-radio + label {
	font-size: 16px;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio fieldset, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox fieldset, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name fieldset, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio legend, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox legend, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name legend, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email legend {
	background: none;
	padding: 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio ul, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name ul, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email ul {
	margin: 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio ul li, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name ul li, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email ul li {
	padding: 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio ul li:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name ul li:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email ul li:before {
	content: none;
	display: none;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-image-choices li:not(:first-child), .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-image-choices li:not(:first-child), .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-image-choices li:not(:first-child), .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-image-choices li:not(:first-child) {
	margin-top: 10px;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-image-choices .wpforms-image-choices-image, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-image-choices .wpforms-image-choices-image, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-image-choices .wpforms-image-choices-image, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-image-choices .wpforms-image-choices-image {
	font-size: 0;
	line-height: 1;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-image-choices .wpforms-image-choices-image + br, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-image-choices .wpforms-image-choices-image + br, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-image-choices .wpforms-image-choices-image + br, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-image-choices .wpforms-image-choices-image + br {
	display: none;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-icon-choices .wpforms-icon-choices-icon, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-icon-choices .wpforms-icon-choices-icon, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-icon-choices .wpforms-icon-choices-icon, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-icon-choices .wpforms-icon-choices-icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-icon-choices .wpforms-icon-choices-icon svg, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-icon-choices .wpforms-icon-choices-icon svg, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-icon-choices .wpforms-icon-choices-icon svg, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-icon-choices .wpforms-icon-choices-icon svg {
	fill: var(--wpforms-icon-choices-color);
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-mailchimp ul {
	margin: 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-mailchimp ul li {
	padding: 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-mailchimp ul li:before {
	content: none;
	display: none;
}

input[type="checkbox"], .body-container div.wpforms-container .wpforms-form .wpforms-field input[type="checkbox"], .woocommerce form .form-row input[type="checkbox"].input-checkbox {
	width: 20px;
	height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block !important;
	margin: 0 12px -.25em 0;
	cursor: pointer;
	vertical-align: baseline;
	outline: none !important;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-width: 1px;
	border-style: solid;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

input[type="checkbox"]:checked:before, .body-container div.wpforms-container .wpforms-form .wpforms-field input[type="checkbox"]:checked:before, .woocommerce form .form-row input[type="checkbox"].input-checkbox:checked:before {
	content: "";
	position: absolute;
	width: 19px;
	height: 18px;
	font: 400 normal 8px/17px "fontello";
	text-align: center;
	display: block;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
}

input[type="checkbox"] + label, .body-container div.wpforms-container .wpforms-form .wpforms-field input[type="checkbox"] + label, .woocommerce form .form-row input[type="checkbox"].input-checkbox + label {
	font-size: 16px;
	letter-spacing: .008em;
}

body input[type="range"], .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"] {
	height: 1px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	width: calc(100% - 4px);
}

body input[type="range"]::-webkit-slider-runnable-track, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 1px;
	border: none;
	color: transparent;
}

body input[type="range"]:focus::-webkit-slider-runnable-track, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-webkit-slider-runnable-track {
	width: 100%;
	height: 1px;
	border: none;
	color: transparent;
}

body input[type="range"]::-moz-range-track, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-moz-range-track {
	width: 100%;
	height: 1px;
	border: none;
	color: transparent;
}

body input[type="range"]::-ms-track, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-ms-track {
	width: 100%;
	height: 1px;
	border: none;
	color: transparent;
}

body input[type="range"]::-webkit-slider-thumb, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-webkit-slider-thumb {
	width: 13px;
	height: 13px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: -6px 0 0;
	border: none;
	outline: none;
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
}

body input[type="range"]:focus::-webkit-slider-thumb, body input[type="range"]::-webkit-slider-thumb:hover, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-webkit-slider-thumb, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-webkit-slider-thumb:hover {
	outline: none;
	border: none;
}

body input[type="range"]::-moz-range-thumb, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-moz-range-thumb {
	width: 13px;
	height: 13px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: -6px 0 0;
	border: none;
	outline: none;
}

body input[type="range"]:focus::-moz-range-thumb, body input[type="range"]::-moz-range-thumb:hover, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-moz-range-thumb, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-moz-range-thumb:hover {
	outline: none;
	border: none !important;
}

body input[type="range"]::-ms-thumb, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-ms-thumb {
	width: 13px;
	height: 13px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: -6px 0 0;
	border: none;
	outline: none;
}

body input[type="range"]:focus::-ms-thumb, body input[type="range"]::-ms-thumb:hover, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-ms-thumb, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-ms-thumb:hover {
	outline: none;
	border: none;
}

body input[type="range"]:focus::-ms-thumb, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-ms-thumb {
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: -6px 0 0;
	border: none;
	outline: none;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-number-slider .wpforms-field-label {
	display: block;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
	font-size: 16px !important;
	line-height: 30px;
	font-weight: 400;
	margin: 10px 0 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint b {
	font-weight: 400;
}

.body-container div.wpforms-container .wpforms-form .wpforms-one-third, .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths, .body-container div.wpforms-container .wpforms-form .wpforms-one-half, .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths, .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths, .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth, .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths, .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds {
	width: 100% !important;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-container, form .wpforms-field-container, [class*="wp-block-"] .wpforms-field-container, .widget .wpforms-field-container {
	margin: 0 -5px;
	max-width: calc(100% + 10px) !important;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field, form .wpforms-field-container > .wpforms-field, [class*="wp-block-"] .wpforms-field-container > .wpforms-field, .widget .wpforms-field-container > .wpforms-field {
	padding: 0 5px;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child), form .wpforms-field-container > .wpforms-field:not(:first-child), [class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child), .widget .wpforms-field-container > .wpforms-field:not(:first-child) {
	padding: 9px 5px 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-submit-container, form .wpforms-submit-container, [class*="wp-block-"] .wpforms-submit-container, .widget .wpforms-submit-container {
	margin: 30px 0 0;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-row:not(.choices), form .wpforms-field-row:not(.choices), [class*="wp-block-"] .wpforms-field-row:not(.choices), .widget .wpforms-field-row:not(.choices) {
	margin: 0 -5px;
	max-width: calc(100% + 10px) !important;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-row:not(.choices) .wpforms-field-row-block, form .wpforms-field-row:not(.choices) .wpforms-field-row-block, [class*="wp-block-"] .wpforms-field-row:not(.choices) .wpforms-field-row-block, .widget .wpforms-field-row:not(.choices) .wpforms-field-row-block {
	padding: 0 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-row:not(.choices) .wpforms-field-row-block.wpforms-one-half, form .wpforms-field-row:not(.choices) .wpforms-field-row-block.wpforms-one-half, [class*="wp-block-"] .wpforms-field-row:not(.choices) .wpforms-field-row-block.wpforms-one-half, .widget .wpforms-field-row:not(.choices) .wpforms-field-row-block.wpforms-one-half {
	margin: 0;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field, form .agencium-form-field, [class*="wp-block-"] .agencium-form-field, .widget .agencium-form-field {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea, form .agencium-form-field textarea, [class*="wp-block-"] .agencium-form-field textarea, .widget .agencium-form-field textarea {
	height: 88px;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small, form .agencium-form-field textarea.wpforms-field-small, [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small, .widget .agencium-form-field textarea.wpforms-field-small {
	height: 50px;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium, form .agencium-form-field textarea.wpforms-field-medium, [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium, .widget .agencium-form-field textarea.wpforms-field-medium {
	height: 119px;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large, form .agencium-form-field textarea.wpforms-field-large, [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large, .widget .agencium-form-field textarea.wpforms-field-large {
	height: 160px;
}

.slide-sidebar-wrapper div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field, .slide-sidebar-wrapper form .wpforms-field-container > .wpforms-field, .slide-sidebar-wrapper [class*="wp-block-"] .wpforms-field-container > .wpforms-field, .slide-sidebar-wrapper .widget .wpforms-field-container > .wpforms-field, .alter-menu-wrapper div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field, .alter-menu-wrapper form .wpforms-field-container > .wpforms-field, .alter-menu-wrapper [class*="wp-block-"] .wpforms-field-container > .wpforms-field, .alter-menu-wrapper .widget .wpforms-field-container > .wpforms-field, .sidebar div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field, .sidebar form .wpforms-field-container > .wpforms-field, .sidebar [class*="wp-block-"] .wpforms-field-container > .wpforms-field, .sidebar .widget .wpforms-field-container > .wpforms-field, .footer-widgets div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field, .footer-widgets form .wpforms-field-container > .wpforms-field, .footer-widgets [class*="wp-block-"] .wpforms-field-container > .wpforms-field, .footer-widgets .widget .wpforms-field-container > .wpforms-field {
	padding: 0 5px;
}

.slide-sidebar-wrapper div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child), .slide-sidebar-wrapper form .wpforms-field-container > .wpforms-field:not(:first-child), .slide-sidebar-wrapper [class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child), .slide-sidebar-wrapper .widget .wpforms-field-container > .wpforms-field:not(:first-child), .alter-menu-wrapper div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child), .alter-menu-wrapper form .wpforms-field-container > .wpforms-field:not(:first-child), .alter-menu-wrapper [class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child), .alter-menu-wrapper .widget .wpforms-field-container > .wpforms-field:not(:first-child), .sidebar div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child), .sidebar form .wpforms-field-container > .wpforms-field:not(:first-child), .sidebar [class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child), .sidebar .widget .wpforms-field-container > .wpforms-field:not(:first-child), .footer-widgets div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child), .footer-widgets form .wpforms-field-container > .wpforms-field:not(:first-child), .footer-widgets [class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child), .footer-widgets .widget .wpforms-field-container > .wpforms-field:not(:first-child) {
	padding: 10px 5px 0;
}

.slide-sidebar-wrapper div.wpforms-container .wpforms-form .wpforms-submit-container, .slide-sidebar-wrapper form .wpforms-submit-container, .slide-sidebar-wrapper [class*="wp-block-"] .wpforms-submit-container, .slide-sidebar-wrapper .widget .wpforms-submit-container, .alter-menu-wrapper div.wpforms-container .wpforms-form .wpforms-submit-container, .alter-menu-wrapper form .wpforms-submit-container, .alter-menu-wrapper [class*="wp-block-"] .wpforms-submit-container, .alter-menu-wrapper .widget .wpforms-submit-container, .sidebar div.wpforms-container .wpforms-form .wpforms-submit-container, .sidebar form .wpforms-submit-container, .sidebar [class*="wp-block-"] .wpforms-submit-container, .sidebar .widget .wpforms-submit-container, .footer-widgets div.wpforms-container .wpforms-form .wpforms-submit-container, .footer-widgets form .wpforms-submit-container, .footer-widgets [class*="wp-block-"] .wpforms-submit-container, .footer-widgets .widget .wpforms-submit-container {
	margin: 30px 0 0;
}

.slide-sidebar-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea, .slide-sidebar-wrapper form .agencium-form-field textarea, .slide-sidebar-wrapper [class*="wp-block-"] .agencium-form-field textarea, .slide-sidebar-wrapper .widget .agencium-form-field textarea, .alter-menu-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea, .alter-menu-wrapper form .agencium-form-field textarea, .alter-menu-wrapper [class*="wp-block-"] .agencium-form-field textarea, .alter-menu-wrapper .widget .agencium-form-field textarea, .sidebar div.wpforms-container .wpforms-form .agencium-form-field textarea, .sidebar form .agencium-form-field textarea, .sidebar [class*="wp-block-"] .agencium-form-field textarea, .sidebar .widget .agencium-form-field textarea, .footer-widgets div.wpforms-container .wpforms-form .agencium-form-field textarea, .footer-widgets form .agencium-form-field textarea, .footer-widgets [class*="wp-block-"] .agencium-form-field textarea, .footer-widgets .widget .agencium-form-field textarea {
	height: 75px;
}

.slide-sidebar-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small, .slide-sidebar-wrapper form .agencium-form-field textarea.wpforms-field-small, .slide-sidebar-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small, .slide-sidebar-wrapper .widget .agencium-form-field textarea.wpforms-field-small, .alter-menu-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small, .alter-menu-wrapper form .agencium-form-field textarea.wpforms-field-small, .alter-menu-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small, .alter-menu-wrapper .widget .agencium-form-field textarea.wpforms-field-small, .sidebar div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small, .sidebar form .agencium-form-field textarea.wpforms-field-small, .sidebar [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small, .sidebar .widget .agencium-form-field textarea.wpforms-field-small, .footer-widgets div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small, .footer-widgets form .agencium-form-field textarea.wpforms-field-small, .footer-widgets [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small, .footer-widgets .widget .agencium-form-field textarea.wpforms-field-small {
	height: 50px;
}

.slide-sidebar-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium, .slide-sidebar-wrapper form .agencium-form-field textarea.wpforms-field-medium, .slide-sidebar-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium, .slide-sidebar-wrapper .widget .agencium-form-field textarea.wpforms-field-medium, .alter-menu-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium, .alter-menu-wrapper form .agencium-form-field textarea.wpforms-field-medium, .alter-menu-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium, .alter-menu-wrapper .widget .agencium-form-field textarea.wpforms-field-medium, .sidebar div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium, .sidebar form .agencium-form-field textarea.wpforms-field-medium, .sidebar [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium, .sidebar .widget .agencium-form-field textarea.wpforms-field-medium, .footer-widgets div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium, .footer-widgets form .agencium-form-field textarea.wpforms-field-medium, .footer-widgets [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium, .footer-widgets .widget .agencium-form-field textarea.wpforms-field-medium {
	height: 75px;
}

.slide-sidebar-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large, .slide-sidebar-wrapper form .agencium-form-field textarea.wpforms-field-large, .slide-sidebar-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large, .slide-sidebar-wrapper .widget .agencium-form-field textarea.wpforms-field-large, .alter-menu-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large, .alter-menu-wrapper form .agencium-form-field textarea.wpforms-field-large, .alter-menu-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large, .alter-menu-wrapper .widget .agencium-form-field textarea.wpforms-field-large, .sidebar div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large, .sidebar form .agencium-form-field textarea.wpforms-field-large, .sidebar [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large, .sidebar .widget .agencium-form-field textarea.wpforms-field-large, .footer-widgets div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large, .footer-widgets form .agencium-form-field textarea.wpforms-field-large, .footer-widgets [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large, .footer-widgets .widget .agencium-form-field textarea.wpforms-field-large {
	height: 100px;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-sublabel, .body-container div.wpforms-container .wpforms-form .wpforms-field-description {
	margin: 0 !important;
	font-size: .875em;
	line-height: 1.9286em;
	font-weight: 200;
}

@media only screen and (min-width: 661px) {
	.body-container div.wpforms-container .wpforms-form .wpforms-one-third, .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths {
		width: 33.3333% !important;
	}
	
	.body-container div.wpforms-container .wpforms-form .wpforms-one-half, .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths, .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths {
		width: 50% !important;
	}
	
	.body-container div.wpforms-container .wpforms-form .wpforms-one-fourth {
		width: 25% !important;
	}
	
	.body-container div.wpforms-container .wpforms-form .wpforms-four-sixths, .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds {
		width: 66.6666% !important;
	}
	
	.sidebar .body-container div.wpforms-container .wpforms-form .wpforms-one-third, .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths, .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-one-half, .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths, .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths, .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth, .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths, .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds, .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-third, .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths, .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-half, .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths, .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths, .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth, .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths, .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds, .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-third, .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths, .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-half, .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths, .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths, .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth, .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths, .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds, .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-one-third, .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths, .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-one-half, .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths, .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths, .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth, .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths, .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds {
		width: 100% !important;
	}
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error em.wpforms-error {
	color: #e84c42 !important;
	font-style: normal;
	font-size: .875em;
	line-height: 1.9286em;
	font-weight: 200;
	position: relative;
	display: block;
	width: 100%;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-text .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-textarea .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-number .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-name .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-email .agencium-form-field {
	border-color: transparent !important;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-text .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-textarea .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-number .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-name .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-email .wpforms-error + em.wpforms-error {
	margin: -1px 0 0;
	border-top: solid 1px;
	position: relative;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-text .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-textarea .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-number .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-name .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-email .wpforms-error + em.wpforms-error:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 20px;
	border-right: solid 1px;
	right: 0;
	left: initial;
	bottom: 100%;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field + .wpforms-field-description {
	margin: -1px 0 0;
	border-top: solid 1px;
	position: relative;
	color: #e84c42 !important;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field + .wpforms-field-description:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 20px;
	border-right: solid 1px;
	right: 0;
	left: initial;
	bottom: 100%;
}

/* -------------------------------- */

/* ---------- Typography ---------- */

/* -------------------------------- */
body.elementor-editor-active .elementor-widget-container h1, body.elementor-editor-active .elementor-widget-container h2, body.elementor-editor-active .elementor-widget-container h3, body.elementor-editor-active .elementor-widget-container h4, body.elementor-editor-active .elementor-widget-container h5, body.elementor-editor-active .elementor-widget-container h6, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title, body.elementor-editor-active .elementor-widget-container .wpforms-title, body.elementor-editor-active .sidebar h1, body.elementor-editor-active .sidebar h2, body.elementor-editor-active .sidebar h3, body.elementor-editor-active .sidebar h4, body.elementor-editor-active .sidebar h5, body.elementor-editor-active .sidebar h6, body.elementor-editor-active .sidebar .agencium_content_slider_title, body.elementor-editor-active .sidebar .wpforms-title, body:not(.elementor-editor-active) .content-wrapper h1, body:not(.elementor-editor-active) .content-wrapper h2, body:not(.elementor-editor-active) .content-wrapper h3, body:not(.elementor-editor-active) .content-wrapper h4, body:not(.elementor-editor-active) .content-wrapper h5, body:not(.elementor-editor-active) .content-wrapper h6, body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title, body:not(.elementor-editor-active) .content-wrapper .wpforms-title, .block-editor-block-list__layout h1, .block-editor-block-list__layout h2, .block-editor-block-list__layout h3, .block-editor-block-list__layout h4, .block-editor-block-list__layout h5, .block-editor-block-list__layout h6, .block-editor-block-list__layout .agencium_content_slider_title, .block-editor-block-list__layout .wpforms-title, .mobile-header h1, .mobile-header h2, .mobile-header h3, .mobile-header h4, .mobile-header h5, .mobile-header h6, .mobile-header .agencium_content_slider_title, .mobile-header .wpforms-title, .page-header-area .header h1, .page-header-area .header h2, .page-header-area .header h3, .page-header-area .header h4, .page-header-area .header h5, .page-header-area .header h6, .page-header-area .header .agencium_content_slider_title, .page-header-area .header .wpforms-title, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer .agencium_content_slider_title, .footer .wpforms-title, .slide-sidebar-wrapper h1, .slide-sidebar-wrapper h2, .slide-sidebar-wrapper h3, .slide-sidebar-wrapper h4, .slide-sidebar-wrapper h5, .slide-sidebar-wrapper h6, .slide-sidebar-wrapper .agencium_content_slider_title, .slide-sidebar-wrapper .wpforms-title, .alter-menu-wrapper h1, .alter-menu-wrapper h2, .alter-menu-wrapper h3, .alter-menu-wrapper h4, .alter-menu-wrapper h5, .alter-menu-wrapper h6, .alter-menu-wrapper .agencium_content_slider_title, .alter-menu-wrapper .wpforms-title, .page-title-container h1, .page-title-container h2, .page-title-container h3, .page-title-container h4, .page-title-container h5, .page-title-container h6, .page-title-container .agencium_content_slider_title, .page-title-container .wpforms-title, .top-bar h1, .top-bar h2, .top-bar h3, .top-bar h4, .top-bar h5, .top-bar h6, .top-bar .agencium_content_slider_title, .top-bar .wpforms-title, .mobile-header-menu-container h1, .mobile-header-menu-container h2, .mobile-header-menu-container h3, .mobile-header-menu-container h4, .mobile-header-menu-container h5, .mobile-header-menu-container h6, .mobile-header-menu-container .agencium_content_slider_title, .mobile-header-menu-container .wpforms-title, .site-search h1, .site-search h2, .site-search h3, .site-search h4, .site-search h5, .site-search h6, .site-search .agencium_content_slider_title, .site-search .wpforms-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

body.elementor-editor-active .elementor-widget-container h1 a, body.elementor-editor-active .elementor-widget-container h2 a, body.elementor-editor-active .elementor-widget-container h3 a, body.elementor-editor-active .elementor-widget-container h4 a, body.elementor-editor-active .elementor-widget-container h5 a, body.elementor-editor-active .elementor-widget-container h6 a, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title a, body.elementor-editor-active .elementor-widget-container .wpforms-title a, body.elementor-editor-active .sidebar h1 a, body.elementor-editor-active .sidebar h2 a, body.elementor-editor-active .sidebar h3 a, body.elementor-editor-active .sidebar h4 a, body.elementor-editor-active .sidebar h5 a, body.elementor-editor-active .sidebar h6 a, body.elementor-editor-active .sidebar .agencium_content_slider_title a, body.elementor-editor-active .sidebar .wpforms-title a, body:not(.elementor-editor-active) .content-wrapper h1 a, body:not(.elementor-editor-active) .content-wrapper h2 a, body:not(.elementor-editor-active) .content-wrapper h3 a, body:not(.elementor-editor-active) .content-wrapper h4 a, body:not(.elementor-editor-active) .content-wrapper h5 a, body:not(.elementor-editor-active) .content-wrapper h6 a, body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title a, body:not(.elementor-editor-active) .content-wrapper .wpforms-title a, .block-editor-block-list__layout h1 a, .block-editor-block-list__layout h2 a, .block-editor-block-list__layout h3 a, .block-editor-block-list__layout h4 a, .block-editor-block-list__layout h5 a, .block-editor-block-list__layout h6 a, .block-editor-block-list__layout .agencium_content_slider_title a, .block-editor-block-list__layout .wpforms-title a, .mobile-header h1 a, .mobile-header h2 a, .mobile-header h3 a, .mobile-header h4 a, .mobile-header h5 a, .mobile-header h6 a, .mobile-header .agencium_content_slider_title a, .mobile-header .wpforms-title a, .page-header-area .header h1 a, .page-header-area .header h2 a, .page-header-area .header h3 a, .page-header-area .header h4 a, .page-header-area .header h5 a, .page-header-area .header h6 a, .page-header-area .header .agencium_content_slider_title a, .page-header-area .header .wpforms-title a, .footer h1 a, .footer h2 a, .footer h3 a, .footer h4 a, .footer h5 a, .footer h6 a, .footer .agencium_content_slider_title a, .footer .wpforms-title a, .slide-sidebar-wrapper h1 a, .slide-sidebar-wrapper h2 a, .slide-sidebar-wrapper h3 a, .slide-sidebar-wrapper h4 a, .slide-sidebar-wrapper h5 a, .slide-sidebar-wrapper h6 a, .slide-sidebar-wrapper .agencium_content_slider_title a, .slide-sidebar-wrapper .wpforms-title a, .alter-menu-wrapper h1 a, .alter-menu-wrapper h2 a, .alter-menu-wrapper h3 a, .alter-menu-wrapper h4 a, .alter-menu-wrapper h5 a, .alter-menu-wrapper h6 a, .alter-menu-wrapper .agencium_content_slider_title a, .alter-menu-wrapper .wpforms-title a, .page-title-container h1 a, .page-title-container h2 a, .page-title-container h3 a, .page-title-container h4 a, .page-title-container h5 a, .page-title-container h6 a, .page-title-container .agencium_content_slider_title a, .page-title-container .wpforms-title a, .top-bar h1 a, .top-bar h2 a, .top-bar h3 a, .top-bar h4 a, .top-bar h5 a, .top-bar h6 a, .top-bar .agencium_content_slider_title a, .top-bar .wpforms-title a, .mobile-header-menu-container h1 a, .mobile-header-menu-container h2 a, .mobile-header-menu-container h3 a, .mobile-header-menu-container h4 a, .mobile-header-menu-container h5 a, .mobile-header-menu-container h6 a, .mobile-header-menu-container .agencium_content_slider_title a, .mobile-header-menu-container .wpforms-title a, .site-search h1 a, .site-search h2 a, .site-search h3 a, .site-search h4 a, .site-search h5 a, .site-search h6 a, .site-search .agencium_content_slider_title a, .site-search .wpforms-title a {
	color: inherit;
}

body.elementor-editor-active .elementor-widget-container h1:first-child, body.elementor-editor-active .elementor-widget-container h2:first-child, body.elementor-editor-active .elementor-widget-container h3:first-child, body.elementor-editor-active .elementor-widget-container h4:first-child, body.elementor-editor-active .elementor-widget-container h5:first-child, body.elementor-editor-active .elementor-widget-container h6:first-child, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title:first-child, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child, body.elementor-editor-active .sidebar h1:first-child, body.elementor-editor-active .sidebar h2:first-child, body.elementor-editor-active .sidebar h3:first-child, body.elementor-editor-active .sidebar h4:first-child, body.elementor-editor-active .sidebar h5:first-child, body.elementor-editor-active .sidebar h6:first-child, body.elementor-editor-active .sidebar .agencium_content_slider_title:first-child, body.elementor-editor-active .sidebar .wpforms-title:first-child, body:not(.elementor-editor-active) .content-wrapper h1:first-child, body:not(.elementor-editor-active) .content-wrapper h2:first-child, body:not(.elementor-editor-active) .content-wrapper h3:first-child, body:not(.elementor-editor-active) .content-wrapper h4:first-child, body:not(.elementor-editor-active) .content-wrapper h5:first-child, body:not(.elementor-editor-active) .content-wrapper h6:first-child, body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title:first-child, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child, .block-editor-block-list__layout h1:first-child, .block-editor-block-list__layout h2:first-child, .block-editor-block-list__layout h3:first-child, .block-editor-block-list__layout h4:first-child, .block-editor-block-list__layout h5:first-child, .block-editor-block-list__layout h6:first-child, .block-editor-block-list__layout .agencium_content_slider_title:first-child, .block-editor-block-list__layout .wpforms-title:first-child, .mobile-header h1:first-child, .mobile-header h2:first-child, .mobile-header h3:first-child, .mobile-header h4:first-child, .mobile-header h5:first-child, .mobile-header h6:first-child, .mobile-header .agencium_content_slider_title:first-child, .mobile-header .wpforms-title:first-child, .page-header-area .header h1:first-child, .page-header-area .header h2:first-child, .page-header-area .header h3:first-child, .page-header-area .header h4:first-child, .page-header-area .header h5:first-child, .page-header-area .header h6:first-child, .page-header-area .header .agencium_content_slider_title:first-child, .page-header-area .header .wpforms-title:first-child, .footer h1:first-child, .footer h2:first-child, .footer h3:first-child, .footer h4:first-child, .footer h5:first-child, .footer h6:first-child, .footer .agencium_content_slider_title:first-child, .footer .wpforms-title:first-child, .slide-sidebar-wrapper h1:first-child, .slide-sidebar-wrapper h2:first-child, .slide-sidebar-wrapper h3:first-child, .slide-sidebar-wrapper h4:first-child, .slide-sidebar-wrapper h5:first-child, .slide-sidebar-wrapper h6:first-child, .slide-sidebar-wrapper .agencium_content_slider_title:first-child, .slide-sidebar-wrapper .wpforms-title:first-child, .alter-menu-wrapper h1:first-child, .alter-menu-wrapper h2:first-child, .alter-menu-wrapper h3:first-child, .alter-menu-wrapper h4:first-child, .alter-menu-wrapper h5:first-child, .alter-menu-wrapper h6:first-child, .alter-menu-wrapper .agencium_content_slider_title:first-child, .alter-menu-wrapper .wpforms-title:first-child, .page-title-container h1:first-child, .page-title-container h2:first-child, .page-title-container h3:first-child, .page-title-container h4:first-child, .page-title-container h5:first-child, .page-title-container h6:first-child, .page-title-container .agencium_content_slider_title:first-child, .page-title-container .wpforms-title:first-child, .top-bar h1:first-child, .top-bar h2:first-child, .top-bar h3:first-child, .top-bar h4:first-child, .top-bar h5:first-child, .top-bar h6:first-child, .top-bar .agencium_content_slider_title:first-child, .top-bar .wpforms-title:first-child, .mobile-header-menu-container h1:first-child, .mobile-header-menu-container h2:first-child, .mobile-header-menu-container h3:first-child, .mobile-header-menu-container h4:first-child, .mobile-header-menu-container h5:first-child, .mobile-header-menu-container h6:first-child, .mobile-header-menu-container .agencium_content_slider_title:first-child, .mobile-header-menu-container .wpforms-title:first-child, .site-search h1:first-child, .site-search h2:first-child, .site-search h3:first-child, .site-search h4:first-child, .site-search h5:first-child, .site-search h6:first-child, .site-search .agencium_content_slider_title:first-child, .site-search .wpforms-title:first-child {
	margin-top: 0;
}

body.elementor-editor-active .elementor-widget-container h1:last-child, body.elementor-editor-active .elementor-widget-container h2:last-child, body.elementor-editor-active .elementor-widget-container h3:last-child, body.elementor-editor-active .elementor-widget-container h4:last-child, body.elementor-editor-active .elementor-widget-container h5:last-child, body.elementor-editor-active .elementor-widget-container h6:last-child, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title:last-child, body.elementor-editor-active .elementor-widget-container .wpforms-title:last-child, body.elementor-editor-active .sidebar h1:last-child, body.elementor-editor-active .sidebar h2:last-child, body.elementor-editor-active .sidebar h3:last-child, body.elementor-editor-active .sidebar h4:last-child, body.elementor-editor-active .sidebar h5:last-child, body.elementor-editor-active .sidebar h6:last-child, body.elementor-editor-active .sidebar .agencium_content_slider_title:last-child, body.elementor-editor-active .sidebar .wpforms-title:last-child, body:not(.elementor-editor-active) .content-wrapper h1:last-child, body:not(.elementor-editor-active) .content-wrapper h2:last-child, body:not(.elementor-editor-active) .content-wrapper h3:last-child, body:not(.elementor-editor-active) .content-wrapper h4:last-child, body:not(.elementor-editor-active) .content-wrapper h5:last-child, body:not(.elementor-editor-active) .content-wrapper h6:last-child, body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title:last-child, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:last-child, .block-editor-block-list__layout h1:last-child, .block-editor-block-list__layout h2:last-child, .block-editor-block-list__layout h3:last-child, .block-editor-block-list__layout h4:last-child, .block-editor-block-list__layout h5:last-child, .block-editor-block-list__layout h6:last-child, .block-editor-block-list__layout .agencium_content_slider_title:last-child, .block-editor-block-list__layout .wpforms-title:last-child, .mobile-header h1:last-child, .mobile-header h2:last-child, .mobile-header h3:last-child, .mobile-header h4:last-child, .mobile-header h5:last-child, .mobile-header h6:last-child, .mobile-header .agencium_content_slider_title:last-child, .mobile-header .wpforms-title:last-child, .page-header-area .header h1:last-child, .page-header-area .header h2:last-child, .page-header-area .header h3:last-child, .page-header-area .header h4:last-child, .page-header-area .header h5:last-child, .page-header-area .header h6:last-child, .page-header-area .header .agencium_content_slider_title:last-child, .page-header-area .header .wpforms-title:last-child, .footer h1:last-child, .footer h2:last-child, .footer h3:last-child, .footer h4:last-child, .footer h5:last-child, .footer h6:last-child, .footer .agencium_content_slider_title:last-child, .footer .wpforms-title:last-child, .slide-sidebar-wrapper h1:last-child, .slide-sidebar-wrapper h2:last-child, .slide-sidebar-wrapper h3:last-child, .slide-sidebar-wrapper h4:last-child, .slide-sidebar-wrapper h5:last-child, .slide-sidebar-wrapper h6:last-child, .slide-sidebar-wrapper .agencium_content_slider_title:last-child, .slide-sidebar-wrapper .wpforms-title:last-child, .alter-menu-wrapper h1:last-child, .alter-menu-wrapper h2:last-child, .alter-menu-wrapper h3:last-child, .alter-menu-wrapper h4:last-child, .alter-menu-wrapper h5:last-child, .alter-menu-wrapper h6:last-child, .alter-menu-wrapper .agencium_content_slider_title:last-child, .alter-menu-wrapper .wpforms-title:last-child, .page-title-container h1:last-child, .page-title-container h2:last-child, .page-title-container h3:last-child, .page-title-container h4:last-child, .page-title-container h5:last-child, .page-title-container h6:last-child, .page-title-container .agencium_content_slider_title:last-child, .page-title-container .wpforms-title:last-child, .top-bar h1:last-child, .top-bar h2:last-child, .top-bar h3:last-child, .top-bar h4:last-child, .top-bar h5:last-child, .top-bar h6:last-child, .top-bar .agencium_content_slider_title:last-child, .top-bar .wpforms-title:last-child, .mobile-header-menu-container h1:last-child, .mobile-header-menu-container h2:last-child, .mobile-header-menu-container h3:last-child, .mobile-header-menu-container h4:last-child, .mobile-header-menu-container h5:last-child, .mobile-header-menu-container h6:last-child, .mobile-header-menu-container .agencium_content_slider_title:last-child, .mobile-header-menu-container .wpforms-title:last-child, .site-search h1:last-child, .site-search h2:last-child, .site-search h3:last-child, .site-search h4:last-child, .site-search h5:last-child, .site-search h6:last-child, .site-search .agencium_content_slider_title:last-child, .site-search .wpforms-title:last-child {
	margin-bottom: 0;
}

body.elementor-editor-active .elementor-widget-container h1 + p, body.elementor-editor-active .elementor-widget-container h2 + p, body.elementor-editor-active .elementor-widget-container h3 + p, body.elementor-editor-active .elementor-widget-container h4 + p, body.elementor-editor-active .elementor-widget-container h5 + p, body.elementor-editor-active .elementor-widget-container h6 + p, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title + p, body.elementor-editor-active .elementor-widget-container .wpforms-title + p, body.elementor-editor-active .sidebar h1 + p, body.elementor-editor-active .sidebar h2 + p, body.elementor-editor-active .sidebar h3 + p, body.elementor-editor-active .sidebar h4 + p, body.elementor-editor-active .sidebar h5 + p, body.elementor-editor-active .sidebar h6 + p, body.elementor-editor-active .sidebar .agencium_content_slider_title + p, body.elementor-editor-active .sidebar .wpforms-title + p, body:not(.elementor-editor-active) .content-wrapper h1 + p, body:not(.elementor-editor-active) .content-wrapper h2 + p, body:not(.elementor-editor-active) .content-wrapper h3 + p, body:not(.elementor-editor-active) .content-wrapper h4 + p, body:not(.elementor-editor-active) .content-wrapper h5 + p, body:not(.elementor-editor-active) .content-wrapper h6 + p, body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title + p, body:not(.elementor-editor-active) .content-wrapper .wpforms-title + p, .block-editor-block-list__layout h1 + p, .block-editor-block-list__layout h2 + p, .block-editor-block-list__layout h3 + p, .block-editor-block-list__layout h4 + p, .block-editor-block-list__layout h5 + p, .block-editor-block-list__layout h6 + p, .block-editor-block-list__layout .agencium_content_slider_title + p, .block-editor-block-list__layout .wpforms-title + p, .mobile-header h1 + p, .mobile-header h2 + p, .mobile-header h3 + p, .mobile-header h4 + p, .mobile-header h5 + p, .mobile-header h6 + p, .mobile-header .agencium_content_slider_title + p, .mobile-header .wpforms-title + p, .page-header-area .header h1 + p, .page-header-area .header h2 + p, .page-header-area .header h3 + p, .page-header-area .header h4 + p, .page-header-area .header h5 + p, .page-header-area .header h6 + p, .page-header-area .header .agencium_content_slider_title + p, .page-header-area .header .wpforms-title + p, .footer h1 + p, .footer h2 + p, .footer h3 + p, .footer h4 + p, .footer h5 + p, .footer h6 + p, .footer .agencium_content_slider_title + p, .footer .wpforms-title + p, .slide-sidebar-wrapper h1 + p, .slide-sidebar-wrapper h2 + p, .slide-sidebar-wrapper h3 + p, .slide-sidebar-wrapper h4 + p, .slide-sidebar-wrapper h5 + p, .slide-sidebar-wrapper h6 + p, .slide-sidebar-wrapper .agencium_content_slider_title + p, .slide-sidebar-wrapper .wpforms-title + p, .alter-menu-wrapper h1 + p, .alter-menu-wrapper h2 + p, .alter-menu-wrapper h3 + p, .alter-menu-wrapper h4 + p, .alter-menu-wrapper h5 + p, .alter-menu-wrapper h6 + p, .alter-menu-wrapper .agencium_content_slider_title + p, .alter-menu-wrapper .wpforms-title + p, .page-title-container h1 + p, .page-title-container h2 + p, .page-title-container h3 + p, .page-title-container h4 + p, .page-title-container h5 + p, .page-title-container h6 + p, .page-title-container .agencium_content_slider_title + p, .page-title-container .wpforms-title + p, .top-bar h1 + p, .top-bar h2 + p, .top-bar h3 + p, .top-bar h4 + p, .top-bar h5 + p, .top-bar h6 + p, .top-bar .agencium_content_slider_title + p, .top-bar .wpforms-title + p, .mobile-header-menu-container h1 + p, .mobile-header-menu-container h2 + p, .mobile-header-menu-container h3 + p, .mobile-header-menu-container h4 + p, .mobile-header-menu-container h5 + p, .mobile-header-menu-container h6 + p, .mobile-header-menu-container .agencium_content_slider_title + p, .mobile-header-menu-container .wpforms-title + p, .site-search h1 + p, .site-search h2 + p, .site-search h3 + p, .site-search h4 + p, .site-search h5 + p, .site-search h6 + p, .site-search .agencium_content_slider_title + p, .site-search .wpforms-title + p {
	margin-top: 0;
}

body.elementor-editor-active .elementor-widget-container h1 em, body.elementor-editor-active .elementor-widget-container h2 em, body.elementor-editor-active .elementor-widget-container h3 em, body.elementor-editor-active .elementor-widget-container h4 em, body.elementor-editor-active .elementor-widget-container h5 em, body.elementor-editor-active .elementor-widget-container h6 em, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title em, body.elementor-editor-active .elementor-widget-container .wpforms-title em, body.elementor-editor-active .sidebar h1 em, body.elementor-editor-active .sidebar h2 em, body.elementor-editor-active .sidebar h3 em, body.elementor-editor-active .sidebar h4 em, body.elementor-editor-active .sidebar h5 em, body.elementor-editor-active .sidebar h6 em, body.elementor-editor-active .sidebar .agencium_content_slider_title em, body.elementor-editor-active .sidebar .wpforms-title em, body:not(.elementor-editor-active) .content-wrapper h1 em, body:not(.elementor-editor-active) .content-wrapper h2 em, body:not(.elementor-editor-active) .content-wrapper h3 em, body:not(.elementor-editor-active) .content-wrapper h4 em, body:not(.elementor-editor-active) .content-wrapper h5 em, body:not(.elementor-editor-active) .content-wrapper h6 em, body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title em, body:not(.elementor-editor-active) .content-wrapper .wpforms-title em, .block-editor-block-list__layout h1 em, .block-editor-block-list__layout h2 em, .block-editor-block-list__layout h3 em, .block-editor-block-list__layout h4 em, .block-editor-block-list__layout h5 em, .block-editor-block-list__layout h6 em, .block-editor-block-list__layout .agencium_content_slider_title em, .block-editor-block-list__layout .wpforms-title em, .mobile-header h1 em, .mobile-header h2 em, .mobile-header h3 em, .mobile-header h4 em, .mobile-header h5 em, .mobile-header h6 em, .mobile-header .agencium_content_slider_title em, .mobile-header .wpforms-title em, .page-header-area .header h1 em, .page-header-area .header h2 em, .page-header-area .header h3 em, .page-header-area .header h4 em, .page-header-area .header h5 em, .page-header-area .header h6 em, .page-header-area .header .agencium_content_slider_title em, .page-header-area .header .wpforms-title em, .footer h1 em, .footer h2 em, .footer h3 em, .footer h4 em, .footer h5 em, .footer h6 em, .footer .agencium_content_slider_title em, .footer .wpforms-title em, .slide-sidebar-wrapper h1 em, .slide-sidebar-wrapper h2 em, .slide-sidebar-wrapper h3 em, .slide-sidebar-wrapper h4 em, .slide-sidebar-wrapper h5 em, .slide-sidebar-wrapper h6 em, .slide-sidebar-wrapper .agencium_content_slider_title em, .slide-sidebar-wrapper .wpforms-title em, .alter-menu-wrapper h1 em, .alter-menu-wrapper h2 em, .alter-menu-wrapper h3 em, .alter-menu-wrapper h4 em, .alter-menu-wrapper h5 em, .alter-menu-wrapper h6 em, .alter-menu-wrapper .agencium_content_slider_title em, .alter-menu-wrapper .wpforms-title em, .page-title-container h1 em, .page-title-container h2 em, .page-title-container h3 em, .page-title-container h4 em, .page-title-container h5 em, .page-title-container h6 em, .page-title-container .agencium_content_slider_title em, .page-title-container .wpforms-title em, .top-bar h1 em, .top-bar h2 em, .top-bar h3 em, .top-bar h4 em, .top-bar h5 em, .top-bar h6 em, .top-bar .agencium_content_slider_title em, .top-bar .wpforms-title em, .mobile-header-menu-container h1 em, .mobile-header-menu-container h2 em, .mobile-header-menu-container h3 em, .mobile-header-menu-container h4 em, .mobile-header-menu-container h5 em, .mobile-header-menu-container h6 em, .mobile-header-menu-container .agencium_content_slider_title em, .mobile-header-menu-container .wpforms-title em, .site-search h1 em, .site-search h2 em, .site-search h3 em, .site-search h4 em, .site-search h5 em, .site-search h6 em, .site-search .agencium_content_slider_title em, .site-search .wpforms-title em {
	font-weight: 200;
}

body.elementor-editor-active .elementor-widget-container h1:not(:last-child), body.elementor-editor-active .sidebar h1:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h1:not(:last-child), .block-editor-block-list__layout h1:not(:last-child), .mobile-header h1:not(:last-child), .page-header-area .header h1:not(:last-child), .footer h1:not(:last-child), .slide-sidebar-wrapper h1:not(:last-child), .alter-menu-wrapper h1:not(:last-child), .page-title-container h1:not(:last-child), .top-bar h1:not(:last-child), .mobile-header-menu-container h1:not(:last-child), .site-search h1:not(:last-child) {
	margin-bottom: .5555em;
}

body.elementor-editor-active .elementor-widget-container h2:not(:last-child), body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title:not(:last-child), body.elementor-editor-active .sidebar h2:not(:last-child), body.elementor-editor-active .sidebar .agencium_content_slider_title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h2:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title:not(:last-child), .block-editor-block-list__layout h2:not(:last-child), .block-editor-block-list__layout .agencium_content_slider_title:not(:last-child), .mobile-header h2:not(:last-child), .mobile-header .agencium_content_slider_title:not(:last-child), .page-header-area .header h2:not(:last-child), .page-header-area .header .agencium_content_slider_title:not(:last-child), .footer h2:not(:last-child), .footer .agencium_content_slider_title:not(:last-child), .slide-sidebar-wrapper h2:not(:last-child), .slide-sidebar-wrapper .agencium_content_slider_title:not(:last-child), .alter-menu-wrapper h2:not(:last-child), .alter-menu-wrapper .agencium_content_slider_title:not(:last-child), .page-title-container h2:not(:last-child), .page-title-container .agencium_content_slider_title:not(:last-child), .top-bar h2:not(:last-child), .top-bar .agencium_content_slider_title:not(:last-child), .mobile-header-menu-container h2:not(:last-child), .mobile-header-menu-container .agencium_content_slider_title:not(:last-child), .site-search h2:not(:last-child), .site-search .agencium_content_slider_title:not(:last-child) {
	margin-bottom: .7143em;
}

body.elementor-editor-active .elementor-widget-container h3:not(:last-child), body.elementor-editor-active .sidebar h3:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h3:not(:last-child), .block-editor-block-list__layout h3:not(:last-child), .mobile-header h3:not(:last-child), .page-header-area .header h3:not(:last-child), .footer h3:not(:last-child), .slide-sidebar-wrapper h3:not(:last-child), .alter-menu-wrapper h3:not(:last-child), .page-title-container h3:not(:last-child), .top-bar h3:not(:last-child), .mobile-header-menu-container h3:not(:last-child), .site-search h3:not(:last-child) {
	margin-bottom: .8333em;
}

body.elementor-editor-active .elementor-widget-container h4:not(:last-child), body.elementor-editor-active .elementor-widget-container .woocommerce-checkout h3:not(:last-child), body.elementor-editor-active .elementor-widget-container .woocommerce-order h2:not(:last-child), body.elementor-editor-active .sidebar h4:not(:last-child), body.elementor-editor-active .sidebar .woocommerce-checkout h3:not(:last-child), body.elementor-editor-active .sidebar .woocommerce-order h2:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h4:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .woocommerce-checkout h3:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .woocommerce-order h2:not(:last-child), .block-editor-block-list__layout h4:not(:last-child), .block-editor-block-list__layout .woocommerce-checkout h3:not(:last-child), .block-editor-block-list__layout .woocommerce-order h2:not(:last-child), .mobile-header h4:not(:last-child), .mobile-header .woocommerce-checkout h3:not(:last-child), .mobile-header .woocommerce-order h2:not(:last-child), .page-header-area .header h4:not(:last-child), .page-header-area .header .woocommerce-checkout h3:not(:last-child), .page-header-area .header .woocommerce-order h2:not(:last-child), .footer h4:not(:last-child), .footer .woocommerce-checkout h3:not(:last-child), .footer .woocommerce-order h2:not(:last-child), .slide-sidebar-wrapper h4:not(:last-child), .slide-sidebar-wrapper .woocommerce-checkout h3:not(:last-child), .slide-sidebar-wrapper .woocommerce-order h2:not(:last-child), .alter-menu-wrapper h4:not(:last-child), .alter-menu-wrapper .woocommerce-checkout h3:not(:last-child), .alter-menu-wrapper .woocommerce-order h2:not(:last-child), .page-title-container h4:not(:last-child), .page-title-container .woocommerce-checkout h3:not(:last-child), .page-title-container .woocommerce-order h2:not(:last-child), .top-bar h4:not(:last-child), .top-bar .woocommerce-checkout h3:not(:last-child), .top-bar .woocommerce-order h2:not(:last-child), .mobile-header-menu-container h4:not(:last-child), .mobile-header-menu-container .woocommerce-checkout h3:not(:last-child), .mobile-header-menu-container .woocommerce-order h2:not(:last-child), .site-search h4:not(:last-child), .site-search .woocommerce-checkout h3:not(:last-child), .site-search .woocommerce-order h2:not(:last-child) {
	margin-bottom: 1em;
}

body.elementor-editor-active .elementor-widget-container h5:not(:last-child), body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:last-child), body.elementor-editor-active .sidebar h5:not(:last-child), body.elementor-editor-active .sidebar .wpforms-title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h5:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:last-child), .block-editor-block-list__layout h5:not(:last-child), .block-editor-block-list__layout .wpforms-title:not(:last-child), .mobile-header h5:not(:last-child), .mobile-header .wpforms-title:not(:last-child), .page-header-area .header h5:not(:last-child), .page-header-area .header .wpforms-title:not(:last-child), .footer h5:not(:last-child), .footer .wpforms-title:not(:last-child), .slide-sidebar-wrapper h5:not(:last-child), .slide-sidebar-wrapper .wpforms-title:not(:last-child), .alter-menu-wrapper h5:not(:last-child), .alter-menu-wrapper .wpforms-title:not(:last-child), .page-title-container h5:not(:last-child), .page-title-container .wpforms-title:not(:last-child), .top-bar h5:not(:last-child), .top-bar .wpforms-title:not(:last-child), .mobile-header-menu-container h5:not(:last-child), .mobile-header-menu-container .wpforms-title:not(:last-child), .site-search h5:not(:last-child), .site-search .wpforms-title:not(:last-child) {
	margin-bottom: 1.1111em;
}

body.elementor-editor-active .elementor-widget-container h6:not(:last-child), body.elementor-editor-active .elementor-widget-container .wp-block-search .wp-block-search__label:not(:last-child), body.elementor-editor-active .elementor-widget-container .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), body.elementor-editor-active .sidebar h6:not(:last-child), body.elementor-editor-active .sidebar .wp-block-search .wp-block-search__label:not(:last-child), body.elementor-editor-active .sidebar .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h6:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .wp-block-search .wp-block-search__label:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .block-editor-block-list__layout h6:not(:last-child), .block-editor-block-list__layout .wp-block-search .wp-block-search__label:not(:last-child), .block-editor-block-list__layout .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .mobile-header h6:not(:last-child), .mobile-header .wp-block-search .wp-block-search__label:not(:last-child), .mobile-header .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .page-header-area .header h6:not(:last-child), .page-header-area .header .wp-block-search .wp-block-search__label:not(:last-child), .page-header-area .header .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .footer h6:not(:last-child), .footer .wp-block-search .wp-block-search__label:not(:last-child), .footer .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .slide-sidebar-wrapper h6:not(:last-child), .slide-sidebar-wrapper .wp-block-search .wp-block-search__label:not(:last-child), .slide-sidebar-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .alter-menu-wrapper h6:not(:last-child), .alter-menu-wrapper .wp-block-search .wp-block-search__label:not(:last-child), .alter-menu-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .page-title-container h6:not(:last-child), .page-title-container .wp-block-search .wp-block-search__label:not(:last-child), .page-title-container .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .top-bar h6:not(:last-child), .top-bar .wp-block-search .wp-block-search__label:not(:last-child), .top-bar .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .mobile-header-menu-container h6:not(:last-child), .mobile-header-menu-container .wp-block-search .wp-block-search__label:not(:last-child), .mobile-header-menu-container .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .site-search h6:not(:last-child), .site-search .wp-block-search .wp-block-search__label:not(:last-child), .site-search .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child) {
	margin-bottom: 1.25em;
}

body.elementor-editor-active .elementor-widget-container p, body.elementor-editor-active .sidebar p, body:not(.elementor-editor-active) .content-wrapper p, .block-editor-block-list__layout p, .mobile-header p, .page-header-area .header p, .footer p, .slide-sidebar-wrapper p, .alter-menu-wrapper p, .page-title-container p, .top-bar p, .mobile-header-menu-container p, .site-search p {
	margin: 1.875em 0;
}

body.elementor-editor-active .elementor-widget-container p:first-child, body.elementor-editor-active .sidebar p:first-child, body:not(.elementor-editor-active) .content-wrapper p:first-child, .block-editor-block-list__layout p:first-child, .mobile-header p:first-child, .page-header-area .header p:first-child, .footer p:first-child, .slide-sidebar-wrapper p:first-child, .alter-menu-wrapper p:first-child, .page-title-container p:first-child, .top-bar p:first-child, .mobile-header-menu-container p:first-child, .site-search p:first-child {
	margin-top: 0;
}

body.elementor-editor-active .elementor-widget-container p:last-child, body.elementor-editor-active .sidebar p:last-child, body:not(.elementor-editor-active) .content-wrapper p:last-child, .block-editor-block-list__layout p:last-child, .mobile-header p:last-child, .page-header-area .header p:last-child, .footer p:last-child, .slide-sidebar-wrapper p:last-child, .alter-menu-wrapper p:last-child, .page-title-container p:last-child, .top-bar p:last-child, .mobile-header-menu-container p:last-child, .site-search p:last-child {
	margin-bottom: 0;
}

body.elementor-editor-active .elementor-widget-container p span[style*='background-color'], body.elementor-editor-active .sidebar p span[style*='background-color'], body:not(.elementor-editor-active) .content-wrapper p span[style*='background-color'], .block-editor-block-list__layout p span[style*='background-color'], .mobile-header p span[style*='background-color'], .page-header-area .header p span[style*='background-color'], .footer p span[style*='background-color'], .slide-sidebar-wrapper p span[style*='background-color'], .alter-menu-wrapper p span[style*='background-color'], .page-title-container p span[style*='background-color'], .top-bar p span[style*='background-color'], .mobile-header-menu-container p span[style*='background-color'], .site-search p span[style*='background-color'] {
	padding: 1px 3px 2px;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor p, body.elementor-editor-active .sidebar .elementor-widget-text-editor p, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor p, .block-editor-block-list__layout .elementor-widget-text-editor p, .mobile-header .elementor-widget-text-editor p, .page-header-area .header .elementor-widget-text-editor p, .footer .elementor-widget-text-editor p, .slide-sidebar-wrapper .elementor-widget-text-editor p, .alter-menu-wrapper .elementor-widget-text-editor p, .page-title-container .elementor-widget-text-editor p, .top-bar .elementor-widget-text-editor p, .mobile-header-menu-container .elementor-widget-text-editor p, .site-search .elementor-widget-text-editor p {
	line-height: inherit;
}

body.elementor-editor-active .elementor-widget-container q, body.elementor-editor-active .sidebar q, body:not(.elementor-editor-active) .content-wrapper q, .block-editor-block-list__layout q, .mobile-header q, .page-header-area .header q, .footer q, .slide-sidebar-wrapper q, .alter-menu-wrapper q, .page-title-container q, .top-bar q, .mobile-header-menu-container q, .site-search q {
	font-weight: 700;
}

body.elementor-editor-active .elementor-widget-container h1, body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h1.elementor-heading-title, body.elementor-editor-active .sidebar h1, body.elementor-editor-active .sidebar body .elementor-widget-heading h1.elementor-heading-title, body:not(.elementor-editor-active) .content-wrapper h1, body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h1.elementor-heading-title, .block-editor-block-list__layout h1, .block-editor-block-list__layout body .elementor-widget-heading h1.elementor-heading-title, .mobile-header h1, .mobile-header body .elementor-widget-heading h1.elementor-heading-title, .page-header-area .header h1, .page-header-area .header body .elementor-widget-heading h1.elementor-heading-title, .footer h1, .footer body .elementor-widget-heading h1.elementor-heading-title, .slide-sidebar-wrapper h1, .slide-sidebar-wrapper body .elementor-widget-heading h1.elementor-heading-title, .alter-menu-wrapper h1, .alter-menu-wrapper body .elementor-widget-heading h1.elementor-heading-title, .page-title-container h1, .page-title-container body .elementor-widget-heading h1.elementor-heading-title, .top-bar h1, .top-bar body .elementor-widget-heading h1.elementor-heading-title, .mobile-header-menu-container h1, .mobile-header-menu-container body .elementor-widget-heading h1.elementor-heading-title, .site-search h1, .site-search body .elementor-widget-heading h1.elementor-heading-title {
	font-size: 36px;
	line-height: 1.2em;
}

body.elementor-editor-active .elementor-widget-container h2, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title, body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h2.elementor-heading-title, body.elementor-editor-active .sidebar h2, body.elementor-editor-active .sidebar .agencium_content_slider_title, body.elementor-editor-active .sidebar body .elementor-widget-heading h2.elementor-heading-title, body:not(.elementor-editor-active) .content-wrapper h2, body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title, body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h2.elementor-heading-title, .block-editor-block-list__layout h2, .block-editor-block-list__layout .agencium_content_slider_title, .block-editor-block-list__layout body .elementor-widget-heading h2.elementor-heading-title, .mobile-header h2, .mobile-header .agencium_content_slider_title, .mobile-header body .elementor-widget-heading h2.elementor-heading-title, .page-header-area .header h2, .page-header-area .header .agencium_content_slider_title, .page-header-area .header body .elementor-widget-heading h2.elementor-heading-title, .footer h2, .footer .agencium_content_slider_title, .footer body .elementor-widget-heading h2.elementor-heading-title, .slide-sidebar-wrapper h2, .slide-sidebar-wrapper .agencium_content_slider_title, .slide-sidebar-wrapper body .elementor-widget-heading h2.elementor-heading-title, .alter-menu-wrapper h2, .alter-menu-wrapper .agencium_content_slider_title, .alter-menu-wrapper body .elementor-widget-heading h2.elementor-heading-title, .page-title-container h2, .page-title-container .agencium_content_slider_title, .page-title-container body .elementor-widget-heading h2.elementor-heading-title, .top-bar h2, .top-bar .agencium_content_slider_title, .top-bar body .elementor-widget-heading h2.elementor-heading-title, .mobile-header-menu-container h2, .mobile-header-menu-container .agencium_content_slider_title, .mobile-header-menu-container body .elementor-widget-heading h2.elementor-heading-title, .site-search h2, .site-search .agencium_content_slider_title, .site-search body .elementor-widget-heading h2.elementor-heading-title {
	font-size: 28px;
	line-height: 1.4737em;
}

body.elementor-editor-active .elementor-widget-container h3, body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h3.elementor-heading-title, body.elementor-editor-active .sidebar h3, body.elementor-editor-active .sidebar body .elementor-widget-heading h3.elementor-heading-title, body:not(.elementor-editor-active) .content-wrapper h3, body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h3.elementor-heading-title, .block-editor-block-list__layout h3, .block-editor-block-list__layout body .elementor-widget-heading h3.elementor-heading-title, .mobile-header h3, .mobile-header body .elementor-widget-heading h3.elementor-heading-title, .page-header-area .header h3, .page-header-area .header body .elementor-widget-heading h3.elementor-heading-title, .footer h3, .footer body .elementor-widget-heading h3.elementor-heading-title, .slide-sidebar-wrapper h3, .slide-sidebar-wrapper body .elementor-widget-heading h3.elementor-heading-title, .alter-menu-wrapper h3, .alter-menu-wrapper body .elementor-widget-heading h3.elementor-heading-title, .page-title-container h3, .page-title-container body .elementor-widget-heading h3.elementor-heading-title, .top-bar h3, .top-bar body .elementor-widget-heading h3.elementor-heading-title, .mobile-header-menu-container h3, .mobile-header-menu-container body .elementor-widget-heading h3.elementor-heading-title, .site-search h3, .site-search body .elementor-widget-heading h3.elementor-heading-title {
	font-size: 22px;
	line-height: 1.4737em;
}

body.elementor-editor-active .elementor-widget-container h4, body.elementor-editor-active .elementor-widget-container .woocommerce-checkout h3, body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h4.elementor-heading-title, body.elementor-editor-active .elementor-widget-container .widget h2.widgettitle, body.elementor-editor-active .elementor-widget-container .woocommerce-order h2, body.elementor-editor-active .sidebar h4, body.elementor-editor-active .sidebar .woocommerce-checkout h3, body.elementor-editor-active .sidebar body .elementor-widget-heading h4.elementor-heading-title, body.elementor-editor-active .sidebar .widget h2.widgettitle, body.elementor-editor-active .sidebar .woocommerce-order h2, body:not(.elementor-editor-active) .content-wrapper h4, body:not(.elementor-editor-active) .content-wrapper .woocommerce-checkout h3, body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h4.elementor-heading-title, body:not(.elementor-editor-active) .content-wrapper .widget h2.widgettitle, body:not(.elementor-editor-active) .content-wrapper .woocommerce-order h2, .block-editor-block-list__layout h4, .block-editor-block-list__layout .woocommerce-checkout h3, .block-editor-block-list__layout body .elementor-widget-heading h4.elementor-heading-title, .block-editor-block-list__layout .widget h2.widgettitle, .block-editor-block-list__layout .woocommerce-order h2, .mobile-header h4, .mobile-header .woocommerce-checkout h3, .mobile-header body .elementor-widget-heading h4.elementor-heading-title, .mobile-header .widget h2.widgettitle, .mobile-header .woocommerce-order h2, .page-header-area .header h4, .page-header-area .header .woocommerce-checkout h3, .page-header-area .header body .elementor-widget-heading h4.elementor-heading-title, .page-header-area .header .widget h2.widgettitle, .page-header-area .header .woocommerce-order h2, .footer h4, .footer .woocommerce-checkout h3, .footer body .elementor-widget-heading h4.elementor-heading-title, .footer .widget h2.widgettitle, .footer .woocommerce-order h2, .slide-sidebar-wrapper h4, .slide-sidebar-wrapper .woocommerce-checkout h3, .slide-sidebar-wrapper body .elementor-widget-heading h4.elementor-heading-title, .slide-sidebar-wrapper .widget h2.widgettitle, .slide-sidebar-wrapper .woocommerce-order h2, .alter-menu-wrapper h4, .alter-menu-wrapper .woocommerce-checkout h3, .alter-menu-wrapper body .elementor-widget-heading h4.elementor-heading-title, .alter-menu-wrapper .widget h2.widgettitle, .alter-menu-wrapper .woocommerce-order h2, .page-title-container h4, .page-title-container .woocommerce-checkout h3, .page-title-container body .elementor-widget-heading h4.elementor-heading-title, .page-title-container .widget h2.widgettitle, .page-title-container .woocommerce-order h2, .top-bar h4, .top-bar .woocommerce-checkout h3, .top-bar body .elementor-widget-heading h4.elementor-heading-title, .top-bar .widget h2.widgettitle, .top-bar .woocommerce-order h2, .mobile-header-menu-container h4, .mobile-header-menu-container .woocommerce-checkout h3, .mobile-header-menu-container body .elementor-widget-heading h4.elementor-heading-title, .mobile-header-menu-container .widget h2.widgettitle, .mobile-header-menu-container .woocommerce-order h2, .site-search h4, .site-search .woocommerce-checkout h3, .site-search body .elementor-widget-heading h4.elementor-heading-title, .site-search .widget h2.widgettitle, .site-search .woocommerce-order h2 {
	font-size: 20px;
	line-height: 1.4737em;
}

body.elementor-editor-active .elementor-widget-container h5, body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h5.elementor-heading-title, body.elementor-editor-active .elementor-widget-container .wpforms-title, body.elementor-editor-active .elementor-widget-container .woocommerce-Reviews-title, body.elementor-editor-active .elementor-widget-container .woocommerce-account h3, body.elementor-editor-active .elementor-widget-container .outer-form-wrapper h2, body.elementor-editor-active .elementor-widget-container .woocommerce-MyAccount-content h2, body.elementor-editor-active .sidebar h5, body.elementor-editor-active .sidebar body .elementor-widget-heading h5.elementor-heading-title, body.elementor-editor-active .sidebar .wpforms-title, body.elementor-editor-active .sidebar .woocommerce-Reviews-title, body.elementor-editor-active .sidebar .woocommerce-account h3, body.elementor-editor-active .sidebar .outer-form-wrapper h2, body.elementor-editor-active .sidebar .woocommerce-MyAccount-content h2, body:not(.elementor-editor-active) .content-wrapper h5, body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h5.elementor-heading-title, body:not(.elementor-editor-active) .content-wrapper .wpforms-title, body:not(.elementor-editor-active) .content-wrapper .woocommerce-Reviews-title, body:not(.elementor-editor-active) .content-wrapper .woocommerce-account h3, body:not(.elementor-editor-active) .content-wrapper .outer-form-wrapper h2, body:not(.elementor-editor-active) .content-wrapper .woocommerce-MyAccount-content h2, .block-editor-block-list__layout h5, .block-editor-block-list__layout body .elementor-widget-heading h5.elementor-heading-title, .block-editor-block-list__layout .wpforms-title, .block-editor-block-list__layout .woocommerce-Reviews-title, .block-editor-block-list__layout .woocommerce-account h3, .block-editor-block-list__layout .outer-form-wrapper h2, .block-editor-block-list__layout .woocommerce-MyAccount-content h2, .mobile-header h5, .mobile-header body .elementor-widget-heading h5.elementor-heading-title, .mobile-header .wpforms-title, .mobile-header .woocommerce-Reviews-title, .mobile-header .woocommerce-account h3, .mobile-header .outer-form-wrapper h2, .mobile-header .woocommerce-MyAccount-content h2, .page-header-area .header h5, .page-header-area .header body .elementor-widget-heading h5.elementor-heading-title, .page-header-area .header .wpforms-title, .page-header-area .header .woocommerce-Reviews-title, .page-header-area .header .woocommerce-account h3, .page-header-area .header .outer-form-wrapper h2, .page-header-area .header .woocommerce-MyAccount-content h2, .footer h5, .footer body .elementor-widget-heading h5.elementor-heading-title, .footer .wpforms-title, .footer .woocommerce-Reviews-title, .footer .woocommerce-account h3, .footer .outer-form-wrapper h2, .footer .woocommerce-MyAccount-content h2, .slide-sidebar-wrapper h5, .slide-sidebar-wrapper body .elementor-widget-heading h5.elementor-heading-title, .slide-sidebar-wrapper .wpforms-title, .slide-sidebar-wrapper .woocommerce-Reviews-title, .slide-sidebar-wrapper .woocommerce-account h3, .slide-sidebar-wrapper .outer-form-wrapper h2, .slide-sidebar-wrapper .woocommerce-MyAccount-content h2, .alter-menu-wrapper h5, .alter-menu-wrapper body .elementor-widget-heading h5.elementor-heading-title, .alter-menu-wrapper .wpforms-title, .alter-menu-wrapper .woocommerce-Reviews-title, .alter-menu-wrapper .woocommerce-account h3, .alter-menu-wrapper .outer-form-wrapper h2, .alter-menu-wrapper .woocommerce-MyAccount-content h2, .page-title-container h5, .page-title-container body .elementor-widget-heading h5.elementor-heading-title, .page-title-container .wpforms-title, .page-title-container .woocommerce-Reviews-title, .page-title-container .woocommerce-account h3, .page-title-container .outer-form-wrapper h2, .page-title-container .woocommerce-MyAccount-content h2, .top-bar h5, .top-bar body .elementor-widget-heading h5.elementor-heading-title, .top-bar .wpforms-title, .top-bar .woocommerce-Reviews-title, .top-bar .woocommerce-account h3, .top-bar .outer-form-wrapper h2, .top-bar .woocommerce-MyAccount-content h2, .mobile-header-menu-container h5, .mobile-header-menu-container body .elementor-widget-heading h5.elementor-heading-title, .mobile-header-menu-container .wpforms-title, .mobile-header-menu-container .woocommerce-Reviews-title, .mobile-header-menu-container .woocommerce-account h3, .mobile-header-menu-container .outer-form-wrapper h2, .mobile-header-menu-container .woocommerce-MyAccount-content h2, .site-search h5, .site-search body .elementor-widget-heading h5.elementor-heading-title, .site-search .wpforms-title, .site-search .woocommerce-Reviews-title, .site-search .woocommerce-account h3, .site-search .outer-form-wrapper h2, .site-search .woocommerce-MyAccount-content h2 {
	font-size: 18px;
	line-height: 1.4737em;
}

body.elementor-editor-active .elementor-widget-container h6, body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h6.elementor-heading-title, body.elementor-editor-active .elementor-widget-container .wp-block-search .wp-block-search__label, body.elementor-editor-active .elementor-widget-container .cart_totals h2, body.elementor-editor-active .elementor-widget-container .wp-block-woocommerce-product-search .wc-block-product-search__label, body.elementor-editor-active .sidebar h6, body.elementor-editor-active .sidebar body .elementor-widget-heading h6.elementor-heading-title, body.elementor-editor-active .sidebar .wp-block-search .wp-block-search__label, body.elementor-editor-active .sidebar .cart_totals h2, body.elementor-editor-active .sidebar .wp-block-woocommerce-product-search .wc-block-product-search__label, body:not(.elementor-editor-active) .content-wrapper h6, body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h6.elementor-heading-title, body:not(.elementor-editor-active) .content-wrapper .wp-block-search .wp-block-search__label, body:not(.elementor-editor-active) .content-wrapper .cart_totals h2, body:not(.elementor-editor-active) .content-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label, .block-editor-block-list__layout h6, .block-editor-block-list__layout body .elementor-widget-heading h6.elementor-heading-title, .block-editor-block-list__layout .wp-block-search .wp-block-search__label, .block-editor-block-list__layout .cart_totals h2, .block-editor-block-list__layout .wp-block-woocommerce-product-search .wc-block-product-search__label, .mobile-header h6, .mobile-header body .elementor-widget-heading h6.elementor-heading-title, .mobile-header .wp-block-search .wp-block-search__label, .mobile-header .cart_totals h2, .mobile-header .wp-block-woocommerce-product-search .wc-block-product-search__label, .page-header-area .header h6, .page-header-area .header body .elementor-widget-heading h6.elementor-heading-title, .page-header-area .header .wp-block-search .wp-block-search__label, .page-header-area .header .cart_totals h2, .page-header-area .header .wp-block-woocommerce-product-search .wc-block-product-search__label, .footer h6, .footer body .elementor-widget-heading h6.elementor-heading-title, .footer .wp-block-search .wp-block-search__label, .footer .cart_totals h2, .footer .wp-block-woocommerce-product-search .wc-block-product-search__label, .slide-sidebar-wrapper h6, .slide-sidebar-wrapper body .elementor-widget-heading h6.elementor-heading-title, .slide-sidebar-wrapper .wp-block-search .wp-block-search__label, .slide-sidebar-wrapper .cart_totals h2, .slide-sidebar-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label, .alter-menu-wrapper h6, .alter-menu-wrapper body .elementor-widget-heading h6.elementor-heading-title, .alter-menu-wrapper .wp-block-search .wp-block-search__label, .alter-menu-wrapper .cart_totals h2, .alter-menu-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label, .page-title-container h6, .page-title-container body .elementor-widget-heading h6.elementor-heading-title, .page-title-container .wp-block-search .wp-block-search__label, .page-title-container .cart_totals h2, .page-title-container .wp-block-woocommerce-product-search .wc-block-product-search__label, .top-bar h6, .top-bar body .elementor-widget-heading h6.elementor-heading-title, .top-bar .wp-block-search .wp-block-search__label, .top-bar .cart_totals h2, .top-bar .wp-block-woocommerce-product-search .wc-block-product-search__label, .mobile-header-menu-container h6, .mobile-header-menu-container body .elementor-widget-heading h6.elementor-heading-title, .mobile-header-menu-container .wp-block-search .wp-block-search__label, .mobile-header-menu-container .cart_totals h2, .mobile-header-menu-container .wp-block-woocommerce-product-search .wc-block-product-search__label, .site-search h6, .site-search body .elementor-widget-heading h6.elementor-heading-title, .site-search .wp-block-search .wp-block-search__label, .site-search .cart_totals h2, .site-search .wp-block-woocommerce-product-search .wc-block-product-search__label {
	font-size: 16px;
	line-height: 1.4737em;
}

body.elementor-editor-active .elementor-widget-container h1:not(:first-child), body.elementor-editor-active .elementor-widget-container h2:not(:first-child), body.elementor-editor-active .elementor-widget-container h3:not(:first-child), body.elementor-editor-active .elementor-widget-container h4:not(:first-child), body.elementor-editor-active .elementor-widget-container h5:not(:first-child), body.elementor-editor-active .elementor-widget-container h6:not(:first-child), body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child), body.elementor-editor-active .sidebar h1:not(:first-child), body.elementor-editor-active .sidebar h2:not(:first-child), body.elementor-editor-active .sidebar h3:not(:first-child), body.elementor-editor-active .sidebar h4:not(:first-child), body.elementor-editor-active .sidebar h5:not(:first-child), body.elementor-editor-active .sidebar h6:not(:first-child), body.elementor-editor-active .sidebar .wpforms-title:not(:first-child), body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child), body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child), body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child), body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child), body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child), body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child), body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child), .block-editor-block-list__layout h1:not(:first-child), .block-editor-block-list__layout h2:not(:first-child), .block-editor-block-list__layout h3:not(:first-child), .block-editor-block-list__layout h4:not(:first-child), .block-editor-block-list__layout h5:not(:first-child), .block-editor-block-list__layout h6:not(:first-child), .block-editor-block-list__layout .wpforms-title:not(:first-child), .mobile-header h1:not(:first-child), .mobile-header h2:not(:first-child), .mobile-header h3:not(:first-child), .mobile-header h4:not(:first-child), .mobile-header h5:not(:first-child), .mobile-header h6:not(:first-child), .mobile-header .wpforms-title:not(:first-child), .page-header-area .header h1:not(:first-child), .page-header-area .header h2:not(:first-child), .page-header-area .header h3:not(:first-child), .page-header-area .header h4:not(:first-child), .page-header-area .header h5:not(:first-child), .page-header-area .header h6:not(:first-child), .page-header-area .header .wpforms-title:not(:first-child), .footer h1:not(:first-child), .footer h2:not(:first-child), .footer h3:not(:first-child), .footer h4:not(:first-child), .footer h5:not(:first-child), .footer h6:not(:first-child), .footer .wpforms-title:not(:first-child), .slide-sidebar-wrapper h1:not(:first-child), .slide-sidebar-wrapper h2:not(:first-child), .slide-sidebar-wrapper h3:not(:first-child), .slide-sidebar-wrapper h4:not(:first-child), .slide-sidebar-wrapper h5:not(:first-child), .slide-sidebar-wrapper h6:not(:first-child), .slide-sidebar-wrapper .wpforms-title:not(:first-child), .alter-menu-wrapper h1:not(:first-child), .alter-menu-wrapper h2:not(:first-child), .alter-menu-wrapper h3:not(:first-child), .alter-menu-wrapper h4:not(:first-child), .alter-menu-wrapper h5:not(:first-child), .alter-menu-wrapper h6:not(:first-child), .alter-menu-wrapper .wpforms-title:not(:first-child), .page-title-container h1:not(:first-child), .page-title-container h2:not(:first-child), .page-title-container h3:not(:first-child), .page-title-container h4:not(:first-child), .page-title-container h5:not(:first-child), .page-title-container h6:not(:first-child), .page-title-container .wpforms-title:not(:first-child), .top-bar h1:not(:first-child), .top-bar h2:not(:first-child), .top-bar h3:not(:first-child), .top-bar h4:not(:first-child), .top-bar h5:not(:first-child), .top-bar h6:not(:first-child), .top-bar .wpforms-title:not(:first-child), .mobile-header-menu-container h1:not(:first-child), .mobile-header-menu-container h2:not(:first-child), .mobile-header-menu-container h3:not(:first-child), .mobile-header-menu-container h4:not(:first-child), .mobile-header-menu-container h5:not(:first-child), .mobile-header-menu-container h6:not(:first-child), .mobile-header-menu-container .wpforms-title:not(:first-child), .site-search h1:not(:first-child), .site-search h2:not(:first-child), .site-search h3:not(:first-child), .site-search h4:not(:first-child), .site-search h5:not(:first-child), .site-search h6:not(:first-child), .site-search .wpforms-title:not(:first-child) {
	margin-top: 50px;
}

body.elementor-editor-active .elementor-widget-container h1 + h1, body.elementor-editor-active .elementor-widget-container h1 + h2, body.elementor-editor-active .elementor-widget-container h1 + h3, body.elementor-editor-active .elementor-widget-container h1 + h4, body.elementor-editor-active .elementor-widget-container h1 + h5, body.elementor-editor-active .elementor-widget-container h1 + h6, body.elementor-editor-active .elementor-widget-container h1:first-child + h1, body.elementor-editor-active .elementor-widget-container h1:first-child + h2, body.elementor-editor-active .elementor-widget-container h1:first-child + h3, body.elementor-editor-active .elementor-widget-container h1:first-child + h4, body.elementor-editor-active .elementor-widget-container h1:first-child + h5, body.elementor-editor-active .elementor-widget-container h1:first-child + h6, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h2 + h1, body.elementor-editor-active .elementor-widget-container h2 + h2, body.elementor-editor-active .elementor-widget-container h2 + h3, body.elementor-editor-active .elementor-widget-container h2 + h4, body.elementor-editor-active .elementor-widget-container h2 + h5, body.elementor-editor-active .elementor-widget-container h2 + h6, body.elementor-editor-active .elementor-widget-container h2:first-child + h1, body.elementor-editor-active .elementor-widget-container h2:first-child + h2, body.elementor-editor-active .elementor-widget-container h2:first-child + h3, body.elementor-editor-active .elementor-widget-container h2:first-child + h4, body.elementor-editor-active .elementor-widget-container h2:first-child + h5, body.elementor-editor-active .elementor-widget-container h2:first-child + h6, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h3 + h1, body.elementor-editor-active .elementor-widget-container h3 + h2, body.elementor-editor-active .elementor-widget-container h3 + h3, body.elementor-editor-active .elementor-widget-container h3 + h4, body.elementor-editor-active .elementor-widget-container h3 + h5, body.elementor-editor-active .elementor-widget-container h3 + h6, body.elementor-editor-active .elementor-widget-container h3:first-child + h1, body.elementor-editor-active .elementor-widget-container h3:first-child + h2, body.elementor-editor-active .elementor-widget-container h3:first-child + h3, body.elementor-editor-active .elementor-widget-container h3:first-child + h4, body.elementor-editor-active .elementor-widget-container h3:first-child + h5, body.elementor-editor-active .elementor-widget-container h3:first-child + h6, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h4 + h1, body.elementor-editor-active .elementor-widget-container h4 + h2, body.elementor-editor-active .elementor-widget-container h4 + h3, body.elementor-editor-active .elementor-widget-container h4 + h4, body.elementor-editor-active .elementor-widget-container h4 + h5, body.elementor-editor-active .elementor-widget-container h4 + h6, body.elementor-editor-active .elementor-widget-container h4:first-child + h1, body.elementor-editor-active .elementor-widget-container h4:first-child + h2, body.elementor-editor-active .elementor-widget-container h4:first-child + h3, body.elementor-editor-active .elementor-widget-container h4:first-child + h4, body.elementor-editor-active .elementor-widget-container h4:first-child + h5, body.elementor-editor-active .elementor-widget-container h4:first-child + h6, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h5 + h1, body.elementor-editor-active .elementor-widget-container h5 + h2, body.elementor-editor-active .elementor-widget-container h5 + h3, body.elementor-editor-active .elementor-widget-container h5 + h4, body.elementor-editor-active .elementor-widget-container h5 + h5, body.elementor-editor-active .elementor-widget-container h5 + h6, body.elementor-editor-active .elementor-widget-container h5:first-child + h1, body.elementor-editor-active .elementor-widget-container h5:first-child + h2, body.elementor-editor-active .elementor-widget-container h5:first-child + h3, body.elementor-editor-active .elementor-widget-container h5:first-child + h4, body.elementor-editor-active .elementor-widget-container h5:first-child + h5, body.elementor-editor-active .elementor-widget-container h5:first-child + h6, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h6 + h1, body.elementor-editor-active .elementor-widget-container h6 + h2, body.elementor-editor-active .elementor-widget-container h6 + h3, body.elementor-editor-active .elementor-widget-container h6 + h4, body.elementor-editor-active .elementor-widget-container h6 + h5, body.elementor-editor-active .elementor-widget-container h6 + h6, body.elementor-editor-active .elementor-widget-container h6:first-child + h1, body.elementor-editor-active .elementor-widget-container h6:first-child + h2, body.elementor-editor-active .elementor-widget-container h6:first-child + h3, body.elementor-editor-active .elementor-widget-container h6:first-child + h4, body.elementor-editor-active .elementor-widget-container h6:first-child + h5, body.elementor-editor-active .elementor-widget-container h6:first-child + h6, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container .wpforms-title + h1, body.elementor-editor-active .elementor-widget-container .wpforms-title + h2, body.elementor-editor-active .elementor-widget-container .wpforms-title + h3, body.elementor-editor-active .elementor-widget-container .wpforms-title + h4, body.elementor-editor-active .elementor-widget-container .wpforms-title + h5, body.elementor-editor-active .elementor-widget-container .wpforms-title + h6, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h1, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h2, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h3, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h4, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h5, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h6, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h6, body.elementor-editor-active .sidebar h1 + h1, body.elementor-editor-active .sidebar h1 + h2, body.elementor-editor-active .sidebar h1 + h3, body.elementor-editor-active .sidebar h1 + h4, body.elementor-editor-active .sidebar h1 + h5, body.elementor-editor-active .sidebar h1 + h6, body.elementor-editor-active .sidebar h1:first-child + h1, body.elementor-editor-active .sidebar h1:first-child + h2, body.elementor-editor-active .sidebar h1:first-child + h3, body.elementor-editor-active .sidebar h1:first-child + h4, body.elementor-editor-active .sidebar h1:first-child + h5, body.elementor-editor-active .sidebar h1:first-child + h6, body.elementor-editor-active .sidebar h1:not(:first-child) + h1, body.elementor-editor-active .sidebar h1:not(:first-child) + h2, body.elementor-editor-active .sidebar h1:not(:first-child) + h3, body.elementor-editor-active .sidebar h1:not(:first-child) + h4, body.elementor-editor-active .sidebar h1:not(:first-child) + h5, body.elementor-editor-active .sidebar h1:not(:first-child) + h6, body.elementor-editor-active .sidebar h2 + h1, body.elementor-editor-active .sidebar h2 + h2, body.elementor-editor-active .sidebar h2 + h3, body.elementor-editor-active .sidebar h2 + h4, body.elementor-editor-active .sidebar h2 + h5, body.elementor-editor-active .sidebar h2 + h6, body.elementor-editor-active .sidebar h2:first-child + h1, body.elementor-editor-active .sidebar h2:first-child + h2, body.elementor-editor-active .sidebar h2:first-child + h3, body.elementor-editor-active .sidebar h2:first-child + h4, body.elementor-editor-active .sidebar h2:first-child + h5, body.elementor-editor-active .sidebar h2:first-child + h6, body.elementor-editor-active .sidebar h2:not(:first-child) + h1, body.elementor-editor-active .sidebar h2:not(:first-child) + h2, body.elementor-editor-active .sidebar h2:not(:first-child) + h3, body.elementor-editor-active .sidebar h2:not(:first-child) + h4, body.elementor-editor-active .sidebar h2:not(:first-child) + h5, body.elementor-editor-active .sidebar h2:not(:first-child) + h6, body.elementor-editor-active .sidebar h3 + h1, body.elementor-editor-active .sidebar h3 + h2, body.elementor-editor-active .sidebar h3 + h3, body.elementor-editor-active .sidebar h3 + h4, body.elementor-editor-active .sidebar h3 + h5, body.elementor-editor-active .sidebar h3 + h6, body.elementor-editor-active .sidebar h3:first-child + h1, body.elementor-editor-active .sidebar h3:first-child + h2, body.elementor-editor-active .sidebar h3:first-child + h3, body.elementor-editor-active .sidebar h3:first-child + h4, body.elementor-editor-active .sidebar h3:first-child + h5, body.elementor-editor-active .sidebar h3:first-child + h6, body.elementor-editor-active .sidebar h3:not(:first-child) + h1, body.elementor-editor-active .sidebar h3:not(:first-child) + h2, body.elementor-editor-active .sidebar h3:not(:first-child) + h3, body.elementor-editor-active .sidebar h3:not(:first-child) + h4, body.elementor-editor-active .sidebar h3:not(:first-child) + h5, body.elementor-editor-active .sidebar h3:not(:first-child) + h6, body.elementor-editor-active .sidebar h4 + h1, body.elementor-editor-active .sidebar h4 + h2, body.elementor-editor-active .sidebar h4 + h3, body.elementor-editor-active .sidebar h4 + h4, body.elementor-editor-active .sidebar h4 + h5, body.elementor-editor-active .sidebar h4 + h6, body.elementor-editor-active .sidebar h4:first-child + h1, body.elementor-editor-active .sidebar h4:first-child + h2, body.elementor-editor-active .sidebar h4:first-child + h3, body.elementor-editor-active .sidebar h4:first-child + h4, body.elementor-editor-active .sidebar h4:first-child + h5, body.elementor-editor-active .sidebar h4:first-child + h6, body.elementor-editor-active .sidebar h4:not(:first-child) + h1, body.elementor-editor-active .sidebar h4:not(:first-child) + h2, body.elementor-editor-active .sidebar h4:not(:first-child) + h3, body.elementor-editor-active .sidebar h4:not(:first-child) + h4, body.elementor-editor-active .sidebar h4:not(:first-child) + h5, body.elementor-editor-active .sidebar h4:not(:first-child) + h6, body.elementor-editor-active .sidebar h5 + h1, body.elementor-editor-active .sidebar h5 + h2, body.elementor-editor-active .sidebar h5 + h3, body.elementor-editor-active .sidebar h5 + h4, body.elementor-editor-active .sidebar h5 + h5, body.elementor-editor-active .sidebar h5 + h6, body.elementor-editor-active .sidebar h5:first-child + h1, body.elementor-editor-active .sidebar h5:first-child + h2, body.elementor-editor-active .sidebar h5:first-child + h3, body.elementor-editor-active .sidebar h5:first-child + h4, body.elementor-editor-active .sidebar h5:first-child + h5, body.elementor-editor-active .sidebar h5:first-child + h6, body.elementor-editor-active .sidebar h5:not(:first-child) + h1, body.elementor-editor-active .sidebar h5:not(:first-child) + h2, body.elementor-editor-active .sidebar h5:not(:first-child) + h3, body.elementor-editor-active .sidebar h5:not(:first-child) + h4, body.elementor-editor-active .sidebar h5:not(:first-child) + h5, body.elementor-editor-active .sidebar h5:not(:first-child) + h6, body.elementor-editor-active .sidebar h6 + h1, body.elementor-editor-active .sidebar h6 + h2, body.elementor-editor-active .sidebar h6 + h3, body.elementor-editor-active .sidebar h6 + h4, body.elementor-editor-active .sidebar h6 + h5, body.elementor-editor-active .sidebar h6 + h6, body.elementor-editor-active .sidebar h6:first-child + h1, body.elementor-editor-active .sidebar h6:first-child + h2, body.elementor-editor-active .sidebar h6:first-child + h3, body.elementor-editor-active .sidebar h6:first-child + h4, body.elementor-editor-active .sidebar h6:first-child + h5, body.elementor-editor-active .sidebar h6:first-child + h6, body.elementor-editor-active .sidebar h6:not(:first-child) + h1, body.elementor-editor-active .sidebar h6:not(:first-child) + h2, body.elementor-editor-active .sidebar h6:not(:first-child) + h3, body.elementor-editor-active .sidebar h6:not(:first-child) + h4, body.elementor-editor-active .sidebar h6:not(:first-child) + h5, body.elementor-editor-active .sidebar h6:not(:first-child) + h6, body.elementor-editor-active .sidebar .wpforms-title + h1, body.elementor-editor-active .sidebar .wpforms-title + h2, body.elementor-editor-active .sidebar .wpforms-title + h3, body.elementor-editor-active .sidebar .wpforms-title + h4, body.elementor-editor-active .sidebar .wpforms-title + h5, body.elementor-editor-active .sidebar .wpforms-title + h6, body.elementor-editor-active .sidebar .wpforms-title:first-child + h1, body.elementor-editor-active .sidebar .wpforms-title:first-child + h2, body.elementor-editor-active .sidebar .wpforms-title:first-child + h3, body.elementor-editor-active .sidebar .wpforms-title:first-child + h4, body.elementor-editor-active .sidebar .wpforms-title:first-child + h5, body.elementor-editor-active .sidebar .wpforms-title:first-child + h6, body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h1, body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h2, body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h3, body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h4, body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h5, body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h6, body:not(.elementor-editor-active) .content-wrapper h1 + h1, body:not(.elementor-editor-active) .content-wrapper h1 + h2, body:not(.elementor-editor-active) .content-wrapper h1 + h3, body:not(.elementor-editor-active) .content-wrapper h1 + h4, body:not(.elementor-editor-active) .content-wrapper h1 + h5, body:not(.elementor-editor-active) .content-wrapper h1 + h6, body:not(.elementor-editor-active) .content-wrapper h1:first-child + h1, body:not(.elementor-editor-active) .content-wrapper h1:first-child + h2, body:not(.elementor-editor-active) .content-wrapper h1:first-child + h3, body:not(.elementor-editor-active) .content-wrapper h1:first-child + h4, body:not(.elementor-editor-active) .content-wrapper h1:first-child + h5, body:not(.elementor-editor-active) .content-wrapper h1:first-child + h6, body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h1, body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h2, body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h3, body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h4, body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h5, body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h6, body:not(.elementor-editor-active) .content-wrapper h2 + h1, body:not(.elementor-editor-active) .content-wrapper h2 + h2, body:not(.elementor-editor-active) .content-wrapper h2 + h3, body:not(.elementor-editor-active) .content-wrapper h2 + h4, body:not(.elementor-editor-active) .content-wrapper h2 + h5, body:not(.elementor-editor-active) .content-wrapper h2 + h6, body:not(.elementor-editor-active) .content-wrapper h2:first-child + h1, body:not(.elementor-editor-active) .content-wrapper h2:first-child + h2, body:not(.elementor-editor-active) .content-wrapper h2:first-child + h3, body:not(.elementor-editor-active) .content-wrapper h2:first-child + h4, body:not(.elementor-editor-active) .content-wrapper h2:first-child + h5, body:not(.elementor-editor-active) .content-wrapper h2:first-child + h6, body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h1, body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h2, body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h3, body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h4, body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h5, body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h6, body:not(.elementor-editor-active) .content-wrapper h3 + h1, body:not(.elementor-editor-active) .content-wrapper h3 + h2, body:not(.elementor-editor-active) .content-wrapper h3 + h3, body:not(.elementor-editor-active) .content-wrapper h3 + h4, body:not(.elementor-editor-active) .content-wrapper h3 + h5, body:not(.elementor-editor-active) .content-wrapper h3 + h6, body:not(.elementor-editor-active) .content-wrapper h3:first-child + h1, body:not(.elementor-editor-active) .content-wrapper h3:first-child + h2, body:not(.elementor-editor-active) .content-wrapper h3:first-child + h3, body:not(.elementor-editor-active) .content-wrapper h3:first-child + h4, body:not(.elementor-editor-active) .content-wrapper h3:first-child + h5, body:not(.elementor-editor-active) .content-wrapper h3:first-child + h6, body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h1, body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h2, body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h3, body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h4, body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h5, body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h6, body:not(.elementor-editor-active) .content-wrapper h4 + h1, body:not(.elementor-editor-active) .content-wrapper h4 + h2, body:not(.elementor-editor-active) .content-wrapper h4 + h3, body:not(.elementor-editor-active) .content-wrapper h4 + h4, body:not(.elementor-editor-active) .content-wrapper h4 + h5, body:not(.elementor-editor-active) .content-wrapper h4 + h6, body:not(.elementor-editor-active) .content-wrapper h4:first-child + h1, body:not(.elementor-editor-active) .content-wrapper h4:first-child + h2, body:not(.elementor-editor-active) .content-wrapper h4:first-child + h3, body:not(.elementor-editor-active) .content-wrapper h4:first-child + h4, body:not(.elementor-editor-active) .content-wrapper h4:first-child + h5, body:not(.elementor-editor-active) .content-wrapper h4:first-child + h6, body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h1, body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h2, body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h3, body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h4, body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h5, body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h6, body:not(.elementor-editor-active) .content-wrapper h5 + h1, body:not(.elementor-editor-active) .content-wrapper h5 + h2, body:not(.elementor-editor-active) .content-wrapper h5 + h3, body:not(.elementor-editor-active) .content-wrapper h5 + h4, body:not(.elementor-editor-active) .content-wrapper h5 + h5, body:not(.elementor-editor-active) .content-wrapper h5 + h6, body:not(.elementor-editor-active) .content-wrapper h5:first-child + h1, body:not(.elementor-editor-active) .content-wrapper h5:first-child + h2, body:not(.elementor-editor-active) .content-wrapper h5:first-child + h3, body:not(.elementor-editor-active) .content-wrapper h5:first-child + h4, body:not(.elementor-editor-active) .content-wrapper h5:first-child + h5, body:not(.elementor-editor-active) .content-wrapper h5:first-child + h6, body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h1, body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h2, body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h3, body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h4, body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h5, body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h6, body:not(.elementor-editor-active) .content-wrapper h6 + h1, body:not(.elementor-editor-active) .content-wrapper h6 + h2, body:not(.elementor-editor-active) .content-wrapper h6 + h3, body:not(.elementor-editor-active) .content-wrapper h6 + h4, body:not(.elementor-editor-active) .content-wrapper h6 + h5, body:not(.elementor-editor-active) .content-wrapper h6 + h6, body:not(.elementor-editor-active) .content-wrapper h6:first-child + h1, body:not(.elementor-editor-active) .content-wrapper h6:first-child + h2, body:not(.elementor-editor-active) .content-wrapper h6:first-child + h3, body:not(.elementor-editor-active) .content-wrapper h6:first-child + h4, body:not(.elementor-editor-active) .content-wrapper h6:first-child + h5, body:not(.elementor-editor-active) .content-wrapper h6:first-child + h6, body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h1, body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h2, body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h3, body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h4, body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h5, body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h6, body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h1, body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h2, body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h3, body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h4, body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h5, body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h6, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h1, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h2, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h3, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h4, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h5, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h6, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h1, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h2, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h3, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h4, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h5, body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h6, .block-editor-block-list__layout h1 + h1, .block-editor-block-list__layout h1 + h2, .block-editor-block-list__layout h1 + h3, .block-editor-block-list__layout h1 + h4, .block-editor-block-list__layout h1 + h5, .block-editor-block-list__layout h1 + h6, .block-editor-block-list__layout h1:first-child + h1, .block-editor-block-list__layout h1:first-child + h2, .block-editor-block-list__layout h1:first-child + h3, .block-editor-block-list__layout h1:first-child + h4, .block-editor-block-list__layout h1:first-child + h5, .block-editor-block-list__layout h1:first-child + h6, .block-editor-block-list__layout h1:not(:first-child) + h1, .block-editor-block-list__layout h1:not(:first-child) + h2, .block-editor-block-list__layout h1:not(:first-child) + h3, .block-editor-block-list__layout h1:not(:first-child) + h4, .block-editor-block-list__layout h1:not(:first-child) + h5, .block-editor-block-list__layout h1:not(:first-child) + h6, .block-editor-block-list__layout h2 + h1, .block-editor-block-list__layout h2 + h2, .block-editor-block-list__layout h2 + h3, .block-editor-block-list__layout h2 + h4, .block-editor-block-list__layout h2 + h5, .block-editor-block-list__layout h2 + h6, .block-editor-block-list__layout h2:first-child + h1, .block-editor-block-list__layout h2:first-child + h2, .block-editor-block-list__layout h2:first-child + h3, .block-editor-block-list__layout h2:first-child + h4, .block-editor-block-list__layout h2:first-child + h5, .block-editor-block-list__layout h2:first-child + h6, .block-editor-block-list__layout h2:not(:first-child) + h1, .block-editor-block-list__layout h2:not(:first-child) + h2, .block-editor-block-list__layout h2:not(:first-child) + h3, .block-editor-block-list__layout h2:not(:first-child) + h4, .block-editor-block-list__layout h2:not(:first-child) + h5, .block-editor-block-list__layout h2:not(:first-child) + h6, .block-editor-block-list__layout h3 + h1, .block-editor-block-list__layout h3 + h2, .block-editor-block-list__layout h3 + h3, .block-editor-block-list__layout h3 + h4, .block-editor-block-list__layout h3 + h5, .block-editor-block-list__layout h3 + h6, .block-editor-block-list__layout h3:first-child + h1, .block-editor-block-list__layout h3:first-child + h2, .block-editor-block-list__layout h3:first-child + h3, .block-editor-block-list__layout h3:first-child + h4, .block-editor-block-list__layout h3:first-child + h5, .block-editor-block-list__layout h3:first-child + h6, .block-editor-block-list__layout h3:not(:first-child) + h1, .block-editor-block-list__layout h3:not(:first-child) + h2, .block-editor-block-list__layout h3:not(:first-child) + h3, .block-editor-block-list__layout h3:not(:first-child) + h4, .block-editor-block-list__layout h3:not(:first-child) + h5, .block-editor-block-list__layout h3:not(:first-child) + h6, .block-editor-block-list__layout h4 + h1, .block-editor-block-list__layout h4 + h2, .block-editor-block-list__layout h4 + h3, .block-editor-block-list__layout h4 + h4, .block-editor-block-list__layout h4 + h5, .block-editor-block-list__layout h4 + h6, .block-editor-block-list__layout h4:first-child + h1, .block-editor-block-list__layout h4:first-child + h2, .block-editor-block-list__layout h4:first-child + h3, .block-editor-block-list__layout h4:first-child + h4, .block-editor-block-list__layout h4:first-child + h5, .block-editor-block-list__layout h4:first-child + h6, .block-editor-block-list__layout h4:not(:first-child) + h1, .block-editor-block-list__layout h4:not(:first-child) + h2, .block-editor-block-list__layout h4:not(:first-child) + h3, .block-editor-block-list__layout h4:not(:first-child) + h4, .block-editor-block-list__layout h4:not(:first-child) + h5, .block-editor-block-list__layout h4:not(:first-child) + h6, .block-editor-block-list__layout h5 + h1, .block-editor-block-list__layout h5 + h2, .block-editor-block-list__layout h5 + h3, .block-editor-block-list__layout h5 + h4, .block-editor-block-list__layout h5 + h5, .block-editor-block-list__layout h5 + h6, .block-editor-block-list__layout h5:first-child + h1, .block-editor-block-list__layout h5:first-child + h2, .block-editor-block-list__layout h5:first-child + h3, .block-editor-block-list__layout h5:first-child + h4, .block-editor-block-list__layout h5:first-child + h5, .block-editor-block-list__layout h5:first-child + h6, .block-editor-block-list__layout h5:not(:first-child) + h1, .block-editor-block-list__layout h5:not(:first-child) + h2, .block-editor-block-list__layout h5:not(:first-child) + h3, .block-editor-block-list__layout h5:not(:first-child) + h4, .block-editor-block-list__layout h5:not(:first-child) + h5, .block-editor-block-list__layout h5:not(:first-child) + h6, .block-editor-block-list__layout h6 + h1, .block-editor-block-list__layout h6 + h2, .block-editor-block-list__layout h6 + h3, .block-editor-block-list__layout h6 + h4, .block-editor-block-list__layout h6 + h5, .block-editor-block-list__layout h6 + h6, .block-editor-block-list__layout h6:first-child + h1, .block-editor-block-list__layout h6:first-child + h2, .block-editor-block-list__layout h6:first-child + h3, .block-editor-block-list__layout h6:first-child + h4, .block-editor-block-list__layout h6:first-child + h5, .block-editor-block-list__layout h6:first-child + h6, .block-editor-block-list__layout h6:not(:first-child) + h1, .block-editor-block-list__layout h6:not(:first-child) + h2, .block-editor-block-list__layout h6:not(:first-child) + h3, .block-editor-block-list__layout h6:not(:first-child) + h4, .block-editor-block-list__layout h6:not(:first-child) + h5, .block-editor-block-list__layout h6:not(:first-child) + h6, .block-editor-block-list__layout .wpforms-title + h1, .block-editor-block-list__layout .wpforms-title + h2, .block-editor-block-list__layout .wpforms-title + h3, .block-editor-block-list__layout .wpforms-title + h4, .block-editor-block-list__layout .wpforms-title + h5, .block-editor-block-list__layout .wpforms-title + h6, .block-editor-block-list__layout .wpforms-title:first-child + h1, .block-editor-block-list__layout .wpforms-title:first-child + h2, .block-editor-block-list__layout .wpforms-title:first-child + h3, .block-editor-block-list__layout .wpforms-title:first-child + h4, .block-editor-block-list__layout .wpforms-title:first-child + h5, .block-editor-block-list__layout .wpforms-title:first-child + h6, .block-editor-block-list__layout .wpforms-title:not(:first-child) + h1, .block-editor-block-list__layout .wpforms-title:not(:first-child) + h2, .block-editor-block-list__layout .wpforms-title:not(:first-child) + h3, .block-editor-block-list__layout .wpforms-title:not(:first-child) + h4, .block-editor-block-list__layout .wpforms-title:not(:first-child) + h5, .block-editor-block-list__layout .wpforms-title:not(:first-child) + h6, .mobile-header h1 + h1, .mobile-header h1 + h2, .mobile-header h1 + h3, .mobile-header h1 + h4, .mobile-header h1 + h5, .mobile-header h1 + h6, .mobile-header h1:first-child + h1, .mobile-header h1:first-child + h2, .mobile-header h1:first-child + h3, .mobile-header h1:first-child + h4, .mobile-header h1:first-child + h5, .mobile-header h1:first-child + h6, .mobile-header h1:not(:first-child) + h1, .mobile-header h1:not(:first-child) + h2, .mobile-header h1:not(:first-child) + h3, .mobile-header h1:not(:first-child) + h4, .mobile-header h1:not(:first-child) + h5, .mobile-header h1:not(:first-child) + h6, .mobile-header h2 + h1, .mobile-header h2 + h2, .mobile-header h2 + h3, .mobile-header h2 + h4, .mobile-header h2 + h5, .mobile-header h2 + h6, .mobile-header h2:first-child + h1, .mobile-header h2:first-child + h2, .mobile-header h2:first-child + h3, .mobile-header h2:first-child + h4, .mobile-header h2:first-child + h5, .mobile-header h2:first-child + h6, .mobile-header h2:not(:first-child) + h1, .mobile-header h2:not(:first-child) + h2, .mobile-header h2:not(:first-child) + h3, .mobile-header h2:not(:first-child) + h4, .mobile-header h2:not(:first-child) + h5, .mobile-header h2:not(:first-child) + h6, .mobile-header h3 + h1, .mobile-header h3 + h2, .mobile-header h3 + h3, .mobile-header h3 + h4, .mobile-header h3 + h5, .mobile-header h3 + h6, .mobile-header h3:first-child + h1, .mobile-header h3:first-child + h2, .mobile-header h3:first-child + h3, .mobile-header h3:first-child + h4, .mobile-header h3:first-child + h5, .mobile-header h3:first-child + h6, .mobile-header h3:not(:first-child) + h1, .mobile-header h3:not(:first-child) + h2, .mobile-header h3:not(:first-child) + h3, .mobile-header h3:not(:first-child) + h4, .mobile-header h3:not(:first-child) + h5, .mobile-header h3:not(:first-child) + h6, .mobile-header h4 + h1, .mobile-header h4 + h2, .mobile-header h4 + h3, .mobile-header h4 + h4, .mobile-header h4 + h5, .mobile-header h4 + h6, .mobile-header h4:first-child + h1, .mobile-header h4:first-child + h2, .mobile-header h4:first-child + h3, .mobile-header h4:first-child + h4, .mobile-header h4:first-child + h5, .mobile-header h4:first-child + h6, .mobile-header h4:not(:first-child) + h1, .mobile-header h4:not(:first-child) + h2, .mobile-header h4:not(:first-child) + h3, .mobile-header h4:not(:first-child) + h4, .mobile-header h4:not(:first-child) + h5, .mobile-header h4:not(:first-child) + h6, .mobile-header h5 + h1, .mobile-header h5 + h2, .mobile-header h5 + h3, .mobile-header h5 + h4, .mobile-header h5 + h5, .mobile-header h5 + h6, .mobile-header h5:first-child + h1, .mobile-header h5:first-child + h2, .mobile-header h5:first-child + h3, .mobile-header h5:first-child + h4, .mobile-header h5:first-child + h5, .mobile-header h5:first-child + h6, .mobile-header h5:not(:first-child) + h1, .mobile-header h5:not(:first-child) + h2, .mobile-header h5:not(:first-child) + h3, .mobile-header h5:not(:first-child) + h4, .mobile-header h5:not(:first-child) + h5, .mobile-header h5:not(:first-child) + h6, .mobile-header h6 + h1, .mobile-header h6 + h2, .mobile-header h6 + h3, .mobile-header h6 + h4, .mobile-header h6 + h5, .mobile-header h6 + h6, .mobile-header h6:first-child + h1, .mobile-header h6:first-child + h2, .mobile-header h6:first-child + h3, .mobile-header h6:first-child + h4, .mobile-header h6:first-child + h5, .mobile-header h6:first-child + h6, .mobile-header h6:not(:first-child) + h1, .mobile-header h6:not(:first-child) + h2, .mobile-header h6:not(:first-child) + h3, .mobile-header h6:not(:first-child) + h4, .mobile-header h6:not(:first-child) + h5, .mobile-header h6:not(:first-child) + h6, .mobile-header .wpforms-title + h1, .mobile-header .wpforms-title + h2, .mobile-header .wpforms-title + h3, .mobile-header .wpforms-title + h4, .mobile-header .wpforms-title + h5, .mobile-header .wpforms-title + h6, .mobile-header .wpforms-title:first-child + h1, .mobile-header .wpforms-title:first-child + h2, .mobile-header .wpforms-title:first-child + h3, .mobile-header .wpforms-title:first-child + h4, .mobile-header .wpforms-title:first-child + h5, .mobile-header .wpforms-title:first-child + h6, .mobile-header .wpforms-title:not(:first-child) + h1, .mobile-header .wpforms-title:not(:first-child) + h2, .mobile-header .wpforms-title:not(:first-child) + h3, .mobile-header .wpforms-title:not(:first-child) + h4, .mobile-header .wpforms-title:not(:first-child) + h5, .mobile-header .wpforms-title:not(:first-child) + h6, .page-header-area .header h1 + h1, .page-header-area .header h1 + h2, .page-header-area .header h1 + h3, .page-header-area .header h1 + h4, .page-header-area .header h1 + h5, .page-header-area .header h1 + h6, .page-header-area .header h1:first-child + h1, .page-header-area .header h1:first-child + h2, .page-header-area .header h1:first-child + h3, .page-header-area .header h1:first-child + h4, .page-header-area .header h1:first-child + h5, .page-header-area .header h1:first-child + h6, .page-header-area .header h1:not(:first-child) + h1, .page-header-area .header h1:not(:first-child) + h2, .page-header-area .header h1:not(:first-child) + h3, .page-header-area .header h1:not(:first-child) + h4, .page-header-area .header h1:not(:first-child) + h5, .page-header-area .header h1:not(:first-child) + h6, .page-header-area .header h2 + h1, .page-header-area .header h2 + h2, .page-header-area .header h2 + h3, .page-header-area .header h2 + h4, .page-header-area .header h2 + h5, .page-header-area .header h2 + h6, .page-header-area .header h2:first-child + h1, .page-header-area .header h2:first-child + h2, .page-header-area .header h2:first-child + h3, .page-header-area .header h2:first-child + h4, .page-header-area .header h2:first-child + h5, .page-header-area .header h2:first-child + h6, .page-header-area .header h2:not(:first-child) + h1, .page-header-area .header h2:not(:first-child) + h2, .page-header-area .header h2:not(:first-child) + h3, .page-header-area .header h2:not(:first-child) + h4, .page-header-area .header h2:not(:first-child) + h5, .page-header-area .header h2:not(:first-child) + h6, .page-header-area .header h3 + h1, .page-header-area .header h3 + h2, .page-header-area .header h3 + h3, .page-header-area .header h3 + h4, .page-header-area .header h3 + h5, .page-header-area .header h3 + h6, .page-header-area .header h3:first-child + h1, .page-header-area .header h3:first-child + h2, .page-header-area .header h3:first-child + h3, .page-header-area .header h3:first-child + h4, .page-header-area .header h3:first-child + h5, .page-header-area .header h3:first-child + h6, .page-header-area .header h3:not(:first-child) + h1, .page-header-area .header h3:not(:first-child) + h2, .page-header-area .header h3:not(:first-child) + h3, .page-header-area .header h3:not(:first-child) + h4, .page-header-area .header h3:not(:first-child) + h5, .page-header-area .header h3:not(:first-child) + h6, .page-header-area .header h4 + h1, .page-header-area .header h4 + h2, .page-header-area .header h4 + h3, .page-header-area .header h4 + h4, .page-header-area .header h4 + h5, .page-header-area .header h4 + h6, .page-header-area .header h4:first-child + h1, .page-header-area .header h4:first-child + h2, .page-header-area .header h4:first-child + h3, .page-header-area .header h4:first-child + h4, .page-header-area .header h4:first-child + h5, .page-header-area .header h4:first-child + h6, .page-header-area .header h4:not(:first-child) + h1, .page-header-area .header h4:not(:first-child) + h2, .page-header-area .header h4:not(:first-child) + h3, .page-header-area .header h4:not(:first-child) + h4, .page-header-area .header h4:not(:first-child) + h5, .page-header-area .header h4:not(:first-child) + h6, .page-header-area .header h5 + h1, .page-header-area .header h5 + h2, .page-header-area .header h5 + h3, .page-header-area .header h5 + h4, .page-header-area .header h5 + h5, .page-header-area .header h5 + h6, .page-header-area .header h5:first-child + h1, .page-header-area .header h5:first-child + h2, .page-header-area .header h5:first-child + h3, .page-header-area .header h5:first-child + h4, .page-header-area .header h5:first-child + h5, .page-header-area .header h5:first-child + h6, .page-header-area .header h5:not(:first-child) + h1, .page-header-area .header h5:not(:first-child) + h2, .page-header-area .header h5:not(:first-child) + h3, .page-header-area .header h5:not(:first-child) + h4, .page-header-area .header h5:not(:first-child) + h5, .page-header-area .header h5:not(:first-child) + h6, .page-header-area .header h6 + h1, .page-header-area .header h6 + h2, .page-header-area .header h6 + h3, .page-header-area .header h6 + h4, .page-header-area .header h6 + h5, .page-header-area .header h6 + h6, .page-header-area .header h6:first-child + h1, .page-header-area .header h6:first-child + h2, .page-header-area .header h6:first-child + h3, .page-header-area .header h6:first-child + h4, .page-header-area .header h6:first-child + h5, .page-header-area .header h6:first-child + h6, .page-header-area .header h6:not(:first-child) + h1, .page-header-area .header h6:not(:first-child) + h2, .page-header-area .header h6:not(:first-child) + h3, .page-header-area .header h6:not(:first-child) + h4, .page-header-area .header h6:not(:first-child) + h5, .page-header-area .header h6:not(:first-child) + h6, .page-header-area .header .wpforms-title + h1, .page-header-area .header .wpforms-title + h2, .page-header-area .header .wpforms-title + h3, .page-header-area .header .wpforms-title + h4, .page-header-area .header .wpforms-title + h5, .page-header-area .header .wpforms-title + h6, .page-header-area .header .wpforms-title:first-child + h1, .page-header-area .header .wpforms-title:first-child + h2, .page-header-area .header .wpforms-title:first-child + h3, .page-header-area .header .wpforms-title:first-child + h4, .page-header-area .header .wpforms-title:first-child + h5, .page-header-area .header .wpforms-title:first-child + h6, .page-header-area .header .wpforms-title:not(:first-child) + h1, .page-header-area .header .wpforms-title:not(:first-child) + h2, .page-header-area .header .wpforms-title:not(:first-child) + h3, .page-header-area .header .wpforms-title:not(:first-child) + h4, .page-header-area .header .wpforms-title:not(:first-child) + h5, .page-header-area .header .wpforms-title:not(:first-child) + h6, .footer h1 + h1, .footer h1 + h2, .footer h1 + h3, .footer h1 + h4, .footer h1 + h5, .footer h1 + h6, .footer h1:first-child + h1, .footer h1:first-child + h2, .footer h1:first-child + h3, .footer h1:first-child + h4, .footer h1:first-child + h5, .footer h1:first-child + h6, .footer h1:not(:first-child) + h1, .footer h1:not(:first-child) + h2, .footer h1:not(:first-child) + h3, .footer h1:not(:first-child) + h4, .footer h1:not(:first-child) + h5, .footer h1:not(:first-child) + h6, .footer h2 + h1, .footer h2 + h2, .footer h2 + h3, .footer h2 + h4, .footer h2 + h5, .footer h2 + h6, .footer h2:first-child + h1, .footer h2:first-child + h2, .footer h2:first-child + h3, .footer h2:first-child + h4, .footer h2:first-child + h5, .footer h2:first-child + h6, .footer h2:not(:first-child) + h1, .footer h2:not(:first-child) + h2, .footer h2:not(:first-child) + h3, .footer h2:not(:first-child) + h4, .footer h2:not(:first-child) + h5, .footer h2:not(:first-child) + h6, .footer h3 + h1, .footer h3 + h2, .footer h3 + h3, .footer h3 + h4, .footer h3 + h5, .footer h3 + h6, .footer h3:first-child + h1, .footer h3:first-child + h2, .footer h3:first-child + h3, .footer h3:first-child + h4, .footer h3:first-child + h5, .footer h3:first-child + h6, .footer h3:not(:first-child) + h1, .footer h3:not(:first-child) + h2, .footer h3:not(:first-child) + h3, .footer h3:not(:first-child) + h4, .footer h3:not(:first-child) + h5, .footer h3:not(:first-child) + h6, .footer h4 + h1, .footer h4 + h2, .footer h4 + h3, .footer h4 + h4, .footer h4 + h5, .footer h4 + h6, .footer h4:first-child + h1, .footer h4:first-child + h2, .footer h4:first-child + h3, .footer h4:first-child + h4, .footer h4:first-child + h5, .footer h4:first-child + h6, .footer h4:not(:first-child) + h1, .footer h4:not(:first-child) + h2, .footer h4:not(:first-child) + h3, .footer h4:not(:first-child) + h4, .footer h4:not(:first-child) + h5, .footer h4:not(:first-child) + h6, .footer h5 + h1, .footer h5 + h2, .footer h5 + h3, .footer h5 + h4, .footer h5 + h5, .footer h5 + h6, .footer h5:first-child + h1, .footer h5:first-child + h2, .footer h5:first-child + h3, .footer h5:first-child + h4, .footer h5:first-child + h5, .footer h5:first-child + h6, .footer h5:not(:first-child) + h1, .footer h5:not(:first-child) + h2, .footer h5:not(:first-child) + h3, .footer h5:not(:first-child) + h4, .footer h5:not(:first-child) + h5, .footer h5:not(:first-child) + h6, .footer h6 + h1, .footer h6 + h2, .footer h6 + h3, .footer h6 + h4, .footer h6 + h5, .footer h6 + h6, .footer h6:first-child + h1, .footer h6:first-child + h2, .footer h6:first-child + h3, .footer h6:first-child + h4, .footer h6:first-child + h5, .footer h6:first-child + h6, .footer h6:not(:first-child) + h1, .footer h6:not(:first-child) + h2, .footer h6:not(:first-child) + h3, .footer h6:not(:first-child) + h4, .footer h6:not(:first-child) + h5, .footer h6:not(:first-child) + h6, .footer .wpforms-title + h1, .footer .wpforms-title + h2, .footer .wpforms-title + h3, .footer .wpforms-title + h4, .footer .wpforms-title + h5, .footer .wpforms-title + h6, .footer .wpforms-title:first-child + h1, .footer .wpforms-title:first-child + h2, .footer .wpforms-title:first-child + h3, .footer .wpforms-title:first-child + h4, .footer .wpforms-title:first-child + h5, .footer .wpforms-title:first-child + h6, .footer .wpforms-title:not(:first-child) + h1, .footer .wpforms-title:not(:first-child) + h2, .footer .wpforms-title:not(:first-child) + h3, .footer .wpforms-title:not(:first-child) + h4, .footer .wpforms-title:not(:first-child) + h5, .footer .wpforms-title:not(:first-child) + h6, .slide-sidebar-wrapper h1 + h1, .slide-sidebar-wrapper h1 + h2, .slide-sidebar-wrapper h1 + h3, .slide-sidebar-wrapper h1 + h4, .slide-sidebar-wrapper h1 + h5, .slide-sidebar-wrapper h1 + h6, .slide-sidebar-wrapper h1:first-child + h1, .slide-sidebar-wrapper h1:first-child + h2, .slide-sidebar-wrapper h1:first-child + h3, .slide-sidebar-wrapper h1:first-child + h4, .slide-sidebar-wrapper h1:first-child + h5, .slide-sidebar-wrapper h1:first-child + h6, .slide-sidebar-wrapper h1:not(:first-child) + h1, .slide-sidebar-wrapper h1:not(:first-child) + h2, .slide-sidebar-wrapper h1:not(:first-child) + h3, .slide-sidebar-wrapper h1:not(:first-child) + h4, .slide-sidebar-wrapper h1:not(:first-child) + h5, .slide-sidebar-wrapper h1:not(:first-child) + h6, .slide-sidebar-wrapper h2 + h1, .slide-sidebar-wrapper h2 + h2, .slide-sidebar-wrapper h2 + h3, .slide-sidebar-wrapper h2 + h4, .slide-sidebar-wrapper h2 + h5, .slide-sidebar-wrapper h2 + h6, .slide-sidebar-wrapper h2:first-child + h1, .slide-sidebar-wrapper h2:first-child + h2, .slide-sidebar-wrapper h2:first-child + h3, .slide-sidebar-wrapper h2:first-child + h4, .slide-sidebar-wrapper h2:first-child + h5, .slide-sidebar-wrapper h2:first-child + h6, .slide-sidebar-wrapper h2:not(:first-child) + h1, .slide-sidebar-wrapper h2:not(:first-child) + h2, .slide-sidebar-wrapper h2:not(:first-child) + h3, .slide-sidebar-wrapper h2:not(:first-child) + h4, .slide-sidebar-wrapper h2:not(:first-child) + h5, .slide-sidebar-wrapper h2:not(:first-child) + h6, .slide-sidebar-wrapper h3 + h1, .slide-sidebar-wrapper h3 + h2, .slide-sidebar-wrapper h3 + h3, .slide-sidebar-wrapper h3 + h4, .slide-sidebar-wrapper h3 + h5, .slide-sidebar-wrapper h3 + h6, .slide-sidebar-wrapper h3:first-child + h1, .slide-sidebar-wrapper h3:first-child + h2, .slide-sidebar-wrapper h3:first-child + h3, .slide-sidebar-wrapper h3:first-child + h4, .slide-sidebar-wrapper h3:first-child + h5, .slide-sidebar-wrapper h3:first-child + h6, .slide-sidebar-wrapper h3:not(:first-child) + h1, .slide-sidebar-wrapper h3:not(:first-child) + h2, .slide-sidebar-wrapper h3:not(:first-child) + h3, .slide-sidebar-wrapper h3:not(:first-child) + h4, .slide-sidebar-wrapper h3:not(:first-child) + h5, .slide-sidebar-wrapper h3:not(:first-child) + h6, .slide-sidebar-wrapper h4 + h1, .slide-sidebar-wrapper h4 + h2, .slide-sidebar-wrapper h4 + h3, .slide-sidebar-wrapper h4 + h4, .slide-sidebar-wrapper h4 + h5, .slide-sidebar-wrapper h4 + h6, .slide-sidebar-wrapper h4:first-child + h1, .slide-sidebar-wrapper h4:first-child + h2, .slide-sidebar-wrapper h4:first-child + h3, .slide-sidebar-wrapper h4:first-child + h4, .slide-sidebar-wrapper h4:first-child + h5, .slide-sidebar-wrapper h4:first-child + h6, .slide-sidebar-wrapper h4:not(:first-child) + h1, .slide-sidebar-wrapper h4:not(:first-child) + h2, .slide-sidebar-wrapper h4:not(:first-child) + h3, .slide-sidebar-wrapper h4:not(:first-child) + h4, .slide-sidebar-wrapper h4:not(:first-child) + h5, .slide-sidebar-wrapper h4:not(:first-child) + h6, .slide-sidebar-wrapper h5 + h1, .slide-sidebar-wrapper h5 + h2, .slide-sidebar-wrapper h5 + h3, .slide-sidebar-wrapper h5 + h4, .slide-sidebar-wrapper h5 + h5, .slide-sidebar-wrapper h5 + h6, .slide-sidebar-wrapper h5:first-child + h1, .slide-sidebar-wrapper h5:first-child + h2, .slide-sidebar-wrapper h5:first-child + h3, .slide-sidebar-wrapper h5:first-child + h4, .slide-sidebar-wrapper h5:first-child + h5, .slide-sidebar-wrapper h5:first-child + h6, .slide-sidebar-wrapper h5:not(:first-child) + h1, .slide-sidebar-wrapper h5:not(:first-child) + h2, .slide-sidebar-wrapper h5:not(:first-child) + h3, .slide-sidebar-wrapper h5:not(:first-child) + h4, .slide-sidebar-wrapper h5:not(:first-child) + h5, .slide-sidebar-wrapper h5:not(:first-child) + h6, .slide-sidebar-wrapper h6 + h1, .slide-sidebar-wrapper h6 + h2, .slide-sidebar-wrapper h6 + h3, .slide-sidebar-wrapper h6 + h4, .slide-sidebar-wrapper h6 + h5, .slide-sidebar-wrapper h6 + h6, .slide-sidebar-wrapper h6:first-child + h1, .slide-sidebar-wrapper h6:first-child + h2, .slide-sidebar-wrapper h6:first-child + h3, .slide-sidebar-wrapper h6:first-child + h4, .slide-sidebar-wrapper h6:first-child + h5, .slide-sidebar-wrapper h6:first-child + h6, .slide-sidebar-wrapper h6:not(:first-child) + h1, .slide-sidebar-wrapper h6:not(:first-child) + h2, .slide-sidebar-wrapper h6:not(:first-child) + h3, .slide-sidebar-wrapper h6:not(:first-child) + h4, .slide-sidebar-wrapper h6:not(:first-child) + h5, .slide-sidebar-wrapper h6:not(:first-child) + h6, .slide-sidebar-wrapper .wpforms-title + h1, .slide-sidebar-wrapper .wpforms-title + h2, .slide-sidebar-wrapper .wpforms-title + h3, .slide-sidebar-wrapper .wpforms-title + h4, .slide-sidebar-wrapper .wpforms-title + h5, .slide-sidebar-wrapper .wpforms-title + h6, .slide-sidebar-wrapper .wpforms-title:first-child + h1, .slide-sidebar-wrapper .wpforms-title:first-child + h2, .slide-sidebar-wrapper .wpforms-title:first-child + h3, .slide-sidebar-wrapper .wpforms-title:first-child + h4, .slide-sidebar-wrapper .wpforms-title:first-child + h5, .slide-sidebar-wrapper .wpforms-title:first-child + h6, .slide-sidebar-wrapper .wpforms-title:not(:first-child) + h1, .slide-sidebar-wrapper .wpforms-title:not(:first-child) + h2, .slide-sidebar-wrapper .wpforms-title:not(:first-child) + h3, .slide-sidebar-wrapper .wpforms-title:not(:first-child) + h4, .slide-sidebar-wrapper .wpforms-title:not(:first-child) + h5, .slide-sidebar-wrapper .wpforms-title:not(:first-child) + h6, .alter-menu-wrapper h1 + h1, .alter-menu-wrapper h1 + h2, .alter-menu-wrapper h1 + h3, .alter-menu-wrapper h1 + h4, .alter-menu-wrapper h1 + h5, .alter-menu-wrapper h1 + h6, .alter-menu-wrapper h1:first-child + h1, .alter-menu-wrapper h1:first-child + h2, .alter-menu-wrapper h1:first-child + h3, .alter-menu-wrapper h1:first-child + h4, .alter-menu-wrapper h1:first-child + h5, .alter-menu-wrapper h1:first-child + h6, .alter-menu-wrapper h1:not(:first-child) + h1, .alter-menu-wrapper h1:not(:first-child) + h2, .alter-menu-wrapper h1:not(:first-child) + h3, .alter-menu-wrapper h1:not(:first-child) + h4, .alter-menu-wrapper h1:not(:first-child) + h5, .alter-menu-wrapper h1:not(:first-child) + h6, .alter-menu-wrapper h2 + h1, .alter-menu-wrapper h2 + h2, .alter-menu-wrapper h2 + h3, .alter-menu-wrapper h2 + h4, .alter-menu-wrapper h2 + h5, .alter-menu-wrapper h2 + h6, .alter-menu-wrapper h2:first-child + h1, .alter-menu-wrapper h2:first-child + h2, .alter-menu-wrapper h2:first-child + h3, .alter-menu-wrapper h2:first-child + h4, .alter-menu-wrapper h2:first-child + h5, .alter-menu-wrapper h2:first-child + h6, .alter-menu-wrapper h2:not(:first-child) + h1, .alter-menu-wrapper h2:not(:first-child) + h2, .alter-menu-wrapper h2:not(:first-child) + h3, .alter-menu-wrapper h2:not(:first-child) + h4, .alter-menu-wrapper h2:not(:first-child) + h5, .alter-menu-wrapper h2:not(:first-child) + h6, .alter-menu-wrapper h3 + h1, .alter-menu-wrapper h3 + h2, .alter-menu-wrapper h3 + h3, .alter-menu-wrapper h3 + h4, .alter-menu-wrapper h3 + h5, .alter-menu-wrapper h3 + h6, .alter-menu-wrapper h3:first-child + h1, .alter-menu-wrapper h3:first-child + h2, .alter-menu-wrapper h3:first-child + h3, .alter-menu-wrapper h3:first-child + h4, .alter-menu-wrapper h3:first-child + h5, .alter-menu-wrapper h3:first-child + h6, .alter-menu-wrapper h3:not(:first-child) + h1, .alter-menu-wrapper h3:not(:first-child) + h2, .alter-menu-wrapper h3:not(:first-child) + h3, .alter-menu-wrapper h3:not(:first-child) + h4, .alter-menu-wrapper h3:not(:first-child) + h5, .alter-menu-wrapper h3:not(:first-child) + h6, .alter-menu-wrapper h4 + h1, .alter-menu-wrapper h4 + h2, .alter-menu-wrapper h4 + h3, .alter-menu-wrapper h4 + h4, .alter-menu-wrapper h4 + h5, .alter-menu-wrapper h4 + h6, .alter-menu-wrapper h4:first-child + h1, .alter-menu-wrapper h4:first-child + h2, .alter-menu-wrapper h4:first-child + h3, .alter-menu-wrapper h4:first-child + h4, .alter-menu-wrapper h4:first-child + h5, .alter-menu-wrapper h4:first-child + h6, .alter-menu-wrapper h4:not(:first-child) + h1, .alter-menu-wrapper h4:not(:first-child) + h2, .alter-menu-wrapper h4:not(:first-child) + h3, .alter-menu-wrapper h4:not(:first-child) + h4, .alter-menu-wrapper h4:not(:first-child) + h5, .alter-menu-wrapper h4:not(:first-child) + h6, .alter-menu-wrapper h5 + h1, .alter-menu-wrapper h5 + h2, .alter-menu-wrapper h5 + h3, .alter-menu-wrapper h5 + h4, .alter-menu-wrapper h5 + h5, .alter-menu-wrapper h5 + h6, .alter-menu-wrapper h5:first-child + h1, .alter-menu-wrapper h5:first-child + h2, .alter-menu-wrapper h5:first-child + h3, .alter-menu-wrapper h5:first-child + h4, .alter-menu-wrapper h5:first-child + h5, .alter-menu-wrapper h5:first-child + h6, .alter-menu-wrapper h5:not(:first-child) + h1, .alter-menu-wrapper h5:not(:first-child) + h2, .alter-menu-wrapper h5:not(:first-child) + h3, .alter-menu-wrapper h5:not(:first-child) + h4, .alter-menu-wrapper h5:not(:first-child) + h5, .alter-menu-wrapper h5:not(:first-child) + h6, .alter-menu-wrapper h6 + h1, .alter-menu-wrapper h6 + h2, .alter-menu-wrapper h6 + h3, .alter-menu-wrapper h6 + h4, .alter-menu-wrapper h6 + h5, .alter-menu-wrapper h6 + h6, .alter-menu-wrapper h6:first-child + h1, .alter-menu-wrapper h6:first-child + h2, .alter-menu-wrapper h6:first-child + h3, .alter-menu-wrapper h6:first-child + h4, .alter-menu-wrapper h6:first-child + h5, .alter-menu-wrapper h6:first-child + h6, .alter-menu-wrapper h6:not(:first-child) + h1, .alter-menu-wrapper h6:not(:first-child) + h2, .alter-menu-wrapper h6:not(:first-child) + h3, .alter-menu-wrapper h6:not(:first-child) + h4, .alter-menu-wrapper h6:not(:first-child) + h5, .alter-menu-wrapper h6:not(:first-child) + h6, .alter-menu-wrapper .wpforms-title + h1, .alter-menu-wrapper .wpforms-title + h2, .alter-menu-wrapper .wpforms-title + h3, .alter-menu-wrapper .wpforms-title + h4, .alter-menu-wrapper .wpforms-title + h5, .alter-menu-wrapper .wpforms-title + h6, .alter-menu-wrapper .wpforms-title:first-child + h1, .alter-menu-wrapper .wpforms-title:first-child + h2, .alter-menu-wrapper .wpforms-title:first-child + h3, .alter-menu-wrapper .wpforms-title:first-child + h4, .alter-menu-wrapper .wpforms-title:first-child + h5, .alter-menu-wrapper .wpforms-title:first-child + h6, .alter-menu-wrapper .wpforms-title:not(:first-child) + h1, .alter-menu-wrapper .wpforms-title:not(:first-child) + h2, .alter-menu-wrapper .wpforms-title:not(:first-child) + h3, .alter-menu-wrapper .wpforms-title:not(:first-child) + h4, .alter-menu-wrapper .wpforms-title:not(:first-child) + h5, .alter-menu-wrapper .wpforms-title:not(:first-child) + h6, .page-title-container h1 + h1, .page-title-container h1 + h2, .page-title-container h1 + h3, .page-title-container h1 + h4, .page-title-container h1 + h5, .page-title-container h1 + h6, .page-title-container h1:first-child + h1, .page-title-container h1:first-child + h2, .page-title-container h1:first-child + h3, .page-title-container h1:first-child + h4, .page-title-container h1:first-child + h5, .page-title-container h1:first-child + h6, .page-title-container h1:not(:first-child) + h1, .page-title-container h1:not(:first-child) + h2, .page-title-container h1:not(:first-child) + h3, .page-title-container h1:not(:first-child) + h4, .page-title-container h1:not(:first-child) + h5, .page-title-container h1:not(:first-child) + h6, .page-title-container h2 + h1, .page-title-container h2 + h2, .page-title-container h2 + h3, .page-title-container h2 + h4, .page-title-container h2 + h5, .page-title-container h2 + h6, .page-title-container h2:first-child + h1, .page-title-container h2:first-child + h2, .page-title-container h2:first-child + h3, .page-title-container h2:first-child + h4, .page-title-container h2:first-child + h5, .page-title-container h2:first-child + h6, .page-title-container h2:not(:first-child) + h1, .page-title-container h2:not(:first-child) + h2, .page-title-container h2:not(:first-child) + h3, .page-title-container h2:not(:first-child) + h4, .page-title-container h2:not(:first-child) + h5, .page-title-container h2:not(:first-child) + h6, .page-title-container h3 + h1, .page-title-container h3 + h2, .page-title-container h3 + h3, .page-title-container h3 + h4, .page-title-container h3 + h5, .page-title-container h3 + h6, .page-title-container h3:first-child + h1, .page-title-container h3:first-child + h2, .page-title-container h3:first-child + h3, .page-title-container h3:first-child + h4, .page-title-container h3:first-child + h5, .page-title-container h3:first-child + h6, .page-title-container h3:not(:first-child) + h1, .page-title-container h3:not(:first-child) + h2, .page-title-container h3:not(:first-child) + h3, .page-title-container h3:not(:first-child) + h4, .page-title-container h3:not(:first-child) + h5, .page-title-container h3:not(:first-child) + h6, .page-title-container h4 + h1, .page-title-container h4 + h2, .page-title-container h4 + h3, .page-title-container h4 + h4, .page-title-container h4 + h5, .page-title-container h4 + h6, .page-title-container h4:first-child + h1, .page-title-container h4:first-child + h2, .page-title-container h4:first-child + h3, .page-title-container h4:first-child + h4, .page-title-container h4:first-child + h5, .page-title-container h4:first-child + h6, .page-title-container h4:not(:first-child) + h1, .page-title-container h4:not(:first-child) + h2, .page-title-container h4:not(:first-child) + h3, .page-title-container h4:not(:first-child) + h4, .page-title-container h4:not(:first-child) + h5, .page-title-container h4:not(:first-child) + h6, .page-title-container h5 + h1, .page-title-container h5 + h2, .page-title-container h5 + h3, .page-title-container h5 + h4, .page-title-container h5 + h5, .page-title-container h5 + h6, .page-title-container h5:first-child + h1, .page-title-container h5:first-child + h2, .page-title-container h5:first-child + h3, .page-title-container h5:first-child + h4, .page-title-container h5:first-child + h5, .page-title-container h5:first-child + h6, .page-title-container h5:not(:first-child) + h1, .page-title-container h5:not(:first-child) + h2, .page-title-container h5:not(:first-child) + h3, .page-title-container h5:not(:first-child) + h4, .page-title-container h5:not(:first-child) + h5, .page-title-container h5:not(:first-child) + h6, .page-title-container h6 + h1, .page-title-container h6 + h2, .page-title-container h6 + h3, .page-title-container h6 + h4, .page-title-container h6 + h5, .page-title-container h6 + h6, .page-title-container h6:first-child + h1, .page-title-container h6:first-child + h2, .page-title-container h6:first-child + h3, .page-title-container h6:first-child + h4, .page-title-container h6:first-child + h5, .page-title-container h6:first-child + h6, .page-title-container h6:not(:first-child) + h1, .page-title-container h6:not(:first-child) + h2, .page-title-container h6:not(:first-child) + h3, .page-title-container h6:not(:first-child) + h4, .page-title-container h6:not(:first-child) + h5, .page-title-container h6:not(:first-child) + h6, .page-title-container .wpforms-title + h1, .page-title-container .wpforms-title + h2, .page-title-container .wpforms-title + h3, .page-title-container .wpforms-title + h4, .page-title-container .wpforms-title + h5, .page-title-container .wpforms-title + h6, .page-title-container .wpforms-title:first-child + h1, .page-title-container .wpforms-title:first-child + h2, .page-title-container .wpforms-title:first-child + h3, .page-title-container .wpforms-title:first-child + h4, .page-title-container .wpforms-title:first-child + h5, .page-title-container .wpforms-title:first-child + h6, .page-title-container .wpforms-title:not(:first-child) + h1, .page-title-container .wpforms-title:not(:first-child) + h2, .page-title-container .wpforms-title:not(:first-child) + h3, .page-title-container .wpforms-title:not(:first-child) + h4, .page-title-container .wpforms-title:not(:first-child) + h5, .page-title-container .wpforms-title:not(:first-child) + h6, .top-bar h1 + h1, .top-bar h1 + h2, .top-bar h1 + h3, .top-bar h1 + h4, .top-bar h1 + h5, .top-bar h1 + h6, .top-bar h1:first-child + h1, .top-bar h1:first-child + h2, .top-bar h1:first-child + h3, .top-bar h1:first-child + h4, .top-bar h1:first-child + h5, .top-bar h1:first-child + h6, .top-bar h1:not(:first-child) + h1, .top-bar h1:not(:first-child) + h2, .top-bar h1:not(:first-child) + h3, .top-bar h1:not(:first-child) + h4, .top-bar h1:not(:first-child) + h5, .top-bar h1:not(:first-child) + h6, .top-bar h2 + h1, .top-bar h2 + h2, .top-bar h2 + h3, .top-bar h2 + h4, .top-bar h2 + h5, .top-bar h2 + h6, .top-bar h2:first-child + h1, .top-bar h2:first-child + h2, .top-bar h2:first-child + h3, .top-bar h2:first-child + h4, .top-bar h2:first-child + h5, .top-bar h2:first-child + h6, .top-bar h2:not(:first-child) + h1, .top-bar h2:not(:first-child) + h2, .top-bar h2:not(:first-child) + h3, .top-bar h2:not(:first-child) + h4, .top-bar h2:not(:first-child) + h5, .top-bar h2:not(:first-child) + h6, .top-bar h3 + h1, .top-bar h3 + h2, .top-bar h3 + h3, .top-bar h3 + h4, .top-bar h3 + h5, .top-bar h3 + h6, .top-bar h3:first-child + h1, .top-bar h3:first-child + h2, .top-bar h3:first-child + h3, .top-bar h3:first-child + h4, .top-bar h3:first-child + h5, .top-bar h3:first-child + h6, .top-bar h3:not(:first-child) + h1, .top-bar h3:not(:first-child) + h2, .top-bar h3:not(:first-child) + h3, .top-bar h3:not(:first-child) + h4, .top-bar h3:not(:first-child) + h5, .top-bar h3:not(:first-child) + h6, .top-bar h4 + h1, .top-bar h4 + h2, .top-bar h4 + h3, .top-bar h4 + h4, .top-bar h4 + h5, .top-bar h4 + h6, .top-bar h4:first-child + h1, .top-bar h4:first-child + h2, .top-bar h4:first-child + h3, .top-bar h4:first-child + h4, .top-bar h4:first-child + h5, .top-bar h4:first-child + h6, .top-bar h4:not(:first-child) + h1, .top-bar h4:not(:first-child) + h2, .top-bar h4:not(:first-child) + h3, .top-bar h4:not(:first-child) + h4, .top-bar h4:not(:first-child) + h5, .top-bar h4:not(:first-child) + h6, .top-bar h5 + h1, .top-bar h5 + h2, .top-bar h5 + h3, .top-bar h5 + h4, .top-bar h5 + h5, .top-bar h5 + h6, .top-bar h5:first-child + h1, .top-bar h5:first-child + h2, .top-bar h5:first-child + h3, .top-bar h5:first-child + h4, .top-bar h5:first-child + h5, .top-bar h5:first-child + h6, .top-bar h5:not(:first-child) + h1, .top-bar h5:not(:first-child) + h2, .top-bar h5:not(:first-child) + h3, .top-bar h5:not(:first-child) + h4, .top-bar h5:not(:first-child) + h5, .top-bar h5:not(:first-child) + h6, .top-bar h6 + h1, .top-bar h6 + h2, .top-bar h6 + h3, .top-bar h6 + h4, .top-bar h6 + h5, .top-bar h6 + h6, .top-bar h6:first-child + h1, .top-bar h6:first-child + h2, .top-bar h6:first-child + h3, .top-bar h6:first-child + h4, .top-bar h6:first-child + h5, .top-bar h6:first-child + h6, .top-bar h6:not(:first-child) + h1, .top-bar h6:not(:first-child) + h2, .top-bar h6:not(:first-child) + h3, .top-bar h6:not(:first-child) + h4, .top-bar h6:not(:first-child) + h5, .top-bar h6:not(:first-child) + h6, .top-bar .wpforms-title + h1, .top-bar .wpforms-title + h2, .top-bar .wpforms-title + h3, .top-bar .wpforms-title + h4, .top-bar .wpforms-title + h5, .top-bar .wpforms-title + h6, .top-bar .wpforms-title:first-child + h1, .top-bar .wpforms-title:first-child + h2, .top-bar .wpforms-title:first-child + h3, .top-bar .wpforms-title:first-child + h4, .top-bar .wpforms-title:first-child + h5, .top-bar .wpforms-title:first-child + h6, .top-bar .wpforms-title:not(:first-child) + h1, .top-bar .wpforms-title:not(:first-child) + h2, .top-bar .wpforms-title:not(:first-child) + h3, .top-bar .wpforms-title:not(:first-child) + h4, .top-bar .wpforms-title:not(:first-child) + h5, .top-bar .wpforms-title:not(:first-child) + h6, .mobile-header-menu-container h1 + h1, .mobile-header-menu-container h1 + h2, .mobile-header-menu-container h1 + h3, .mobile-header-menu-container h1 + h4, .mobile-header-menu-container h1 + h5, .mobile-header-menu-container h1 + h6, .mobile-header-menu-container h1:first-child + h1, .mobile-header-menu-container h1:first-child + h2, .mobile-header-menu-container h1:first-child + h3, .mobile-header-menu-container h1:first-child + h4, .mobile-header-menu-container h1:first-child + h5, .mobile-header-menu-container h1:first-child + h6, .mobile-header-menu-container h1:not(:first-child) + h1, .mobile-header-menu-container h1:not(:first-child) + h2, .mobile-header-menu-container h1:not(:first-child) + h3, .mobile-header-menu-container h1:not(:first-child) + h4, .mobile-header-menu-container h1:not(:first-child) + h5, .mobile-header-menu-container h1:not(:first-child) + h6, .mobile-header-menu-container h2 + h1, .mobile-header-menu-container h2 + h2, .mobile-header-menu-container h2 + h3, .mobile-header-menu-container h2 + h4, .mobile-header-menu-container h2 + h5, .mobile-header-menu-container h2 + h6, .mobile-header-menu-container h2:first-child + h1, .mobile-header-menu-container h2:first-child + h2, .mobile-header-menu-container h2:first-child + h3, .mobile-header-menu-container h2:first-child + h4, .mobile-header-menu-container h2:first-child + h5, .mobile-header-menu-container h2:first-child + h6, .mobile-header-menu-container h2:not(:first-child) + h1, .mobile-header-menu-container h2:not(:first-child) + h2, .mobile-header-menu-container h2:not(:first-child) + h3, .mobile-header-menu-container h2:not(:first-child) + h4, .mobile-header-menu-container h2:not(:first-child) + h5, .mobile-header-menu-container h2:not(:first-child) + h6, .mobile-header-menu-container h3 + h1, .mobile-header-menu-container h3 + h2, .mobile-header-menu-container h3 + h3, .mobile-header-menu-container h3 + h4, .mobile-header-menu-container h3 + h5, .mobile-header-menu-container h3 + h6, .mobile-header-menu-container h3:first-child + h1, .mobile-header-menu-container h3:first-child + h2, .mobile-header-menu-container h3:first-child + h3, .mobile-header-menu-container h3:first-child + h4, .mobile-header-menu-container h3:first-child + h5, .mobile-header-menu-container h3:first-child + h6, .mobile-header-menu-container h3:not(:first-child) + h1, .mobile-header-menu-container h3:not(:first-child) + h2, .mobile-header-menu-container h3:not(:first-child) + h3, .mobile-header-menu-container h3:not(:first-child) + h4, .mobile-header-menu-container h3:not(:first-child) + h5, .mobile-header-menu-container h3:not(:first-child) + h6, .mobile-header-menu-container h4 + h1, .mobile-header-menu-container h4 + h2, .mobile-header-menu-container h4 + h3, .mobile-header-menu-container h4 + h4, .mobile-header-menu-container h4 + h5, .mobile-header-menu-container h4 + h6, .mobile-header-menu-container h4:first-child + h1, .mobile-header-menu-container h4:first-child + h2, .mobile-header-menu-container h4:first-child + h3, .mobile-header-menu-container h4:first-child + h4, .mobile-header-menu-container h4:first-child + h5, .mobile-header-menu-container h4:first-child + h6, .mobile-header-menu-container h4:not(:first-child) + h1, .mobile-header-menu-container h4:not(:first-child) + h2, .mobile-header-menu-container h4:not(:first-child) + h3, .mobile-header-menu-container h4:not(:first-child) + h4, .mobile-header-menu-container h4:not(:first-child) + h5, .mobile-header-menu-container h4:not(:first-child) + h6, .mobile-header-menu-container h5 + h1, .mobile-header-menu-container h5 + h2, .mobile-header-menu-container h5 + h3, .mobile-header-menu-container h5 + h4, .mobile-header-menu-container h5 + h5, .mobile-header-menu-container h5 + h6, .mobile-header-menu-container h5:first-child + h1, .mobile-header-menu-container h5:first-child + h2, .mobile-header-menu-container h5:first-child + h3, .mobile-header-menu-container h5:first-child + h4, .mobile-header-menu-container h5:first-child + h5, .mobile-header-menu-container h5:first-child + h6, .mobile-header-menu-container h5:not(:first-child) + h1, .mobile-header-menu-container h5:not(:first-child) + h2, .mobile-header-menu-container h5:not(:first-child) + h3, .mobile-header-menu-container h5:not(:first-child) + h4, .mobile-header-menu-container h5:not(:first-child) + h5, .mobile-header-menu-container h5:not(:first-child) + h6, .mobile-header-menu-container h6 + h1, .mobile-header-menu-container h6 + h2, .mobile-header-menu-container h6 + h3, .mobile-header-menu-container h6 + h4, .mobile-header-menu-container h6 + h5, .mobile-header-menu-container h6 + h6, .mobile-header-menu-container h6:first-child + h1, .mobile-header-menu-container h6:first-child + h2, .mobile-header-menu-container h6:first-child + h3, .mobile-header-menu-container h6:first-child + h4, .mobile-header-menu-container h6:first-child + h5, .mobile-header-menu-container h6:first-child + h6, .mobile-header-menu-container h6:not(:first-child) + h1, .mobile-header-menu-container h6:not(:first-child) + h2, .mobile-header-menu-container h6:not(:first-child) + h3, .mobile-header-menu-container h6:not(:first-child) + h4, .mobile-header-menu-container h6:not(:first-child) + h5, .mobile-header-menu-container h6:not(:first-child) + h6, .mobile-header-menu-container .wpforms-title + h1, .mobile-header-menu-container .wpforms-title + h2, .mobile-header-menu-container .wpforms-title + h3, .mobile-header-menu-container .wpforms-title + h4, .mobile-header-menu-container .wpforms-title + h5, .mobile-header-menu-container .wpforms-title + h6, .mobile-header-menu-container .wpforms-title:first-child + h1, .mobile-header-menu-container .wpforms-title:first-child + h2, .mobile-header-menu-container .wpforms-title:first-child + h3, .mobile-header-menu-container .wpforms-title:first-child + h4, .mobile-header-menu-container .wpforms-title:first-child + h5, .mobile-header-menu-container .wpforms-title:first-child + h6, .mobile-header-menu-container .wpforms-title:not(:first-child) + h1, .mobile-header-menu-container .wpforms-title:not(:first-child) + h2, .mobile-header-menu-container .wpforms-title:not(:first-child) + h3, .mobile-header-menu-container .wpforms-title:not(:first-child) + h4, .mobile-header-menu-container .wpforms-title:not(:first-child) + h5, .mobile-header-menu-container .wpforms-title:not(:first-child) + h6, .site-search h1 + h1, .site-search h1 + h2, .site-search h1 + h3, .site-search h1 + h4, .site-search h1 + h5, .site-search h1 + h6, .site-search h1:first-child + h1, .site-search h1:first-child + h2, .site-search h1:first-child + h3, .site-search h1:first-child + h4, .site-search h1:first-child + h5, .site-search h1:first-child + h6, .site-search h1:not(:first-child) + h1, .site-search h1:not(:first-child) + h2, .site-search h1:not(:first-child) + h3, .site-search h1:not(:first-child) + h4, .site-search h1:not(:first-child) + h5, .site-search h1:not(:first-child) + h6, .site-search h2 + h1, .site-search h2 + h2, .site-search h2 + h3, .site-search h2 + h4, .site-search h2 + h5, .site-search h2 + h6, .site-search h2:first-child + h1, .site-search h2:first-child + h2, .site-search h2:first-child + h3, .site-search h2:first-child + h4, .site-search h2:first-child + h5, .site-search h2:first-child + h6, .site-search h2:not(:first-child) + h1, .site-search h2:not(:first-child) + h2, .site-search h2:not(:first-child) + h3, .site-search h2:not(:first-child) + h4, .site-search h2:not(:first-child) + h5, .site-search h2:not(:first-child) + h6, .site-search h3 + h1, .site-search h3 + h2, .site-search h3 + h3, .site-search h3 + h4, .site-search h3 + h5, .site-search h3 + h6, .site-search h3:first-child + h1, .site-search h3:first-child + h2, .site-search h3:first-child + h3, .site-search h3:first-child + h4, .site-search h3:first-child + h5, .site-search h3:first-child + h6, .site-search h3:not(:first-child) + h1, .site-search h3:not(:first-child) + h2, .site-search h3:not(:first-child) + h3, .site-search h3:not(:first-child) + h4, .site-search h3:not(:first-child) + h5, .site-search h3:not(:first-child) + h6, .site-search h4 + h1, .site-search h4 + h2, .site-search h4 + h3, .site-search h4 + h4, .site-search h4 + h5, .site-search h4 + h6, .site-search h4:first-child + h1, .site-search h4:first-child + h2, .site-search h4:first-child + h3, .site-search h4:first-child + h4, .site-search h4:first-child + h5, .site-search h4:first-child + h6, .site-search h4:not(:first-child) + h1, .site-search h4:not(:first-child) + h2, .site-search h4:not(:first-child) + h3, .site-search h4:not(:first-child) + h4, .site-search h4:not(:first-child) + h5, .site-search h4:not(:first-child) + h6, .site-search h5 + h1, .site-search h5 + h2, .site-search h5 + h3, .site-search h5 + h4, .site-search h5 + h5, .site-search h5 + h6, .site-search h5:first-child + h1, .site-search h5:first-child + h2, .site-search h5:first-child + h3, .site-search h5:first-child + h4, .site-search h5:first-child + h5, .site-search h5:first-child + h6, .site-search h5:not(:first-child) + h1, .site-search h5:not(:first-child) + h2, .site-search h5:not(:first-child) + h3, .site-search h5:not(:first-child) + h4, .site-search h5:not(:first-child) + h5, .site-search h5:not(:first-child) + h6, .site-search h6 + h1, .site-search h6 + h2, .site-search h6 + h3, .site-search h6 + h4, .site-search h6 + h5, .site-search h6 + h6, .site-search h6:first-child + h1, .site-search h6:first-child + h2, .site-search h6:first-child + h3, .site-search h6:first-child + h4, .site-search h6:first-child + h5, .site-search h6:first-child + h6, .site-search h6:not(:first-child) + h1, .site-search h6:not(:first-child) + h2, .site-search h6:not(:first-child) + h3, .site-search h6:not(:first-child) + h4, .site-search h6:not(:first-child) + h5, .site-search h6:not(:first-child) + h6, .site-search .wpforms-title + h1, .site-search .wpforms-title + h2, .site-search .wpforms-title + h3, .site-search .wpforms-title + h4, .site-search .wpforms-title + h5, .site-search .wpforms-title + h6, .site-search .wpforms-title:first-child + h1, .site-search .wpforms-title:first-child + h2, .site-search .wpforms-title:first-child + h3, .site-search .wpforms-title:first-child + h4, .site-search .wpforms-title:first-child + h5, .site-search .wpforms-title:first-child + h6, .site-search .wpforms-title:not(:first-child) + h1, .site-search .wpforms-title:not(:first-child) + h2, .site-search .wpforms-title:not(:first-child) + h3, .site-search .wpforms-title:not(:first-child) + h4, .site-search .wpforms-title:not(:first-child) + h5, .site-search .wpforms-title:not(:first-child) + h6 {
	margin-top: 0;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote, body.elementor-editor-active .elementor-widget-container blockquote, body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote, body.elementor-editor-active .sidebar blockquote, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote, body:not(.elementor-editor-active) .content-wrapper blockquote, .block-editor-block-list__layout .elementor-widget-text-editor blockquote, .block-editor-block-list__layout blockquote, .mobile-header .elementor-widget-text-editor blockquote, .mobile-header blockquote, .page-header-area .header .elementor-widget-text-editor blockquote, .page-header-area .header blockquote, .footer .elementor-widget-text-editor blockquote, .footer blockquote, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote, .slide-sidebar-wrapper blockquote, .alter-menu-wrapper .elementor-widget-text-editor blockquote, .alter-menu-wrapper blockquote, .page-title-container .elementor-widget-text-editor blockquote, .page-title-container blockquote, .top-bar .elementor-widget-text-editor blockquote, .top-bar blockquote, .mobile-header-menu-container .elementor-widget-text-editor blockquote, .mobile-header-menu-container blockquote, .site-search .elementor-widget-text-editor blockquote, .site-search blockquote {
	position: relative;
	margin: 0 auto;
	border: none;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote:not(:first-child), body.elementor-editor-active .elementor-widget-container blockquote:not(:first-child), body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote:not(:first-child), body.elementor-editor-active .sidebar blockquote:not(:first-child), body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote:not(:first-child), body:not(.elementor-editor-active) .content-wrapper blockquote:not(:first-child), .block-editor-block-list__layout .elementor-widget-text-editor blockquote:not(:first-child), .block-editor-block-list__layout blockquote:not(:first-child), .mobile-header .elementor-widget-text-editor blockquote:not(:first-child), .mobile-header blockquote:not(:first-child), .page-header-area .header .elementor-widget-text-editor blockquote:not(:first-child), .page-header-area .header blockquote:not(:first-child), .footer .elementor-widget-text-editor blockquote:not(:first-child), .footer blockquote:not(:first-child), .slide-sidebar-wrapper .elementor-widget-text-editor blockquote:not(:first-child), .slide-sidebar-wrapper blockquote:not(:first-child), .alter-menu-wrapper .elementor-widget-text-editor blockquote:not(:first-child), .alter-menu-wrapper blockquote:not(:first-child), .page-title-container .elementor-widget-text-editor blockquote:not(:first-child), .page-title-container blockquote:not(:first-child), .top-bar .elementor-widget-text-editor blockquote:not(:first-child), .top-bar blockquote:not(:first-child), .mobile-header-menu-container .elementor-widget-text-editor blockquote:not(:first-child), .mobile-header-menu-container blockquote:not(:first-child), .site-search .elementor-widget-text-editor blockquote:not(:first-child), .site-search blockquote:not(:first-child) {
	margin-top: 1.25rem;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote:not(:last-child), body.elementor-editor-active .elementor-widget-container blockquote:not(:last-child), body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote:not(:last-child), body.elementor-editor-active .sidebar blockquote:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote:not(:last-child), body:not(.elementor-editor-active) .content-wrapper blockquote:not(:last-child), .block-editor-block-list__layout .elementor-widget-text-editor blockquote:not(:last-child), .block-editor-block-list__layout blockquote:not(:last-child), .mobile-header .elementor-widget-text-editor blockquote:not(:last-child), .mobile-header blockquote:not(:last-child), .page-header-area .header .elementor-widget-text-editor blockquote:not(:last-child), .page-header-area .header blockquote:not(:last-child), .footer .elementor-widget-text-editor blockquote:not(:last-child), .footer blockquote:not(:last-child), .slide-sidebar-wrapper .elementor-widget-text-editor blockquote:not(:last-child), .slide-sidebar-wrapper blockquote:not(:last-child), .alter-menu-wrapper .elementor-widget-text-editor blockquote:not(:last-child), .alter-menu-wrapper blockquote:not(:last-child), .page-title-container .elementor-widget-text-editor blockquote:not(:last-child), .page-title-container blockquote:not(:last-child), .top-bar .elementor-widget-text-editor blockquote:not(:last-child), .top-bar blockquote:not(:last-child), .mobile-header-menu-container .elementor-widget-text-editor blockquote:not(:last-child), .mobile-header-menu-container blockquote:not(:last-child), .site-search .elementor-widget-text-editor blockquote:not(:last-child), .site-search blockquote:not(:last-child) {
	margin-bottom: 1.25rem;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote:before, body.elementor-editor-active .elementor-widget-container blockquote:before, body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote:before, body.elementor-editor-active .sidebar blockquote:before, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote:before, body:not(.elementor-editor-active) .content-wrapper blockquote:before, .block-editor-block-list__layout .elementor-widget-text-editor blockquote:before, .block-editor-block-list__layout blockquote:before, .mobile-header .elementor-widget-text-editor blockquote:before, .mobile-header blockquote:before, .page-header-area .header .elementor-widget-text-editor blockquote:before, .page-header-area .header blockquote:before, .footer .elementor-widget-text-editor blockquote:before, .footer blockquote:before, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote:before, .slide-sidebar-wrapper blockquote:before, .alter-menu-wrapper .elementor-widget-text-editor blockquote:before, .alter-menu-wrapper blockquote:before, .page-title-container .elementor-widget-text-editor blockquote:before, .page-title-container blockquote:before, .top-bar .elementor-widget-text-editor blockquote:before, .top-bar blockquote:before, .mobile-header-menu-container .elementor-widget-text-editor blockquote:before, .mobile-header-menu-container blockquote:before, .site-search .elementor-widget-text-editor blockquote:before, .site-search blockquote:before {
	content: "";
	font: 400 normal 1.8125em/1em "fontello";
	display: block;
	margin: 0 0 20px;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote cite, body.elementor-editor-active .elementor-widget-container blockquote cite, body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote cite, body.elementor-editor-active .sidebar blockquote cite, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote cite, body:not(.elementor-editor-active) .content-wrapper blockquote cite, .block-editor-block-list__layout .elementor-widget-text-editor blockquote cite, .block-editor-block-list__layout blockquote cite, .mobile-header .elementor-widget-text-editor blockquote cite, .mobile-header blockquote cite, .page-header-area .header .elementor-widget-text-editor blockquote cite, .page-header-area .header blockquote cite, .footer .elementor-widget-text-editor blockquote cite, .footer blockquote cite, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote cite, .slide-sidebar-wrapper blockquote cite, .alter-menu-wrapper .elementor-widget-text-editor blockquote cite, .alter-menu-wrapper blockquote cite, .page-title-container .elementor-widget-text-editor blockquote cite, .page-title-container blockquote cite, .top-bar .elementor-widget-text-editor blockquote cite, .top-bar blockquote cite, .mobile-header-menu-container .elementor-widget-text-editor blockquote cite, .mobile-header-menu-container blockquote cite, .site-search .elementor-widget-text-editor blockquote cite, .site-search blockquote cite {
	display: inline-block !important;
	font-weight: 400;
	margin: 36px 0 0;
	font-style: normal;
	letter-spacing: normal;
	border-bottom: solid 1px;
	line-height: 1.4em;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote p, body.elementor-editor-active .elementor-widget-container blockquote p, body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote p, body.elementor-editor-active .sidebar blockquote p, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote p, body:not(.elementor-editor-active) .content-wrapper blockquote p, .block-editor-block-list__layout .elementor-widget-text-editor blockquote p, .block-editor-block-list__layout blockquote p, .mobile-header .elementor-widget-text-editor blockquote p, .mobile-header blockquote p, .page-header-area .header .elementor-widget-text-editor blockquote p, .page-header-area .header blockquote p, .footer .elementor-widget-text-editor blockquote p, .footer blockquote p, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote p, .slide-sidebar-wrapper blockquote p, .alter-menu-wrapper .elementor-widget-text-editor blockquote p, .alter-menu-wrapper blockquote p, .page-title-container .elementor-widget-text-editor blockquote p, .page-title-container blockquote p, .top-bar .elementor-widget-text-editor blockquote p, .top-bar blockquote p, .mobile-header-menu-container .elementor-widget-text-editor blockquote p, .mobile-header-menu-container blockquote p, .site-search .elementor-widget-text-editor blockquote p, .site-search blockquote p {
	margin: 0;
	font-weight: 400;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote p + p, body.elementor-editor-active .elementor-widget-container blockquote p + p, body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote p + p, body.elementor-editor-active .sidebar blockquote p + p, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote p + p, body:not(.elementor-editor-active) .content-wrapper blockquote p + p, .block-editor-block-list__layout .elementor-widget-text-editor blockquote p + p, .block-editor-block-list__layout blockquote p + p, .mobile-header .elementor-widget-text-editor blockquote p + p, .mobile-header blockquote p + p, .page-header-area .header .elementor-widget-text-editor blockquote p + p, .page-header-area .header blockquote p + p, .footer .elementor-widget-text-editor blockquote p + p, .footer blockquote p + p, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote p + p, .slide-sidebar-wrapper blockquote p + p, .alter-menu-wrapper .elementor-widget-text-editor blockquote p + p, .alter-menu-wrapper blockquote p + p, .page-title-container .elementor-widget-text-editor blockquote p + p, .page-title-container blockquote p + p, .top-bar .elementor-widget-text-editor blockquote p + p, .top-bar blockquote p + p, .mobile-header-menu-container .elementor-widget-text-editor blockquote p + p, .mobile-header-menu-container blockquote p + p, .site-search .elementor-widget-text-editor blockquote p + p, .site-search blockquote p + p {
	margin-top: 1em;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), body.elementor-editor-active .elementor-widget-container blockquote.is-style-large:not(.is-style-plain), body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), body.elementor-editor-active .sidebar blockquote.is-style-large:not(.is-style-plain), body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), body:not(.elementor-editor-active) .content-wrapper blockquote.is-style-large:not(.is-style-plain), .block-editor-block-list__layout .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .block-editor-block-list__layout blockquote.is-style-large:not(.is-style-plain), .mobile-header .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .mobile-header blockquote.is-style-large:not(.is-style-plain), .page-header-area .header .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .page-header-area .header blockquote.is-style-large:not(.is-style-plain), .footer .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .footer blockquote.is-style-large:not(.is-style-plain), .slide-sidebar-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .slide-sidebar-wrapper blockquote.is-style-large:not(.is-style-plain), .alter-menu-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .alter-menu-wrapper blockquote.is-style-large:not(.is-style-plain), .page-title-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .page-title-container blockquote.is-style-large:not(.is-style-plain), .top-bar .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .top-bar blockquote.is-style-large:not(.is-style-plain), .mobile-header-menu-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .mobile-header-menu-container blockquote.is-style-large:not(.is-style-plain), .site-search .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain), .site-search blockquote.is-style-large:not(.is-style-plain) {
	padding: 0 3em;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, body.elementor-editor-active .elementor-widget-container blockquote.is-style-large:not(.is-style-plain) p, body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, body.elementor-editor-active .sidebar blockquote.is-style-large:not(.is-style-plain) p, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, body:not(.elementor-editor-active) .content-wrapper blockquote.is-style-large:not(.is-style-plain) p, .block-editor-block-list__layout .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .block-editor-block-list__layout blockquote.is-style-large:not(.is-style-plain) p, .mobile-header .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .mobile-header blockquote.is-style-large:not(.is-style-plain) p, .page-header-area .header .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .page-header-area .header blockquote.is-style-large:not(.is-style-plain) p, .footer .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .footer blockquote.is-style-large:not(.is-style-plain) p, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .slide-sidebar-wrapper blockquote.is-style-large:not(.is-style-plain) p, .alter-menu-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .alter-menu-wrapper blockquote.is-style-large:not(.is-style-plain) p, .page-title-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .page-title-container blockquote.is-style-large:not(.is-style-plain) p, .top-bar .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .top-bar blockquote.is-style-large:not(.is-style-plain) p, .mobile-header-menu-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .mobile-header-menu-container blockquote.is-style-large:not(.is-style-plain) p, .site-search .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) p, .site-search blockquote.is-style-large:not(.is-style-plain) p {
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: normal;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, body.elementor-editor-active .elementor-widget-container blockquote.is-style-large:not(.is-style-plain) cite, body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, body.elementor-editor-active .sidebar blockquote.is-style-large:not(.is-style-plain) cite, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, body:not(.elementor-editor-active) .content-wrapper blockquote.is-style-large:not(.is-style-plain) cite, .block-editor-block-list__layout .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .block-editor-block-list__layout blockquote.is-style-large:not(.is-style-plain) cite, .mobile-header .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .mobile-header blockquote.is-style-large:not(.is-style-plain) cite, .page-header-area .header .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .page-header-area .header blockquote.is-style-large:not(.is-style-plain) cite, .footer .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .footer blockquote.is-style-large:not(.is-style-plain) cite, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .slide-sidebar-wrapper blockquote.is-style-large:not(.is-style-plain) cite, .alter-menu-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .alter-menu-wrapper blockquote.is-style-large:not(.is-style-plain) cite, .page-title-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .page-title-container blockquote.is-style-large:not(.is-style-plain) cite, .top-bar .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .top-bar blockquote.is-style-large:not(.is-style-plain) cite, .mobile-header-menu-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .mobile-header-menu-container blockquote.is-style-large:not(.is-style-plain) cite, .site-search .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite, .site-search blockquote.is-style-large:not(.is-style-plain) cite {
	font-size: 1em;
	text-align: inherit !important;
	font-weight: 400;
	margin: 20px 0 0;
}

body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, body.elementor-editor-active .elementor-widget-container blockquote.is-style-large:not(.is-style-plain) cite:before, body.elementor-editor-active .sidebar .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, body.elementor-editor-active .sidebar blockquote.is-style-large:not(.is-style-plain) cite:before, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, body:not(.elementor-editor-active) .content-wrapper blockquote.is-style-large:not(.is-style-plain) cite:before, .block-editor-block-list__layout .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .block-editor-block-list__layout blockquote.is-style-large:not(.is-style-plain) cite:before, .mobile-header .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .mobile-header blockquote.is-style-large:not(.is-style-plain) cite:before, .page-header-area .header .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .page-header-area .header blockquote.is-style-large:not(.is-style-plain) cite:before, .footer .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .footer blockquote.is-style-large:not(.is-style-plain) cite:before, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .slide-sidebar-wrapper blockquote.is-style-large:not(.is-style-plain) cite:before, .alter-menu-wrapper .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .alter-menu-wrapper blockquote.is-style-large:not(.is-style-plain) cite:before, .page-title-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .page-title-container blockquote.is-style-large:not(.is-style-plain) cite:before, .top-bar .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .top-bar blockquote.is-style-large:not(.is-style-plain) cite:before, .mobile-header-menu-container .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .mobile-header-menu-container blockquote.is-style-large:not(.is-style-plain) cite:before, .site-search .elementor-widget-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before, .site-search blockquote.is-style-large:not(.is-style-plain) cite:before {
	content: "";
}

body.elementor-editor-active .elementor-widget-container table, body.elementor-editor-active .sidebar table, body:not(.elementor-editor-active) .content-wrapper table, .block-editor-block-list__layout table, .mobile-header table, .page-header-area .header table, .footer table, .slide-sidebar-wrapper table, .alter-menu-wrapper table, .page-title-container table, .top-bar table, .mobile-header-menu-container table, .site-search table {
	border-collapse: collapse;
	border-spacing: unset;
	width: 100%;
	border: none;
}

body.elementor-editor-active .elementor-widget-container table:not(:last-child), body.elementor-editor-active .sidebar table:not(:last-child), body:not(.elementor-editor-active) .content-wrapper table:not(:last-child), .block-editor-block-list__layout table:not(:last-child), .mobile-header table:not(:last-child), .page-header-area .header table:not(:last-child), .footer table:not(:last-child), .slide-sidebar-wrapper table:not(:last-child), .alter-menu-wrapper table:not(:last-child), .page-title-container table:not(:last-child), .top-bar table:not(:last-child), .mobile-header-menu-container table:not(:last-child), .site-search table:not(:last-child) {
	margin-bottom: 2rem;
}

body.elementor-editor-active .elementor-widget-container table:not(:first-child), body.elementor-editor-active .sidebar table:not(:first-child), body:not(.elementor-editor-active) .content-wrapper table:not(:first-child), .block-editor-block-list__layout table:not(:first-child), .mobile-header table:not(:first-child), .page-header-area .header table:not(:first-child), .footer table:not(:first-child), .slide-sidebar-wrapper table:not(:first-child), .alter-menu-wrapper table:not(:first-child), .page-title-container table:not(:first-child), .top-bar table:not(:first-child), .mobile-header-menu-container table:not(:first-child), .site-search table:not(:first-child) {
	margin-top: 2rem;
}

body.elementor-editor-active .elementor-widget-container table tr td, body.elementor-editor-active .elementor-widget-container table tr th, body.elementor-editor-active .sidebar table tr td, body.elementor-editor-active .sidebar table tr th, body:not(.elementor-editor-active) .content-wrapper table tr td, body:not(.elementor-editor-active) .content-wrapper table tr th, .block-editor-block-list__layout table tr td, .block-editor-block-list__layout table tr th, .mobile-header table tr td, .mobile-header table tr th, .page-header-area .header table tr td, .page-header-area .header table tr th, .footer table tr td, .footer table tr th, .slide-sidebar-wrapper table tr td, .slide-sidebar-wrapper table tr th, .alter-menu-wrapper table tr td, .alter-menu-wrapper table tr th, .page-title-container table tr td, .page-title-container table tr th, .top-bar table tr td, .top-bar table tr th, .mobile-header-menu-container table tr td, .mobile-header-menu-container table tr th, .site-search table tr td, .site-search table tr th {
	border: none;
	padding: 12px 6px 15px 0;
}

body.elementor-editor-active .elementor-widget-container table tr th, body.elementor-editor-active .sidebar table tr th, body:not(.elementor-editor-active) .content-wrapper table tr th, .block-editor-block-list__layout table tr th, .mobile-header table tr th, .page-header-area .header table tr th, .footer table tr th, .slide-sidebar-wrapper table tr th, .alter-menu-wrapper table tr th, .page-title-container table tr th, .top-bar table tr th, .mobile-header-menu-container table tr th, .site-search table tr th {
	text-align: left;
}

body.elementor-editor-active .elementor-widget-container table tr + tr td, body.elementor-editor-active .elementor-widget-container table tr + tr th, body.elementor-editor-active .sidebar table tr + tr td, body.elementor-editor-active .sidebar table tr + tr th, body:not(.elementor-editor-active) .content-wrapper table tr + tr td, body:not(.elementor-editor-active) .content-wrapper table tr + tr th, .block-editor-block-list__layout table tr + tr td, .block-editor-block-list__layout table tr + tr th, .mobile-header table tr + tr td, .mobile-header table tr + tr th, .page-header-area .header table tr + tr td, .page-header-area .header table tr + tr th, .footer table tr + tr td, .footer table tr + tr th, .slide-sidebar-wrapper table tr + tr td, .slide-sidebar-wrapper table tr + tr th, .alter-menu-wrapper table tr + tr td, .alter-menu-wrapper table tr + tr th, .page-title-container table tr + tr td, .page-title-container table tr + tr th, .top-bar table tr + tr td, .top-bar table tr + tr th, .mobile-header-menu-container table tr + tr td, .mobile-header-menu-container table tr + tr th, .site-search table tr + tr td, .site-search table tr + tr th {
	border-top-style: solid;
	border-top-width: 1px;
}

body.elementor-editor-active .elementor-widget-container table tbody th, body.elementor-editor-active .sidebar table tbody th, body:not(.elementor-editor-active) .content-wrapper table tbody th, .block-editor-block-list__layout table tbody th, .mobile-header table tbody th, .page-header-area .header table tbody th, .footer table tbody th, .slide-sidebar-wrapper table tbody th, .alter-menu-wrapper table tbody th, .page-title-container table tbody th, .top-bar table tbody th, .mobile-header-menu-container table tbody th, .site-search table tbody th {
	font-weight: 600;
}

body.elementor-editor-active .elementor-widget-container dd, body.elementor-editor-active .sidebar dd, body:not(.elementor-editor-active) .content-wrapper dd, .block-editor-block-list__layout dd, .mobile-header dd, .page-header-area .header dd, .footer dd, .slide-sidebar-wrapper dd, .alter-menu-wrapper dd, .page-title-container dd, .top-bar dd, .mobile-header-menu-container dd, .site-search dd {
	margin-bottom: 1rem;
}

body.elementor-editor-active .elementor-widget-container ul, body.elementor-editor-active .elementor-widget-container ol, body.elementor-editor-active .sidebar ul, body.elementor-editor-active .sidebar ol, body:not(.elementor-editor-active) .content-wrapper ul, body:not(.elementor-editor-active) .content-wrapper ol, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol, .mobile-header ul, .mobile-header ol, .page-header-area .header ul, .page-header-area .header ol, .footer ul, .footer ol, .slide-sidebar-wrapper ul, .slide-sidebar-wrapper ol, .alter-menu-wrapper ul, .alter-menu-wrapper ol, .page-title-container ul, .page-title-container ol, .top-bar ul, .top-bar ol, .mobile-header-menu-container ul, .mobile-header-menu-container ol, .site-search ul, .site-search ol {
	padding: 0;
}

body.elementor-editor-active .elementor-widget-container ul:not(:last-child), body.elementor-editor-active .elementor-widget-container ol:not(:last-child), body.elementor-editor-active .sidebar ul:not(:last-child), body.elementor-editor-active .sidebar ol:not(:last-child), body:not(.elementor-editor-active) .content-wrapper ul:not(:last-child), body:not(.elementor-editor-active) .content-wrapper ol:not(:last-child), .block-editor-block-list__layout ul:not(:last-child), .block-editor-block-list__layout ol:not(:last-child), .mobile-header ul:not(:last-child), .mobile-header ol:not(:last-child), .page-header-area .header ul:not(:last-child), .page-header-area .header ol:not(:last-child), .footer ul:not(:last-child), .footer ol:not(:last-child), .slide-sidebar-wrapper ul:not(:last-child), .slide-sidebar-wrapper ol:not(:last-child), .alter-menu-wrapper ul:not(:last-child), .alter-menu-wrapper ol:not(:last-child), .page-title-container ul:not(:last-child), .page-title-container ol:not(:last-child), .top-bar ul:not(:last-child), .top-bar ol:not(:last-child), .mobile-header-menu-container ul:not(:last-child), .mobile-header-menu-container ol:not(:last-child), .site-search ul:not(:last-child), .site-search ol:not(:last-child) {
	margin-bottom: 1.875em;
	margin-top: 0;
}

body.elementor-editor-active .elementor-widget-container ul:last-child, body.elementor-editor-active .elementor-widget-container ol:last-child, body.elementor-editor-active .sidebar ul:last-child, body.elementor-editor-active .sidebar ol:last-child, body:not(.elementor-editor-active) .content-wrapper ul:last-child, body:not(.elementor-editor-active) .content-wrapper ol:last-child, .block-editor-block-list__layout ul:last-child, .block-editor-block-list__layout ol:last-child, .mobile-header ul:last-child, .mobile-header ol:last-child, .page-header-area .header ul:last-child, .page-header-area .header ol:last-child, .footer ul:last-child, .footer ol:last-child, .slide-sidebar-wrapper ul:last-child, .slide-sidebar-wrapper ol:last-child, .alter-menu-wrapper ul:last-child, .alter-menu-wrapper ol:last-child, .page-title-container ul:last-child, .page-title-container ol:last-child, .top-bar ul:last-child, .top-bar ol:last-child, .mobile-header-menu-container ul:last-child, .mobile-header-menu-container ol:last-child, .site-search ul:last-child, .site-search ol:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

body.elementor-editor-active .elementor-widget-container ul li, body.elementor-editor-active .elementor-widget-container ol li, body.elementor-editor-active .sidebar ul li, body.elementor-editor-active .sidebar ol li, body:not(.elementor-editor-active) .content-wrapper ul li, body:not(.elementor-editor-active) .content-wrapper ol li, .block-editor-block-list__layout ul li, .block-editor-block-list__layout ol li, .mobile-header ul li, .mobile-header ol li, .page-header-area .header ul li, .page-header-area .header ol li, .footer ul li, .footer ol li, .slide-sidebar-wrapper ul li, .slide-sidebar-wrapper ol li, .alter-menu-wrapper ul li, .alter-menu-wrapper ol li, .page-title-container ul li, .page-title-container ol li, .top-bar ul li, .top-bar ol li, .mobile-header-menu-container ul li, .mobile-header-menu-container ol li, .site-search ul li, .site-search ol li {
	position: relative;
}

body.elementor-editor-active .elementor-widget-container ul, body.elementor-editor-active .sidebar ul, body:not(.elementor-editor-active) .content-wrapper ul, .block-editor-block-list__layout ul, .mobile-header ul, .page-header-area .header ul, .footer ul, .slide-sidebar-wrapper ul, .alter-menu-wrapper ul, .page-title-container ul, .top-bar ul, .mobile-header-menu-container ul, .site-search ul {
	list-style: none;
}

body.elementor-editor-active .elementor-widget-container ul > li, body.elementor-editor-active .sidebar ul > li, body:not(.elementor-editor-active) .content-wrapper ul > li, .block-editor-block-list__layout ul > li, .mobile-header ul > li, .page-header-area .header ul > li, .footer ul > li, .slide-sidebar-wrapper ul > li, .alter-menu-wrapper ul > li, .page-title-container ul > li, .top-bar ul > li, .mobile-header-menu-container ul > li, .site-search ul > li {
	padding: 0 0 0 2.25em;
}

body.elementor-editor-active .elementor-widget-container ul > li:before, body.elementor-editor-active .sidebar ul > li:before, body:not(.elementor-editor-active) .content-wrapper ul > li:before, .block-editor-block-list__layout ul > li:before, .mobile-header ul > li:before, .page-header-area .header ul > li:before, .footer ul > li:before, .slide-sidebar-wrapper ul > li:before, .alter-menu-wrapper ul > li:before, .page-title-container ul > li:before, .top-bar ul > li:before, .mobile-header-menu-container ul > li:before, .site-search ul > li:before {
	content: "";
	width: 1.0625em;
	height: 1.0625em;
	font: 400 normal 1.0625em/1em "fontello";
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	right: initial;
	top: .375em;
	opacity: .5;
}

body.elementor-editor-active .elementor-widget-container ul > li:first-letter, body.elementor-editor-active .sidebar ul > li:first-letter, body:not(.elementor-editor-active) .content-wrapper ul > li:first-letter, .block-editor-block-list__layout ul > li:first-letter, .mobile-header ul > li:first-letter, .page-header-area .header ul > li:first-letter, .footer ul > li:first-letter, .slide-sidebar-wrapper ul > li:first-letter, .alter-menu-wrapper ul > li:first-letter, .page-title-container ul > li:first-letter, .top-bar ul > li:first-letter, .mobile-header-menu-container ul > li:first-letter, .site-search ul > li:first-letter {
	position: absolute;
	left: -20px;
}

body.elementor-editor-active .elementor-widget-container ol > li::marker, body.elementor-editor-active .sidebar ol > li::marker, body:not(.elementor-editor-active) .content-wrapper ol > li::marker, .block-editor-block-list__layout ol > li::marker, .mobile-header ol > li::marker, .page-header-area .header ol > li::marker, .footer ol > li::marker, .slide-sidebar-wrapper ol > li::marker, .alter-menu-wrapper ol > li::marker, .page-title-container ol > li::marker, .top-bar ol > li::marker, .mobile-header-menu-container ol > li::marker, .site-search ol > li::marker {
	word-spacing: 7px;
}

body.elementor-editor-active .elementor-widget-container ol ol, body.elementor-editor-active .sidebar ol ol, body:not(.elementor-editor-active) .content-wrapper ol ol, .block-editor-block-list__layout ol ol, .mobile-header ol ol, .page-header-area .header ol ol, .footer ol ol, .slide-sidebar-wrapper ol ol, .alter-menu-wrapper ol ol, .page-title-container ol ol, .top-bar ol ol, .mobile-header-menu-container ol ol, .site-search ol ol {
	margin: 0 0 0 20px;
}

body.elementor-editor-active .elementor-widget-container ol, body.elementor-editor-active .elementor-widget-container .post-comment-content ol, body.elementor-editor-active .sidebar ol, body.elementor-editor-active .sidebar .post-comment-content ol, body:not(.elementor-editor-active) .content-wrapper ol, body:not(.elementor-editor-active) .content-wrapper .post-comment-content ol, .block-editor-block-list__layout ol, .block-editor-block-list__layout .post-comment-content ol, .mobile-header ol, .mobile-header .post-comment-content ol, .page-header-area .header ol, .page-header-area .header .post-comment-content ol, .footer ol, .footer .post-comment-content ol, .slide-sidebar-wrapper ol, .slide-sidebar-wrapper .post-comment-content ol, .alter-menu-wrapper ol, .alter-menu-wrapper .post-comment-content ol, .page-title-container ol, .page-title-container .post-comment-content ol, .top-bar ol, .top-bar .post-comment-content ol, .mobile-header-menu-container ol, .mobile-header-menu-container .post-comment-content ol, .site-search ol, .site-search .post-comment-content ol {
	list-style-position: inside;
	padding: 0;
}

body.elementor-editor-active .elementor-widget-container form p, body.elementor-editor-active .sidebar form p, body:not(.elementor-editor-active) .content-wrapper form p, .block-editor-block-list__layout form p, .mobile-header form p, .page-header-area .header form p, .footer form p, .slide-sidebar-wrapper form p, .alter-menu-wrapper form p, .page-title-container form p, .top-bar form p, .mobile-header-menu-container form p, .site-search form p {
	margin: 20px 0;
}

body.elementor-editor-active .elementor-widget-container form p:first-child, body.elementor-editor-active .sidebar form p:first-child, body:not(.elementor-editor-active) .content-wrapper form p:first-child, .block-editor-block-list__layout form p:first-child, .mobile-header form p:first-child, .page-header-area .header form p:first-child, .footer form p:first-child, .slide-sidebar-wrapper form p:first-child, .alter-menu-wrapper form p:first-child, .page-title-container form p:first-child, .top-bar form p:first-child, .mobile-header-menu-container form p:first-child, .site-search form p:first-child {
	margin-top: 0;
}

body.elementor-editor-active .elementor-widget-container form p:last-child, body.elementor-editor-active .sidebar form p:last-child, body:not(.elementor-editor-active) .content-wrapper form p:last-child, .block-editor-block-list__layout form p:last-child, .mobile-header form p:last-child, .page-header-area .header form p:last-child, .footer form p:last-child, .slide-sidebar-wrapper form p:last-child, .alter-menu-wrapper form p:last-child, .page-title-container form p:last-child, .top-bar form p:last-child, .mobile-header-menu-container form p:last-child, .site-search form p:last-child {
	margin-bottom: 0;
}

body.elementor-editor-active .elementor-widget-container option, body.elementor-editor-active .sidebar option, body:not(.elementor-editor-active) .content-wrapper option, .block-editor-block-list__layout option, .mobile-header option, .page-header-area .header option, .footer option, .slide-sidebar-wrapper option, .alter-menu-wrapper option, .page-title-container option, .top-bar option, .mobile-header-menu-container option, .site-search option {
	color: #000;
}

body.elementor-editor-active .elementor-widget-container textarea, body.elementor-editor-active .sidebar textarea, body:not(.elementor-editor-active) .content-wrapper textarea, .block-editor-block-list__layout textarea, .mobile-header textarea, .page-header-area .header textarea, .footer textarea, .slide-sidebar-wrapper textarea, .alter-menu-wrapper textarea, .page-title-container textarea, .top-bar textarea, .mobile-header-menu-container textarea, .site-search textarea {
	height: 220px;
	resize: none;
}

body.elementor-editor-active .elementor-widget-container input[type="search"]::-webkit-search-decoration, body.elementor-editor-active .elementor-widget-container input[type="search"]::-webkit-search-cancel-button, body.elementor-editor-active .elementor-widget-container input[type="search"]::-webkit-search-results-button, body.elementor-editor-active .elementor-widget-container input[type="search"]::-webkit-search-results-decoration, body.elementor-editor-active .sidebar input[type="search"]::-webkit-search-decoration, body.elementor-editor-active .sidebar input[type="search"]::-webkit-search-cancel-button, body.elementor-editor-active .sidebar input[type="search"]::-webkit-search-results-button, body.elementor-editor-active .sidebar input[type="search"]::-webkit-search-results-decoration, body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-webkit-search-decoration, body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-webkit-search-cancel-button, body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-webkit-search-results-button, body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-webkit-search-results-decoration, .block-editor-block-list__layout input[type="search"]::-webkit-search-decoration, .block-editor-block-list__layout input[type="search"]::-webkit-search-cancel-button, .block-editor-block-list__layout input[type="search"]::-webkit-search-results-button, .block-editor-block-list__layout input[type="search"]::-webkit-search-results-decoration, .mobile-header input[type="search"]::-webkit-search-decoration, .mobile-header input[type="search"]::-webkit-search-cancel-button, .mobile-header input[type="search"]::-webkit-search-results-button, .mobile-header input[type="search"]::-webkit-search-results-decoration, .page-header-area .header input[type="search"]::-webkit-search-decoration, .page-header-area .header input[type="search"]::-webkit-search-cancel-button, .page-header-area .header input[type="search"]::-webkit-search-results-button, .page-header-area .header input[type="search"]::-webkit-search-results-decoration, .footer input[type="search"]::-webkit-search-decoration, .footer input[type="search"]::-webkit-search-cancel-button, .footer input[type="search"]::-webkit-search-results-button, .footer input[type="search"]::-webkit-search-results-decoration, .slide-sidebar-wrapper input[type="search"]::-webkit-search-decoration, .slide-sidebar-wrapper input[type="search"]::-webkit-search-cancel-button, .slide-sidebar-wrapper input[type="search"]::-webkit-search-results-button, .slide-sidebar-wrapper input[type="search"]::-webkit-search-results-decoration, .alter-menu-wrapper input[type="search"]::-webkit-search-decoration, .alter-menu-wrapper input[type="search"]::-webkit-search-cancel-button, .alter-menu-wrapper input[type="search"]::-webkit-search-results-button, .alter-menu-wrapper input[type="search"]::-webkit-search-results-decoration, .page-title-container input[type="search"]::-webkit-search-decoration, .page-title-container input[type="search"]::-webkit-search-cancel-button, .page-title-container input[type="search"]::-webkit-search-results-button, .page-title-container input[type="search"]::-webkit-search-results-decoration, .top-bar input[type="search"]::-webkit-search-decoration, .top-bar input[type="search"]::-webkit-search-cancel-button, .top-bar input[type="search"]::-webkit-search-results-button, .top-bar input[type="search"]::-webkit-search-results-decoration, .mobile-header-menu-container input[type="search"]::-webkit-search-decoration, .mobile-header-menu-container input[type="search"]::-webkit-search-cancel-button, .mobile-header-menu-container input[type="search"]::-webkit-search-results-button, .mobile-header-menu-container input[type="search"]::-webkit-search-results-decoration, .site-search input[type="search"]::-webkit-search-decoration, .site-search input[type="search"]::-webkit-search-cancel-button, .site-search input[type="search"]::-webkit-search-results-button, .site-search input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	display: none;
}

body.elementor-editor-active .elementor-widget-container input[type="search"]::-ms-clear, body.elementor-editor-active .elementor-widget-container input[type="search"]::-ms-reveal, body.elementor-editor-active .sidebar input[type="search"]::-ms-clear, body.elementor-editor-active .sidebar input[type="search"]::-ms-reveal, body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-ms-clear, body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-ms-reveal, .block-editor-block-list__layout input[type="search"]::-ms-clear, .block-editor-block-list__layout input[type="search"]::-ms-reveal, .mobile-header input[type="search"]::-ms-clear, .mobile-header input[type="search"]::-ms-reveal, .page-header-area .header input[type="search"]::-ms-clear, .page-header-area .header input[type="search"]::-ms-reveal, .footer input[type="search"]::-ms-clear, .footer input[type="search"]::-ms-reveal, .slide-sidebar-wrapper input[type="search"]::-ms-clear, .slide-sidebar-wrapper input[type="search"]::-ms-reveal, .alter-menu-wrapper input[type="search"]::-ms-clear, .alter-menu-wrapper input[type="search"]::-ms-reveal, .page-title-container input[type="search"]::-ms-clear, .page-title-container input[type="search"]::-ms-reveal, .top-bar input[type="search"]::-ms-clear, .top-bar input[type="search"]::-ms-reveal, .mobile-header-menu-container input[type="search"]::-ms-clear, .mobile-header-menu-container input[type="search"]::-ms-reveal, .site-search input[type="search"]::-ms-clear, .site-search input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.block-heading {
	padding: 0 0 10px;
}

.block-heading .block-heading__subtitle {
	font-size: 18px;
	line-height: 40px;
	text-transform: lowercase;
	margin: 0 0 12px;
}

.block-heading .block-heading__subtitle:before {
	content: "- ";
}

.block-heading .block-heading__title {
	margin-top: 0 !important;
}

@media only screen and (min-width: 481px) {
	body.elementor-editor-active .elementor-widget-container h1:not(:last-child), body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h1.elementor-heading-title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h1:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .mobile-header h1:not(:last-child), .mobile-header .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .page-header-area .header h1:not(:last-child), .page-header-area .header .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .footer h1:not(:last-child), .footer .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .page-title-container h1:not(:last-child), .page-title-container .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .slide-sidebar-wrapper h1:not(:last-child), .slide-sidebar-wrapper .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .alter-menu-wrapper h1:not(:last-child), .alter-menu-wrapper .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .top-bar h1:not(:last-child), .top-bar .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .mobile-header-menu-container h1:not(:last-child), .mobile-header-menu-container .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .site-search h1:not(:last-child), .site-search .elementor-widget-heading h1.elementor-heading-title:not(:last-child), .block-editor-block-list__layout h1:not(:last-child), .block-editor-block-list__layout .elementor-widget-heading h1.elementor-heading-title:not(:last-child) {
		margin-bottom: .325em;
	}
	
	body.elementor-editor-active .elementor-widget-container h2:not(:last-child), body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title:not(:last-child), body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h2.elementor-heading-title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h2:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .mobile-header h2:not(:last-child), .mobile-header .agencium_content_slider_title:not(:last-child), .mobile-header .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .page-header-area .header h2:not(:last-child), .page-header-area .header .agencium_content_slider_title:not(:last-child), .page-header-area .header .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .footer h2:not(:last-child), .footer .agencium_content_slider_title:not(:last-child), .footer .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .page-title-container h2:not(:last-child), .page-title-container .agencium_content_slider_title:not(:last-child), .page-title-container .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .slide-sidebar-wrapper h2:not(:last-child), .slide-sidebar-wrapper .agencium_content_slider_title:not(:last-child), .slide-sidebar-wrapper .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .alter-menu-wrapper h2:not(:last-child), .alter-menu-wrapper .agencium_content_slider_title:not(:last-child), .alter-menu-wrapper .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .top-bar h2:not(:last-child), .top-bar .agencium_content_slider_title:not(:last-child), .top-bar .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .mobile-header-menu-container h2:not(:last-child), .mobile-header-menu-container .agencium_content_slider_title:not(:last-child), .mobile-header-menu-container .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .site-search h2:not(:last-child), .site-search .agencium_content_slider_title:not(:last-child), .site-search .elementor-widget-heading h2.elementor-heading-title:not(:last-child), .block-editor-block-list__layout h2:not(:last-child), .block-editor-block-list__layout .agencium_content_slider_title:not(:last-child), .block-editor-block-list__layout .elementor-widget-heading h2.elementor-heading-title:not(:last-child) {
		margin-bottom: .5em;
	}
	
	body.elementor-editor-active .elementor-widget-container h3:not(:last-child), body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h3.elementor-heading-title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h3:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .mobile-header h3:not(:last-child), .mobile-header .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .page-header-area .header h3:not(:last-child), .page-header-area .header .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .footer h3:not(:last-child), .footer .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .page-title-container h3:not(:last-child), .page-title-container .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .slide-sidebar-wrapper h3:not(:last-child), .slide-sidebar-wrapper .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .alter-menu-wrapper h3:not(:last-child), .alter-menu-wrapper .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .top-bar h3:not(:last-child), .top-bar .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .mobile-header-menu-container h3:not(:last-child), .mobile-header-menu-container .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .site-search h3:not(:last-child), .site-search .elementor-widget-heading h3.elementor-heading-title:not(:last-child), .block-editor-block-list__layout h3:not(:last-child), .block-editor-block-list__layout .elementor-widget-heading h3.elementor-heading-title:not(:last-child) {
		margin-bottom: .5em;
	}
	
	body.elementor-editor-active .elementor-widget-container h4:not(:last-child), body.elementor-editor-active .elementor-widget-container .woocommerce-checkout h3:not(:last-child), body.elementor-editor-active .elementor-widget-container .woocommerce-order h2:not(:last-child), body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h4.elementor-heading-title:not(:last-child), body.elementor-editor-active .elementor-widget-container .widget h2.widgettitle:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h4:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .woocommerce-checkout h3:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .woocommerce-order h2:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h4.elementor-heading-title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .widget h2.widgettitle:not(:last-child), .mobile-header h4:not(:last-child), .mobile-header .woocommerce-checkout h3:not(:last-child), .mobile-header .woocommerce-order h2:not(:last-child), .mobile-header .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .mobile-header .widget h2.widgettitle:not(:last-child), .page-header-area .header h4:not(:last-child), .page-header-area .header .woocommerce-checkout h3:not(:last-child), .page-header-area .header .woocommerce-order h2:not(:last-child), .page-header-area .header .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .page-header-area .header .widget h2.widgettitle:not(:last-child), .footer h4:not(:last-child), .footer .woocommerce-checkout h3:not(:last-child), .footer .woocommerce-order h2:not(:last-child), .footer .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .footer .widget h2.widgettitle:not(:last-child), .page-title-container h4:not(:last-child), .page-title-container .woocommerce-checkout h3:not(:last-child), .page-title-container .woocommerce-order h2:not(:last-child), .page-title-container .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .page-title-container .widget h2.widgettitle:not(:last-child), .slide-sidebar-wrapper h4:not(:last-child), .slide-sidebar-wrapper .woocommerce-checkout h3:not(:last-child), .slide-sidebar-wrapper .woocommerce-order h2:not(:last-child), .slide-sidebar-wrapper .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .slide-sidebar-wrapper .widget h2.widgettitle:not(:last-child), .alter-menu-wrapper h4:not(:last-child), .alter-menu-wrapper .woocommerce-checkout h3:not(:last-child), .alter-menu-wrapper .woocommerce-order h2:not(:last-child), .alter-menu-wrapper .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .alter-menu-wrapper .widget h2.widgettitle:not(:last-child), .top-bar h4:not(:last-child), .top-bar .woocommerce-checkout h3:not(:last-child), .top-bar .woocommerce-order h2:not(:last-child), .top-bar .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .top-bar .widget h2.widgettitle:not(:last-child), .mobile-header-menu-container h4:not(:last-child), .mobile-header-menu-container .woocommerce-checkout h3:not(:last-child), .mobile-header-menu-container .woocommerce-order h2:not(:last-child), .mobile-header-menu-container .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .mobile-header-menu-container .widget h2.widgettitle:not(:last-child), .site-search h4:not(:last-child), .site-search .woocommerce-checkout h3:not(:last-child), .site-search .woocommerce-order h2:not(:last-child), .site-search .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .site-search .widget h2.widgettitle:not(:last-child), .block-editor-block-list__layout h4:not(:last-child), .block-editor-block-list__layout .woocommerce-checkout h3:not(:last-child), .block-editor-block-list__layout .woocommerce-order h2:not(:last-child), .block-editor-block-list__layout .elementor-widget-heading h4.elementor-heading-title:not(:last-child), .block-editor-block-list__layout .widget h2.widgettitle:not(:last-child) {
		margin-bottom: .5em;
	}
	
	body.elementor-editor-active .elementor-widget-container h5:not(:last-child), body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h5.elementor-heading-title:not(:last-child), body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:last-child), body.elementor-editor-active .elementor-widget-container .woocommerce-Reviews-title:not(:last-child), body.elementor-editor-active .elementor-widget-container .woocommerce-account h3:not(:last-child), body.elementor-editor-active .elementor-widget-container .outer-form-wrapper h2:not(:last-child), body.elementor-editor-active .elementor-widget-container .woocommerce-MyAccount-content h2:not(:last-child), body.elementor-editor-active .elementor-widget-container .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h5:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h5.elementor-heading-title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .woocommerce-Reviews-title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .woocommerce-account h3:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .outer-form-wrapper h2:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .woocommerce-MyAccount-content h2:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .mobile-header h5:not(:last-child), .mobile-header .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .mobile-header .wpforms-title:not(:last-child), .mobile-header .woocommerce-Reviews-title:not(:last-child), .mobile-header .woocommerce-account h3:not(:last-child), .mobile-header .outer-form-wrapper h2:not(:last-child), .mobile-header .woocommerce-MyAccount-content h2:not(:last-child), .mobile-header .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .page-header-area .header h5:not(:last-child), .page-header-area .header .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .page-header-area .header .wpforms-title:not(:last-child), .page-header-area .header .woocommerce-Reviews-title:not(:last-child), .page-header-area .header .woocommerce-account h3:not(:last-child), .page-header-area .header .outer-form-wrapper h2:not(:last-child), .page-header-area .header .woocommerce-MyAccount-content h2:not(:last-child), .page-header-area .header .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .footer h5:not(:last-child), .footer .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .footer .wpforms-title:not(:last-child), .footer .woocommerce-Reviews-title:not(:last-child), .footer .woocommerce-account h3:not(:last-child), .footer .outer-form-wrapper h2:not(:last-child), .footer .woocommerce-MyAccount-content h2:not(:last-child), .footer .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .page-title-container h5:not(:last-child), .page-title-container .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .page-title-container .wpforms-title:not(:last-child), .page-title-container .woocommerce-Reviews-title:not(:last-child), .page-title-container .woocommerce-account h3:not(:last-child), .page-title-container .outer-form-wrapper h2:not(:last-child), .page-title-container .woocommerce-MyAccount-content h2:not(:last-child), .page-title-container .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .slide-sidebar-wrapper h5:not(:last-child), .slide-sidebar-wrapper .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .slide-sidebar-wrapper .wpforms-title:not(:last-child), .slide-sidebar-wrapper .woocommerce-Reviews-title:not(:last-child), .slide-sidebar-wrapper .woocommerce-account h3:not(:last-child), .slide-sidebar-wrapper .outer-form-wrapper h2:not(:last-child), .slide-sidebar-wrapper .woocommerce-MyAccount-content h2:not(:last-child), .slide-sidebar-wrapper .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .alter-menu-wrapper h5:not(:last-child), .alter-menu-wrapper .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .alter-menu-wrapper .wpforms-title:not(:last-child), .alter-menu-wrapper .woocommerce-Reviews-title:not(:last-child), .alter-menu-wrapper .woocommerce-account h3:not(:last-child), .alter-menu-wrapper .outer-form-wrapper h2:not(:last-child), .alter-menu-wrapper .woocommerce-MyAccount-content h2:not(:last-child), .alter-menu-wrapper .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .top-bar h5:not(:last-child), .top-bar .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .top-bar .wpforms-title:not(:last-child), .top-bar .woocommerce-Reviews-title:not(:last-child), .top-bar .woocommerce-account h3:not(:last-child), .top-bar .outer-form-wrapper h2:not(:last-child), .top-bar .woocommerce-MyAccount-content h2:not(:last-child), .top-bar .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .mobile-header-menu-container h5:not(:last-child), .mobile-header-menu-container .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .mobile-header-menu-container .wpforms-title:not(:last-child), .mobile-header-menu-container .woocommerce-Reviews-title:not(:last-child), .mobile-header-menu-container .woocommerce-account h3:not(:last-child), .mobile-header-menu-container .outer-form-wrapper h2:not(:last-child), .mobile-header-menu-container .woocommerce-MyAccount-content h2:not(:last-child), .mobile-header-menu-container .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .site-search h5:not(:last-child), .site-search .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .site-search .wpforms-title:not(:last-child), .site-search .woocommerce-Reviews-title:not(:last-child), .site-search .woocommerce-account h3:not(:last-child), .site-search .outer-form-wrapper h2:not(:last-child), .site-search .woocommerce-MyAccount-content h2:not(:last-child), .site-search .woocommerce .woocommerce-MyAccount-content h3:not(:last-child), .block-editor-block-list__layout h5:not(:last-child), .block-editor-block-list__layout .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .block-editor-block-list__layout .wpforms-title:not(:last-child), .block-editor-block-list__layout .woocommerce-Reviews-title:not(:last-child), .block-editor-block-list__layout .woocommerce-account h3:not(:last-child), .block-editor-block-list__layout .outer-form-wrapper h2:not(:last-child), .block-editor-block-list__layout .woocommerce-MyAccount-content h2:not(:last-child), .block-editor-block-list__layout .woocommerce .woocommerce-MyAccount-content h3:not(:last-child) {
		margin-bottom: .5em;
	}
	
	body.elementor-editor-active .elementor-widget-container h6:not(:last-child), body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h6.elementor-heading-title:not(:last-child), body.elementor-editor-active .elementor-widget-container .cart_totals h2:not(:last-child), body:not(.elementor-editor-active) .content-wrapper h6:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h6.elementor-heading-title:not(:last-child), body:not(.elementor-editor-active) .content-wrapper .cart_totals h2:not(:last-child), .mobile-header h6:not(:last-child), .mobile-header .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .mobile-header .cart_totals h2:not(:last-child), .page-header-area .header h6:not(:last-child), .page-header-area .header .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .page-header-area .header .cart_totals h2:not(:last-child), .footer h6:not(:last-child), .footer .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .footer .cart_totals h2:not(:last-child), .page-title-container h6:not(:last-child), .page-title-container .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .page-title-container .cart_totals h2:not(:last-child), .slide-sidebar-wrapper h6:not(:last-child), .slide-sidebar-wrapper .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .slide-sidebar-wrapper .cart_totals h2:not(:last-child), .alter-menu-wrapper h6:not(:last-child), .alter-menu-wrapper .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .alter-menu-wrapper .cart_totals h2:not(:last-child), .top-bar h6:not(:last-child), .top-bar .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .top-bar .cart_totals h2:not(:last-child), .mobile-header-menu-container h6:not(:last-child), .mobile-header-menu-container .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .mobile-header-menu-container .cart_totals h2:not(:last-child), .site-search h6:not(:last-child), .site-search .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .site-search .cart_totals h2:not(:last-child), .block-editor-block-list__layout h6:not(:last-child), .block-editor-block-list__layout .elementor-widget-heading h6.elementor-heading-title:not(:last-child), .block-editor-block-list__layout .cart_totals h2:not(:last-child) {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 841px) {
	body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote:before, body.elementor-editor-active .elementor-widget-container blockquote:before, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote:before, body:not(.elementor-editor-active) .content-wrapper blockquote:before, .mobile-header .elementor-widget-text-editor blockquote:before, .mobile-header blockquote:before, .page-header-area .header .elementor-widget-text-editor blockquote:before, .page-header-area .header blockquote:before, .footer .elementor-widget-text-editor blockquote:before, .footer blockquote:before, .page-title-container .elementor-widget-text-editor blockquote:before, .page-title-container blockquote:before, .top-bar .elementor-widget-text-editor blockquote:before, .top-bar blockquote:before, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote:before, .slide-sidebar-wrapper blockquote:before, .alter-menu-wrapper .elementor-widget-text-editor blockquote:before, .alter-menu-wrapper blockquote:before, .mobile-header-menu-container .elementor-widget-text-editor blockquote:before, .mobile-header-menu-container blockquote:before, .site-search .elementor-widget-text-editor blockquote:before, .site-search blockquote:before, .block-editor-block-list__layout .elementor-widget-text-editor blockquote:before, .block-editor-block-list__layout blockquote:before {
		margin: 0 0 40px;
	}
	
	body.elementor-editor-active .elementor-widget-container .elementor-widget-text-editor blockquote p, body.elementor-editor-active .elementor-widget-container blockquote p, body:not(.elementor-editor-active) .content-wrapper .elementor-widget-text-editor blockquote p, body:not(.elementor-editor-active) .content-wrapper blockquote p, .mobile-header .elementor-widget-text-editor blockquote p, .mobile-header blockquote p, .page-header-area .header .elementor-widget-text-editor blockquote p, .page-header-area .header blockquote p, .footer .elementor-widget-text-editor blockquote p, .footer blockquote p, .page-title-container .elementor-widget-text-editor blockquote p, .page-title-container blockquote p, .top-bar .elementor-widget-text-editor blockquote p, .top-bar blockquote p, .slide-sidebar-wrapper .elementor-widget-text-editor blockquote p, .slide-sidebar-wrapper blockquote p, .alter-menu-wrapper .elementor-widget-text-editor blockquote p, .alter-menu-wrapper blockquote p, .mobile-header-menu-container .elementor-widget-text-editor blockquote p, .mobile-header-menu-container blockquote p, .site-search .elementor-widget-text-editor blockquote p, .site-search blockquote p, .block-editor-block-list__layout .elementor-widget-text-editor blockquote p, .block-editor-block-list__layout blockquote p {
		font-size: 1.25em;
		line-height: 2em;
	}
}

.alignwide, .alignfull {
	margin-left: 0;
	margin-right: 0;
}

.content-wrapper-sidebar-position-none .alignwide, .block-editor-block-list__layout .alignwide {
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
}

.content-wrapper-sidebar-position-none .alignfull, .block-editor-block-list__layout .alignfull {
	position: relative;
	width: 100vw;
	left: 50%;
	right: auto;
	margin: 0 0 0 -50vw;
}

.content-wrapper-sidebar-position-none .alignfull:not(:last-child), .block-editor-block-list__layout .alignfull:not(:last-child) {
	margin-bottom: 30px;
}

.content-wrapper-sidebar-position-none .alignfull:not(:first-child), .block-editor-block-list__layout .alignfull:not(:first-child) {
	margin-top: 30px;
}

p.has-large-font-size:not(:last-child) {
	margin-bottom: .8333em;
}

.has-large-font-size, .has-small-font-size {
	line-height: initial;
}

/* ---------- Pull Quote ---------- */
.content-wrapper .wp-block-pullquote, .block-editor-block-list__layout .wp-block-pullquote {
	border-left: none;
	border-right: none;
	border-top: solid 2px;
	border-bottom: solid 2px;
	padding: 1.5em 0;
}

.content-wrapper .wp-block-pullquote:not(:last-child), .block-editor-block-list__layout .wp-block-pullquote:not(:last-child) {
	margin-bottom: 2.625rem;
}

.content-wrapper .wp-block-pullquote:not(:first-child), .block-editor-block-list__layout .wp-block-pullquote:not(:first-child) {
	margin-top: 2.625rem;
}

.content-wrapper .wp-block-pullquote blockquote, .block-editor-block-list__layout .wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
	max-width: none;
	color: inherit;
}

.content-wrapper .wp-block-pullquote.is-style-solid-color, .block-editor-block-list__layout .wp-block-pullquote.is-style-solid-color {
	border: none;
	padding: 1.5em 1em;
}

/* ---------- Dropcaps ---------- */
p.has-background {
	padding: 20px;
}

p[class*="-color"] strong {
	color: inherit;
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1.3em;
	padding: 0;
	text-align: left;
	margin: -.1em .2em 0 0;
}

/* ---------- Table ---------- */
.wp-block-table:not(:last-child) {
	margin-bottom: 30px;
}

.wp-block-table:not(:first-child) {
	margin-top: 30px;
}

.wp-block-table table {
	margin: 0 !important;
}

.wp-block-table .wp-element-caption {
	font-size: .875em;
	font-weight: 200;
	font-style: italic;
}

.wp-block-table .wp-element-caption:not(:first-child) {
	margin-top: 5px;
}

/* ------- Login/Logout ------- */
.wp-block-loginout:before {
	font: 400 normal 18px/23px "fontello";
	margin: 0 10px 0 0;
	position: relative;
	top: 0;
}

.wp-block-loginout.logged-in:before {
	content: "";
}

.wp-block-loginout.logged-out:before {
	content: "";
}

.wp-block-loginout.logged-out.has-login-form:before {
	content: none;
	display: none;
}

.wp-block-loginout .login-submit .button {
	min-width: 150px;
}

.wp-block-loginout.has-login-form form {
	padding: 5px 0 0;
}

.wp-block-loginout.has-login-form .agencium-form-field label {
	font-size: 16px;
	font-weight: 400;
}

.wp-block-loginout.has-login-form .login-remember label {
	font-size: 14px;
	line-height: 2em;
	display: block;
}

.wp-block-loginout.has-login-form .login-remember input[type="checkbox"] {
	vertical-align: top;
}

.wp-block-loginout.has-login-form .login-submit {
	margin-top: 30px;
}

/* ---------- Images ---------- */
.body-container .wp-block-image {
	margin-bottom: 0;
	position: relative;
}

.body-container .wp-block-image:not(:last-child) {
	margin-bottom: 1.3125rem;
}

.body-container .wp-block-image:not(:last-child) .alignnone, .body-container .wp-block-image:not(:last-child) .alignleft, .body-container .wp-block-image:not(:last-child) .aligncenter, .body-container .wp-block-image:not(:last-child) .alignright {
	margin-bottom: 1.3125rem;
}

.body-container .wp-block-image:not(:first-child) {
	margin-top: 1.3125rem;
}

.body-container .wp-block-image .aligncenter {
	display: block;
	margin: 7px auto 0;
}

.body-container .wp-block-image .aligncenter img {
	margin: 0 auto;
}

.body-container .wp-block-image .aligncenter figcaption {
	display: block;
}

.body-container .wp-block-image .alignnone {
	margin: 7px 0 0;
}

.body-container .wp-block-image .alignleft {
	margin: 7px 30px 0 0;
}

.body-container .wp-block-image .alignright {
	margin: 7px 0 0 30px;
}

.body-container .wp-block-image figcaption {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}

.widget .wp-block-image {
	margin: 0;
}

.widget .wp-block-image a {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 1;
	position: relative;
}

/* ---------- Gallery ---------- */
.wp-block-gallery:not(:last-child), .media_gallery:not(:last-child) {
	margin-bottom: 2.625rem;
}

.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-2 .blocks-gallery-image, .wp-block-gallery.columns-2 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item, .media_gallery.columns-1 .blocks-gallery-image, .media_gallery.columns-1 .blocks-gallery-item, .media_gallery.columns-2 .blocks-gallery-image, .media_gallery.columns-2 .blocks-gallery-item, .media_gallery.columns-3 .blocks-gallery-image, .media_gallery.columns-3 .blocks-gallery-item {
	width: calc(100% - 30px);
	padding: 0 !important;
}

.wp-block-gallery.columns-1 .blocks-gallery-image:before, .wp-block-gallery.columns-1 .blocks-gallery-item:before, .wp-block-gallery.columns-2 .blocks-gallery-image:before, .wp-block-gallery.columns-2 .blocks-gallery-item:before, .wp-block-gallery.columns-3 .blocks-gallery-image:before, .wp-block-gallery.columns-3 .blocks-gallery-item:before, .media_gallery.columns-1 .blocks-gallery-image:before, .media_gallery.columns-1 .blocks-gallery-item:before, .media_gallery.columns-2 .blocks-gallery-image:before, .media_gallery.columns-2 .blocks-gallery-item:before, .media_gallery.columns-3 .blocks-gallery-image:before, .media_gallery.columns-3 .blocks-gallery-item:before {
	content: none !important;
	display: none !important;
}

.wp-block-gallery .blocks-gallery-grid, .media_gallery .blocks-gallery-grid {
	margin: -15px;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item, .media_gallery .blocks-gallery-grid .blocks-gallery-item {
	margin: 15px !important;
	padding: 0;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before, .media_gallery .blocks-gallery-grid .blocks-gallery-item:before {
	content: none;
	display: none;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item .item-wrapper, .media_gallery .blocks-gallery-grid .blocks-gallery-item .item-wrapper {
	position: relative;
	height: 100%;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a, .media_gallery .blocks-gallery-grid .blocks-gallery-item a {
	display: block;
	position: relative;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:before, .media_gallery .blocks-gallery-grid .blocks-gallery-item a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:after, .media_gallery .blocks-gallery-grid .blocks-gallery-item a:after {
	content: "";
	font: 400 normal 42px/1em "fontello";
	position: absolute;
	display: block;
	left: 50%;
	right: initial;
	top: 50%;
	width: 42px;
	height: 42px;
	-webkit-transition: opacity .3s, top .3s;
	transition: opacity .3s, top .3s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	text-align: center;
	margin: -21px 0 0 -21px;
	z-index: 3;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover:before, .media_gallery .blocks-gallery-grid .blocks-gallery-item a:hover:before {
	opacity: .5;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover:after, .media_gallery .blocks-gallery-grid .blocks-gallery-item a:hover:after {
	opacity: 1;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img, .media_gallery .blocks-gallery-grid .blocks-gallery-item img {
	position: relative;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption, .media_gallery .blocks-gallery-grid .blocks-gallery-item figcaption {
	line-height: 1.4em;
	font-size: 14px;
	padding: 3em 20px 20px;
}

.wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item, .media_gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image, .media_gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item {
	width: calc(100% - 30px);
}

.wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item, .media_gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image, .media_gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item {
	width: calc(50% - 30px);
}

.wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item, .media_gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image, .media_gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item {
	width: calc(33.3333% - 30px);
}

.wp-block-gallery.alignfull .blocks-gallery-grid, .media_gallery.alignfull .blocks-gallery-grid {
	margin: -15px 15px;
}

.wp-block-gallery .blocks-gallery-caption, .media_gallery .blocks-gallery-caption {
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.sidebar .wp-block-gallery.is-layout-flex, .footer-widgets .wp-block-gallery.is-layout-flex, .slide-sidebar-content .wp-block-gallery.is-layout-flex {
	--wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 10px)));
	gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 10px)));
}

.sidebar .wp-block-gallery .blocks-gallery-grid, .footer-widgets .wp-block-gallery .blocks-gallery-grid, .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid {
	margin: -5px;
}

.sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item, .footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item, .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
	margin: 5px !important;
}

.sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after, .footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after, .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after {
	top: 40%;
	width: 28px;
	height: 28px;
	font-size: 28px;
	margin: -14px 0 0 -14px;
}

.sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after, .footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after, .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after {
	top: 50%;
}

.sidebar .wp-block-gallery .wp-block-image > a:before, .footer-widgets .wp-block-gallery .wp-block-image > a:before, .slide-sidebar-content .wp-block-gallery .wp-block-image > a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.sidebar .wp-block-gallery .wp-block-image > a:after, .footer-widgets .wp-block-gallery .wp-block-image > a:after, .slide-sidebar-content .wp-block-gallery .wp-block-image > a:after {
	content: "";
	width: 28px !important;
	height: 28px !important;
	position: absolute;
	display: block;
	text-align: center;
	font: 400 normal 28px/1em "fontello" !important;
	z-index: 3;
	left: 50%;
	right: auto;
	top: 40%;
	margin: -14px 0 0 -14px !important;
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s;
	transition: top .3s, opacity .3s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sidebar .wp-block-gallery .wp-block-image > a:hover:before, .footer-widgets .wp-block-gallery .wp-block-image > a:hover:before, .slide-sidebar-content .wp-block-gallery .wp-block-image > a:hover:before {
	opacity: .8 !important;
}

.sidebar .wp-block-gallery .wp-block-image > a:hover:after, .footer-widgets .wp-block-gallery .wp-block-image > a:hover:after, .slide-sidebar-content .wp-block-gallery .wp-block-image > a:hover:after {
	top: 50%;
	opacity: 1;
}

.content-wrapper-sidebar-position-right .wp-block-gallery.alignfull .blocks-gallery-grid, .content-wrapper-sidebar-position-right .media_gallery.alignfull .blocks-gallery-grid, .content-wrapper-sidebar-position-left .wp-block-gallery.alignfull .blocks-gallery-grid, .content-wrapper-sidebar-position-left .media_gallery.alignfull .blocks-gallery-grid {
	margin: -15px;
}

/* ---------- Products ---------- */

/* ----- Featured Product ----- */
.wc-block-featured-product {
	overflow: hidden;
	min-height: 300px !important;
	padding: 30px 0;
}

.wc-block-featured-product .wc-block-featured-product__title {
	margin: 0 !important;
	padding: 0 20px;
}

.wc-block-featured-product .wc-block-featured-product__description {
	padding: 16px 20px 0;
}

.wc-block-featured-product .wc-block-featured-product__description p {
	font-size: 14px;
	line-height: 22px;
}

.wc-block-featured-product .wc-block-featured-product__price {
	padding: 16px 20px 0;
}

.wc-block-featured-product .wc-block-featured-product__price .price_wrapper {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.wc-block-featured-product .wc-block-featured-product__price .price_wrapper del {
	margin: 0 13px;
	opacity: .6;
}

.wc-block-featured-product .wc-block-featured-product__price .price_wrapper ins {
	margin: 0 13px;
	text-decoration: none;
}

.wc-block-featured-product .wc-block-featured-product__link {
	padding: 27px 20px 0;
	font-size: 0;
	line-height: 1;
}

/* ----- Featured Category ----- */
.wc-block-featured-category {
	overflow: hidden;
	min-height: 300px !important;
	padding: 30px 0;
}

.wc-block-featured-category .wc-block-featured-category__title {
	margin: 0 !important;
	padding: 0 20px;
}

.wc-block-featured-category .wc-block-featured-category__description {
	padding: 16px 20px 0;
}

.wc-block-featured-category .wc-block-featured-category__description p {
	font-size: 14px;
	line-height: 22px;
}

.wc-block-featured-category .wc-block-featured-category__price {
	padding: 16px 20px 0;
}

.wc-block-featured-category .wc-block-featured-category__price .price_wrapper {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.wc-block-featured-category .wc-block-featured-category__price .price_wrapper del {
	margin: 0 13px;
	opacity: .6;
}

.wc-block-featured-category .wc-block-featured-category__price .price_wrapper ins {
	margin: 0 13px;
	text-decoration: none;
}

.wc-block-featured-category .wc-block-featured-category__link {
	padding: 27px 20px 0;
	font-size: 0;
	line-height: 1;
}

/* ---------- Button ---------- */
.wp-block-button.is-style-squared > .wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-squared {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* ---------- Columns ---------- */
.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-columns:not(:last-child) {
	margin-bottom: 1.3125rem;
}

.content-wrapper-sidebar-position-none .wp-block-columns.alignfull, .block-editor-block-list__layout .wp-block-columns.alignfull {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

.content-wrapper-sidebar-position-none .wp-block-columns.alignwide, .block-editor-block-list__layout .wp-block-columns.alignwide {
	margin: 0;
	width: 100%;
}

/* ---------- Media Text ---------- */
.wp-block-media-text:not(:last-child) {
	margin-bottom: 1.3125rem;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

/* ---------- Video ---------- */
.wp-block-video video {
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
}

.wp-block-video figcaption {
	margin: .5em 0 0;
	font-size: 14px;
	text-align: center;
	display: block;
}

/* ---------- Audio ---------- */
.wp-block-audio audio {
	min-width: 260px;
	display: block;
}

.wp-block-audio figcaption {
	margin: .5em 0 0;
	font-size: 14px;
	text-align: center;
	display: block;
}

/* ---------- Embed ---------- */
.wp-block-embed:not(:first-child) {
	margin-top: 30px;
}

.wp-block-embed:not(:last-child) {
	margin-bottom: 30px;
}

.wp-block-embed .wp-block-embed__wrapper {
	position: relative;
}

.wp-block-embed figcaption {
	margin: .5em 0 0;
	font-size: 14px;
	text-align: center;
	display: block;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding: 56.25% 0 0;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.wp-block-embed .video-embed {
	padding: 0;
	position: static;
}

.wp-block-embed .video-embed iframe {
	position: relative;
}

/* ---------- Cover ---------- */
.content .wp-block-cover, .block-editor-block-list__layout .wp-block-cover, .wp-block-cover {
	overflow: hidden;
	-webkit-border-radius: 0;
	border-radius: 0;
	min-height: 0;
	padding: 0;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}

.content .wp-block-cover:not(:last-child), .block-editor-block-list__layout .wp-block-cover:not(:last-child), .wp-block-cover:not(:last-child) {
	margin-bottom: 50px;
}

.content .wp-block-cover:not(:first-child), .block-editor-block-list__layout .wp-block-cover:not(:first-child), .wp-block-cover:not(:first-child) {
	margin-top: 50px;
}

.content .wp-block-cover strong, .block-editor-block-list__layout .wp-block-cover strong, .wp-block-cover strong {
	color: inherit;
}

.content .wp-block-cover .wp-block-title a, .block-editor-block-list__layout .wp-block-cover .wp-block-title a, .wp-block-cover .wp-block-title a {
	text-decoration: none;
	color: inherit;
}

.content .wp-block-cover .wp-block-title a:hover, .block-editor-block-list__layout .wp-block-cover .wp-block-title a:hover, .wp-block-cover .wp-block-title a:hover {
	text-decoration: none;
	color: inherit;
}

.content .wp-block-cover .wp-block-cover-text a, .block-editor-block-list__layout .wp-block-cover .wp-block-cover-text a, .wp-block-cover .wp-block-cover-text a {
	color: inherit;
}

.content .wp-block-cover .wp-block-cover-text a:hover, .block-editor-block-list__layout .wp-block-cover .wp-block-cover-text a:hover, .wp-block-cover .wp-block-cover-text a:hover {
	color: inherit;
}

.content .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container, .block-editor-block-list__layout .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container {
	padding: 50px 30px;
}

.content .sidebar .wp-block-cover .wp-block-title, .sidebar .wp-block-cover .wp-block-title, .footer-widgets .wp-block-cover .wp-block-title, .slide-sidebar-content .wp-block-cover .wp-block-title {
	margin-top: -8px;
}

.content .sidebar .wp-block-cover .wp-block-title h1, .content .sidebar .wp-block-cover .wp-block-title h2, .content .sidebar .wp-block-cover .wp-block-title h3, .content .sidebar .wp-block-cover .wp-block-title h4, .content .sidebar .wp-block-cover .wp-block-title h5, .content .sidebar .wp-block-cover .wp-block-title h6, .sidebar .wp-block-cover .wp-block-title h1, .sidebar .wp-block-cover .wp-block-title h2, .sidebar .wp-block-cover .wp-block-title h3, .sidebar .wp-block-cover .wp-block-title h4, .sidebar .wp-block-cover .wp-block-title h5, .sidebar .wp-block-cover .wp-block-title h6, .footer-widgets .wp-block-cover .wp-block-title h1, .footer-widgets .wp-block-cover .wp-block-title h2, .footer-widgets .wp-block-cover .wp-block-title h3, .footer-widgets .wp-block-cover .wp-block-title h4, .footer-widgets .wp-block-cover .wp-block-title h5, .footer-widgets .wp-block-cover .wp-block-title h6, .slide-sidebar-content .wp-block-cover .wp-block-title h1, .slide-sidebar-content .wp-block-cover .wp-block-title h2, .slide-sidebar-content .wp-block-cover .wp-block-title h3, .slide-sidebar-content .wp-block-cover .wp-block-title h4, .slide-sidebar-content .wp-block-cover .wp-block-title h5, .slide-sidebar-content .wp-block-cover .wp-block-title h6 {
	line-height: 1.3333em;
}

.content .sidebar .wp-block-cover .wp-block-title h1:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h2:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h3:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h4:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h5:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h6:not(:last-child), .sidebar .wp-block-cover .wp-block-title h1:not(:last-child), .sidebar .wp-block-cover .wp-block-title h2:not(:last-child), .sidebar .wp-block-cover .wp-block-title h3:not(:last-child), .sidebar .wp-block-cover .wp-block-title h4:not(:last-child), .sidebar .wp-block-cover .wp-block-title h5:not(:last-child), .sidebar .wp-block-cover .wp-block-title h6:not(:last-child), .footer-widgets .wp-block-cover .wp-block-title h1:not(:last-child), .footer-widgets .wp-block-cover .wp-block-title h2:not(:last-child), .footer-widgets .wp-block-cover .wp-block-title h3:not(:last-child), .footer-widgets .wp-block-cover .wp-block-title h4:not(:last-child), .footer-widgets .wp-block-cover .wp-block-title h5:not(:last-child), .footer-widgets .wp-block-cover .wp-block-title h6:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-title h1:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-title h2:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-title h3:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-title h4:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-title h5:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-title h6:not(:last-child) {
	margin-bottom: 0;
}

.content .sidebar .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container, .sidebar .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container, .footer-widgets .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container, .slide-sidebar-content .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container {
	padding: 18.6885% 11.4754% 20.6557%;
}

.content .sidebar .wp-block-cover p.has-background, .sidebar .wp-block-cover p.has-background, .footer-widgets .wp-block-cover p.has-background, .slide-sidebar-content .wp-block-cover p.has-background {
	padding: 20px;
	line-height: 1.5em;
}

/* ---------- Group ---------- */
.wp-block-group.has-background {
	padding: 20px;
}

.wp-block-group.has-background p:last-child {
	margin: 0;
}

.wp-block-group:not(:last-child) {
	margin-bottom: 1.3125rem;
}

.slide-sidebar-wrapper .wp-block-group.has-background, .alter-menu-wrapper .wp-block-group.has-background, .footer-widgets .wp-block-group.has-background, .sidebar .wp-block-group.has-background {
	padding: 20px;
}

.slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color), .alter-menu-wrapper .wp-block-group.has-background:not(.has-text-color), .footer-widgets .wp-block-group.has-background:not(.has-text-color), .sidebar .wp-block-group.has-background:not(.has-text-color) {
	padding: 0;
}

/* ---------- Button ---------- */
.wp-block-button.is-style-simple .wp-block-button__link {
	display: inline-block;
	background: none;
	padding: 0;
	position: relative;
	border-bottom: solid 1px;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 1.375em;
	font-weight: 500;
	text-decoration: none;
	outline: none;
}

.wp-block-button.is-style-simple .wp-block-button__link:after {
	content: "";
	display: inline-block;
	font: 400 .5em/1 "fontello";
	padding: 0 0 0 6px;
}

.wp-block-button.is-style-simple .wp-block-button__link:hover {
	border-color: transparent;
}

/* ---------- File ---------- */
body .content-wrapper .wp-block-file a:not(.wp-block-file__button), .block-editor-block-list__layout .wp-block-file a:not(.wp-block-file__button) {
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
}

body .content-wrapper .wp-block-file .wp-block-file__button, .block-editor-block-list__layout .wp-block-file .wp-block-file__button {
	text-decoration: none;
	padding: 10px 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-width: 1px;
	border-style: solid;
	opacity: 1;
}

body .content-wrapper .wp-block-file img, body .content-wrapper .wp-block-file kbd, .block-editor-block-list__layout .wp-block-file img, .block-editor-block-list__layout .wp-block-file kbd {
	display: inline-block;
	vertical-align: middle;
}

.wp-block-file.wp-block-file-with-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 24px;
}

.wp-block-file.wp-block-file-with-icon .wp-block-file-icon {
	width: 32px;
	margin: 4px 30px 0 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.wp-block-file.wp-block-file-with-icon .wp-block-file-info {
	width: 100%;
	min-width: 140px;
}

.wp-block-file.wp-block-file-with-icon .wp-block-file-info > a:first-child {
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.875em;
}

.wp-block-file.wp-block-file-with-icon .wp-block-file-info > a:first-child:not(:hover) {
	color: inherit;
}

.wp-block-file.wp-block-file-with-icon .wp-block-file-info .wp-block-file-date {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	opacity: .6;
	margin: 4px 0 0;
}

/* ---------- Socials Links ---------- */
body .content-wrapper .wp-block-social-links, .block-editor-block-list__layout .wp-block-social-links, ul.wp-block-social-links {
	margin: 0;
}

body .content-wrapper .wp-block-social-links .wp-block-social-link, .block-editor-block-list__layout .wp-block-social-links .wp-block-social-link, ul.wp-block-social-links .wp-block-social-link {
	padding: 0;
}

body .content-wrapper .wp-block-social-links .wp-block-social-link:before, .block-editor-block-list__layout .wp-block-social-links .wp-block-social-link:before, ul.wp-block-social-links .wp-block-social-link:before {
	content: none;
	display: none;
}

body .content-wrapper .wp-block-social-links .wp-block-social-link:hover, .block-editor-block-list__layout .wp-block-social-links .wp-block-social-link:hover, ul.wp-block-social-links .wp-block-social-link:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

body .content-wrapper .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg, .block-editor-block-list__layout .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg, ul.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
	-webkit-transition: fill .3s, color .3s;
	transition: fill .3s, color .3s;
}

body .content-wrapper .wp-block-social-links.is-style-labels-only, .block-editor-block-list__layout .wp-block-social-links.is-style-labels-only, ul.wp-block-social-links.is-style-labels-only {
	gap: 18px;
}

body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link, .block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link, ul.wp-block-social-links.is-style-labels-only .wp-block-social-link {
	background: none;
	border: none;
	margin-bottom: 0;
}

body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label, body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label.screen-reader-text, .block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label, .block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label.screen-reader-text, ul.wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label, ul.wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label.screen-reader-text {
	display: block !important;
	line-height: 2em;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link a, .block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link a, ul.wp-block-social-links.is-style-labels-only .wp-block-social-link a {
	padding: 0;
	width: auto;
	height: auto;
	-webkit-transition: color .3s, fill .3s;
	transition: color .3s, fill .3s;
}

body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link a svg, .block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link a svg, ul.wp-block-social-links.is-style-labels-only .wp-block-social-link a svg {
	display: none;
}

body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link:hover, .block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link:hover, ul.wp-block-social-links.is-style-labels-only .wp-block-social-link:hover {
	background: none;
}

.block-editor-block-list__layout .block-editor-block-list__block.wp-block-social-links.is-style-labels-only .wp-block-social-link .components-button.wp-block-social-link-anchor {
	padding: 0 !important;
	background: none !important;
}

.wp-block-social-links.has-small-icon-size.is-style-logos-only.is-layout-flex {
	gap: 2em;
}

/* ---------- Avatar ---------- */
.wp-block-avatar {
	font-size: 0;
	line-height: 1;
}

.wp-block-avatar .wp-block-avatar__link {
	display: inline-block;
	vertical-align: top;
}

/* ---------- Read More ---------- */
.wp-block-read-more {
	text-decoration: none !important;
	position: relative;
}

.wp-block-read-more:after {
	content: "";
	position: absolute;
	display: block;
	height: 0;
	left: 0;
	right: 0;
	bottom: .1em;
	border-top: solid 1px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 1;
}

.wp-block-read-more:hover:after {
	opacity: 0;
}

@media only screen and (max-width: 600px) {
	/* ---------- Columns ---------- */
	.wp-block-columns .wp-block-column + .wp-block-column {
		margin: 30px 0 0;
	}
	
	/* ---------- Media Text ---------- */
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0 8%;
	}
}

@media only screen and (min-width: 661px) {
	.content-wrapper-sidebar-position-none .alignwide, .block-editor-block-list__layout .alignwide {
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
	}
	
	/* ---------- Group ---------- */
	.wp-block-group.has-background {
		padding: 40px 50px;
	}
	
	.slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color), .alter-menu-wrapper .wp-block-group.has-background:not(.has-text-color), .footer-widgets .wp-block-group.has-background:not(.has-text-color), .sidebar .wp-block-group.has-background:not(.has-text-color) {
		padding: 0;
	}
	
	/* ----------- Dropcaps ----------- */
	
	/* ---------- Pull Quote ---------- */
	.content-wrapper .wp-block-pullquote, .block-editor-block-list__layout .wp-block-pullquote {
		padding: 2.5625em 0;
		font-size: 1em;
		line-height: inherit;
	}
	
	.content-wrapper .wp-block-pullquote.is-style-solid-color, .block-editor-block-list__layout .wp-block-pullquote.is-style-solid-color {
		padding: 2.5625em 3.25em;
	}
	
	.slide-sidebar-wrapper .wp-block-pullquote, .alter-menu-wrapper .wp-block-pullquote, .footer-widgets .wp-block-pullquote, .content-wrapper .sidebar .wp-block-pullquote {
		padding: 20px;
	}
	
	.slide-sidebar-wrapper .wp-block-pullquote blockquote cite, .alter-menu-wrapper .wp-block-pullquote blockquote cite, .footer-widgets .wp-block-pullquote blockquote cite, .content-wrapper .sidebar .wp-block-pullquote blockquote cite {
		margin: 0;
	}
	
	/* ---------- Gallery -----------*/
	.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
		width: calc(100% - 30px);
	}
	
	.wp-block-gallery.columns-2 .blocks-gallery-image, .wp-block-gallery.columns-2 .blocks-gallery-item {
		width: calc(50% - 30px);
	}
	
	.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.3333% - 30px);
	}
	
	.wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item {
		width: calc(100% - 30px);
	}
	
	.wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item {
		width: calc(50% - 30px);
	}
	
	.wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item {
		width: calc(33.3333% - 30px);
	}
	
	/* ---------- Columns ---------- */
	.content-wrapper-sidebar-position-none .wp-block-columns.alignfull, .block-editor-block-list__layout .wp-block-columns.alignfull {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 841px) {
	.content .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container, .block-editor-block-list__layout .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container {
		padding: 50px 70px;
	}
}

@media only screen and (min-width: 1021px) {
	/* ---------- Group ---------- */
	.wp-block-group.has-background {
		padding: 20px;
	}
	
	.slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color), .alter-menu-wrapper .wp-block-group.has-background:not(.has-text-color), .footer-widgets .wp-block-group.has-background:not(.has-text-color), .sidebar .wp-block-group.has-background:not(.has-text-color) {
		padding: 0;
	}
	
	.content .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container, .block-editor-block-list__layout .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container {
		padding: 7.5377% 21.608% 8.6432% 15.3769%;
	}
}

@media only screen and (min-width: 1201px) {
	/* ---------- Columns ---------- */
	.content-wrapper-sidebar-position-none .wp-block-columns.alignwide, .block-editor-block-list__layout .wp-block-columns.alignwide {
		margin: 0 -20px;
		width: calc(100% + 40px);
	}
	
	/* ----------- File ------------ */
	.wp-block-file.wp-block-file-with-icon .wp-block-file-icon {
		margin-left: -9px;
	}
	
	/* ---------- Group ---------- */
	.wp-block-group.has-background {
		padding: 40px 50px;
	}
	
	.slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color), .alter-menu-wrapper .wp-block-group.has-background:not(.has-text-color), .footer-widgets .wp-block-group.has-background:not(.has-text-color), .sidebar .wp-block-group.has-background:not(.has-text-color) {
		padding: 0;
	}
}

.elementor-row {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.body-container .elementor p a, .elementor .elementor-widget-text-editor a {
	text-decoration: underline;
}

.body-container .elementor p a:hover, .elementor .elementor-widget-text-editor a:hover {
	text-decoration: none;
}

.elementor_library-template-default .page-header-area .header, .elementor_library-template-default .page-title-container, .elementor_library-template-default .footer, .elementor_library-template-default .post-meta-header, .elementor_library-template-default .post-title, .elementor_library-template-default .post-meta-footer, .elementor_library-template-default .top-bar, .elementor_library-template-default .mobile-header-menu-container, .elementor_library-template-default .mobile-header, .elementor_library-template-default .sidebar {
	display: none !important;
}

.elementor-editor-active .header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper, .elementor-editor-active .mobile-header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
	position: relative;
	display: none;
	opacity: 0;
}

.elementor-editor-active .content-wrapper:hover {
	z-index: 4;
	position: relative;
}

body:not(.elementor-editor-active) .content-wrapper .elementor-widget-wrap .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

body:not(.elementor-editor-active) .content-wrapper .elementor-widget-container .agencium_archive_listing_wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container {
	padding: 0 20px;
}

body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container.elementor-column-gap-no, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
	padding: 0;
}

body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container {
	padding: 0 20px;
}

body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
	padding: 0;
}

body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container {
	padding: 0;
}

.elementor-column-gap-default > .elementor-row {
	margin: -10px;
	width: calc(100% + 20px);
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 10px;
}

.elementor-column-gap-narrow > .elementor-row {
	margin: -5px;
	width: calc(100% + 10px);
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 5px;
}

.elementor-column-gap-extended > .elementor-row {
	margin: -15px;
	width: calc(100% + 30px);
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 15px;
}

.elementor-column-gap-wide > .elementor-row {
	margin: -20px;
	width: calc(100% + 40px);
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 20px;
}

.elementor-column-gap-wider > .elementor-row {
	margin: -30px;
	width: calc(100% + 60px);
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 30px;
}

.elementor-column-gap-no > .elementor-row {
	margin: 0;
	width: 100%;
}

.elementor-column-gap-no > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}

.elementor .elementor-section + .elementor-section {
	margin-top: 90px;
}

body .elementor-section.elementor-section-content-top > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
	align-content: flex-start;
	align-items: flex-start;
}

body .elementor-section.elementor-section-content-middle > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

body .elementor-section.elementor-section-content-bottom > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
	align-content: flex-end;
	align-items: flex-end;
}

body .elementor-section.elementor-section-content-space-between > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
	align-content: space-between;
	align-items: space-between;
}

body .elementor-section.elementor-section-content-space-around > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
	align-content: space-around;
	align-items: space-around;
}

body .elementor-section.elementor-section-content-space-evenly > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
	align-content: space-evenly;
	align-items: space-evenly;
}

@media (min-width: 661px) {
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container {
		padding: 0 30px;
	}
	
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container.elementor-column-gap-no, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
		padding: 0;
	}
	
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container {
		padding: 0 30px;
	}
	
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
		padding: 0;
	}
	
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container {
		padding: 0;
	}
}

@media (min-width: 841px) {
	.elementor .elementor-section + .elementor-section {
		margin-top: 120px;
	}
}

@media (min-width: 1380px) {
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		padding: 0 20px;
	}
	
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container.elementor-column-gap-no, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
		padding: 0;
	}
	
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		padding: 0;
	}
	
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
		padding: 0;
	}
	
	body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container, body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container {
		padding: 0;
	}
	
	body:not(.elementor-editor-active) .content-wrapper .elementor > .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container {
		padding: 0;
	}
	
	.elementor .elementor-section + .elementor-section {
		margin-top: 150px;
	}
}

/* ---------- Dropcaps ---------- */
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: .36em;
	margin-bottom: .1em;
	font-size: 1.5em;
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1.6667em !important;
	height: 1.6667em !important;
	line-height: 1.6667em;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
}

/* ---------- Lightbox ---------- */
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.elementor-slideshow__header {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---------- Custom Animations ---------- */
@keyframes agencium_clip_right {
	from {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
	}
	
	to {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

@keyframes agencium_clip_left {
	from {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
	
	to {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

@keyframes agencium_clip_down {
	from {
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0);
	}
	
	to {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

@keyframes agencium_clip_up {
	from {
		clip-path: inset(100% 0 0 0);
		-webkit-clip-path: inset(100% 0 0 0);
	}
	
	to {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

.agencium_clip_right {
	animation-name: agencium_clip_right;
}

.agencium_clip_left {
	animation-name: agencium_clip_left;
}

.agencium_clip_down {
	animation-name: agencium_clip_down;
}

.agencium_clip_up {
	animation-name: agencium_clip_up;
}

/*********** Content Layout ***********/
.flowmap-deformation-wrapper {
	display: block;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}

.flowmap-deformation-wrapper canvas {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .3s .3s;
	transition: opacity .3s .3s;
}

.flowmap-deformation-wrapper.active canvas {
	opacity: 1;
}

.body-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.body-overlay.active {
	opacity: .5;
	pointer-events: auto;
}

.body-line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	border-left: solid 1px;
	left: 50%;
	right: initial;
	z-index: 1;
}

.body-line.body-line-l1 {
	margin-left: -726px;
}

.body-line.body-line-l2 {
	margin-left: -447px;
}

.body-line.body-line-r1 {
	margin-left: 345px;
}

.body-line.body-line-r2 {
	margin-left: 884px;
}

.content-wrapper {
	margin-top: 70px;
	margin-bottom: 90px;
	max-width: 1380px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.content-wrapper.content-wrapper-remove-top-margin {
	margin-top: 0 !important;
}

.content-wrapper.content-wrapper-remove-bottom-margin {
	margin-bottom: 0 !important;
}

.content-wrapper .content {
	width: calc(100% - 40px);
	margin: 0 20px;
}

.content-wrapper .content-inner:after {
	content: "";
	display: table;
	clear: both;
}

.masonry-listing {
	font-size: 0;
	line-height: 1;
}

.archive-listing {
	-webkit-transition: height .5s;
	transition: height .5s;
}

.archive-listing .archive-listing-wrapper > div {
	-webkit-transition: transform .3s, opacity .5s;
	transition: transform .3s, opacity .5s;
}

.archive-listing.loading {
	overflow: hidden;
}

.archive-listing.loading .archive-listing-wrapper > div {
	-webkit-transform: scale(.95, .95);
	-ms-transform: scale(.95, .95);
	transform: scale(.95, .95);
	opacity: .1;
}

.grid-listing {
	font-size: 0;
	line-height: 1;
}

.grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (min-width: 481px) {
	.grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
		width: 50%;
	}
}

@media only screen and (min-width: 661px) {
	.grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
		width: 50%;
	}
	
	.content-wrapper {
		margin-bottom: 120px;
	}
	
	.content-wrapper .content {
		width: calc(100% - 60px);
		margin: 0 30px;
	}
}

@media only screen and (min-width: 1021px) {
	.content-wrapper-sidebar-position-none .grid-listing.columns-3 .grid-item {
		width: 33.3333%;
	}
	
	.content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item {
		width: 25%;
	}
	
	.content-wrapper-sidebar-position-left .grid-listing.columns-3 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-3 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
		width: 33.3333%;
	}
	
	.content-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.content-wrapper .sidebar {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
	
	.content-wrapper .content {
		margin: 0 30px;
	}
	
	.content-wrapper.content-wrapper-sidebar-position-left .sidebar {
		order: 1;
		margin: 0 10px 0 30px;
		width: calc(25% - 40px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-left .content {
		order: 2;
		max-width: 995px;
		width: calc(75% - 60px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-right .sidebar {
		order: 2;
		margin: 0 30px 0 10px;
		width: calc(25% - 40px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-right .content {
		order: 1;
		max-width: 995px;
		width: calc(75% - 60px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-none .content {
		width: calc(100% - 60px);
	}
}

@media only screen and (min-width: 1380px) {
	.content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item {
		width: 25%;
	}
	
	.content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item {
		width: 20%;
	}
	
	.content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
		width: 16.6667%;
	}
	
	.content-wrapper {
		margin: 70px auto 150px;
		max-width: 1380px;
	}
	
	.content-wrapper .content {
		margin: 0 20px;
	}
	
	.content-wrapper.content-wrapper-sidebar-position-left .content {
		width: calc(75% - 40px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-left .sidebar {
		margin: 0 20px;
	}
	
	.content-wrapper.content-wrapper-sidebar-position-right .content {
		width: calc(75% - 40px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-right .sidebar {
		margin: 0 20px;
	}
	
	.content-wrapper.content-wrapper-sidebar-position-none .content {
		width: calc(100% - 40px);
	}
}

.sidebar {
	margin: 0 20px;
	max-width: 305px;
	width: calc(25% - 40px);
}

@media only screen and (max-width: 1020px) {
	.sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -320px;
		left: auto;
		-webkit-transition: right .3s, left .3s, opacity .3s;
		transition: right .3s, left .3s, opacity .3s;
		overflow-y: scroll;
		z-index: 999999;
		padding: 86px 20px 32px;
		width: 280px;
		max-width: none;
		margin: 0 !important;
		-webkit-box-shadow: 0 3px 49px rgba(0, 0, 0, .07);
		-moz-box-shadow: 0 3px 49px rgba(0, 0, 0, .07);
		box-shadow: 0 3px 49px rgba(0, 0, 0, .07);
		opacity: 0;
	}
	
	.sidebar.active {
		right: 0;
		left: auto;
		opacity: 1;
	}
	
	.sidebar .shop-hidden-sidebar-close {
		position: absolute;
		right: 20px;
		left: initial;
		top: 20px;
		width: 17px;
		height: 17px;
		cursor: pointer;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		font: 400 normal 17px/20px "fontello";
		text-align: center;
	}
	
	.sidebar .shop-hidden-sidebar-close:before {
		content: "";
	}
	
	.sidebar .shop-hidden-sidebar-close:hover {
		opacity: .7;
	}
	
	.simple-sidebar-trigger {
		position: fixed;
		right: 0;
		left: auto;
		top: 50%;
		width: 40px;
		height: 60px;
		margin: -30px 0 0;
		cursor: pointer;
		-webkit-transition: all .3s;
		transition: all .3s;
		font: 400 normal 18px/1 "fontello";
		z-index: 9;
		opacity: 1;
		border: solid 1px;
		border-right: none;
	}
	
	.simple-sidebar-trigger:before {
		content: "";
		position: absolute;
		display: block;
		width: 18px;
		height: 18px;
		top: 50%;
		left: 50%;
		right: auto;
		margin: -9px 0 0 -9px;
	}
}

/*********** Classic Blog Archive ***********/
.archive-listing-wrapper .standard-blog-item-wrapper:not(:first-child) {
	margin-top: 70px;
}

.standard-blog-item-wrapper {
	overflow: hidden;
	position: relative;
}

.standard-blog-item-wrapper .blog-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0 0 60px;
	position: relative;
}

.standard-blog-item-wrapper .blog-item:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: inherit;
	left: initial;
	right: 0;
	bottom: 0;
}

.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-labels {
	position: relative;
	z-index: 3;
}

.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-labels + .post-media-wrapper {
	margin: -55px 0 0;
}

.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title {
	margin-bottom: 0;
	line-height: 1.1667em;
	letter-spacing: -.03em;
}

.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title:not(:first-child) {
	margin-top: 31px;
}

.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title a {
	text-decoration: none;
	border-bottom: solid 2px transparent;
	-webkit-transition: color .3s, border-color .3s;
	transition: color .3s, border-color .3s;
}

.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title a:hover {
	border-color: initial;
}

.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-content:after {
	content: "";
	display: table;
	clear: both;
}

.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-content:not(:first-child) {
	margin-top: 30px;
}

.standard-blog-item-wrapper .post-meta-footer {
	position: relative;
	margin: 0 -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.standard-blog-item-wrapper .post-meta-footer:not(:first-child) {
	margin: 30px -15px 0;
	position: relative;
}

.standard-blog-item-wrapper .post-meta-footer .post-meta-item {
	margin: 0 15px;
	font-size: 16px;
}

.standard-blog-item-wrapper .post-meta-footer .post-meta-item a {
	text-decoration: none;
}

.standard-blog-item-wrapper .post-meta-footer .post-meta-item:not(:last-child) {
	margin-bottom: 20px;
}

.post-more-button:not(:first-child) {
	margin-top: 40px;
}

@media screen and (min-width: 841px) {
	.archive-listing-wrapper .standard-blog-item-wrapper:not(:first-child) {
		margin-top: 100px;
	}
	
	.standard-blog-item-wrapper {
		overflow: hidden;
		position: relative;
	}
	
	.standard-blog-item-wrapper .blog-item {
		padding-bottom: 120px;
	}
}

/*********** Compact Blog Archive ***********/
.archive-listing-wrapper.compact-listing {
	padding-top: 51px;
	border-top-style: solid;
	border-top-width: 2px;
}

.archive-listing-wrapper.compact-listing .standard-blog-item-wrapper:not(:first-child) {
	margin-top: 51px;
}

.archive-listing-wrapper.compact-listing .post-media-wrapper {
	width: 449px;
	display: none;
	position: fixed;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.archive-listing-wrapper.compact-listing .post-media-wrapper:after, .archive-listing-wrapper.compact-listing .post-media-wrapper a:before, .archive-listing-wrapper.compact-listing .post-media-wrapper a:after {
	content: none;
	display: none;
}

.archive-listing-wrapper.compact-listing .post-media-wrapper .post-media {
	padding: 73.6842% 0 0;
	height: 0;
	overflow: hidden;
	position: relative;
}

.archive-listing-wrapper.compact-listing .post-media-wrapper .wp-video .mejs-video {
	padding: 73.6842% 0 0;
}

.archive-listing-wrapper.compact-listing .post-media-wrapper.hidden-media {
	z-index: 3;
}

.archive-listing-wrapper.compact-listing .post-media-wrapper.hidden-media.active {
	opacity: 1;
}

.archive-listing-wrapper.compact-listing .post-content-column:not(:first-child) {
	margin: 16px 0 0;
}

.archive-listing-wrapper.compact-listing .post-meta-header {
	font-size: 14px;
}

.archive-listing-wrapper.compact-listing .post-meta-header .post-meta-item + .post-meta-item {
	margin: 0 0 0 6px;
}

.archive-listing-wrapper.compact-listing .post-meta-header .post-meta-item + .post-meta-item:before {
	margin: 0 7px 0 0;
	width: 20px;
	height: 1px;
}

.archive-listing-wrapper.compact-listing .post-more-button:not(:first-child) {
	margin: 23px 0 0;
}

.archive-listing-wrapper.compact-listing .post-categories {
	margin: 0 0 0 -20px;
}

.archive-listing-wrapper.compact-listing .post-categories .post-category-item {
	padding: 0;
	background: none;
	font-size: 14px;
	margin: 0 0 0 20px;
}

.archive-listing-wrapper.compact-listing .post-categories .post-category-item:before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 3px;
	height: 3px;
	margin: 0 5px 0 0;
}

.compact-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-labels {
	z-index: initial;
}

.compact-blog-item-wrapper .blog-item {
	padding: 0 0 46px;
	border-bottom-width: 2px;
}

.compact-blog-item-wrapper .blog-item:after {
	content: none;
	display: none;
}

.compact-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-content:not(:first-child) {
	margin: 20px 0 0;
}

.compact-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title {
	line-height: 1.3333em;
}

.compact-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title a {
	border: none;
}

@media only screen and (min-width: 1021px) {
	.archive-listing-wrapper.compact-listing .blog-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	
	.archive-listing-wrapper.compact-listing .post-title {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		position: relative;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.3333em;
	}
	
	.archive-listing-wrapper.compact-listing .post-title:after {
		content: "";
		display: block;
		font: 400 normal 18px/1em "fontello";
		-webkit-transition: color .3s;
		transition: color .3s;
		margin: 36px 0 0;
	}
	
	.archive-listing-wrapper.compact-listing .post-title:not(:last-child) {
		margin: 0 30px 0 0;
		width: 40.261%;
	}
	
	.archive-listing-wrapper.compact-listing .post-content-column {
		width: 100%;
		margin: 0;
	}
	
	.archive-listing-wrapper.compact-listing .post-content-column:not(:first-child) {
		margin-left: 9.739%;
		margin-top: 0;
	}
}

/*********** Creative Blog Archive ***********/
.archive-listing-wrapper.creative-listing .post-media-wrapper {
	display: inline-block;
	vertical-align: top;
}

.archive-listing-wrapper.creative-listing .post-media-wrapper:after, .archive-listing-wrapper.creative-listing .post-media-wrapper a:before, .archive-listing-wrapper.creative-listing .post-media-wrapper a:after {
	content: none;
	display: none;
}

.archive-listing-wrapper.creative-listing .post-media-wrapper .post-media {
	padding: 73.6842% 0 0;
	width: 190px;
}

.archive-listing-wrapper.creative-listing .post-media-wrapper .wp-video .mejs-video {
	padding: 73.6842% 0 0;
}

.archive-listing-wrapper.creative-listing .post-content-column:not(:first-child) {
	margin: 16px 0 0;
}

.archive-listing-wrapper.creative-listing .post-content-column .post-more-button {
	display: none;
}

.archive-listing-wrapper.creative-listing .post-meta-header {
	font-size: 14px;
}

.archive-listing-wrapper.creative-listing .post-meta-header .post-meta-item + .post-meta-item {
	margin: 0 0 0 6px;
}

.archive-listing-wrapper.creative-listing .post-meta-header .post-meta-item + .post-meta-item:before {
	margin: 0 7px 0 0;
	width: 20px;
	height: 1px;
}

.archive-listing-wrapper.creative-listing .post-more-button:not(:first-child) {
	margin: 23px 0 0;
}

.archive-listing-wrapper.creative-listing .post-media-column:not(:first-child) {
	margin: 30px 0 0;
}

.archive-listing-wrapper.creative-listing .post-labels:not(:first-child) {
	margin: 23px 0 0;
}

.archive-listing-wrapper.creative-listing .post-categories {
	margin: 0 0 0 -20px;
}

.archive-listing-wrapper.creative-listing .post-categories .post-category-item {
	padding: 0;
	background: none;
	font-size: 14px;
	margin: 0 0 0 20px;
}

.archive-listing-wrapper.creative-listing .post-categories .post-category-item:before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 3px;
	height: 3px;
	margin: 0 5px 0 0;
}

.creative-blog-item-wrapper .blog-item {
	padding: 0 0 78px;
}

.creative-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-content:not(:first-child) {
	margin: 20px 0 0;
}

.creative-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title {
	line-height: 1.3333em;
}

@media only screen and (min-width: 1021px) {
	.archive-listing-wrapper.creative-listing .standard-blog-item-wrapper:not(:first-child) {
		margin-top: 51px;
	}
	
	.archive-listing-wrapper.creative-listing .blog-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	
	.archive-listing-wrapper.creative-listing .blog-item .post-media-wrapper {
		margin-top: 8px;
	}
	
	.archive-listing-wrapper.creative-listing .blog-item .post-media-wrapper .post-media {
		padding: 73.6842% 0 0;
	}
	
	.archive-listing-wrapper.creative-listing .post-title {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		position: relative;
		padding: 0 0 40px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.archive-listing-wrapper.creative-listing .post-title:before {
		content: "";
		display: block;
		position: absolute;
		font: 400 normal 18px/1em "fontello";
		right: initial;
		left: 0;
		bottom: 0;
		-webkit-transition: color .3s;
		transition: color .3s;
	}
	
	.archive-listing-wrapper.creative-listing .post-title:not(:last-child) {
		margin: 0 30px 0 0;
		width: 31.3433%;
		max-width: 420px;
	}
	
	.archive-listing-wrapper.creative-listing .post-content-column {
		width: 100%;
		margin: 0;
	}
	
	.archive-listing-wrapper.creative-listing .post-content-column:not(:first-child) {
		margin-left: 9.5%;
		margin-top: 0;
	}
	
	.archive-listing-wrapper.creative-listing .post-content-column:not(:last-child) {
		margin-right: 10.5%;
	}
	
	.archive-listing-wrapper.creative-listing .post-content-column .post-more-button {
		display: block;
	}
	
	.archive-listing-wrapper.creative-listing .post-media-column {
		width: calc(17% - 60px);
		min-width: 190px;
		text-align: right;
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
	
	.archive-listing-wrapper.creative-listing .post-media-column:not(:first-child) {
		margin: 0 0 0 30px;
	}
	
	.archive-listing-wrapper.creative-listing .post-media-column .post-more-button {
		display: none;
	}
}

/*********** Grid Blog Archive ***********/
.archive-listing-wrapper.grid-listing {
	margin: 0 -10px -28px;
}

.archive-listing-wrapper.grid-listing .grid-item {
	padding: 0 10px;
	margin: 0 0 28px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper:after, .archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper a:before, .archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper a:after {
	content: none;
	display: none;
}

.archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper .post-media {
	padding: 54.7619% 0 0;
}

.archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper .wp-video .mejs-video {
	padding: 54.7619% 0 0;
}

.archive-listing-wrapper.grid-listing .standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-labels + .post-media-wrapper {
	margin-top: -60px;
}

.archive-listing-wrapper.grid-listing .post-labels {
	padding: 20px 20px 0;
}

.archive-listing-wrapper.grid-listing .post-categories {
	margin: 0 -8px;
}

.archive-listing-wrapper.grid-listing .post-categories .post-category-item {
	font-size: 14px;
	padding: .2857em .7143em;
	margin: 0 8px 10px;
}

.archive-listing-wrapper.grid-listing .post-categories .post-category-item.post-icon-sticky {
	padding: .2857em 0;
	width: 2.1429em;
}

.archive-listing-wrapper.grid-listing .post-categories .post-category-item.post-icon-sticky:before {
	font-size: 1em;
}

.archive-listing-wrapper.grid-listing .post-content-wrapper {
	padding: 25px 20px 30px;
}

.archive-listing-wrapper.grid-listing .post-meta-header {
	position: relative;
	padding: 0 25px 13px 0;
	border-bottom: solid 2px transparent;
	font-size: 14px;
}

.archive-listing-wrapper.grid-listing .post-meta-header:after {
	content: "";
	display: block;
	position: absolute;
	font: 400 normal 15px/1em "fontello";
	right: 1px;
	left: initial;
	top: 6px;
}

.archive-listing-wrapper.grid-listing .post-meta-header .post-meta-item + .post-meta-item {
	margin: 0 0 0 6px;
}

.archive-listing-wrapper.grid-listing .post-meta-header .post-meta-item + .post-meta-item:before {
	margin: 0 7px 0 0;
	width: 20px;
	height: 1px;
}

.grid-blog-item-wrapper .blog-item {
	border: none;
	padding: 0;
}

.grid-blog-item-wrapper .blog-item:after {
	content: none;
	display: none;
}

@media only screen and (min-width: 841px) {
	.grid-blog-item-wrapper .post-quote {
		padding: 42px 30px 48px;
	}
	
	.grid-blog-item-wrapper .post-quote:before {
		font-size: 200px;
		margin: 0 0 20px;
		position: static;
		left: initial;
		right: initial;
		top: initial;
	}
	
	.archive-listing-wrapper.grid-listing .post-content-wrapper {
		padding: 42px 30px 48px;
	}
}

@media only screen and (min-width: 1201px) {
	.archive-listing-wrapper.grid-listing {
		margin: 0 -20px -28px;
	}
	
	.archive-listing-wrapper.grid-listing .grid-item {
		padding: 0 20px;
		margin: 0 0 50px;
	}
}

/*********** Blog Single Layout ***********/
.single-post .post-media-wrapper picture {
	display: inline-block;
	position: relative;
}

.single-post .post-media-wrapper picture:after {
	content: "";
	position: absolute;
	width: 62.7497%;
	height: 0;
	padding: 114.5889% 0 0;
	z-index: 2;
	left: 10%;
	right: initial;
	top: 100%;
	margin: -35% 0 0;
	filter: blur(50px);
	-webkit-transform: rotate(108.18deg) translate3d(0, 0, 0);
	-ms-transform: rotate(108.18deg) translate3d(0, 0, 0);
	transform: rotate(108.18deg) translate3d(0, 0, 0);
}

.single-post .post-labels + .post-media-wrapper {
	margin-top: -37px;
}

.single-post .post-labels {
	margin-top: -18px;
	position: relative;
	z-index: 2;
}

.post-meta-header:not(:first-child) {
	margin-top: 30px;
}

.single-post .post-quote:not(:last-child) {
	margin-bottom: 25px;
}

body:not(.elementor-editor-active) .content-wrapper .single-post > .post-title {
	margin: 0;
	line-height: 1.1667em;
	letter-spacing: -.03em;
}

body:not(.elementor-editor-active) .content-wrapper .single-post > .post-title:not(:first-child) {
	margin: 31px 0 0;
}

.single-post .post-content:after {
	content: "";
	display: table;
	clear: both;
}

.single-post .post-content:not(:first-child) {
	margin: 30px 0 0;
}

.single-post .post-meta-footer {
	position: relative;
	margin: 0 -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.single-post .post-meta-footer:not(:first-child) {
	margin: 49px -15px 0;
	padding: 47px 0 0;
	position: relative;
}

.single-post .post-meta-footer:not(:first-child):before {
	content: "";
	position: absolute;
	display: block;
	left: 15px;
	right: 15px;
	top: 0;
	height: 1px;
}

.single-post .post-meta-footer:not(:first-child):after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 20px;
	left: initial;
	right: 15px;
	top: -20px;
}

.single-post .post-meta-footer .post-meta-item a {
	text-decoration: none;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
	margin: 0 15px;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
	margin: 16px 15px 0;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-socials .wrapper-socials {
	margin: -16px -14px 0;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-socials .wrapper-socials li {
	padding: 0;
	margin: 16px 14px 0;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-socials .wrapper-socials li:before {
	content: none;
	display: none;
}

.post-password-form {
	margin: 2rem 0;
	position: relative;
	z-index: 2;
}

.post-password-form .password-form {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.post-password-form .agencium-form-button {
	margin: 10px 0 0;
}

.post-password-form input[type="submit"], .post-password-form button {
	width: 100%;
	white-space: nowrap;
}

.post-password-form .agencium-form-field input {
	width: 100%;
}

@media screen and (min-width: 481px) {
	form.post-password-form .password-form {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		max-width: 650px;
	}
	
	form.post-password-form .agencium-form-field {
		width: 100%;
	}
	
	form.post-password-form .agencium-form-field input {
		height: 63px;
		padding: 19px 0;
	}
	
	form.post-password-form .agencium-form-button {
		margin: 0 0 0 20px;
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
}

@media screen and (min-width: 841px) {
	.single-post .post-meta-footer {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.single-post .post-meta-footer .post-meta-item:not(:last-child) {
		margin-bottom: 0;
	}
	
	.single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
		text-align: right;
		margin-top: 0;
	}
	
	.single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
		text-align: left;
	}
	
	.single-post .post-meta-footer .post-meta-item.post-meta-item-tags:not(:last-child) {
		margin-bottom: 0;
	}
}

/********** 404 Page **********/
.error-404-container {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	padding: 50px 20px;
	-webkit-background-size: cover;
	background-size: cover;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 100vh;
}

.error-404-container .error-404-code {
	line-height: 1;
}

.error-404-container .error-404-code:not(:first-child) {
	margin-top: 62px;
}

.error-404-container .error-404-code svg {
	width: 280px;
}

.error-404-container .error-404-image-wrapper {
	max-width: 80%;
	margin: 0 auto;
	position: relative;
}

.error-404-container .error-404-image-wrapper:not(:first-child) {
	margin-top: 70px;
}

.error-404-container .error-404-image {
	display: block;
}

.error-404-container .error-404-inner {
	padding: 40px 0;
}

.error-404-container .error-404-inner .error-404-title {
	margin: 0 0 32px;
	letter-spacing: -.03em;
}

.error-404-container .error-404-inner .error-404-info-text {
	max-width: 448px;
	margin: 0 auto;
}

.error-404-container .error-404-inner .error-404-button {
	position: relative;
	z-index: 2;
	font-size: 0;
	line-height: 1;
}

.error-404-container .error-404-inner .error-404-button:not(:first-child) {
	margin: 35px 0 0;
}

.error-404-container .error-404-inner .error-404-info-text:not(:first-child) {
	padding: 1px 0 0;
}

.error-404-container .wrapper-socials.error-404-socials {
	margin: -16px -14px 0;
}

.error-404-container .wrapper-socials.error-404-socials li {
	margin: 16px 15px 0;
}

@media only screen and (min-width: 481px) {
	.error-404-container {
		padding: 75px 40px;
	}
	
	.error-404-container .error-404-inner {
		padding: 48px 0 58px;
	}
	
	.error-404-container .error-404-code svg {
		width: 400px;
	}
}

@media only screen and (min-width: 841px) {
	.error-404-container {
		padding: 135px 40px 75px;
	}
	
	.error-404-container .error-404-code svg {
		width: 647px;
	}
}

/********** Search Result Page **********/
.search-form {
	position: relative;
	padding: 4px;
}

.search-form .search-form-field {
	background: none;
	outline: none;
	padding: 8px 55px 8px 18px;
	height: 50px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	border: solid 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-form .search-form-field::-webkit-input-placeholder {
	opacity: 1;
}

.search-form .search-form-field:-moz-placeholder {
	opacity: 1;
}

.search-form .search-form-field::-moz-placeholder {
	opacity: 1;
}

.search-form .search-form-field:-ms-input-placeholder {
	opacity: 1;
}

.search-form .search-form-icon {
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 8px;
	top: 8px;
	bottom: 8px;
	z-index: 3;
	text-align: center;
	font: 400 normal 18px/20px "fontello";
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.search-form .search-form-icon:before {
	content: "";
}

.agencium-no-results-title {
	text-align: center;
}

.agencium-no-result-search-form {
	max-width: 800px;
	margin: 0 auto;
}

.agencium-no-result-search-form .search-form .search-form-field {
	padding-right: 50px;
}

.agencium-no-result-search-form .search-form-icon {
	bottom: initial;
	top: 6px;
	right: 20px;
	z-index: 3;
}

/********** Portfolio Archive **********/

/********** Portfolio Archive Common Styles **********/
.portfolio-listing-wrapper {
	margin: -40px -20px;
}

.portfolio-listing-wrapper.isotope-trigger:after {
	content: "";
	display: table;
	clear: both;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-categories {
	margin: 0;
	font-size: initial;
	line-height: initial;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-categories a.post-category-item {
	margin: 0;
	padding: 0;
	background: none;
	text-transform: lowercase;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-categories a.post-category-item:before {
	content: "/ ";
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title {
	margin: 0;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title:not(:first-child) {
	margin: 0;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title br {
	display: none;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a {
	text-decoration: none;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title em, .portfolio-listing-wrapper .portfolio-item-wrapper .post-title i {
	font-style: normal;
	font-weight: inherit;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title b, .portfolio-listing-wrapper .portfolio-item-wrapper .post-title strong {
	font-weight: inherit;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a .portfolio-post-name-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a .portfolio-post-name {
	position: relative;
	display: block;
	-webkit-transition: transform .7s cubic-bezier(.2, .7, .2, 1), -webkit-transform .7s cubic-bezier(.2, .7, .2, 1);
	transition: transform .7s cubic-bezier(.2, .7, .2, 1), -webkit-transform .7s cubic-bezier(.2, .7, .2, 1);
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a .portfolio-post-name:after {
	content: attr(data-name);
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 100%;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a:hover .portfolio-post-name {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.portfolio-listing-wrapper .portfolio-item-wrapper.with-title-icon .post-title {
	letter-spacing: -.03em;
}

.portfolio-listing-wrapper .portfolio-item-wrapper.with-title-icon .post-title a {
	padding: 0 1.1em 0 0;
	display: block;
	position: relative;
}

.portfolio-listing-wrapper .portfolio-item-wrapper.with-title-icon .post-title a:after {
	content: "";
	font: 400 normal .65em/2.3077em "fontello";
	position: absolute;
	display: block;
	right: 0;
	left: initial;
	bottom: 0;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-info:not(:first-child) {
	margin-top: 20px;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-info .portfolio-info-table tr td, .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-info .portfolio-info-table tr th {
	border: none;
	padding: 5px 6px 5px 0;
}

/********** Portfolio Archive Grid **********/
.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper {
	margin: 0;
	position: relative;
	width: 100%;
	padding: 40px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper .portfolio-item-media-link {
	height: 0;
	padding: 104.6053% 0 0;
	overflow: hidden;
	position: relative;
	display: block;
	text-decoration: none;
}

.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper .portfolio-item-media-link img {
	position: absolute;
	top: 0;
	left: 50%;
	right: initial;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	max-width: none;
	height: 100%;
}

.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper.with-media-overlay .portfolio-item-media-link:before {
	content: "";
	padding: 0;
	border: none;
	position: absolute;
	display: block;
	z-index: 2;
	width: 67.1053%;
	height: 117.2956%;
	background: radial-gradient(78.39% 69.97% at 11.63% 7.06%, #ef644c 0%, #914a27 33.33%, #caa46a 66.67%, #f75437 100%);
	filter: blur(50px);
	-webkit-transform: rotate(90deg) translate3d(0, 0, 0);
	-ms-transform: rotate(90deg) translate3d(0, 0, 0);
	transform: rotate(90deg) translate3d(0, 0, 0);
	top: 100%;
	left: 4%;
	right: initial;
	opacity: 0;
	-webkit-transition: opacity .3s, top .3s;
	transition: opacity .3s, top .3s;
}

.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper.with-media-overlay:hover .portfolio-item-media-link:before {
	top: 44%;
	opacity: 1;
}

.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper .portfolio-item-content {
	padding: 0 0 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper .portfolio-item-content:not(:first-child) {
	margin-top: 26px;
}

@media only screen and (min-width: 481px) {
	.portfolio-listing-wrapper.portfolio-grid-listing {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.portfolio-listing-wrapper.portfolio-grid-listing.columns-2 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
		width: 50%;
	}
}

@media only screen and (min-width: 841px) {
	.portfolio-listing-wrapper.portfolio-grid-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
		width: 33.3333%;
	}
}

@media only screen and (min-width: 1021px) {
	.portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper {
		width: 25%;
	}
	
	.portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper {
		width: 20%;
	}
	
	.portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
		width: 16.6667%;
	}
}

/********** Portfolio Archive Metro **********/
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper {
	margin: 0;
	position: relative;
	width: 100%;
	padding: 40px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper .portfolio-item-media-link {
	height: 0;
	padding: 104.6053% 0 0;
	overflow: hidden;
	position: relative;
	display: block;
	text-decoration: none;
}

.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper .portfolio-item-media-link img {
	position: absolute;
	top: 0;
	left: 50%;
	right: initial;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	max-width: none;
	height: 100%;
}

.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-overlay .portfolio-item-media-link:before {
	content: "";
	padding: 0;
	border: none;
	position: absolute;
	display: block;
	z-index: 2;
	width: 72.8392%;
	height: 127.2117%;
	filter: blur(50px);
	-webkit-transform: rotate(-87.296deg) translate3d(0, 0, 0);
	-ms-transform: rotate(-87.296deg) translate3d(0, 0, 0);
	transform: rotate(-87.296deg) translate3d(0, 0, 0);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 41%;
	left: 11%;
	right: initial;
	opacity: 0;
	-webkit-transition: opacity .3s, top .3s;
	transition: opacity .3s, top .3s;
}

.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-overlay:hover .portfolio-item-media-link:before {
	opacity: 1;
}

.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-icon .portfolio-item-media-link:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 2;
	top: 50%;
	left: 50%;
	right: initial;
	opacity: 0;
	font: 400 normal 125px/1em "fontello";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-icon:hover .portfolio-item-media-link:after {
	opacity: 1;
}

.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper .portfolio-item-content {
	padding: 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper .portfolio-item-content:not(:first-child) {
	margin-top: 26px;
}

@media only screen and (min-width: 481px) {
	.portfolio-listing-wrapper.portfolio-metro-listing {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper {
		width: 50%;
	}
}

@media only screen and (min-width: 661px) {
	.portfolio-listing-wrapper.portfolio-metro-listing {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper:nth-child(4n+1), .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper:nth-child(4n+1), .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper:nth-child(4n+1), .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper:nth-child(4n+1), .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper:nth-child(4n+1) {
		width: 32.2152%;
	}
	
	.portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper:nth-child(4n+2), .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper:nth-child(4n+2), .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper:nth-child(4n+2), .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper:nth-child(4n+2), .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper:nth-child(4n+2) {
		width: 38.924%;
	}
	
	.portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper:nth-child(4n+3), .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper:nth-child(4n+3), .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper:nth-child(4n+3), .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper:nth-child(4n+3), .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper:nth-child(4n+3) {
		width: 51.2658%;
	}
	
	.portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper:nth-child(4n), .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper:nth-child(4n), .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper:nth-child(4n), .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper:nth-child(4n), .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper:nth-child(4n) {
		width: 38.924%;
	}
}

/********** Portfolio Archive Modern **********/
.portfolio-listing-wrapper.portfolio-modern-listing {
	margin: 0;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:not(:first-child) {
	margin-top: 80px;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper.with-media-icon .portfolio-item .portfolio-item-media-link:after {
	content: "";
	position: absolute;
	display: block;
	font: 400 normal 52px/1em "fontello";
	z-index: 2;
	bottom: 40px;
	right: 40px;
	left: initial;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item {
	margin: 0;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media {
	position: relative;
	margin: 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content {
	position: relative;
	margin: 0;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content:not(:first-child) {
	margin-top: 30px;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media-link {
	position: relative;
	display: block;
	height: 0;
	padding: 76.7414% 0 0;
	overflow: hidden;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item img {
	position: absolute;
	display: block;
	max-width: none;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-categories {
	line-height: 1;
	margin-bottom: 10px;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-categories a.post-category-item {
	text-transform: none;
	position: relative;
	font-weight: 400;
	line-height: 1.875em;
	padding: 0 0 4px;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-categories a.post-category-item:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-info:not(:first-child) {
	margin-top: 30px;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-info .portfolio-info-table tr th {
	font-weight: 400;
}

.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-more-button:not(:first-child) {
	margin-top: 30px;
}

@media only screen and (min-width: 481px) {
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media-link {
		padding: 60% 0 0;
	}
}

@media only screen and (min-width: 661px) {
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper.with-media-icon .portfolio-item .portfolio-item-media-link {
		padding: 130.3037% 0 0;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper.with-media-icon .portfolio-item img {
		top: 0;
		left: 50%;
		right: initial;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto;
		height: 100%;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item {
		margin: 0 -15px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item:not(:first-child) {
		margin-top: 30px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media {
		margin: 0 15px;
		width: calc(50% - 30px);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content {
		margin: 0 15px;
		width: calc(50% - 30px);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content:not(:first-child) {
		margin-top: 0;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(odd).with-media-icon .portfolio-item .portfolio-item-media-link:after {
		right: 40px;
		left: initial;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(odd) .portfolio-item .portfolio-item-content {
		order: 2;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(odd) .portfolio-item .portfolio-item-media {
		order: 1;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(even).with-media-icon .portfolio-item .portfolio-item-media-link:after {
		left: 40px;
		right: initial;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(even) .portfolio-item .portfolio-item-content {
		order: 1;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(even) .portfolio-item .portfolio-item-media {
		order: 2;
	}
}

@media only screen and (min-width: 1021px) {
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:not(:first-child) {
		margin-top: 80px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper.with-media-icon .portfolio-item .portfolio-item-media-link:after {
		font-size: 62px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item {
		margin: 0 -20px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media {
		margin: 0 20px;
		width: calc(50% - 40px);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content {
		margin: 0 20px;
		width: calc(50% - 40px);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-media {
		width: calc(50% + 88px);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-content {
		width: calc(50% - 168px);
		padding-right: 0;
		padding-left: 0;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-media-link {
		padding: 76.7414% 0 0;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item img {
		width: 100%;
		height: auto;
		left: 0;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+1) .portfolio-item .portfolio-item-content, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+4) .portfolio-item .portfolio-item-content {
		padding-bottom: 160px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2), .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) {
		margin-top: -80px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2) .portfolio-item, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) .portfolio-item {
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2) .portfolio-item .portfolio-item-content, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) .portfolio-item .portfolio-item-content {
		padding-top: 160px;
	}
}

@media only screen and (min-width: 1201px) {
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:not(:first-child) {
		margin-top: 110px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item {
		margin: 0 -55px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media {
		margin: 0 55px;
		width: calc(50% - 110px);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content {
		margin: 0 55px;
		width: calc(50% - 110px);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-categories {
		margin-bottom: 0;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-more-button:not(:first-child) {
		margin-top: 60px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-media {
		width: calc(50% + 88px);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-content {
		width: calc(50% - 308px);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-media-link {
		padding: 76.7414% 0 0;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item img {
		width: 100%;
		height: auto;
		left: 0;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+1) .portfolio-item .portfolio-item-content, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+4) .portfolio-item .portfolio-item-content {
		padding-bottom: 330px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2), .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) {
		margin-top: -220px;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2) .portfolio-item .portfolio-item-content, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) .portfolio-item .portfolio-item-content {
		padding-top: 330px;
	}
}

@media only screen and (min-width: 1381px) {
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(odd) .portfolio-item .portfolio-item-content {
		padding-right: 9.8685%;
		padding-left: 0;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(even) .portfolio-item .portfolio-item-content {
		padding-left: 9.8685%;
		padding-right: 0;
	}
	
	.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-content {
		padding-left: 0;
		padding-right: 0;
	}
}

/********** Portfolio Archive Slider **********/
.portfolio-listing-wrapper.owl-carousel {
	width: calc(100% + 40px);
	margin: 0 -20px;
}

.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-header .post-categories .post-category-item {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.03em;
	text-transform: none;
}

.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-header .post-categories .post-category-item:before {
	content: none;
	display: none;
}

.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-header .portfolio-date:not(:first-child) {
	margin: 0;
}

.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-media {
	font-size: 0;
	line-height: 1;
}

.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-media:not(:first-child) {
	margin-top: 40px;
}

.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-media-link {
	height: 0;
	padding: 73.1207% 0 0;
	overflow: hidden;
	position: relative;
	display: block;
	text-decoration: none;
}

.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-media-link img {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: initial;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	max-width: none;
	height: auto;
}

.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-content {
	padding: 0 0 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-content .post-title {
	margin-top: 46px;
}

.portfolio-listing-wrapper.owl-carousel.custom-cursor-enable {
	cursor: none;
}

.portfolio-listing-wrapper.owl-carousel.custom-cursor-enable .portfolio-item-wrapper a {
	cursor: inherit;
}

.portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer {
	overflow: initial;
}

.portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer .owl-item .portfolio-item-header, .portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer .owl-item .portfolio-item-content {
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer .owl-item.active .portfolio-item-header, .portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer .owl-item.active .portfolio-item-content {
	opacity: 1;
}

/********** Portfolio Archive List **********/
.portfolio-listing-wrapper.portfolio-list-listing {
	margin: 0;
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-wrapper:first-child .portfolio-item {
	border-top-style: solid;
	border-top-width: 2px;
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item {
	padding: 35px 0;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media {
	width: 507px;
	display: none;
	position: fixed;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media .post-media {
	height: 0;
	padding: 100% 0 0;
	overflow: hidden;
	position: relative;
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media .post-media picture {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media.hidden-media {
	z-index: 2;
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media.hidden-media.active {
	opacity: 1;
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-post-title {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-hidden {
	width: 100%;
}

.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-hidden:not(:first-child) {
	margin: 10px 0 0;
}

.portfolio-listing-wrapper.portfolio-list-listing .post-more-button:not(:first-child) {
	margin-top: 18px;
}

@media only screen and (min-width: 841px) {
	.portfolio-listing-wrapper.portfolio-list-listing .portfolio-post-title {
		font-size: 40px;
	}
}

/********** Single Portfolio **********/
.portfolio-categories .post-categories {
	margin: 0;
}

.portfolio-categories .post-categories .post-category-item {
	background: none;
	padding: 0;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: -.03em;
	margin: 0;
}

.portfolio-categories .post-categories .post-category-item:hover {
	background: none;
}

.portfolio-date:not(:first-child) {
	margin-top: 6px;
}

.portfolio-post-details:not(:first-child) {
	margin-top: 73px;
}

.portfolio-post-details .agencium-subtitle {
	margin-bottom: 70px;
}

.portfolio-details {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.portfolio-details .portfolio-info {
	padding: 50px 0 0;
}

.portfolio-details .portfolio-info .portfolio-info-table {
	width: 100%;
}

.portfolio-details .portfolio-info .portfolio-info-item td, .portfolio-details .portfolio-info .portfolio-info-item th {
	border: none;
	padding: 0 20px 0 0;
}

.portfolio-details .portfolio-info .portfolio-info-item:not(:first-child) td, .portfolio-details .portfolio-info .portfolio-info-item:not(:first-child) th {
	padding: 10px 20px 0 0;
}

.portfolio-details .portfolio-info .portfolio-info-item-label {
	font-weight: 400;
}

.portfolio-post-gallery-wrapper {
	position: relative;
	z-index: 2;
}

.portfolio-post-gallery {
	position: relative;
	width: calc(100% - 40px);
	margin: 0 20px;
}

.portfolio-post-gallery .image-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 71.4286% 0 0;
	height: 0;
	-webkit-transition: width .3s;
	transition: width .3s;
}

.portfolio-post-gallery .image-wrapper picture {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.portfolio-post-gallery .owl-stage-outer {
	overflow: initial;
}

.portfolio-post-gallery .owl-item .image-wrapper:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: #000;
	opacity: .5;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.portfolio-post-gallery .owl-item.active .image-wrapper:before {
	opacity: 0;
}

@media only screen and (min-width: 661px) {
	.portfolio-details {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.portfolio-details .portfolio-description {
		width: 50%;
		padding: 0 50px 0 0;
	}
	
	.portfolio-details .portfolio-info {
		width: 50%;
		padding: 43px 0 0;
		position: relative;
	}
	
	.portfolio-post-gallery {
		width: calc(100% - 60px);
		margin: 0 30px;
	}
}

@media only screen and (min-width: 841px) {
	.portfolio-details .portfolio-description {
		width: 60%;
		padding: 0 60px 0 0;
	}
	
	.portfolio-details .portfolio-info {
		width: 40%;
		padding: 82px 0 0;
	}
	
	.portfolio-post-gallery {
		width: 60%;
		margin: 0 20%;
	}
}

@media only screen and (min-width: 1021px) {
	.portfolio-details .portfolio-description {
		width: 44%;
		padding: 0 17.612% 0 0;
	}
	
	.portfolio-details .portfolio-info {
		width: 31.3433%;
		padding: 82px 7.0447% 0 0;
		position: relative;
	}
	
	.portfolio-details .portfolio-info:after {
		content: "";
		position: absolute;
		display: block;
		font: 400 normal 95px/1em "fontello";
		-webkit-transform: scale(-1, -1);
		-ms-transform: scale(-1, -1);
		transform: scale(-1, -1);
		left: initial;
		right: 0;
		top: 6px;
	}
	
	.portfolio-post-gallery {
		width: 47.7604%;
		margin: 0 0 0 31.25%;
	}
	
	.portfolio-post-gallery.custom-cursor-enable .image-wrapper {
		cursor: none;
	}
}

@media only screen and (min-width: 1201px) {
	.portfolio-details .portfolio-description {
		width: 34%;
		padding: 0 27.612% 0 0;
	}
}

/********** Services Archive **********/
.service-listing-wrapper.service-grid-listing {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: -10px;
	position: relative;
}

.service-listing-wrapper.service-grid-listing .service-item-wrapper {
	width: 100%;
	position: relative;
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.service-listing-wrapper.service-grid-listing .service-item-wrapper.with-hover-animation .service-item:hover {
	top: -7px;
}

.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item .service-item-media {
	padding: 50% 0 0;
}

.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item .service-item-media {
	padding: 100% 0 0;
}

.service-listing-wrapper.service-grid-listing .service-item {
	position: relative;
	overflow: hidden;
	top: 0;
	-webkit-transition: top .3s, border-color .3s;
	transition: top .3s, border-color .3s;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

.service-listing-wrapper.service-grid-listing .service-item .service-item-media {
	width: 100%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	position: relative;
}

.service-listing-wrapper.service-grid-listing .service-item .service-item-media .service-item-media-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	display: block;
}

.service-listing-wrapper.service-grid-listing .service-item .service-item-media picture {
	height: auto;
	width: 100%;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-listing-wrapper.service-grid-listing .service-item .service-item-media picture img {
	max-width: none;
	height: auto;
	width: 100%;
}

.service-listing-wrapper.service-grid-listing .service-item .service-item-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 48px 20px 48px 27px;
}

.service-listing-wrapper.service-grid-listing .service-item .service-item-icon {
	font-size: 45px;
	-webkit-transition: color .3s;
	transition: color .3s;
	margin: 0 0 20px;
}

.service-listing-wrapper.service-grid-listing .service-item .service-item-info {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
}

.service-listing-wrapper.service-grid-listing .service-item .service-item-hidden {
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: opacity .2s, height .5s;
	transition: opacity .2s, height .5s;
}

.service-listing-wrapper.service-grid-listing .service-item .service-item-hidden:not(:first-child) .service-item-excerpt, .service-listing-wrapper.service-grid-listing .service-item .service-item-hidden:not(:first-child) .service-more-button:first-child {
	padding-top: 15px;
}

.service-listing-wrapper.service-grid-listing .service-item:hover .service-item-hidden {
	opacity: 1;
	height: 100%;
}

.service-listing-wrapper.service-grid-listing .service-item .service-post-index {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	display: inline;
	margin: 0 10px 0 0;
}

.service-listing-wrapper.service-grid-listing .service-item .service-post-title {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	display: inline-block;
}

.service-listing-wrapper.service-grid-listing .service-item .service-post-title a {
	position: relative;
	padding: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	align-items: baseline;
	text-decoration: none;
}

.service-listing-wrapper.service-grid-listing .service-item .service-post-title a .service-post-name-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
}

.service-listing-wrapper.service-grid-listing .service-item .service-post-title a .service-post-name {
	position: relative;
	display: block;
	-webkit-transition: transform .7s cubic-bezier(.2, .7, .2, 1), -webkit-transform .7s cubic-bezier(.2, .7, .2, 1);
	transition: transform .7s cubic-bezier(.2, .7, .2, 1), -webkit-transform .7s cubic-bezier(.2, .7, .2, 1);
}

.service-listing-wrapper.service-grid-listing .service-item .service-post-title a .service-post-name:after {
	content: attr(data-name);
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 100%;
}

.service-listing-wrapper.service-grid-listing .service-item .service-post-title a:hover .service-post-name {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.service-listing-wrapper.service-grid-listing .service-item .service-more-button:not(:first-child) {
	margin-top: 18px;
}

.service-listing-wrapper.service-list-listing .service-item-wrapper:first-child .service-item {
	border-top-style: solid;
	border-top-width: 2px;
}

.service-listing-wrapper.service-list-listing .service-item {
	padding: 35px 0;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.service-listing-wrapper.service-list-listing .service-item-media {
	width: 449px;
	display: none;
	position: fixed;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.service-listing-wrapper.service-list-listing .service-item-media .post-media {
	height: 0;
	padding: 58.1292% 0 0;
	overflow: hidden;
	position: relative;
}

.service-listing-wrapper.service-list-listing .service-item-media .post-media picture {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-listing-wrapper.service-list-listing .service-item-media.hidden-media {
	z-index: 2;
}

.service-listing-wrapper.service-list-listing .service-item-media.hidden-media.active {
	opacity: 1;
}

.service-listing-wrapper.service-list-listing .service-post-title {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.service-listing-wrapper.service-list-listing .service-post-title a {
	position: relative;
	padding: 0 40px 0 0;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	align-items: baseline;
}

.service-listing-wrapper.service-list-listing .service-post-title a .service-post-index {
	display: inline-block;
	vertical-align: baseline;
	font-size: .5em;
	font-weight: 600;
	letter-spacing: -.03em;
	min-width: 38px;
	margin: 0 10px 0 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.service-listing-wrapper.service-list-listing .service-post-title a:after {
	content: "";
	font: 400 normal .55em/1em "fontello";
	position: absolute;
	right: 0;
	left: initial;
	top: .7727em;
}

.service-listing-wrapper.service-list-listing .service-post-title a .service-post-name-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
}

.service-listing-wrapper.service-list-listing .service-post-title a .service-post-name {
	position: relative;
	display: block;
	-webkit-transition: transform .7s cubic-bezier(.2, .7, .2, 1), -webkit-transform .7s cubic-bezier(.2, .7, .2, 1);
	transition: transform .7s cubic-bezier(.2, .7, .2, 1), -webkit-transform .7s cubic-bezier(.2, .7, .2, 1);
}

.service-listing-wrapper.service-list-listing .service-post-title a .service-post-name:after {
	content: attr(data-name);
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 100%;
}

.service-listing-wrapper.service-list-listing .service-post-title a:hover .service-post-name {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.service-listing-wrapper.service-list-listing .service-item-hidden {
	width: 100%;
}

.service-listing-wrapper.service-list-listing .service-item-hidden:not(:first-child) .service-item-excerpt, .service-listing-wrapper.service-list-listing .service-item-hidden:not(:first-child) .service-more-button:first-child {
	padding-top: 10px;
}

.service-listing-wrapper.service-list-listing .service-more-button:not(:first-child) {
	margin-top: 18px;
}

.service-listing-wrapper.service-string-listing {
	margin: -10px -10px 0;
}

.service-listing-wrapper.service-string-listing .service-item-wrapper {
	padding: 0 10px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: bottom;
}

.service-listing-wrapper.service-string-listing .service-item-media {
	width: 449px;
	display: none;
	position: fixed;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.service-listing-wrapper.service-string-listing .service-item-media .post-media {
	height: 0;
	padding: 58.1292% 0 0;
	overflow: hidden;
	position: relative;
}

.service-listing-wrapper.service-string-listing .service-item-media .post-media picture {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-listing-wrapper.service-string-listing .service-item-media.hidden-media {
	z-index: 2;
}

.service-listing-wrapper.service-string-listing .service-item-media.hidden-media.active {
	opacity: 1;
}

.service-listing-wrapper.service-string-listing .service-post-title {
	font-size: 20px;
	line-height: 1.25em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.service-listing-wrapper.service-string-listing .service-post-title a .service-post-name-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}

.service-listing-wrapper.service-string-listing .service-post-title a .service-post-name {
	position: relative;
	display: block;
	-webkit-transition: transform .7s cubic-bezier(.2, .7, .2, 1), -webkit-transform .7s cubic-bezier(.2, .7, .2, 1);
	transition: transform .7s cubic-bezier(.2, .7, .2, 1), -webkit-transform .7s cubic-bezier(.2, .7, .2, 1);
}

.service-listing-wrapper.service-string-listing .service-post-title a .service-post-name:after {
	content: attr(data-name);
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 100%;
}

.service-listing-wrapper.service-string-listing .service-post-title a:hover .service-post-name-wrapper {
	border-color: transparent !important;
}

.service-listing-wrapper.service-string-listing .service-post-title a:hover .service-post-name {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.service-listing-wrapper.service-string-listing .service-item-hidden:not(:first-child) .service-item-excerpt, .service-listing-wrapper.service-string-listing .service-item-hidden:not(:first-child) .service-more-button:first-child {
	padding-top: 15px;
}

@media only screen and (min-width: 481px) {
	.service-listing-wrapper.service-grid-listing.columns-2 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
		width: 50%;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.with-alternation:nth-child(even) .service-item {
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
}

@media only screen and (min-width: 841px) {
	.service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
		width: 33.3333%;
	}
	
	.service-listing-wrapper.service-list-listing .service-post-title {
		font-size: 40px;
	}
	
	.service-listing-wrapper.service-list-listing .service-post-title a .service-post-index {
		margin: 0 40px 0 0;
		min-width: 58px;
	}
	
	.service-listing-wrapper.service-string-listing {
		margin: -15px -15px 0;
	}
	
	.service-listing-wrapper.service-string-listing .service-item-wrapper {
		padding: 0 15px;
		margin-top: 15px;
	}
	
	.service-listing-wrapper.service-string-listing .service-post-title {
		font-size: 40px;
	}
}

@media only screen and (min-width: 1021px) {
	.service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper {
		width: 25%;
	}
	
	.service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper {
		width: 20%;
	}
	
	.service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
		width: 16.6667%;
	}
}

@media only screen and (min-width: 1201px) {
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item .service-item-media {
		padding: 100% 0 0;
		width: 50%;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item .service-item-media picture {
		height: 100%;
		width: auto;
		left: 50%;
		right: initial;
		top: initial;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item .service-item-media picture img {
		max-width: none;
		height: 100%;
		width: auto;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item .service-item-icon {
		margin: 0;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item .service-item-media {
		padding: 100% 0 0;
		width: 100%;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item .service-item-icon {
		margin: 0 0 33px;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item .service-item-content {
		padding: 45px 40px;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item .service-item-icon {
		font-size: 59px;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item .service-post-index {
		margin: 0;
	}
	
	.service-listing-wrapper.service-grid-listing .service-item .service-post-index, .service-listing-wrapper.service-grid-listing .service-item .service-post-title {
		display: block;
	}
	
	.service-listing-wrapper.service-string-listing {
		margin: -25px -25px 0;
	}
	
	.service-listing-wrapper.service-string-listing .service-item-wrapper {
		padding: 0 25px;
		margin-top: 25px;
	}
	
	.service-listing-wrapper.service-string-listing .service-post-title {
		font-size: 60px;
	}
}

/********** Career Archive **********/
.vacancy-listing-wrapper {
	border-top-style: solid;
	border-top-width: 2px;
}

.vacancy-listing-wrapper .vacancy-item {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: default;
	padding: 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-item-header {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-item-header .vacancy-post-meta {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	font-size: 0;
	line-height: 1;
	margin: -6px -3px 0;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-item-header .vacancy-post-meta-item {
	display: inline-block;
	padding: 0 12px;
	font-size: 14px;
	line-height: 28px;
	margin: 6px 3px 0;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-post-title {
	font-size: 20px;
	line-height: 1.3333em;
	font-weight: 600;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-post-location:not(:first-child) {
	margin-top: 20px;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary:not(:first-child) {
	margin-top: 15px;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary .vacancy-salary {
	line-height: 1;
	letter-spacing: -.03em;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary .vacancy-salary-value {
	font-size: 30px;
	line-height: 1.3333em;
	font-weight: 600;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary .vacancy-salary-period {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	padding: 0 0 0 .2em;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	font-size: 0;
	line-height: 1;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-item-button:not(:first-child) {
	margin-top: 20px;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-item-button .agencium-button {
	min-width: 192px;
}

@media only screen and (min-width: 841px) {
	.vacancy-listing-wrapper .vacancy-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-item-header {
		width: 100%;
		-webkit-flex-shrink: 1;
		-moz-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-post-location, .vacancy-listing-wrapper .vacancy-item .vacancy-post-salary, .vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-post-location:not(:first-child), .vacancy-listing-wrapper .vacancy-item .vacancy-post-salary:not(:first-child), .vacancy-listing-wrapper .vacancy-item .vacancy-item-button:not(:first-child) {
		margin: 0 0 0 40px;
	}
}

@media only screen and (min-width: 1021px) {
	.vacancy-listing-wrapper .vacancy-item {
		padding: 55px 0 53px;
	}
}

@media only screen and (min-width: 1201px) {
	.vacancy-listing-wrapper .vacancy-item .vacancy-post-title {
		font-size: 30px;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-post-location:not(:first-child), .vacancy-listing-wrapper .vacancy-item .vacancy-item-button:not(:first-child) {
		margin: 0 0 0 110px;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary {
		min-width: 11.75%;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary:not(:first-child) {
		margin: 0 0 0 90px;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-post-location {
		min-width: 15.55%;
	}
}

/********** Single Vacancy **********/
body .single-vacancy .content-wrapper .vacancy-main ul > li {
	padding: 0 0 0 2em;
	margin: 20px 0;
}

body .single-vacancy .content-wrapper .vacancy-main ul > li:before {
	content: "";
	width: .3125em;
	height: .3125em;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	top: .75em;
}

.single-vacancy .archive-listing {
	margin: 43px 0 0 0;
}

.single-vacancy .content > .agencium-subtitle.main-section-subtitle {
	margin: 0 0 45px;
}

.single-vacancy .vacancy-main:not(:first-child) {
	margin-top: 60px;
}

.single-vacancy .vacancy-post-meta {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	font-size: 0;
	line-height: 1;
	margin: -6px -3px 0;
}

.single-vacancy .vacancy-post-meta-item {
	display: inline-block;
	padding: .375em 1.1875em .4375em;
	font-size: 16px;
	line-height: 1.375em;
	margin: 6px 3px 0;
}

.single-vacancy .vacancy-post-meta-item.vacancy-city {
	font-style: italic;
	padding-left: 0;
	padding-right: 0;
}

.single-vacancy .vacancy-post-title {
	font-size: 30px;
	line-height: 1.3333em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.single-vacancy .vacancy-post-title:not(:first-child) {
	margin-top: 1em;
}

.single-vacancy .vacancy-post-salary {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.single-vacancy .vacancy-post-salary:not(:first-child) {
	margin-top: 30px;
}

.single-vacancy .vacancy-post-salary .vacancy-salary {
	line-height: 1;
	letter-spacing: -.03em;
}

.single-vacancy .vacancy-post-salary .vacancy-salary-value {
	font-size: 30px;
	line-height: 1.3333em;
	font-weight: 600;
}

.single-vacancy .vacancy-post-salary .vacancy-salary-period {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	padding: 0 0 0 .2em;
}

.single-vacancy .vacancy-post-button {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	font-size: 0;
	line-height: 1;
}

.single-vacancy .vacancy-post-button:not(:first-child) {
	margin-top: 55px;
}

.single-vacancy .vacancy-info + .widget {
	margin-top: 65px;
}

.single-vacancy .related-vacancy-title {
	margin-bottom: 54px;
}

@media only screen and (min-width: 661px) {
	.single-vacancy .related-vacancy-title {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
}

@media only screen and (min-width: 1021px) {
	.single-vacancy .content > .agencium-subtitle.main-section-subtitle {
		margin: 0 20px 45px;
	}
	
	.single-vacancy .content-wrapper.content-wrapper-sidebar-position-left .content, .single-vacancy .content-wrapper.content-wrapper-sidebar-position-right .content {
		width: 100%;
		max-width: none;
		margin: 0;
	}
	
	.single-vacancy .vacancy-post-content {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.single-vacancy .vacancy-post-content .vacancy-info {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		width: calc(25% - 40px);
		max-width: 305px;
		margin: 0 20px;
	}
	
	.single-vacancy .vacancy-post-content .vacancy-info .sidebar {
		width: auto;
		margin: 0;
	}
	
	.single-vacancy .vacancy-post-content .vacancy-info .sidebar:not(:first-child) {
		margin-top: 50px;
	}
	
	.single-vacancy .vacancy-post-content .vacancy-main {
		position: relative;
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	
	.single-vacancy .vacancy-post-content .vacancy-main:not(:first-child) {
		margin-top: 0;
		padding: 0 0 0 8.4783%;
	}
	
	.single-vacancy .vacancy-post-content .vacancy-main:not(:first-child):before {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		top: -150px;
		bottom: 0;
		right: initial;
		left: 0;
	}
}

@media only screen and (min-width: 1021px) {
	.single-vacancy .related-vacancy-title {
		max-width: 85%;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.single-vacancy .related-vacancy-title .agencium-subheading {
		width: 15%;
	}
}

@media only screen and (min-width: 1381px) {
	.single-vacancy .related-vacancy-title {
		max-width: 51%;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.single-vacancy .related-vacancy-title .agencium-subheading {
		width: 1%;
	}
	
	.single-vacancy .archive-listing {
		margin: 73px 0 0 8.6%;
	}
}

.post-categories {
	margin: 0 -10px;
	font-size: 0;
	line-height: 1;
}

.post-categories .post-category-item {
	display: inline-block;
	margin: 0 10px 20px;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: 400;
	padding: .375em .9375em .4375em;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 80%;
	min-width: .3125em;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.post-categories .post-category-item.post-icon-sticky {
	padding: .375em 0 .4375em;
	width: 2.1875em;
}

.post-categories .post-category-item.post-icon-sticky:before {
	content: "";
	display: inline-block;
	font: 400 normal 1.0625em/1.2941em "fontello";
}

/*********** Comments ***********/
.post-comments-list .post-comment-wrapper.depth-1 {
	padding-bottom: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}

.post-comments-list .post-comment-wrapper.depth-1:after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 20px;
	left: initial;
	right: 0;
	bottom: 0;
}

.post-comments-wrapper:not(:first-child) {
	margin: 90px 0 0;
}

.post-comments-wrapper > .comment-respond:not(:first-child) {
	margin: 90px 0 0;
}

body.elementor-editor-active .elementor-widget-container h5, body:not(.elementor-editor-active) .content-wrapper h5.post-comments-title, body.elementor-editor-active .elementor-widget-container h5, body:not(.elementor-editor-active) .content-wrapper h5.comment-reply-title {
	letter-spacing: -.03em;
	margin-bottom: .8em;
}

.post-comments-title-counter {
	font-weight: 200;
	font-style: italic;
}

.comment-reply-title small {
	font-size: 50%;
	margin: 0 0 0 6px;
}

.comment-reply-title a {
	text-transform: none;
	text-decoration: none;
	position: relative;
	font-weight: 300;
}

.comment-reply-title a:before {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	right: 3px;
	bottom: -3px;
	height: 0;
	border-bottom: solid 1px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.comment-reply-title a:hover:before {
	opacity: 0;
}

.post-comment-wrapper.bypostauthor > .post-comment-item .post-comment-author:after {
	content: "";
	font: 700 normal 1em "Font Awesome 6 Free";
	margin: 0 0 0 10px;
	color: #00dbb0;
}

.post-comment-avatar {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	float: left;
	width: 75px;
	margin: 5px 15px 0 0;
	overflow: hidden;
}

.post-comment-avatar .avatar {
	width: 75px;
	max-width: none;
	height: auto;
}

.post-comment-avatar + .post-comment-main .post-comment-header {
	margin-left: 95px;
}

.post-comment-main {
	width: 100%;
}

.post-comment-info {
	margin: 0;
	width: 100%;
}

.post-comment-author {
	line-height: 1.4em;
	font-weight: 600;
	letter-spacing: -.03em;
	display: block;
}

.post-comment-buttons {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 0;
	line-height: 1;
	margin: 0 -5px;
}

.post-comment-buttons a {
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: capitalize;
	text-decoration: none;
}

.post-comment-buttons a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 0;
	border-bottom: solid 1px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.post-comment-buttons a:after {
	content: "";
	display: inline-block;
	font: 400 normal 8px/1em "fontello";
	margin: 0 0 0 8px;
	vertical-align: baseline;
}

.post-comment-buttons a:hover:before {
	opacity: 0;
}

.post-comment-content {
	clear: both;
}

.post-comment-content:not(:first-child) {
	padding-top: 20px;
}

.post-comment-header {
	line-height: 1;
}

.post-comment-date {
	font-size: 16px;
	line-height: 1.875em;
	font-weight: 300;
	display: block;
}

.post-comment-date:not(:first-child) {
	margin-top: 5px;
}

.post-comment-wrapper {
	margin-top: 38px;
}

.post-comment-wrapper > .post-comment-wrapper, .post-comment-wrapper > .comment-respond {
	margin: 38px 0 0 30px;
}

.post-comments-list > .post-comment-wrapper:first-child {
	margin-top: 0;
}

.post-comments-list > .comment-respond:not(:first-child) {
	margin-top: 38px;
}

.comment-form {
	position: relative;
	z-index: 2;
}

.comment-form .submit {
	margin: 51px 0 0;
}

.comment-form p {
	font-size: 16px;
}

.form-fields {
	margin: -1px -10px 0;
	position: relative;
}

.form-fields:after {
	content: "";
	display: table;
	clear: both;
}

.form-fields .form-field {
	margin: 1px 10px 0;
	width: calc(100% - 20px);
	float: left;
}

.form-fields .form-field.form-cookies {
	margin-top: 26px;
}

.form-fields .form-field.form-cookies input + label {
	font-size: .875em;
}

.comment-navigation {
	margin: 30px 0 0;
}

.comment-navigation .nav-previous {
	text-align: left;
}

.comment-navigation .nav-previous a:before {
	content: "";
	display: inline-block;
	font: 400 normal 1em/1.2em "fontello";
	margin: 4px 10px 0 0;
	vertical-align: top;
}

.comment-navigation .nav-next {
	text-align: right;
}

.comment-navigation .nav-next a:after {
	content: "";
	display: inline-block;
	font: 400 normal 1em/1.2em "fontello";
	margin: 4px 0 0 10px;
	vertical-align: top;
}

@media only screen and (min-width: 481px) {
	.post-comment-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		position: relative;
	}
	
	.post-comment-avatar + .post-comment-main .post-comment-header {
		margin-left: 0;
	}
	
	.post-comment-content:not(:first-child) {
		padding-top: 7px;
	}
	
	.post-comment-info {
		margin: 0 30px 0 0;
	}
	
	.post-comment-meta {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		width: 100%;
	}
	
	form.comment-form .agencium-form-field textarea {
		height: 88px;
	}
	
	form.comment-form .agencium-form-field:focus-within textarea, form.comment-form .agencium-form-field.not-empty textarea {
		height: 88px;
	}
}

@media only screen and (min-width: 661px) {
	.form-fields .form-name, .form-fields .form-email {
		width: calc(50% - 20px);
	}
}

@media only screen and (min-width: 841px) {
	.post-comments-list .post-comment-wrapper.depth-1 {
		padding-bottom: 70px;
	}
	
	.post-comments-wrapper > .comment-respond:not(:first-child) {
		margin: 120px 0 0;
	}
	
	.post-comment-author {
		font-size: 20px;
		display: inline-block;
		vertical-align: baseline;
	}
	
	.post-comment-date {
		display: inline-block;
		vertical-align: baseline;
		position: relative;
	}
	
	.post-comment-date:not(:first-child) {
		margin: 0 0 0 26px;
	}
	
	.post-comment-date:not(:first-child):before {
		content: "";
		display: inline-block;
		width: 5px;
		height: 5px;
		vertical-align: baseline;
		margin: 0 20px 4px 0;
	}
	
	.post-comment-info {
		margin: 0 30px 0 0;
		font-size: 0;
		line-height: 1;
	}
}

@media only screen and (min-width: 1021px) {
	.post-comments-wrapper > .comment-respond:not(:first-child) {
		margin: 100px 0 0;
	}
}

@media only screen and (min-width: 1201px) {
	.post-comment-avatar {
		margin: 0 40px 0 0;
	}
	
	.post-comment-avatar + .post-comment-main .post-comment-header {
		margin-left: 0;
	}
	
	.post-comment-header {
		min-height: 68px;
		padding: 7px 0 0;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.post-comment-wrapper:not(:first-child) {
		margin: 50px 0 0;
	}
	
	.post-comment-wrapper > .post-comment-wrapper, .post-comment-wrapper > .comment-respond {
		margin: 50px 0 0 115px;
	}
}

/********** Custom Cursor **********/
.custom-cursor-drag {
	display: none;
	position: fixed;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: none;
	border: solid 1px;
	z-index: 2;
	pointer-events: none;
	left: 50%;
	right: initial;
	top: 50%;
	-webkit-transition: width .2s, height .2s;
	transition: width .2s, height .2s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15), inset 0 0 10px rgba(0, 0, 0, .1);
}

.custom-cursor-drag:before, .custom-cursor-drag:after {
	display: block;
	position: absolute;
	font: 400 normal 8px/1em "fontello";
	top: 50%;
	margin: -5px 0 0;
	text-shadow: 0 0 6px #000;
}

.custom-cursor-drag:before {
	content: "";
	left: -14px;
	right: initial;
}

.custom-cursor-drag:after {
	content: "";
	left: initial;
	right: -14px;
}

.custom-cursor-drag.active {
	width: 64px;
	height: 64px;
}

.post-media-wrapper {
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 1;
	z-index: 1;
}

.post-media-wrapper a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(25, 23, 24, 0) 0%, #1b1b1b 100%);
	z-index: 2;
}

.post-media-wrapper a:after {
	content: "";
	position: absolute;
	width: 62.7497%;
	height: 0;
	padding: 114.5889% 0 0;
	z-index: 2;
	left: 10%;
	right: initial;
	top: 100%;
	margin: -35% 0 0;
	filter: blur(50px);
	-webkit-transform: rotate(108.18deg) translate3d(0, 0, 0);
	-ms-transform: rotate(108.18deg) translate3d(0, 0, 0);
	transform: rotate(108.18deg) translate3d(0, 0, 0);
}

.post-media-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	font: 400 normal 52px/1em "fontello";
	top: 16px;
	left: initial;
	right: 17px;
	z-index: 2;
}

.post-media-wrapper .mejs-controls {
	height: 40px;
}

.post-gallery-carousel .item + .item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.post-gallery-carousel.owl-carousel.owl-theme:hover .owl-nav {
	left: 30px;
	right: 30px;
}

.format-quote .post-media-wrapper {
	font-size: inherit;
	line-height: inherit;
}

.post-quote {
	overflow: hidden;
	position: relative;
	padding: 50px 30px;
	display: block;
	text-decoration: none;
	max-width: none;
}

.post-quote .post-quote-text {
	position: relative;
	z-index: 3;
	font-weight: 400;
}

.post-quote .post-quote-text p {
	margin: 0;
}

.post-quote .post-quote-text p + p {
	margin-top: 1em;
}

.post-quote .post-quote-text:before {
	content: "";
	font: 400 normal 1.8125em/1em "fontello";
	display: block;
	margin: 0 0 20px;
}

.post-quote .post-quote-author {
	display: inline-block !important;
	font-weight: 400;
	margin: 36px 0 0;
	font-style: normal;
	letter-spacing: normal;
	border-bottom: solid 1px;
	line-height: 1.4em;
	position: relative;
	z-index: 3;
}

.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper .post-media, .archive-listing .blog-item .post-media-wrapper .post-media {
	height: 0;
	padding: 61.206% 0 0;
	overflow: hidden;
	position: relative;
}

.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper .post-media > a > picture, .elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper .post-media > picture, .elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper .post-media > .post-gallery-carousel, .archive-listing .blog-item .post-media-wrapper .post-media > a > picture, .archive-listing .blog-item .post-media-wrapper .post-media > picture, .archive-listing .blog-item .post-media-wrapper .post-media > .post-gallery-carousel {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper picture, .archive-listing .blog-item .post-media-wrapper picture {
	overflow: hidden;
	font-size: 0;
	line-height: 1;
	display: block;
}

.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper img, .archive-listing .blog-item .post-media-wrapper img {
	display: block;
}

.grid-blog-item-wrapper .post-media-wrapper .wp-video .mejs-video {
	height: 0 !important;
	padding: 61.206% 0 0;
}

.grid-blog-item-wrapper .post-media-wrapper .wp-video .mejs-mediaelement iframe {
	height: 100% !important;
}

@media only screen and (max-width: 481px) {
	.post-media-wrapper .wp-video .mejs-video {
		height: calc(74vw - 20px) !important;
	}
	
	.post-media-wrapper .wp-video .mejs-mediaelement iframe {
		height: calc(74vw - 20px) !important;
	}
}

@media only screen and (min-width: 841px) {
	.post-quote {
		padding: 50px 70px;
	}
	
	.post-quote:before {
		font-size: 300px;
		margin: 0;
		position: absolute;
		left: 36px;
		right: initial;
		top: 60px;
	}
	
	.post-quote .post-quote-text:before {
		margin: 0 0 40px;
	}
	
	.post-quote .post-quote-text p {
		font-size: 1.25em;
		line-height: 2em;
	}
	
	.post-media-wrapper:after {
		font-size: 86px;
	}
}

@media screen and (min-width: 1021px) {
	.post-quote {
		padding: 7.5377% 21.608% 8.6432% 15.3769%;
	}
}

/*********** Post Meta ***********/
.post-meta-header .post-meta-item {
	letter-spacing: .01em;
}

.post-meta-header .post-meta-item a {
	text-decoration: none;
}

.post-meta-header .post-meta-item + .post-meta-item {
	margin: 0 0 0 21px;
}

.post-meta-header .post-meta-item + .post-meta-item:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 21px 3px 0;
}

.post-meta-item-tags {
	font-size: 0;
	line-height: 1;
}

.post-meta-item-tags a {
	display: inline-block;
	font-size: 16px;
	line-height: 1.125em;
}

.post-meta-item-tags a:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

.post-meta-item-tags a + a {
	margin: 0 0 0 20px;
}

/********** Post Navigation **********/
.post-navigation {
	margin: 60px 0 0;
	padding: 60px 0 0;
	position: relative;
}

.post-navigation:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: -20px;
	height: 20px;
	border-bottom: solid 1px;
	border-right: solid 1px;
}

.post-navigation a {
	text-decoration: none;
}

.post-navigation .post-navigation-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

.post-navigation .post-navigation-item {
	max-width: 160px;
}

.post-navigation .post-navigation-item .post-navigation-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: -.03em;
}

.post-navigation .post-navigation-item .post-navigation-link a {
	position: relative;
}

.post-navigation .post-navigation-item .post-navigation-block {
	display: none;
}

.post-navigation .post-navigation-item.prev-post {
	text-align: left;
	position: relative;
	z-index: 2;
}

.post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
	content: "";
	margin: 0 10px 0 0;
	font: 400 normal 16px/1.5em "fontello";
}

.post-navigation .post-navigation-item.prev-post .post-navigation-block {
	text-align: left;
}

.post-navigation .post-navigation-item.next-post {
	text-align: right;
	position: relative;
	z-index: 2;
}

.post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
	content: "";
	margin: 0 0 0 10px;
	font: 400 normal 16px/1.5em "fontello";
}

.post-navigation .post-navigation-item.next-post .post-navigation-block {
	text-align: right;
}

.post-navigation .post-navigation-item.archive-icon-link.with-label {
	position: static;
}

.post-navigation .post-navigation-item.archive-icon-link.with-label .archive-icon {
	display: none;
	position: absolute;
	font-size: 90px;
	line-height: 1.2422em;
	font-weight: 500;
	font-style: italic;
	letter-spacing: -.03em;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .1;
	-webkit-background-clip: text;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
	background-color: transparent;
}

.post-navigation .post-navigation-categories {
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
}

.post-navigation .post-navigation-categories a:before {
	content: "/ ";
}

.post-navigation .post-navigation-image:not(:first-child) {
	margin-top: 14px;
}

.post-navigation .post-navigation-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: -.03em;
}

.post-navigation .post-navigation-title:not(:first-child) {
	margin-top: 20px;
}

.post-navigation .post-navigation-image {
	width: 150px;
	display: block;
}

.post-navigation .post-navigation-image img {
	position: relative;
}

@media only screen and (min-width: 841px) {
	.post-navigation {
		margin: 100px 0 0;
		padding: 100px 0 0;
	}
	
	.post-navigation .post-navigation-item .post-navigation-link {
		width: 20px;
		height: 20px;
		overflow: hidden;
		font-size: 0;
		line-height: 1em;
		display: none;
	}
	
	.post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
		margin: 0;
		font-size: 20px;
		line-height: 1em;
	}
	
	.post-navigation .post-navigation-item.prev-post .post-navigation-block {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
		margin: 0;
		font-size: 20px;
		line-height: 1em;
	}
	
	.post-navigation .post-navigation-item.next-post .post-navigation-block {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
	
	.post-navigation .post-navigation-item.archive-icon-link.with-label .archive-icon {
		display: block;
	}
}

@media only screen and (min-width: 1021px) {
	.post-navigation {
		margin: 138px 0 0;
		padding: 138px 0 0;
	}
	
	.post-navigation .post-navigation-item .post-navigation-link {
		display: block;
		position: absolute;
		top: 6px;
	}
	
	.post-navigation .post-navigation-item.prev-post {
		padding: 0 0 0 54px;
	}
	
	.post-navigation .post-navigation-item.prev-post .post-navigation-link {
		left: 0;
		right: initial;
	}
	
	.post-navigation .post-navigation-item.next-post {
		padding: 0 54px 0 0;
	}
	
	.post-navigation .post-navigation-item.next-post .post-navigation-link {
		left: initial;
		right: 0;
	}
	
	.post-navigation .post-navigation-item.archive-icon-link.with-label .archive-icon {
		font-size: 121px;
	}
}

@media only screen and (min-width: 1501px) {
	.post-navigation .post-navigation-item.archive-icon-link.with-label .archive-icon {
		font-size: 161px;
	}
}

/*********** Pagination ***********/
.content-pagination, .woocommerce-pagination {
	font-size: 0;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.content-pagination:not(:first-child), .woocommerce-pagination:not(:first-child) {
	margin-top: 50px;
}

.content-pagination .pagination, .woocommerce-pagination .pagination {
	display: block;
}

.content-pagination .nav-links, .woocommerce-pagination .nav-links {
	padding: 0 33px;
	font-size: 0;
	line-height: 1;
	text-align: center;
	position: relative;
}

.content-pagination .page-numbers, .content-pagination .post-page-numbers, .woocommerce-pagination .page-numbers, .woocommerce-pagination .post-page-numbers {
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	margin: 26px 4px 0;
	padding: 0;
	min-width: 33px;
	min-height: 33px;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color, .3s;
	transition: border-color, .3s;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.content-pagination .page-numbers:before, .content-pagination .post-page-numbers:before, .woocommerce-pagination .page-numbers:before, .woocommerce-pagination .post-page-numbers:before {
	content: "";
	position: absolute;
	display: block;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	border-width: 7px;
	border-style: solid;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.content-pagination .page-numbers:after, .content-pagination .post-page-numbers:after, .woocommerce-pagination .page-numbers:after, .woocommerce-pagination .post-page-numbers:after {
	content: "";
	position: absolute;
	display: block;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border-width: 3px;
	border-style: solid;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.content-pagination .page-numbers.dots, .content-pagination .post-page-numbers.dots, .woocommerce-pagination .page-numbers.dots, .woocommerce-pagination .post-page-numbers.dots {
	cursor: default;
	border: none;
	background: none;
}

.content-pagination .page-numbers.dots:before, .content-pagination .page-numbers.dots:after, .content-pagination .post-page-numbers.dots:before, .content-pagination .post-page-numbers.dots:after, .woocommerce-pagination .page-numbers.dots:before, .woocommerce-pagination .page-numbers.dots:after, .woocommerce-pagination .post-page-numbers.dots:before, .woocommerce-pagination .post-page-numbers.dots:after {
	content: none;
	display: none;
}

.content-pagination .page-numbers.prev, .content-pagination .page-numbers.next, .content-pagination .post-page-numbers.prev, .content-pagination .post-page-numbers.next, .woocommerce-pagination .page-numbers.prev, .woocommerce-pagination .page-numbers.next, .woocommerce-pagination .post-page-numbers.prev, .woocommerce-pagination .post-page-numbers.next {
	border: none;
	position: absolute;
	top: 0;
	margin-left: 0;
	margin-right: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.content-pagination .page-numbers.prev:before, .content-pagination .page-numbers.next:before, .content-pagination .post-page-numbers.prev:before, .content-pagination .post-page-numbers.next:before, .woocommerce-pagination .page-numbers.prev:before, .woocommerce-pagination .page-numbers.next:before, .woocommerce-pagination .post-page-numbers.prev:before, .woocommerce-pagination .post-page-numbers.next:before {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
}

.content-pagination .page-numbers.prev:before, .content-pagination .page-numbers.prev:after, .content-pagination .page-numbers.next:before, .content-pagination .page-numbers.next:after, .content-pagination .post-page-numbers.prev:before, .content-pagination .post-page-numbers.prev:after, .content-pagination .post-page-numbers.next:before, .content-pagination .post-page-numbers.next:after, .woocommerce-pagination .page-numbers.prev:before, .woocommerce-pagination .page-numbers.prev:after, .woocommerce-pagination .page-numbers.next:before, .woocommerce-pagination .page-numbers.next:after, .woocommerce-pagination .post-page-numbers.prev:before, .woocommerce-pagination .post-page-numbers.prev:after, .woocommerce-pagination .post-page-numbers.next:before, .woocommerce-pagination .post-page-numbers.next:after {
	content: none;
	display: none;
}

.content-pagination .page-numbers.prev.disabled, .content-pagination .page-numbers.next.disabled, .content-pagination .post-page-numbers.prev.disabled, .content-pagination .post-page-numbers.next.disabled, .woocommerce-pagination .page-numbers.prev.disabled, .woocommerce-pagination .page-numbers.next.disabled, .woocommerce-pagination .post-page-numbers.prev.disabled, .woocommerce-pagination .post-page-numbers.next.disabled {
	cursor: default;
	opacity: .5;
}

.content-pagination .page-numbers.prev .button-icon, .content-pagination .page-numbers.next .button-icon, .content-pagination .post-page-numbers.prev .button-icon, .content-pagination .post-page-numbers.next .button-icon, .woocommerce-pagination .page-numbers.prev .button-icon, .woocommerce-pagination .page-numbers.next .button-icon, .woocommerce-pagination .post-page-numbers.prev .button-icon, .woocommerce-pagination .post-page-numbers.next .button-icon {
	font: 400 normal 20px/33px "fontello";
	display: block;
	width: 33px;
	height: 33px;
}

.content-pagination .page-numbers.prev, .content-pagination .post-page-numbers.prev, .woocommerce-pagination .page-numbers.prev, .woocommerce-pagination .post-page-numbers.prev {
	left: 0;
	right: initial;
	text-align: left;
}

.content-pagination .page-numbers.prev .button-icon:before, .content-pagination .post-page-numbers.prev .button-icon:before, .woocommerce-pagination .page-numbers.prev .button-icon:before, .woocommerce-pagination .post-page-numbers.prev .button-icon:before {
	content: "";
}

.content-pagination .page-numbers.next, .content-pagination .post-page-numbers.next, .woocommerce-pagination .page-numbers.next, .woocommerce-pagination .post-page-numbers.next {
	left: initial;
	right: 0;
	text-align: right;
}

.content-pagination .page-numbers.next .button-icon:before, .content-pagination .post-page-numbers.next .button-icon:before, .woocommerce-pagination .page-numbers.next .button-icon:before, .woocommerce-pagination .post-page-numbers.next .button-icon:before {
	content: "";
}

.content-pagination .page-numbers.current, .content-pagination .post-page-numbers.current, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .post-page-numbers.current {
	cursor: default;
	z-index: 3;
	border-color: transparent !important;
}

.content-pagination .page-numbers.current:before, .content-pagination .post-page-numbers.current:before, .woocommerce-pagination .page-numbers.current:before, .woocommerce-pagination .post-page-numbers.current:before {
	opacity: 0;
	content: none;
	display: none;
}

.content-pagination .page-numbers.current:after, .content-pagination .post-page-numbers.current:after, .woocommerce-pagination .page-numbers.current:after, .woocommerce-pagination .post-page-numbers.current:after {
	opacity: 1;
}

.content-pagination .page-numbers:hover:before, .content-pagination .post-page-numbers:hover:before, .woocommerce-pagination .page-numbers:hover:before, .woocommerce-pagination .post-page-numbers:hover:before {
	opacity: .25;
}

@media screen and (min-width: 841px) {
	.content-pagination:not(:first-child), .woocommerce-pagination:not(:first-child) {
		margin-top: 60px;
	}
}

@media screen and (min-width: 1021px) {
	.content-pagination:not(:first-child), .woocommerce-pagination:not(:first-child) {
		margin-top: 70px;
	}
	
	.content-pagination .nav-links, .woocommerce-pagination .nav-links {
		padding: 0 50px;
	}
	
	.content-pagination .page-numbers, .content-pagination .post-page-numbers, .woocommerce-pagination .page-numbers, .woocommerce-pagination .post-page-numbers {
		margin: 26px 13px 0;
		min-width: 49px;
		min-height: 49px;
		line-height: 47px;
		-webkit-border-radius: 24px;
		border-radius: 24px;
	}
	
	.content-pagination .page-numbers:before, .content-pagination .post-page-numbers:before, .woocommerce-pagination .page-numbers:before, .woocommerce-pagination .post-page-numbers:before {
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	
	.content-pagination .page-numbers:after, .content-pagination .post-page-numbers:after, .woocommerce-pagination .page-numbers:after, .woocommerce-pagination .post-page-numbers:after {
		-webkit-border-radius: 24px;
		border-radius: 24px;
	}
	
	.content-pagination .page-numbers.prev .button-icon, .content-pagination .page-numbers.next .button-icon, .content-pagination .post-page-numbers.prev .button-icon, .content-pagination .post-page-numbers.next .button-icon, .woocommerce-pagination .page-numbers.prev .button-icon, .woocommerce-pagination .page-numbers.next .button-icon, .woocommerce-pagination .post-page-numbers.prev .button-icon, .woocommerce-pagination .post-page-numbers.next .button-icon {
		line-height: 49px;
		width: 49px;
		height: 49px;
	}
}

.filter-control-wrapper {
	margin: 0 auto 46px;
	width: 100%;
}

.filter-control-wrapper .filter-control-list .dots {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
	font-size: 0;
	line-height: 1;
}

.filter-control-wrapper .filter-control-list .dots .dot {
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 1.9444em;
	font-weight: 600;
	letter-spacing: -.03em;
	margin: 0 10px !important;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	padding: 0 0 11px;
}

.filter-control-wrapper .filter-control-list .dots .dot.active {
	cursor: default;
}

.filter-control-wrapper .filter-control-list .dots .dot:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	width: 100%;
	opacity: 0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.filter-control-wrapper .filter-control-list .dots .dot.active:after {
	opacity: 1;
}

@media only screen and (min-width: 841px) {
	.filter-control-wrapper .filter-control-list .dots {
		margin: 0 -19px;
	}
	
	.filter-control-wrapper .filter-control-list .dots .dot {
		margin: 0 19px !important;
	}
}

@media only screen and (min-width: 1021px) {
	.filter-control-wrapper .filter-control-list .dots {
		margin: 0 -23px;
	}
	
	.filter-control-wrapper .filter-control-list .dots .dot {
		margin: 0 23px !important;
	}
	
	.elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap .filter-control-wrapper, .elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .filter-control-wrapper {
		max-width: 1340px;
	}
}

/********** Related Posts **********/
.recent-posts-wrapper:not(:first-child) {
	margin-top: 95px;
}

/********** Slider Title with Navigation **********/
.elementor-widget .agencium-heading.heading-with-pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	text-align: center;
}

.elementor-widget .agencium-heading.heading-with-pagination .agencium-heading-inner {
	display: block;
}

.elementor-widget .agencium-heading.heading-with-pagination:not(:last-child) {
	margin-bottom: 41px;
}

.elementor-widget .owl-dots-desktop {
	display: none;
}

@media only screen and (min-width: 1021px) {
	.elementor-widget .agencium-heading.heading-with-pagination {
		margin: 0 auto;
		width: 100%;
		max-width: 1170px;
	}
	
	.elementor-widget .agencium-heading.heading-with-pagination .agencium-heading-inner {
		width: calc(100% - 30px);
	}
	
	.elementor-widget .agencium-heading.heading-with-pagination .owl-dots, .elementor-widget .agencium-heading.heading-with-pagination .slider-dots {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
	
	.elementor-widget.title-alignment-left .agencium-heading.heading-with-pagination {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		text-align: left;
	}
	
	.elementor-widget.title-alignment-left .agencium-heading.heading-with-pagination .agencium-heading-inner {
		margin: 0 15px 0 0;
	}
	
	.elementor-widget.title-alignment-left .agencium-heading.heading-with-pagination .owl-dots, .elementor-widget.title-alignment-left .agencium-heading.heading-with-pagination .slider-dots {
		margin: 0 -13px .275em 2px;
	}
	
	.elementor-widget.title-alignment-right .agencium-heading.heading-with-pagination {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		text-align: right;
	}
	
	.elementor-widget.title-alignment-right .agencium-heading.heading-with-pagination .agencium-heading-inner {
		margin: 0 0 0 15px;
	}
	
	.elementor-widget.title-alignment-right .agencium-heading.heading-with-pagination .owl-dots, .elementor-widget.title-alignment-right .agencium-heading.heading-with-pagination .slider-dots {
		margin: 0 2px .275em -13px;
	}
	
	.elementor-widget.title-alignment-center .agencium-heading.heading-with-pagination {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		text-align: center;
	}
	
	.elementor-widget.title-alignment-center .agencium-heading.heading-with-pagination .agencium-heading-inner {
		margin: 0;
	}
	
	.elementor-widget.title-alignment-center .agencium-heading.heading-with-pagination .owl-dots, .elementor-widget.title-alignment-center .agencium-heading.heading-with-pagination .slider-dots {
		margin-top: 30px;
	}
	
	.elementor-widget .owl-dots-desktop {
		display: block;
	}
	
	.elementor-widget .owl-dots-mobile {
		display: none;
	}
}

/********** Slider Footer with Navigation and Button **********/
.elementor-widget .archive-listing-footer {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.elementor-widget .archive-listing-footer:not(:first-child) {
	margin-top: 140px;
}

.elementor-widget .archive-listing-footer .archive-navigation-button {
	font-size: 0;
	line-height: 1;
	width: 100%;
}

.elementor-widget .archive-listing-footer .archive-navigation-button .agencium-button {
	min-width: 184px;
}

.elementor-widget .archive-listing-footer .archive-navigation-button .agencium-button:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.elementor-widget .archive-listing-footer .owl-dots, .elementor-widget .archive-listing-footer .slider-dots {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	margin: -13px -13px 0 0;
}

/********** Social Buttons **********/
.error-404-container .wrapper-socials, .mobile-header-menu-container .wrapper-socials, .top-bar .wrapper-socials, .body-container .wrapper-socials {
	padding: 0;
	list-style: none;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	margin: -16px -8px 0;
}

.error-404-container .wrapper-socials li, .mobile-header-menu-container .wrapper-socials li, .top-bar .wrapper-socials li, .body-container .wrapper-socials li {
	margin: 16px 8px 0;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-weight: 400;
}

.error-404-container .wrapper-socials li:before, .mobile-header-menu-container .wrapper-socials li:before, .top-bar .wrapper-socials li:before, .body-container .wrapper-socials li:before {
	content: none;
	display: none;
}

.error-404-container .wrapper-socials a, .mobile-header-menu-container .wrapper-socials a, .top-bar .wrapper-socials a, .body-container .wrapper-socials a {
	text-align: center;
	display: block;
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	transition: color .3s, background-color .3s, border-color .3s;
	width: 26px;
	height: 26px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: transparent;
	line-height: 26px;
	text-decoration: none;
}

.error-404-container .wrapper-socials a:before, .mobile-header-menu-container .wrapper-socials a:before, .top-bar .wrapper-socials a:before, .body-container .wrapper-socials a:before {
	font-family: "Font Awesome 6 Brands";
	font-size: 16px;
}

/********** Accordion Elementor Widget **********/
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
	border-top: none;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:first-child {
	border-top-width: 2px;
	border-top-style: solid;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	padding: 25px 0 24px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	border: none;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	width: 32px;
	height: 32px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right, .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	text-align: center;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	margin-left: 20px;
	order: 2;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	margin-right: 20px;
	order: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon i {
	line-height: 32px;
	margin: 0 auto;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
	width: 100%;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .numbering {
	font-size: 14px;
	letter-spacing: -.03em;
	margin: 0 30px 0 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	padding: 0 52px 28px 0;
	border: none;
	margin: -7px 0 0;
}

@media only screen and (min-width: 841px) {
	.elementor-widget-accordion .elementor-tab-title .numbering {
		font-size: 20px;
	}
}

/********** Award Elementor Widget **********/
.agencium-award-widget.view-type-inline .award-date {
	margin-left: .3125em;
	margin-right: .3125em;
}

.agencium-award-widget.view-type-inline .award-title {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: -.03em;
	white-space: nowrap;
}

.agencium-award-widget.view-type-inline .award-title .award-separator {
	margin: 0 .15em;
}

.agencium-award-widget.view-type-inline .award-title a {
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
}

.agencium-award-widget.view-type-inline .award-title a:before {
	content: "";
	position: absolute;
	right: 0;
	left: initial;
	width: 100%;
	bottom: 0;
	height: 0;
	border-top-style: solid;
	border-top-width: 2px;
	-webkit-transition: border-color .3s, width .3s;
	transition: border-color .3s, width .3s;
}

.agencium-award-widget.view-type-inline .award-title a:hover:before {
	width: 0;
}

.agencium-award-widget.view-type-inline .award-image:not(:first-child) {
	margin-top: 15px;
}

.agencium-award-widget.view-type-inline .award-image img {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 1;
	margin-left: .3125em;
	margin-right: .3125em;
}

.agencium-award-widget.view-type-grid .award-image:not(:first-child) {
	margin-top: 32px;
}

.agencium-award-widget.view-type-grid .award-title:not(:first-child) {
	margin-top: 45px;
}

@media only screen and (min-width: 661px) {
	.agencium-award-widget.view-type-inline .award-title {
		font-size: 30px;
	}
	
	.agencium-award-widget.view-type-inline .award-title:not(:first-child) {
		margin-top: 15px;
	}
	
	.agencium-award-widget.view-type-inline .award-image:not(:first-child) {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 1021px) {
	.agencium-award-widget.view-type-inline .award-title {
		font-size: 60px;
	}
	
	.agencium-award-widget.view-type-grid .award-image:not(:first-child) {
		margin-top: 62px;
	}
	
	.agencium-award-widget.view-type-grid .award-title:not(:first-child) {
		margin-top: 95px;
	}
}

/********** Booking Calendar Elementor Widget **********/
.wpbs-main-wrapper .wpbs-container .wpbs-calendars-wrapper:not(.wpbs-legend-position-side):not(.wpbs-legend-position-top):not(.wpbs-legend-position-bottom) .wpbs-legend-item-icon-2 div:first-of-type, .wpbs-main-wrapper .wpbs-container .wpbs-calendars-wrapper:not(.wpbs-legend-position-side):not(.wpbs-legend-position-top):not(.wpbs-legend-position-bottom) .wpbs-legend-item-icon-1 div:first-of-type {
	background: none;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars-wrapper .wpbs-legend-item-icon .wpbs-legend-item-icon-color {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar {
	border-width: 10px;
	border-style: solid;
	margin-bottom: 0;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-wrapper {
	padding: 0;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header {
	padding: 25px 8px;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-prev, .wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-next {
	background: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-prev .wpbs-arrow, .wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-next .wpbs-arrow {
	border: none;
	font: 400 normal 13px/26px "fontello";
	width: 26px;
	height: 26px;
	display: block;
	margin: 0;
	position: static;
	left: initial;
	right: initial;
	top: initial;
	bottom: initial;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-prev .wpbs-arrow:before {
	content: "";
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-next .wpbs-arrow:before {
	content: "";
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-select-container select {
	border: none;
	background: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 20px;
	outline: none;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar table thead tr th {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	font-weight: 300;
	font-size: 16px;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar table tbody tr td .wpbs-date.wpbs-gap {
	background: none;
}

.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar table tbody tr td .wpbs-date-inner .wpbs-date-number {
	font-size: 16px;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.wpbs-main-wrapper .wpbs-form-container {
	padding: 76px 15px 40px;
	max-height: 90%;
	overflow: auto;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 9999;
	width: 100%;
}

.wpbs-main-wrapper .wpbs-form-container .form-close {
	position: absolute;
	right: 20px;
	left: initial;
	top: 20px;
	width: 17px;
	height: 17px;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	font: 400 normal 17px/20px "fontello";
	text-align: center;
}

.wpbs-main-wrapper .wpbs-form-container .form-close:before {
	content: "";
}

.wpbs-main-wrapper .wpbs-form-container .form-close:hover {
	opacity: .7;
}

.wpbs-main-wrapper .wpbs-form-container.active {
	opacity: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field {
	padding-bottom: 38px !important;
}

.wpbs-main-wrapper .wpbs-form-confirmation-message {
	margin: 20px 0 0;
}

@media only screen and (min-width: 481px) {
	.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar {
		border-width: 32px;
	}
}

@media only screen and (min-width: 841px) {
	.wpbs-main-wrapper .wpbs-form-container {
		max-width: 540px !important;
		padding: 76px 60px 56px;
	}
	
	.wpbs-main-wrapper .wpbs-form-container .form-close {
		top: 23px;
		left: initial;
		right: 26px;
	}
}

/********** Button Elementor Widget **********/
.elementor-widget-agencium_button .button-container {
	position: relative;
	z-index: 2;
	line-height: 1;
	font-size: 0;
}

.elementor-widget-agencium_button .agencium-round-button {
	display: inline-block;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color .3s;
	transition: color .3s;
	padding: 0 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	border: none;
	width: 187px;
	height: 187px;
}

.elementor-widget-agencium_button .agencium-round-button .button-text {
	position: absolute;
	display: block;
	z-index: 2;
	text-align: center;
	left: 20px;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}

.elementor-widget-agencium_button .agencium-round-button .button-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: transform .5s;
	transition: transform .5s;
	overflow: hidden;
}

.elementor-widget-agencium_button .agencium-round-button .button-bg:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: transform .8s, background-color .8s;
	transition: transform .8s, background-color .8s;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

.elementor-widget-agencium_button .agencium-round-button:hover .button-bg {
	-webkit-transform: translate(-50%, -50%) scale(.93);
	-ms-transform: translate(-50%, -50%) scale(.93);
	transform: translate(-50%, -50%) scale(.93);
}

.elementor-widget-agencium_button .agencium-round-button:hover .button-bg:before {
	-webkit-transform: translate(-50%, -50%) scale(1.18);
	-ms-transform: translate(-50%, -50%) scale(1.18);
	transform: translate(-50%, -50%) scale(1.18);
}

/********** Content Slider Elementor Widget **********/
.agencium-content-slider-widget .owl-dots, .agencium-content-slider-widget .slider-dots {
	z-index: initial;
	position: initial;
	margin-top: -25px;
}

.agencium-content-slider-widget .owl-dots .owl-dot, .agencium-content-slider-widget .slider-dots .owl-dot {
	position: relative;
	z-index: 2;
}

.agencium-content-slider-widget .owl-carousel .owl-stage-outer {
	overflow: initial;
}

.agencium-content-slider-widget .social-buttons {
	position: absolute;
	display: none;
	z-index: 2;
	left: 36px;
	right: initial;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.agencium-content-slider-widget .social-buttons .social-button {
	font-size: 18px;
	line-height: 1.6667em;
	margin: 0 20px;
}

.agencium-content-slider-widget .agencium-video-button {
	position: absolute;
	left: 0;
	right: initial;
	top: 100%;
	margin: 0 31px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.agencium-content-slider-widget .agencium-video-button.vertical-position-bottom {
	top: 100%;
}

.agencium-content-slider-widget .agencium-video-button.vertical-position-middle {
	top: 50%;
}

.agencium-content-slider-widget .agencium-video-button.horizontal-position-left {
	left: 0;
	right: initial;
}

.agencium-content-slider-widget .agencium-video-button.horizontal-position-right {
	left: initial;
	right: 0;
}

.agencium-content-slider-widget .agencium-content-wrapper-1, .agencium-content-slider-widget .agencium-content-wrapper-2, .agencium-content-slider-widget .agencium-content-wrapper-3 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .9s ease-out;
	transition: all .9s ease-out;
}

.agencium-content-slider-widget .agencium-content-wrapper-1 {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.agencium-content-slider-widget .agencium-content-wrapper-2 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.agencium-content-slider-widget .agencium-content-wrapper-3 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item {
	outline: none;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item .content-item .additional-image {
	opacity: 0;
	-webkit-transition: opacity .9s ease-out;
	transition: opacity .9s ease-out;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .agencium-content-wrapper-1, .agencium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .agencium-content-wrapper-2, .agencium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .agencium-content-wrapper-3 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .content-item .additional-image {
	opacity: 1;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons {
	font-size: 0;
	line-height: 1;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .slider-item {
	position: relative;
	height: 500px;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .slider-item:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .slide-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .slide-content-column {
	width: 100%;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .slide-image-column {
	position: absolute;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .elementor-section, .agencium-content-slider-widget .owl-carousel.owl-theme .elementor-container, .agencium-content-slider-widget .owl-carousel.owl-theme .elementor-row {
	position: relative;
	height: 100%;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .elementor-row {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .content-slider-item-heading {
	margin: 0;
}

.agencium-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons:not(:first-child) {
	margin: 31px 0 0;
}

@media only screen and (min-width: 841px) {
	.agencium-content-slider-widget .owl-carousel.owl-theme .slider-item {
		height: 600px;
	}
}

@media only screen and (min-width: 1021px) {
	.agencium-content-slider-widget .social-buttons {
		display: block;
	}
	
	.agencium-content-slider-widget .slider-item.content-view-row .slide-content-column {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.agencium-content-slider-widget .slider-item.content-view-row .slide-content-column .content-slider-item-content:not(:first-child) {
		margin: 0 2% 0 11%;
	}
	
	.agencium-content-slider-widget .slider-item.with-social-buttons .slide-content {
		padding: 0 0 0 50px;
	}
}

@media only screen and (min-width: 1559px) {
	.agencium-content-slider-widget .social-buttons {
		left: 56px;
		right: initial;
	}
	
	.agencium-content-slider-widget .owl-carousel.owl-theme .with-social-buttons .slide-content {
		padding: 0;
	}
}

/********** Counter Elementor Widget **********/
.elementor-widget-counter .elementor-counter {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 1;
}

.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
	font-size: 0;
	line-height: 1;
	font-weight: 600;
	display: block;
	white-space: nowrap;
}

.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
	display: inline-block;
}

.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number, .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix, .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
	white-space: inherit;
	font-size: 110px;
}

.elementor-widget-counter .elementor-counter .elementor-counter-title {
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: -.03em;
	font-weight: 600;
	margin: 0;
	text-align: left;
	position: absolute;
	left: 0;
	right: initial;
	top: 50%;
	padding: 4px 20px;
}

@media only screen and (min-width: 841px) {
	.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number, .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix, .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
		font-size: 150px;
	}
}

/********** Icon Elementor Widget **********/
.elementor-widget-icon.pulse-animation-yes .elementor-icon {
	z-index: 2;
	position: relative;
}

.elementor-widget-icon.pulse-animation-yes .elementor-icon:before {
	content: "";
	position: absolute;
	display: block;
	width: 132%;
	height: 132%;
	left: -16%;
	top: -16%;
	right: initial;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #fff;
	opacity: .3;
	-webkit-animation: icon-pulse 2s infinite ease-in-out;
	animation: icon-pulse 2s infinite ease-in-out;
}

@keyframes icon-pulse {
	0% {
		width: 132%;
		height: 132%;
		left: -16%;
		top: -16%;
		opacity: .3;
	}
	
	50% {
		width: 164%;
		height: 164%;
		left: -32%;
		top: -32%;
		opacity: .1;
	}
	
	100% {
		width: 132%;
		height: 132%;
		left: -16%;
		top: -16%;
		opacity: .3;
	}
}

@-webkit-keyframes icon-pulse {
	0% {
		width: 132%;
		height: 132%;
		left: -16%;
		top: -16%;
	}
	
	50% {
		width: 164%;
		height: 164%;
		left: -32%;
		top: -32%;
	}
	
	100% {
		width: 132%;
		height: 132%;
		left: -16%;
		top: -16%;
	}
}

/********** Icon Box Elementor Widget **********/
.agencium-icon-box-widget .icon-box-item .icon-container {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	cursor: default;
	margin: 0 0 22px;
	width: 67px;
	height: 67px;
}

.agencium-icon-box-widget .icon-box-item .icon-container img {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.agencium-icon-box-widget .icon-box-item .icon-container .icon {
	position: absolute;
	display: block;
	left: 50%;
	right: auto;
	top: 50%;
	bottom: initial;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}

.agencium-icon-box-widget .icon-box-item .icon-container .icon svg {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

.agencium-icon-box-widget .icon-box-item .icon-container i {
	position: relative;
	font-size: 62px;
	z-index: 3;
	-webkit-transition: color .3s, fill .3s;
	transition: color .3s, fill .3s;
}

.agencium-icon-box-widget .icon-box-item .content-container {
	display: block;
}

.agencium-icon-box-widget .icon-box-item .icon-box-title {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
}

.agencium-icon-box-widget .icon-box-item .icon-box-info:not(:first-child) {
	margin: 18px 0 0;
}

.elementor-widget-agencium_icon_box .icon-box-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.elementor-widget-agencium_icon_box.icon-position-top .icon-box-item {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-widget-agencium_icon_box.icon-position-top.alignment-left .icon-box-item {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	text-align: left;
}

.elementor-widget-agencium_icon_box.icon-position-top.alignment-right .icon-box-item {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	text-align: right;
}

.elementor-widget-agencium_icon_box.icon-position-top.alignment-center .icon-box-item {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}

.elementor-widget-agencium_icon_box.icon-position-left .icon-box-item {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-widget-agencium_icon_box.icon-position-left.alignment-left .icon-box-item {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.elementor-widget-agencium_icon_box.icon-position-left.alignment-right .icon-box-item {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right;
}

.elementor-widget-agencium_icon_box.icon-position-left.alignment-center .icon-box-item {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	text-align: center;
}

.elementor-widget-agencium_icon_box.icon-position-right .icon-box-item {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.elementor-widget-agencium_icon_box.icon-position-right.alignment-left .icon-box-item {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	text-align: left;
}

.elementor-widget-agencium_icon_box.icon-position-right.alignment-right .icon-box-item {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	text-align: right;
}

.elementor-widget-agencium_icon_box.icon-position-right.alignment-center .icon-box-item {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	text-align: center;
}

.elementor-widget-agencium_icon_box.v-alignment-top .icon-box-item {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-agencium_icon_box.v-alignment-middle .icon-box-item {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.elementor-widget-agencium_icon_box.v-alignment-bottom .icon-box-item {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

@media only screen and (max-width: 1020px) {
	.elementor-widget-agencium_icon_box.icon-position-tablet-top .icon-box-item {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-top.alignment-tablet-left .icon-box-item {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		text-align: left;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-top.alignment-tablet-right .icon-box-item {
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		text-align: right;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-top.alignment-tablet-center .icon-box-item {
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-left .icon-box-item {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-left.alignment-tablet-left .icon-box-item {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-left.alignment-tablet-right .icon-box-item {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-left.alignment-tablet-center .icon-box-item {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-right .icon-box-item {
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-right.alignment-tablet-left .icon-box-item {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		text-align: left;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-right.alignment-tablet-right .icon-box-item {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		text-align: right;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-tablet-right.alignment-tablet-center .icon-box-item {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-agencium_icon_box.v-alignment-tablet-top .icon-box-item {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.elementor-widget-agencium_icon_box.v-alignment-tablet-middle .icon-box-item {
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.elementor-widget-agencium_icon_box.v-alignment-tablet-bottom .icon-box-item {
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
}

@media only screen and (max-width: 840px) {
	.elementor-widget-agencium_icon_box.icon-position-mobile-top .icon-box-item {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-top.alignment-mobile-left .icon-box-item {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		text-align: left;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-top.alignment-mobile-right .icon-box-item {
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		text-align: right;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-top.alignment-mobile-center .icon-box-item {
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-left .icon-box-item {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-left.alignment-mobile-left .icon-box-item {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-left.alignment-mobile-right .icon-box-item {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-left.alignment-mobile-center .icon-box-item {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-right .icon-box-item {
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-right.alignment-mobile-left .icon-box-item {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		text-align: left;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-right.alignment-mobile-right .icon-box-item {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		text-align: right;
	}
	
	.elementor-widget-agencium_icon_box.icon-position-mobile-right.alignment-mobile-center .icon-box-item {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-agencium_icon_box.v-alignment-mobile-top .icon-box-item {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.elementor-widget-agencium_icon_box.v-alignment-mobile-middle .icon-box-item {
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.elementor-widget-agencium_icon_box.v-alignment-mobile-bottom .icon-box-item {
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
}

/********** Icon List Elementor Widget **********/
body ul.elementor-icon-list-items li.elementor-icon-list-item {
	padding: 0;
}

body ul.elementor-icon-list-items li.elementor-icon-list-item:before {
	content: none;
	display: none;
}

body ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon + .elementor-icon-list-text {
	padding-left: 22px;
	padding-right: 0;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item > a, .elementor-widget .elementor-icon-list-item > .item-wrapper, .elementor-widget .elementor-icon-list-item > .item-wrapper > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start !important;
	-moz-align-items: flex-start !important;
	-ms-align-items: flex-start !important;
	align-items: flex-start !important;
}

.elementor-widget .elementor-icon-list-icon {
	-webkit-align-items: center !important;
	-moz-align-items: center !important;
	-ms-align-items: center !important;
	align-items: center !important;
}

.elementor-widget .elementor-icon-list-icon i {
	line-height: 1.4545em;
	height: 1.4545em;
}

/********** Image Elementor Widget **********/
.elementor-widget-image .wp-caption {
	max-width: 100%;
}

.elementor-widget-image.hover-image .elementor-widget-container a {
	position: relative;
	overflow: hidden;
}

.elementor-widget-image.hover-image .elementor-widget-container a:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 2;
	height: 182px;
	width: 111.35%;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	-webkit-transform: rotate(5deg) translate3d(0, 0, 0);
	-ms-transform: rotate(5deg) translate3d(0, 0, 0);
	transform: rotate(5deg) translate3d(0, 0, 0);
	opacity: 0;
	filter: blur(100px);
	bottom: -91px;
	left: -6%;
}

.elementor-widget-image.hover-image .elementor-widget-container a:hover:after {
	opacity: .25;
}

/********** Image Box Elementor Widget **********/
.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
	margin: 0 auto;
}

.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	font-weight: 400;
}

.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:not(:last-child) {
	margin-bottom: 10px;
}

/********** Instagram Feed Elementor Widget **********/
#sb_instagram {
	font-size: 0;
	line-height: 1;
	position: relative;
	z-index: 1;
}

#sb_instagram .sbi_item {
	position: relative;
	float: none !important;
}

#sb_instagram .sbi_item .sbi_photo {
	position: relative;
	opacity: 1 !important;
	height: 0 !important;
	padding: 100% 0 0;
}

#sb_instagram .sbi_item .sbi_photo:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s;
	transition: top .3s, opacity .3s;
}

#sb_instagram .sbi_item .sbi_photo:after {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	display: block;
	text-align: center;
	font: 400 normal 18px/1em "Font Awesome 6 Brands";
	z-index: 3;
	left: 50%;
	right: auto;
	top: 40%;
	margin: -9px 0 0 -9px;
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s;
	transition: top .3s, opacity .3s;
}

#sb_instagram .sbi_item .sbi_photo:hover:before {
	opacity: .9;
}

#sb_instagram .sbi_item .sbi_photo:hover:after {
	top: 50%;
	opacity: 1;
}

#sb_instagram .sbi_item .sbi_photo img {
	display: block !important;
	position: absolute;
	left: 0;
	right: initial;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.agencium-instagram-feed {
	position: relative;
}

.agencium-instagram-feed .instagram-feed-info {
	display: none;
}

.content #sb_instagram .sbi_item .sbi_photo:after {
	left: 20px;
	right: initial;
	top: initial;
	bottom: 21px;
	margin: 0;
	opacity: 1;
	-webkit-transition: none;
	transition: none;
}

.content #sb_instagram .sbi_item .sbi_photo:hover:after {
	top: initial;
}

@media only screen and (min-width: 1021px) {
	.agencium-instagram-feed #sb_instagram .sbi_item .sbi_photo:after {
		font-size: 46px;
		line-height: 46px;
		width: 46px;
		height: 46px;
		margin: -23px 0 0 -23px;
	}
	
	.agencium-instagram-feed .instagram-feed-info {
		display: block;
		min-width: 270px;
		position: absolute;
		top: 50%;
		left: 50%;
		right: initial;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 30px 30px 31px;
		text-align: center;
		z-index: 3;
	}
	
	.agencium-instagram-feed .instagram-feed-info .user-name {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		padding: 0 0 20px;
		position: relative;
		z-index: 2;
		letter-spacing: -.03em;
	}
	
	.agencium-instagram-feed .instagram-feed-info .user-description {
		font-size: 14px;
		line-height: 1.5em;
		position: relative;
		z-index: 2;
	}
	
	.agencium-instagram-feed #sbi_mod_error + .instagram-feed-info {
		display: none;
	}
}

/********** Gallery Elementor Widget **********/
.elementor-lightbox .dialog-widget-content a {
	text-decoration: none;
}

.elementor-lightbox img.elementor-lightbox-image {
	-webkit-align-self: initial;
	-moz-align-self: initial;
	-ms-align-self: initial;
	align-self: initial;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item {
	position: relative;
	overflow: hidden;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-item-box {
	overflow: hidden;
	position: relative;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon {
	overflow: hidden;
	height: 0;
	padding: 76.3636% 0 0;
	width: 100%;
	position: relative;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon a {
	display: block;
	position: initial;
	text-decoration: none;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon a:before, .content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon a:after {
	content: none;
	display: none;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon:after {
	content: "";
	font: 400 normal 70px/1em "fontello";
	display: block;
	width: 70px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon:not(:last-child):before {
	content: "";
	position: absolute;
	display: block;
	width: 81.3145%;
	height: 0;
	padding: 150.613% 0 0;
	filter: blur(50px);
	-webkit-transform: rotate(105.72deg) translate3d(0, 0, 0);
	-ms-transform: rotate(105.72deg) translate3d(0, 0, 0);
	transform: rotate(105.72deg) translate3d(0, 0, 0);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 100%;
	left: 10%;
	right: initial;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s, top .3s;
	transition: opacity .3s, top .3s;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-caption {
	padding: 0;
	padding-right: inherit;
	border: solid 15px transparent;
	font-size: 16px;
	line-height: 1.875em;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .1s, transform .4s;
	transition: opacity .1s, transform .4s;
	opacity: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item img {
	width: 100%;
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item:hover .gallery-icon:not(:last-child):before {
	opacity: 1;
	top: 28%;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item:hover .gallery-caption {
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item:hover .gallery-icon:after {
	opacity: .5;
}

@media only screen and (min-width: 481px) {
	.content-wrapper .elementor-image-gallery .gallery-columns-3 .gallery-item, .content-wrapper .elementor-image-gallery .gallery-columns-4 .gallery-item, .content-wrapper .elementor-image-gallery .gallery-columns-5 .gallery-item, .content-wrapper .elementor-image-gallery .gallery-columns-6 .gallery-item, .content-wrapper .elementor-image-gallery .gallery-columns-7 .gallery-item, .content-wrapper .elementor-image-gallery .gallery-columns-8 .gallery-item, .content-wrapper .elementor-image-gallery .gallery-columns-9 .gallery-item, .content-wrapper .elementor-image-gallery .gallery-columns-10 .gallery-item {
		max-width: 50%;
	}
}

@media only screen and (min-width: 1201px) {
	.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon:after {
		font-size: 131px;
		width: 131px;
	}
	
	.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-caption {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		border-width: 35px;
	}
	
	.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-caption:after {
		content: "";
		font: 400 normal 13px/2.3077em "fontello";
		margin: 0 0 0 30px;
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
}

/********** Heading Elementor Widget **********/
.agencium-subtitle {
	position: relative;
	padding: 0 1em .8125em 0;
	font-weight: 400;
	letter-spacing: 0;
	overflow: hidden;
}

.agencium-subtitle:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: inherit;
	bottom: 0;
	right: 0;
	left: initial;
}

.agencium-subtitle:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: inherit;
	right: 0;
	left: initial;
	bottom: 0;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'] {
	visibility: visible;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'] .agencium-subtitle:before {
	width: 0;
	-webkit-transition: width 1.25s ease-out;
	transition: width 1.25s ease-out;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'] .agencium-subtitle-text {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity .3s 1.25s linear, transform .3s 1.25s linear;
	transition: opacity .3s 1.25s linear, transform .3s 1.25s linear;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].animated-fast .agencium-subtitle:before {
	-webkit-transition: width .75s ease-out;
	transition: width .75s ease-out;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].animated-fast .agencium-subtitle-text {
	-webkit-transition: opacity .3s .75s linear, transform .3s .75s linear;
	transition: opacity .3s .75s linear, transform .3s .75s linear;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].animated-slow .agencium-subtitle:before {
	-webkit-transition: width 2s ease-out;
	transition: width 2s ease-out;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].animated-slow .agencium-subtitle-text {
	-webkit-transition: opacity .3s 2s linear, transform .3s 2s linear;
	transition: opacity .3s 2s linear, transform .3s 2s linear;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].agenciumHeadingBorder .agencium-subtitle:before {
	width: 100%;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].agenciumHeadingBorder .agencium-subtitle-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.elementor-heading-title big {
	font-size: 1.5em;
	line-height: inherit;
	font-weight: 700;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	vertical-align: bottom;
}

/********** Ticker Elementor Widget **********/
.agencium-ticker-wrapper {
	width: 100%;
	overflow: hidden;
}

.agencium-ticker-wrapper .js-marquee-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.agencium-ticker-wrapper .ticker {
	white-space: nowrap;
	direction: ltr;
}

.agencium-ticker-wrapper .ticker-text {
	font-size: 50px;
	line-height: 1.3em;
	font-weight: 600;
	letter-spacing: -.03em;
	display: inline-block;
	vertical-align: middle;
}

.agencium-ticker-wrapper .separator {
	vertical-align: middle;
	position: relative;
	top: .1956em;
	font-size: 31px;
	padding: 0 30px;
}

@media only screen and (min-width: 841px) {
	.agencium-ticker-wrapper .ticker-text {
		font-size: 100px;
	}
	
	.agencium-ticker-wrapper .separator {
		font-size: 61px;
		padding: 0 40px;
	}
}

@media only screen and (min-width: 1021px) {
	.agencium-ticker-wrapper .ticker-text {
		font-size: 150px;
	}
	
	.agencium-ticker-wrapper .separator {
		font-size: 92px;
		padding: 0 58px;
	}
}

/********** Person Elementor Widget **********/
.agencium-person-widget .person-image-container {
	font-size: 0;
	line-height: 1;
}

.agencium-person-widget .person-image-container .person-image-wrapper {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	max-width: 100%;
	position: relative;
}

.agencium-person-widget .person-image-container .person-image-wrapper img {
	position: relative;
	left: 50%;
	right: initial;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials {
	position: absolute;
	left: 0;
	right: initial;
	bottom: 0;
	overflow: hidden;
	z-index: 3;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 27px 21px 20px 20px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item {
	position: relative;
	opacity: 0;
	left: -30px;
	right: initial;
	-webkit-transition: opacity .3s, left .3s, right .3s;
	transition: opacity .3s, left .3s, right .3s;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:not(:first-child) {
	margin-top: 26px;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+2) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+3) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+4) {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+5) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+6) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+7) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+8) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

.agencium-person-widget .person-image-container .person-image-wrapper .person-socials a:before {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.agencium-person-widget .person-image-container:hover .person-image-wrapper .person-socials {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.agencium-person-widget .person-image-container:hover .person-image-wrapper .person-socials .person-socials-item {
	opacity: 1;
	left: 0;
	right: initial;
}

.agencium-person-widget.with-media-overlay .person-image-wrapper:before {
	content: "";
	position: absolute;
	display: block;
	z-index: 2;
	width: 67.1053%;
	height: 117.2956%;
	filter: blur(50px);
	-webkit-transform: rotate(90deg) translate3d(0, 0, 0);
	-ms-transform: rotate(90deg) translate3d(0, 0, 0);
	transform: rotate(90deg) translate3d(0, 0, 0);
	top: 44%;
	left: 4%;
	right: initial;
	opacity: 1;
}

.agencium-person-widget .person-description-container:not(:first-child) {
	margin-top: 23px;
}

.agencium-person-widget .person-description-container .person-position {
	font-size: 14px;
	line-height: 1.5714em;
	font-weight: 400;
}

.agencium-person-widget .person-description-container .person-position:before {
	content: "/ ";
}

.agencium-person-widget .person-description-container .person-name {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.agencium-person-widget .person-description-container .person-name:not(:first-child) {
	margin-top: 3px;
}

/********** Portfolio Slider Elementor Widget **********/
.portfolio-slider-wrapper {
	position: relative;
}

.portfolio-slider-wrapper .portfolio-slider {
	position: relative;
}

.portfolio-slider-wrapper .portfolio-item {
	height: 400px;
	position: relative;
}

.portfolio-slider-wrapper .portfolio-item.image-view-default .post-media {
	position: absolute;
	width: 56vh;
	height: 40vh;
	max-width: calc(100% - 110px);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	left: 50%;
	right: initial;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portfolio-slider-wrapper .portfolio-item.image-view-default .post-media picture {
	overflow: hidden;
	height: 0;
	padding: 70% 0 0;
	width: 100%;
	position: relative;
	display: block;
}

.portfolio-slider-wrapper .portfolio-item.image-view-default .post-media picture img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio-slider-wrapper .portfolio-item.image-view-background .post-media {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.portfolio-slider-wrapper .portfolio-item.image-view-background .post-media picture {
	position: absolute;
	width: 100%;
	height: 100%;
}

.portfolio-slider-wrapper .portfolio-item.image-view-background .post-media picture img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-slider-wrapper .portfolio-item .elementor-section, .portfolio-slider-wrapper .portfolio-item .elementor-container, .portfolio-slider-wrapper .portfolio-item .elementor-row, .portfolio-slider-wrapper .portfolio-item .elementor-column, .portfolio-slider-wrapper .portfolio-item .elementor-column-wrap, .portfolio-slider-wrapper .portfolio-item .elementor-widget-wrap {
	position: relative;
	height: 100%;
	display: block !important;
}

.portfolio-slider-wrapper .portfolio-item .portfolio-item-meta {
	max-width: 70%;
}

.portfolio-slider-wrapper .portfolio-item .post-categories .post-category-item {
	padding: 0;
	background: none;
	margin: 0 10px;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.portfolio-slider-wrapper .portfolio-item .post-categories .post-category-item:hover {
	background: none;
}

.portfolio-slider-wrapper .portfolio-item .portfolio-item-date {
	font-weight: 400;
	font-size: 14px;
}

.portfolio-slider-wrapper .portfolio-item .portfolio-item-header {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.portfolio-slider-wrapper .portfolio-item .portfolio-item-header .post-title {
	max-width: 380px;
	line-height: 1.1667em;
	letter-spacing: -.03em;
	padding: 0 0 .4833em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	margin: 0;
}

.portfolio-slider-wrapper .portfolio-item .next-post-title {
	display: none;
	position: absolute;
	right: 0;
	left: initial;
	bottom: 0;
	max-width: 414px;
	line-height: 1.1667em;
	letter-spacing: -.03em;
	padding: 0 0 .4833em;
	margin: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.portfolio-slider-wrapper .portfolio-item .next-post-title:not(:first-child) {
	margin: 0;
}

.portfolio-slider-wrapper .portfolio-item.with-title-icon .portfolio-item-header .post-title {
	position: relative;
	padding-right: 1.6667em;
	padding-left: 0;
}

.portfolio-slider-wrapper .portfolio-item.with-title-icon .portfolio-item-header .post-title:after {
	content: "";
	font: 400 normal .5em/3.1818em "fontello";
	position: absolute;
	display: block;
	right: 0;
	left: initial;
	bottom: 0;
}

.portfolio-slider-wrapper .slider-progress-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.portfolio-slider-wrapper .slider-progress {
	line-height: 1.25em;
	font-weight: 200;
	font-style: italic;
	padding: .6em 0;
	text-align: right;
	width: 100%;
	position: relative;
	z-index: 3;
}

.portfolio-slider-wrapper .slider-progress .slider-progress-all {
	position: relative;
	padding: 0 0 0 1.4em;
}

.portfolio-slider-wrapper .slider-progress .slider-progress-all:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 2.5em;
	border-right-style: solid;
	border-right-width: 1px;
	top: 50%;
	left: .45em;
	right: initial;
	-webkit-transform: rotate(15deg) translateY(-50%);
	-ms-transform: rotate(15deg) translateY(-50%);
	transform: rotate(15deg) translateY(-50%);
}

.portfolio-slider-wrapper .slider-nav-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

.portfolio-slider-wrapper .slider-nav {
	opacity: 1;
	width: 100%;
	height: 20px;
	-webkit-tap-highlight-color: transparent;
	text-align: right;
	font-size: 0;
	line-height: 1;
	margin: -10px 0 0;
	display: block;
}

.portfolio-slider-wrapper .slider-nav.disabled {
	display: none;
}

.portfolio-slider-wrapper .slider-nav [class*="owl-"] {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: auto;
	height: auto;
	background: none;
	margin: 0;
	display: inline-block;
	font-size: 0;
	line-height: 1;
	padding: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	outline: none;
	text-align: center;
	overflow: hidden;
	border: none;
	position: relative;
	z-index: 10;
}

.portfolio-slider-wrapper .slider-nav [class*="owl-"]:before {
	font: 400 normal 20px/1em "fontello";
	-webkit-transition: color .3s;
	transition: color .3s;
}

.portfolio-slider-wrapper .slider-nav [class*="owl-"]:after {
	content: none;
	display: none;
}

.portfolio-slider-wrapper .slider-nav [class*="owl-"] span {
	display: none;
}

.portfolio-slider-wrapper .slider-nav [class*="owl-"]:hover, .portfolio-slider-wrapper .slider-nav [class*="owl-"]:not(.disabled):hover {
	background: none;
	text-decoration: none;
}

.portfolio-slider-wrapper .slider-nav [class*="owl-"] .disabled, .portfolio-slider-wrapper .slider-nav [class*="owl-"] .disabled:hover {
	opacity: .5;
	cursor: default;
}

.portfolio-slider-wrapper .slider-nav .owl-prev:before {
	content: "";
}

.portfolio-slider-wrapper .slider-nav .owl-next {
	margin: 0 0 0 47px;
}

.portfolio-slider-wrapper .slider-nav .owl-next:before {
	content: "";
}

@media only screen and (min-width: 841px) {
	.portfolio-slider-wrapper .portfolio-item {
		height: 780px;
	}
	
	.portfolio-slider-wrapper .portfolio-item .portfolio-item-header .post-title {
		max-width: 70%;
	}
}

@media only screen and (max-width: 840px) {
	.portfolio-slider-wrapper .slider-nav {
		margin-right: -5px !important;
		margin-left: -5px !important;
		width: calc(100% + 10px);
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
}

@media only screen and (min-width: 1021px) {
	.portfolio-slider-wrapper .portfolio-item.with-title-icon .portfolio-item-header .post-title:after {
		font-size: .3667em;
	}
	
	.portfolio-slider-wrapper .slider-progress {
		font-size: 20px;
	}
	
	.portfolio-slider-wrapper .post-categories .post-category-item {
		font-size: 20px;
	}
	
	.portfolio-slider-wrapper .portfolio-item-date {
		font-size: 16px;
	}
	
	.portfolio-slider-wrapper .portfolio-item-date:not(:first-child) {
		margin-top: 6px;
	}
}

@media only screen and (min-width: 1201px) {
	.portfolio-slider-wrapper .portfolio-item {
		height: 956px;
	}
	
	.portfolio-slider-wrapper .portfolio-item .portfolio-item-header .post-title {
		max-width: 45.8209%;
	}
	
	.portfolio-slider-wrapper .portfolio-item .next-post-title {
		display: block;
	}
}

/********** Price Item Elementor Widget **********/
.agencium-price-item-widget .price-item {
	position: relative;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
}

.agencium-price-item-widget .price-item .price-item-inner {
	position: relative;
	z-index: 2;
}

.agencium-price-item-widget .price-item .price-item-title {
	font-size: 20px;
	line-height: 1.3333em;
	font-weight: 600;
	position: relative;
	letter-spacing: -.03em;
}

.agencium-price-item-widget .price-item .price-item-label {
	max-width: 100%;
	min-width: 114px;
	padding: 6px 16px 7px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.agencium-price-item-widget .price-item .price-item-button-container {
	font-size: 0;
	line-height: 1;
}

.agencium-price-item-widget .price-item .price-item-container {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	white-space: nowrap;
}

.agencium-price-item-widget .price-item .price-wrapper {
	display: inline-block;
}

.agencium-price-item-widget .price-item .price-wrapper .currency {
	vertical-align: baseline;
	font-size: 20px;
	line-height: 1.3333em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.agencium-price-item-widget .price-item .price-wrapper .price {
	font-size: 20px;
	line-height: 1.3333em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.agencium-price-item-widget .price-item .price-item-period {
	display: inline-block;
	vertical-align: bottom;
	font-size: 30px;
	line-height: 1.3333em;
	font-weight: 300;
}

.agencium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field {
	position: relative;
	font-size: 16px;
	line-height: 1.875em;
	font-weight: 400;
	padding: 0 0 0 2.25em;
}

.agencium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field:before {
	content: "";
	font: 400 normal 1.0625em/1.7647em "fontello";
	width: 20px;
	display: inline-block;
	left: 0;
	right: initial;
	top: 1px;
	position: absolute;
	opacity: 0;
}

.agencium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field.active:before {
	opacity: 1;
}

.agencium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field:not(:first-child) {
	margin-top: 10px;
}

.agencium-price-item-widget .price-item.price-item-type-standard .price-item-info {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: -15px;
}

.agencium-price-item-widget .price-item.price-item-type-standard .price-item-title-wrapper, .agencium-price-item-widget .price-item.price-item-type-standard .price-item-label, .agencium-price-item-widget .price-item.price-item-type-standard .price-item-container {
	margin: 15px;
}

.agencium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields:not(:first-child) {
	margin-top: 28px;
}

.agencium-price-item-widget .price-item.price-item-type-standard .price-item-button-container:not(:first-child) {
	margin-top: 35px;
}

.agencium-price-item-widget .price-item.price-item-type-wide .price-item-info {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: -15px;
}

.agencium-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper, .agencium-price-item-widget .price-item.price-item-type-wide .price-item-label {
	margin: 15px;
}

.agencium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields:not(:first-child) {
	margin-top: 28px;
}

.agencium-price-item-widget .price-item.price-item-type-wide .price-item-footer:not(:first-child) {
	margin-top: 35px;
}

.agencium-price-item-widget .price-item.price-item-type-wide .price-item-button-container:not(:first-child) {
	margin-top: 15px;
}

@media only screen and (min-width: 841px) {
	.agencium-price-item-widget .price-item .price-item-title {
		font-size: 30px;
	}
	
	.agencium-price-item-widget .price-item .price-wrapper .currency, .agencium-price-item-widget .price-item .price-wrapper .price {
		font-size: 30px;
	}
	
	.agencium-price-item-widget .price-item.price-item-type-wide .price-item-inner {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.agencium-price-item-widget .price-item.price-item-type-wide .price-item-info {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		width: 21.5%;
	}
	
	.agencium-price-item-widget .price-item.price-item-type-wide .price-item-footer {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		text-align: right;
	}
	
	.agencium-price-item-widget .price-item.price-item-type-wide .price-item-footer:not(:first-child) {
		margin: 0 0 0 40px;
	}
	
	.agencium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields {
		width: 100%;
		margin-top: 6px;
	}
	
	.agencium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields:not(:first-child) {
		margin: 6px 0 0 40px;
	}
	
	.agencium-price-item-widget .price-item.price-item-type-wide .price-item-label:not(:first-child), .agencium-price-item-widget .price-item.price-item-type-wide .price-item-button-container:not(:first-child) {
		margin-top: 15px;
	}
}

/********** Progress Bar Elementor Widget **********/
.elementor-widget-progress .elementor-widget-container .elementor-title {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.elementor-widget-progress .elementor-widget-container .elementor-title:not(:last-child) {
	margin-bottom: 24px;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper {
	overflow: initial !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0 0 4px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background: none;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-info .elementor-progress-bar {
	background-color: #005aac;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-success .elementor-progress-bar {
	background-color: #00dcae;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
	background-color: #ffe401;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
	background-color: #ea7562;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-bar {
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 4px;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	display: block;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-text {
	display: none;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-percentage {
	position: absolute;
	right: -.2857em;
	left: auto;
	top: calc(-1em - 9px);
	padding: 0;
}

/********** Social Icons Elementor Widget **********/
.elementor-widget-container .elementor-social-icon i {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/********** Steps Elementor Widget **********/
.agencium-steps-widget .steps-slider .owl-stage-outer {
	border-left-style: solid;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
}

.agencium-steps-widget .step-item {
	padding: 0 20px;
}

.agencium-steps-widget .step-item:before {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	left: initial;
	top: -100px;
	bottom: -100px;
	width: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: inherit;
}

.agencium-steps-widget .step-number {
	font-size: 110px;
	line-height: .8em;
	font-weight: 600;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: transparent;
}

.agencium-steps-widget .step-number:not(:last-child) {
	margin-bottom: 150px;
}

.agencium-steps-widget .step-title {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: -.03em;
	margin: 0;
}

.agencium-steps-widget .step-description:not(:first-child) {
	margin-top: 16px;
}

@media only screen and (min-width: 841px) {
	.agencium-steps-widget .step-item {
		padding: 0 80px 0 50px;
	}
	
	.agencium-steps-widget .step-number {
		font-size: 150px;
	}
	
	.agencium-steps-widget .step-number:not(:last-child) {
		margin-bottom: 251px;
	}
}

/********** Tabs Elementor Widget **********/
.agencium_tabs_widget .agencium_tabs_titles_container {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item {
	display: block;
	vertical-align: top;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	margin: 0 -1px -1px 0;
	position: relative;
	width: 50%;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 44px 15px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item .tab-title-icon {
	margin: 0 0 15px;
	display: block;
	line-height: 1;
	font-size: 0;
}

.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item .tab-title-icon i {
	font-size: 27px;
	line-height: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item .tab-title-icon svg {
	width: 27px;
	height: 27px;
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item.active {
	z-index: 2;
}

.agencium_tabs_widget .agencium_tabs_content_container:not(:first-child) {
	margin-top: 36px;
}

.agencium_tabs_widget .agencium_tabs_content_container .agencium_tab_content_item {
	display: none;
}

.agencium_tabs_widget .agencium_tabs_content_container .agencium_tab_content_item.active {
	display: block;
}

.agencium_tabs_widget .agencium_tabs_content_container img.alignright, .agencium_tabs_widget .agencium_tabs_content_container img.alignleft {
	float: none;
	margin: 0 0 30px;
}

.agencium_tabs_widget .agencium_tabs_content_container ul li {
	padding: 0 0 0 45px;
}

.agencium_tabs_widget .agencium_tabs_content_container ul li:before {
	content: "";
	border: none;
	width: 22px;
	height: 22px;
	font: 400 normal 22px/30px "fontello";
	-webkit-border-radius: 0;
	border-radius: 0;
	top: 0;
}

.agencium_tabs_widget .agencium_tabs_content_container ul li:not(:first-child) {
	margin-top: 10px;
}

@media only screen and (min-width: 481px) {
	.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item {
		width: 33.3333%;
	}
	
	.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item a {
		width: 100%;
	}
	
	.agencium_tabs_widget .agencium_tabs_content_container img.alignright, .agencium_tabs_widget .agencium_tabs_content_container img.alignleft {
		max-width: 50%;
	}
	
	.agencium_tabs_widget .agencium_tabs_content_container img.alignright {
		float: right;
		margin: 7px 0 30px 20px;
	}
	
	.agencium_tabs_widget .agencium_tabs_content_container img.alignleft {
		float: left;
		margin: 7px 20px 30px 0;
	}
}

@media only screen and (min-width: 841px) {
	.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item {
		width: 25%;
	}
}

@media only screen and (min-width: 1021px) {
	.agencium_tabs_widget .agencium_tabs_titles_container {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between !important;
		-moz-justify-content: space-between !important;
		-ms-justify-content: space-between !important;
		justify-content: space-between !important;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		margin-top: -20px;
	}
	
	.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item {
		width: auto;
		margin: 20px 12px -1px 0;
		padding: 0 0 26px;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: solid 1px transparent;
	}
	
	.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item a {
		padding: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item .tab-title-icon {
		margin: 0 12px 0 0;
		display: inline-block;
		vertical-align: middle;
	}
	
	.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item.active {
		padding: 0 0 25px;
		border-bottom-width: 2px;
	}
	
	.agencium_tabs_widget .agencium_tabs_content_container img.alignright {
		margin-left: 11%;
	}
	
	.agencium_tabs_widget .agencium_tabs_content_container img.alignleft {
		margin-right: 11%;
	}
}

@media only screen and (min-width: 1201px) {
	.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item {
		margin: 20px 22px -1px 0;
	}
}

/********** Testimonial Slider Elementor Widget **********/
.elementor-widget-agencium_testimonial_carousel.show-corner-icon-yes .elementor-widget-container {
	position: relative;
}

.elementor-widget-agencium_testimonial_carousel.show-corner-icon-yes .elementor-widget-container:before {
	content: "";
	font: 400 normal 50px/1em "fontello";
	position: absolute;
	display: block;
	top: 17px;
	left: initial;
	right: 18px;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper {
	position: relative;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper:before {
	content: "";
	font: 400 normal 29px/1em "fontello";
	display: block;
	margin: 0 0 40px;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .author {
	display: block;
	font-weight: 600;
	font-size: 20px;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .owl-item {
	outline: none;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider {
	position: relative;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-info {
	text-align: left;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container:not(:first-child) {
	margin: 29px 0 0;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:not(:first-child) {
	margin-top: 20px;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .owl-dots, .agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .slider-dots {
	margin-top: 51px;
}

@media only screen and (min-width: 841px) {
	.elementor-widget-agencium_testimonial_carousel.show-corner-icon-yes .elementor-widget-container:before {
		font-size: 96px;
	}
	
	.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .author {
		font-size: 20px;
	}
	
	.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item {
		text-align: left;
	}
	
	.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial p {
		font-size: 20px;
		line-height: 2em;
		letter-spacing: .02em;
	}
}

/********** Toggle Elementor Widget **********/
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item {
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.elementor-widget-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-content {
	border-top: none;
}

.elementor-widget-toggle .elementor-toggle .elementor-toggle-item:first-child {
	border-top-width: 2px;
	border-top-style: solid;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
	padding: 25px 0 24px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	border: none;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	width: 32px;
	height: 32px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right, .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	text-align: center;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
	margin-left: 20px;
	order: 2;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	margin-right: 20px;
	order: 0;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon i {
	line-height: 32px;
	margin: 0 auto;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-title {
	width: 100%;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
	padding: 0 52px 28px 0;
	border: none;
	margin: -7px 0 0;
}

/********** Video Elementor Widget **********/
.elementor-widget-video .elementor-widget-container {
	margin: 0 auto;
}

.elementor-widget-video .elementor-custom-embed-image-overlay:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.elementor-widget-video .elementor-custom-embed-play {
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.elementor-widget-video .elementor-custom-embed-play .eicon-play {
	display: none;
}

.elementor-widget-video .elementor-custom-embed-play:before {
	content: "";
	font: 700 normal 35px "Font Awesome 6 Free";
	-webkit-transition: color .3s;
	transition: color .3s;
	padding: 0 0 0 .1333em;
}

.elementor-fit-aspect-ratio video {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
}

/********** Video Button Elementor Widget **********/
.elementor-widget-agencium_video_button .elementor-widget-container {
	font-size: 0;
	line-height: 1;
}

.agencium-video-button {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	position: relative;
}

.agencium-video-button .video-button-wrapper {
	cursor: pointer;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.agencium-video-button .elementor-custom-embed-play {
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 1;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
}

.agencium-video-button .elementor-custom-embed-play .eicon-play {
	clip-path: polygon(9.5% .5%, 91% 50%, 9.5% 99.5%);
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 1;
	margin: 0 0 0 .14em;
}

.agencium-video-button .elementor-custom-embed-play .eicon-play:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: initial;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width .3s ease-out, background-color .3s;
	transition: width .3s ease-out, background-color .3s;
}

.agencium-video-button .elementor-custom-embed-play .eicon-play svg {
	opacity: 1;
	stroke-width: 3px;
	filter: none;
	fill: none;
	width: 1em;
	height: 1em;
	-webkit-transition: stroke .3s;
	transition: stroke .3s;
}

.agencium-video-button .video-button-label {
	font-size: 16px;
	line-height: 1.875em;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
	z-index: 2;
}

.agencium-video-button .video-button-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: transform .5s;
	transition: transform .5s;
	overflow: hidden;
}

.agencium-video-button .video-button-bg:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: transform .8s, background-color .8s;
	transition: transform .8s, background-color .8s;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

.agencium-video-button:hover .elementor-custom-embed-play .eicon-play:before {
	width: 100%;
}

.agencium-video-button:hover .video-button-bg {
	-webkit-transform: translate(-50%, -50%) scale(.93);
	-ms-transform: translate(-50%, -50%) scale(.93);
	transform: translate(-50%, -50%) scale(.93);
}

.agencium-video-button:hover .video-button-bg:before {
	-webkit-transform: translate(-50%, -50%) scale(1.18);
	-ms-transform: translate(-50%, -50%) scale(1.18);
	transform: translate(-50%, -50%) scale(1.18);
}

@media only screen and (min-width: 1021px) {
	.agencium-video-button .video-button-wrapper {
		width: 199px;
		height: 199px;
	}
}

/********** WC Products Elementor Widget **********/
.elementor-widget-agencium_products .woocommerce .catalog-top-info-wrapper {
	display: none;
}

.elementor-widget-agencium_products .woocommerce ul.products li.product .woocommerce-loop-product__wrapper {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/********** WC Product Category Elementor Widget **********/
.product-category-widget {
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

.product-category-widget:before {
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	border-width: 1px;
	border-style: solid;
	left: 50%;
	right: initial;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: calc(100% - 34px);
	height: calc(100% - 34px);
}

.product-category-widget .product-category-image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 50%;
	right: initial;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.product-category-widget .product-category-header {
	display: block;
	width: 67%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	position: absolute;
	left: 50%;
	top: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
}

.product-category-widget .product-category-title {
	position: relative;
	display: block;
	padding: 6.4626% 30px;
	margin: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.product-category-widget:hover .product-category-image {
	width: 108%;
	height: 108%;
}

.product-category-widget:hover .product-category-title {
	padding: 10% 20px;
	margin: 0 10px;
}

@media only screen and (min-width: 1021px) {
	.product-category-widget .product-category-header {
		font-size: 20px;
		line-height: 30px;
	}
}

/********** WP Forms Plugin Elementor Widget **********/
.wpforms-title {
	font-weight: 600;
}

.wpforms-hidden {
	display: none !important;
}

/********** Footer Layout **********/
.footer-wrapper {
	padding: 0 10px 10px;
	position: relative;
	z-index: 1;
}

.footer-wrapper .footer {
	position: relative;
	padding: 20px 0;
}

.footer-wrapper .footer-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.before-footer-section:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	bottom: 0;
}

.footer-section {
	position: relative;
}

.footer-section-top .footer-row:after {
	content: "";
	display: block;
	height: 20px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	margin: 13px 0 0;
}

.footer-section + .footer-section-top {
	margin-top: 101px;
}

.footer-section + .footer-section-widgets {
	margin-top: 98px;
}

.footer-section + .footer-section-bottom {
	margin-top: 56px;
}

.footer-row {
	padding: 0 10px;
	margin: 0 auto;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-columns-row {
	margin: 0 -15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.875em;
}

.footer-columns-row .footer-column {
	padding: 0 15px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto 0;
}

.footer-columns-row .footer-column:first-child {
	margin-top: 0;
}

.footer-columns-row .footer-column:only-child {
	width: 100%;
}

.footer-type-1 .footer-widgets, .footer-type-2 .footer-widgets {
	margin: -45px -15px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.footer-type-1 .footer-widgets > .widget, .footer-type-2 .footer-widgets > .widget {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

.footer-type-3 .footer-columns-row {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.footer-type-3 .footer-columns-row .footer-column, .footer-type-3 .footer-columns-row .footer-column:first-child:not(:last-child) {
	text-align: center;
}

.footer-type-3 .footer-columns-row .footer-column:not(:last-child) {
	margin-top: 60px;
}

.footer-type-3 .footer-widgets {
	margin: -45px 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.footer-type-3 .footer-widgets > .widget {
	width: 100%;
	max-width: 420px;
	text-align: center;
}

@media only screen and (min-width: 481px) {
	.footer-type-1 .footer-widgets > .widget, .footer-type-2 .footer-widgets > .widget {
		width: calc(50% - 30px);
	}
}

@media only screen and (min-width: 661px) {
	.footer-row {
		padding: 0 20px;
	}
	
	.footer-wrapper .footer {
		padding: 40px 0;
	}
	
	.footer-type-1 .footer-section + .footer-section:before, .footer-type-2 .footer-section + .footer-section:before {
		width: calc(100% - 60px);
	}
}

@media only screen and (min-width: 841px) {
	.footer-columns-row .footer-column {
		text-align: left;
	}
}

@media only screen and (min-width: 1021px) {
	.footer-wrapper .footer {
		padding: 60px 0;
	}
	
	.footer-type-1 .footer-section + .footer-section:before, .footer-type-2 .footer-section + .footer-section:before {
		width: calc(100% - 40px);
	}
	
	.footer-row {
		padding: 0 20px;
		max-width: 1380px;
	}
	
	.footer-columns-row {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		margin: 0 -15px;
	}
	
	.footer-columns-row .footer-column {
		margin: 0;
	}
	
	.footer-columns-row .footer-column:first-child:not(:last-child) {
		text-align: left;
	}
	
	.footer-columns-row .footer-column:last-child:not(:first-child) {
		text-align: right;
	}
	
	.footer-columns-row .footer-column:first-child:last-child {
		text-align: center;
	}
	
	.footer-type-1 .footer-widgets > .widget:nth-child(3n+1) {
		width: calc(42.3333% - 30px);
	}
	
	.footer-type-1 .footer-widgets > .widget:nth-child(3n+2) {
		width: calc(32.6667% - 30px);
	}
	
	.footer-type-1 .footer-widgets > .widget:nth-child(3n) {
		width: calc(25% - 30px);
	}
	
	.footer-type-2 .footer-widgets > .widget {
		width: calc(25% - 30px);
	}
	
	.footer-type-3 {
		padding: 30px 0;
	}
	
	.footer-type-3 .footer-columns-row .footer-column:not(:last-child) {
		margin-top: 90px;
	}
}

@media only screen and (min-width: 1451px) {
	.footer-wrapper {
		padding: 0 0 30px;
	}
	
	.footer-wrapper .footer-bg {
		left: 30px;
		right: 0;
	}
	
	.before-footer-section:before {
		left: 30px;
		right: 0;
	}
}

@media only screen and (min-width: 1551px) {
	.footer-wrapper {
		padding: 0 0 80px;
	}
	
	.footer-wrapper .footer {
		padding: 80px 0;
	}
	
	.footer-wrapper .footer-bg {
		left: 80px;
		right: 0;
	}
	
	.before-footer-section:before {
		left: 80px;
		right: 0;
	}
}

@media only screen and (min-width: 1651px) {
	.footer-wrapper {
		padding: 0 0 135px;
	}
	
	.footer-wrapper .footer-bg {
		left: 135px;
		right: 0;
	}
	
	.before-footer-section:before {
		left: 135px;
		right: 0;
	}
}

.footer-copyrights-container {
	font-size: 14px;
	letter-spacing: .01em;
	padding: 5px 0 0;
}

/********** Footer Call-to-Action **********/
.footer-cta {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 -20px;
}

.footer-cta .footer-cta-title {
	font-size: 50px;
	line-height: 1.16em;
	font-weight: 600;
	letter-spacing: -.03em;
	margin: 0 20px;
}

.footer-cta a.footer-cta-title {
	text-decoration: none;
	border-bottom-width: .04em;
	border-bottom-style: solid;
	border-bottom-color: initial;
}

.footer-cta a.footer-cta-title:hover {
	border-bottom-color: transparent;
}

.footer-cta .footer-cta-button {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 187px;
	height: 187px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	text-decoration: none;
	font-weight: 400;
	overflow: hidden;
	position: relative;
	margin: 0 20px;
	display: block;
	-webkit-transition: color .8s;
	transition: color .8s;
}

.footer-cta .footer-cta-button:not(:first-child) {
	margin: 30px 20px 0 20px;
}

.footer-cta .footer-cta-button .footer-cta-button-text {
	position: absolute;
	display: block;
	z-index: 2;
	text-align: center;
	left: 20px;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-cta .footer-cta-button .footer-cta-button-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: transform .5s;
	transition: transform .5s;
	overflow: hidden;
}

.footer-cta .footer-cta-button .footer-cta-button-bg:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: transform .8s, background-color .8s;
	transition: transform .8s, background-color .8s;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer-cta .footer-cta-button:hover .footer-cta-button-bg {
	-webkit-transform: translate(-50%, -50%) scale(.93);
	-ms-transform: translate(-50%, -50%) scale(.93);
	transform: translate(-50%, -50%) scale(.93);
}

.footer-cta .footer-cta-button:hover .footer-cta-button-bg:before {
	-webkit-transform: translate(-50%, -50%) scale(1.18);
	-ms-transform: translate(-50%, -50%) scale(1.18);
	transform: translate(-50%, -50%) scale(1.18);
}

@media only screen and (min-width: 841px) {
	.footer-cta {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.footer-cta .footer-cta-title {
		font-size: 100px;
	}
}

@media only screen and (min-width: 1021px) {
	.footer-cta {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		margin: 0;
	}
	
	.footer-cta .footer-cta-title {
		margin: 0;
		font-size: 150px;
	}
	
	.footer-cta .footer-cta-button:not(:first-child) {
		margin: 30px 0 0 92px;
	}
}

/********** Footer Logo **********/
.footer-logo-container .logo-container-desktop {
	display: none;
}

.footer-logo-container .logo-container-mobile {
	display: block;
}

@media only screen and (min-width: 1021px) {
	.footer-logo-container .logo-container-desktop {
		display: block;
	}
	
	.footer-logo-container .logo-container-mobile {
		display: none;
	}
}

/********** Footer Menu **********/
.footer .footer-menu-container {
	text-align: center;
}

.footer .footer-menu {
	list-style: none;
	margin: -7px -13px 0;
	padding: 0;
	font-size: 0;
	line-height: 1;
}

.footer .footer-menu li {
	list-style: none;
	position: relative;
	margin: 7px 13px 0;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.footer .footer-menu li:before {
	content: none;
	display: none;
}

.footer .footer-menu li a {
	display: block;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	border-bottom: solid 1px transparent;
	padding: 0 0 3px;
	-webkit-transition: color .3s, border-color .3s;
	transition: color .3s, border-color .3s;
}

.footer .footer-menu li.current-menu-item a:not([href*="/#"]), .footer .footer-menu li.current-menu-ancestor a, .footer .footer-menu li.current-menu-parent a, .footer .footer-menu li a:hover {
	border-color: initial;
}

@media only screen and (min-width: 841px) {
	.footer .footer-menu {
		margin: 0 -23px;
	}
	
	.footer .footer-menu li {
		margin: 0 23px;
	}
	
	.footer .footer-menu li:not(:first-child):before {
		content: ".";
		display: inline;
		position: absolute;
		left: -24px;
		right: initial;
		width: initial;
		height: initial;
		background: none;
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		top: initial;
		font-size: 16px;
		line-height: 1.5em;
		opacity: 1;
		color: inherit;
	}
}

/********** Footer Socials **********/
.footer .wrapper-socials.footer-socials {
	margin: 0 -5px;
}

.footer .wrapper-socials.footer-socials li {
	margin: 16px 14px 0;
}

/********** Footer Top Button **********/
.footer-scroll-top {
	width: 32px;
	height: 32px;
	position: fixed;
	bottom: -32px;
	right: 10px;
	left: initial;
	z-index: 10;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer-scroll-top:before {
	content: "";
	font: 400 normal 32px/1 "fontello";
}

.footer-scroll-top.active {
	opacity: .6;
	bottom: 10px;
}

.footer-scroll-top:hover {
	opacity: 1;
}

@media only screen and (min-width: 841px) {
	.footer-scroll-top {
		right: 30px;
		left: initial;
		width: 42px;
		height: 42px;
		bottom: -42px;
	}
	
	.footer-scroll-top:before {
		font-size: 42px;
	}
	
	.footer-scroll-top.active {
		bottom: 30px;
	}
}

@media only screen and (min-width: 1021px) {
	.footer-scroll-top {
		width: 52px;
		height: 52px;
		bottom: -52px;
		right: 54px;
		left: initial;
	}
	
	.footer-scroll-top:before {
		font-size: 52px;
	}
	
	.footer-scroll-top.active {
		bottom: 54px;
	}
}

/* ----------------------------- */

/* ----------- Header ---------- */

/* ----------------------------- */

/* ---------- Header Layout ---------- */
.top-bar {
	display: none;
	position: relative;
	z-index: 1;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.top-bar a {
	text-decoration: none;
}

.top-bar-row {
	padding: 9px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 400;
}

.top-bar-column {
	padding: 0 57px;
}

.top-bar-column:not(:first-child) {
	text-align: right;
}

.top-bar-column:only-child {
	width: 100%;
}

.page-header-area {
	position: relative;
	border: none;
}

.page-header-area .header {
	position: relative;
	z-index: 4;
	display: none !important;
	background-color: transparent;
}

.page-header-area .header.header-type-2 {
	border: solid 1px transparent;
}

.page-header-area .header.header-type-3 {
	border-bottom: solid 1px transparent;
}

.page-header-area .header.header-position-over {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	background-color: transparent !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.page-header-area .header.sticky-header-on.sticky-ready .sticky-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	-webkit-transition: transform linear 1s;
	transition: transform linear 1s;
	margin-top: -500px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.page-header-area .header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
	-webkit-transform: translateY(500px);
	-ms-transform: translateY(500px);
	transform: translateY(500px);
	-webkit-box-shadow: 0 15px 38px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 15px 38px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 38px rgba(0, 0, 0, .1);
}

.page-header-area .header a {
	text-decoration: none;
}

.header-menu-container {
	width: 100%;
	text-align: center;
}

.header-icons-container {
	margin: 0 20px;
	min-height: 50px;
	white-space: nowrap;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.header-icons-container:first-child {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-icons-container:not(:first-child) {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-icons-container:first-child:last-child {
	width: calc(100% - 40px);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-icons-container .header-icon {
	margin: 5px 10px;
}

.header-icons-container .header-button-container {
	white-space: nowrap;
	line-height: 1;
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-row {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-row .header-icons-container {
	-webkit-align-self: stretch;
	-moz-align-self: stretch;
	-ms-align-self: stretch;
	align-self: stretch;
}

.header-row .header-icons-container .header-icon {
	margin: 10px 31px 0;
}

body.admin-bar .page-header-area .header.sticky-header-on.sticky-ready .sticky-wrapper {
	top: 46px;
}

.mobile-header {
	z-index: 4;
	position: relative;
}

.mobile-header.mobile-header-position-over {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.mobile-header.sticky-header-on.sticky-ready .sticky-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	-webkit-transition: transform linear 1s;
	transition: transform linear 1s;
	margin-top: -200px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .14);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .14);
	box-shadow: 0 0 15px rgba(0, 0, 0, .14);
}

.mobile-header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}

.mobile-header .header-icons-container {
	margin: 4px 10px 4px 20px;
}

.mobile-header-row {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

@media only screen and (min-width: 481px) {
	.mobile-header .header-icon.search-trigger, .mobile-header .header-icon.mini-cart, .mobile-header .header-icon.header-button-container {
		display: block;
	}
}

@media only screen and (min-width: 841px) {
	body.admin-bar .page-header-area .header.sticky-header-on.sticky-ready .sticky-wrapper {
		top: 32px;
	}
}

@media only screen and (min-width: 1021px) {
	.mobile-header .header-icons-container {
		margin: 4px 0 4px 10px;
	}
}

/* ---------- Header Compact Menu ---------- */
.header-icon.compact-menu:not(:last-child) {
	margin-left: 96px;
	margin-right: 31px;
}

.header-icon.compact-menu .compact-menu-label {
	font-weight: 400;
	font-size: 14px;
}

.header-icon.compact-menu .compact-menu-trigger {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 29px;
	width: 50px;
	height: 19px;
	position: relative;
	cursor: pointer;
}

.header-icon.compact-menu .compact-menu-trigger:before, .header-icon.compact-menu .compact-menu-trigger:after {
	content: "";
	position: absolute;
	display: block;
	left: initial;
	right: 0;
	top: 50%;
	height: 2px;
	width: 50px;
	-webkit-transition: width .3s, background-color .3s;
	transition: width .3s, background-color .3s;
}

.header-icon.compact-menu .compact-menu-trigger:before {
	margin-top: -5px;
}

.header-icon.compact-menu .compact-menu-trigger:after {
	margin-top: 4px;
}

.header-icon.compact-menu .compact-menu-trigger:hover:after {
	width: 30px;
}

.alter-menu-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	z-index: -10;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	background: url("https://cdn-ilbpiff.nitrocdn.com/QWZiJNzbSwAgVvSrIcotDkMVXYrXZHum/assets/images/optimized/rev-83e49bd/briefvibe.nl/wp-content/themes/agencium/img/bg-alter-menu.png") top center no-repeat;
	background-size: cover;
	padding: 0 0 0 112px;
}

.alter-menu-wrapper.active {
	z-index: 10;
	opacity: 1;
}

.alter-menu-wrapper .alter-menu-decorate {
	position: absolute;
	display: block;
	left: 0;
	right: initial;
	top: 0;
	bottom: 0;
	width: 112px;
}

.alter-menu-wrapper .alter-menu-decorate:before, .alter-menu-wrapper .alter-menu-decorate:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	bottom: 0;
}

.alter-menu-wrapper .alter-menu-decorate:before {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.alter-menu-wrapper.with-separator:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	border-left-width: 1px;
	border-left-style: solid;
	left: 60%;
	right: initial;
	opacity: .65;
}

.alter-menu-wrapper .alter-menu-close {
	position: absolute;
	top: 46px;
	right: 59px;
	left: initial;
	display: block;
	width: 23px;
	height: 23px;
	font: 400 normal 23px/23px "fontello";
	cursor: pointer;
	text-align: center;
	z-index: 2;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.alter-menu-wrapper .alter-menu-close:before {
	content: "";
}

.alter-menu-wrapper.nitro-lazy {
	background-image: none !important;
}

.alter-menu-wrapper .alter-menu {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	overflow: auto;
}

.alter-menu-wrapper .alter-menu-menu {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.alter-menu-wrapper .alter-menu-menu:not(:last-child) {
	width: 60%;
}

.alter-menu-wrapper .alter-menu-menu nav {
	font-size: 0;
	line-height: 1;
	padding: 107px 30px 107px 30px;
	margin: 0 auto;
	max-width: 305px;
}

.alter-menu-wrapper .alter-menu-menu .main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li {
	position: relative;
	padding: 0;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li:before {
	content: none;
	display: none;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: initial;
	height: 71px;
	width: 50px;
	cursor: pointer;
	z-index: 2;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger:before, .alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger:before {
	width: 12px;
	height: 2px;
	right: 0;
	left: initial;
	margin: -1px 0 0;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger:after {
	width: 2px;
	height: 12px;
	right: 5px;
	left: initial;
	margin: -6px 0 0;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li > a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	align-items: baseline;
	font-size: 30px;
	line-height: 1.6333em;
	font-weight: 600;
	padding: 9px 50px 9px 0;
	text-decoration: none;
	letter-spacing: -.03em;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li > a .counter {
	order: -1;
	font-size: .6667em;
	margin: 0 .5em 0 0;
	word-spacing: .05em;
	min-width: 3em;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li.active > .sub-menu-trigger:after {
	opacity: 0;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu {
	display: none;
	list-style: none;
	padding: 0 0 0 71px;
	margin: 0;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu > li > a {
	display: block;
	padding: 10px 50px 10px 0;
	font-size: 16px;
	text-decoration: none;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu li {
	position: relative;
	padding: 0;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu li:before {
	content: none;
	display: none;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu li .sub-menu-trigger {
	height: 44px;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li > ul.sub-menu {
	padding: 0 !important;
}

.alter-menu-wrapper .alter-menu-menu .main-menu > li > ul.sub-menu > li {
	margin: 0 0 0 71px;
}

.alter-menu-wrapper .alter-menu-sidebar-content {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.alter-menu-wrapper .alter-menu-sidebar-content:not(:first-child) {
	width: 40%;
}

.alter-menu-wrapper .alter-menu-sidebar-content .alter-menu-widgets {
	max-width: 310px;
	padding: 129px 30px 120px 30px;
	margin: 0 auto;
}

body.admin-bar .alter-menu-wrapper {
	top: 46px;
}

@media only screen and (min-width: 841px) {
	body.admin-bar .alter-menu-wrapper {
		top: 32px;
	}
}

/* ---------- Header Button ---------- */
.header-row .header-icons-container .header-icon.header-button-container {
	text-align: center;
	position: relative;
	height: 100%;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px 0 6px;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.header-button {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	padding: 10px 77px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 110px;
	height: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

/* ---------- Header Contacts ---------- */
.wrapper-contacts {
	margin: 0 -11px;
}

.wrapper-contacts .contact-item {
	margin: 0 11px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	position: relative;
}

.wrapper-contacts .contact-item .contact-item-label {
	margin: 0 4px 0 0;
}

.wrapper-contacts .contact-item:not(:first-child) {
	padding-left: 50px;
}

.wrapper-contacts .contact-item:not(:first-child):before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	display: block;
	left: 0;
	right: initial;
	top: 50%;
	margin: .4em 0 0;
}

.wrapper-contacts .contact-item .contact-item-value:not(:first-child) {
	margin: 0 0 0 8px;
}

.wrapper-contacts.top-bar-contacts {
	display: inline-block;
	vertical-align: top;
}

/* ---------- Header Callback ---------- */
.callback {
	position: relative;
	white-space: nowrap;
}

.callback .callback-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2857em;
}

.callback .callback-text {
	font-size: 18px;
	line-height: 1em;
	font-weight: 400;
	text-decoration: none;
}

.callback .callback-text:not(:first-child) {
	margin: 0 0 0 .2222em;
}

.mobile-header-menu-container .callback {
	margin: 30px 30px 0;
}

/* ---------- Header Contacts ---------- */
.wrapper-info {
	margin: 0 -15px;
}

/* ---------- Header Loader ---------- */
.page-loader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1030;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.page-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
}

.page-loader .page-loader-logo {
	position: relative;
	z-index: 2;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.woocommerce .loader:before {
	content: none;
	display: none;
}

.page-loader-inner {
	animation-name: pulsate;
	-webkit-animation-name: pulsate;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes pulsate {
	50% {
		-webkit-transform: scale(.85, .85);
		transform: scale(.85, .85);
	}
	
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes pulsate {
	50% {
		-webkit-transform: scale(.85, .85);
		transform: scale(.85, .85);
	}
	
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

/* ---------- Header Logo ---------- */
.logo-container {
	margin: 18px 20px;
	width: 100%;
	padding-top: 8px;
}

.mobile-header-row .logo-container {
	width: 100%;
}

.logo {
	font-size: 0;
	line-height: 1;
}

.logo-link {
	text-decoration: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.logo-link .logo-site-name {
	font-size: 30px;
	font-weight: 700;
}

@media only screen and (min-width: 1021px) {
	.logo-container {
		margin: 18px 10px;
	}
}

@media only screen and (min-width: 1380px) {
	.logo-container {
		margin: 15px 31px;
	}
}

/* ---------- Header Login/Logout ---------- */
.login-logout {
	line-height: 1;
	font-size: 0;
}

.login-logout .link-login {
	display: block;
	line-height: 1;
	height: 23px;
}

.login-logout .link-login:before {
	content: "";
	font: 700 normal 19px/23px "fontello";
}

.login-logout .link-logout {
	display: block;
	line-height: 1;
	height: 23px;
}

.login-logout .link-logout:before {
	content: "";
	font: 700 normal 19px/23px "fontello";
}

@media only screen and (min-width: 1380px) {
	.login-logout .link-login:before, .login-logout .link-logout:before {
		font-size: 22px;
		line-height: 28px;
	}
}

/* ---------- Header Menu ---------- */
.menu-trigger {
	position: relative;
}

.menu-trigger .menu-trigger-icon {
	display: block;
	width: 22px;
	height: 23px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.menu-trigger .menu-trigger-icon.active .hamburger span:first-child {
	-webkit-transform: rotate(-45deg) translate(-4px, 4px);
	-ms-transform: rotate(-45deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}

.menu-trigger .menu-trigger-icon.active .hamburger span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger .menu-trigger-icon.active .hamburger span:last-child {
	-webkit-transform: rotate(45deg) translate(-4px, -4px);
	-ms-transform: rotate(45deg) translate(-4px, -4px);
	transform: rotate(45deg) translate(-4px, -4px);
}

.menu-trigger .hamburger {
	display: block;
	width: 22px;
	height: 14px;
	position: absolute;
	left: 50%;
	right: auto;
	top: 50%;
	margin: -6px 0 0 -11px;
}

.menu-trigger .hamburger span {
	height: 2px;
	width: 22px;
	display: block;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.menu-trigger .hamburger span:first-child {
	margin-bottom: 4px;
}

.menu-trigger .hamburger span:last-child {
	margin-top: 4px;
}

.menu-close {
	position: relative;
}

.menu-close .menu-close-icon {
	display: block;
	width: 19px;
	height: 19px;
	font: 700 normal 17px/20px "fontello";
	cursor: pointer;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
	margin: 2px 0 0 7px;
}

.menu-close .menu-close-icon:before {
	content: "";
}

/* Mobile Menu */
.mobile-header-menu-container {
	width: 320px;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	right: -320px;
	left: auto;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 999999;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0;
	padding: 0 0 47px;
}

.mobile-header-menu-container.active {
	right: 0;
	left: auto;
	opacity: 1;
}

.mobile-header-menu-container .header-icons-container {
	margin: 4px 20px 0;
}

.mobile-header-menu-container nav {
	font-size: 0;
	line-height: 1;
	margin: 50px 0 0;
}

.mobile-header-menu-container .header-mobile-contacts {
	padding: 38px 30px 0;
}

.mobile-header-menu-container .header-mobile-contacts .contact-item + .contact-item {
	margin-top: 16px;
}

.mobile-header-menu-container .header-mobile-contacts .contact-item .contact-item-label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 3px;
}

.mobile-header-menu-container .header-mobile-contacts .contact-item .contact-item-value {
	font-size: 16px;
	line-height: 1.875em;
}

.mobile-header-menu-container .header-mobile-contacts .contact-item a {
	text-decoration: none;
}

.mobile-header-menu-container .header-mobile-contacts .contact-item.contact-item-email a {
	text-decoration: underline;
}

.mobile-header-menu-container .header-mobile-additional-text {
	padding: 44px 20px 0;
	font-weight: 600;
	line-height: 1.4em;
}

.mobile-header-menu-container .header-mobile-additional-text .additional-text-title {
	display: block;
	font-weight: 400;
}

.mobile-header-menu-container .header-mobile-socials {
	padding: 25px 30px 0;
}

.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials {
	margin: 0 -16px -6px;
}

.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials li {
	margin: 0 9px 6px;
}

.mobile-header-menu-container .header-mobile-button {
	padding: 29px 30px 0;
	line-height: 1;
	font-size: 0;
}

.mobile-header-menu-container .header-mobile-button .agencium-button {
	min-width: 180px;
}

.mobile-header-menu-container .main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-header-menu-container .main-menu > li {
	position: relative;
	padding: 0;
}

.mobile-header-menu-container .main-menu > li:before {
	content: none;
	display: none;
}

.mobile-header-menu-container .main-menu > li .sub-menu-trigger {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
	cursor: pointer;
	z-index: 2;
}

.mobile-header-menu-container .main-menu > li .sub-menu-trigger:after {
	content: "";
	font: 400 normal 9px/24px "fontello";
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	text-align: right;
	top: 50%;
	right: 30px;
	left: initial;
	margin: -12px 0 0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.mobile-header-menu-container .main-menu > li > a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 61px 12px 30px;
	text-decoration: none;
}

.mobile-header-menu-container .main-menu > li.active > .sub-menu-trigger:after {
	content: "";
}

.mobile-header-menu-container .main-menu > li ul.sub-menu {
	display: none;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 5px 0 0;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu > li > a {
	display: block;
	padding: 12px 55px 12px 0;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu li {
	position: relative;
	padding: 0;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu li:before {
	content: none;
	display: none;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu li .sub-menu-trigger {
	height: 40px;
}

.mobile-header-menu-container .main-menu > li > ul.sub-menu {
	padding: 0 !important;
}

.mobile-header-menu-container .main-menu > li > ul.sub-menu > li {
	margin: 0 0 0 50px;
}

.mobile-header-menu-container .main-menu > li > ul.sub-menu > li:last-child {
	margin-bottom: 15px;
}

/* Desktop */
.page-header-area .header .header-menu-container {
	margin: -1px 0 0;
}

.page-header-area .header .header-menu-container .main-menu {
	margin: 0;
	padding: 38px 0 27px;
}

.page-header-area .header .header-menu-container .main-menu li {
	list-style: none;
	position: relative;
	padding: 0;
}

.page-header-area .header .header-menu-container .main-menu li:before {
	content: none;
	display: none;
}

.page-header-area .header .header-menu-container .main-menu li:not(:last-of-type) {
	margin-right: 15px;
}

.page-header-area .header .header-menu-container .main-menu > li > a {
	position: relative;
	display: inline-block;
	padding: 11px 0;
	top: 1px;
}

.page-header-area .header .header-menu-container .main-menu > li > a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: -34px;
	height: 1px;
	opacity: 0;
	-webkit-transition: opaciry .3s;
	transition: opaciry .3s;
}

.page-header-area .header .header-menu-container .main-menu > li.menu-item-has-children > a {
	padding-right: 1px;
	padding-left: 0;
}

.page-header-area .header .header-menu-container .main-menu > li.menu-item-has-children > a:before {
	right: initial;
	left: 0;
	width: 0;
	-webkit-transition: width .3s, opacity .3s;
	transition: width .3s, opacity .3s;
}

.page-header-area .header .header-menu-container .main-menu > li.menu-item-has-children > a:after {
	content: "";
	display: inline-block;
	font: 400 normal 8px "fontello";
	position: relative;
	top: -2px;
	margin: 0 0 0 8px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.page-header-area .header .header-menu-container .main-menu > li.menu-item-has-children.current-menu-ancestor > a:before, .page-header-area .header .header-menu-container .main-menu > li.menu-item-has-children.current-menu-parent > a:before, .page-header-area .header .header-menu-container .main-menu > li.menu-item-has-children.current-menu-item > a:not([href*="/#"]):before, .page-header-area .header .header-menu-container .main-menu > li.menu-item-has-children:hover > a:before {
	width: calc(100% - 15px);
	opacity: 1;
}

.page-header-area .header nav {
	font-size: 0;
	line-height: 1;
}

.page-header-area .header .header-menu-row {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.page-header-area .header .header-menu-row .logo {
	margin: 20px 70px;
}

@media only screen and (min-width: 1021px) {
	.page-header-area .header .header-menu-container .main-menu {
		display: -ms-inline-flexbox;
		display: inline-flex;
		font-size: 0;
		line-height: 1;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1500px) {
	.page-header-area .header .header-menu-container .main-menu li:not(:last-of-type) {
		margin-right: 24px;
	}
}

@media only screen and (min-width: 1700px) {
	.page-header-area .header .header-menu-container .main-menu li:not(:last-of-type) {
		margin-right: 33px;
	}
}

/* ---------- Header Sub Menu ---------- */
.page-header-area .header .header-menu-container .main-menu > li ul.sub-menu {
	margin: 1px 0 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 175px;
	padding: 21px 24px 24px 38px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .3s;
	transition: all .3s;
	transition: all .2s ease-out;
	z-index: 4;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	text-align: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.page-header-area .header .header-menu-container .main-menu > li ul.sub-menu > li {
	position: relative;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: all .2s cubic-bezier(.4, .28, .31, 1.28) 0s;
	transition: all .2s cubic-bezier(.4, .28, .31, 1.28) 0s;
}

.page-header-area .header .header-menu-container .main-menu > li ul.sub-menu > li.menu-item-has-children > a:after {
	content: "";
	font: 400 normal 7px/18px "fontello";
	width: 20px;
	display: block;
	position: absolute;
	bottom: 8px;
	right: 0;
	left: initial;
	text-align: right;
}

.page-header-area .header .header-menu-container .main-menu > li ul.sub-menu > li:not(:last-of-type) {
	margin-bottom: 7px;
}

.page-header-area .header .header-menu-container .main-menu > li ul.sub-menu > li > a {
	display: block;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 8px 9px 8px 0;
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu ul.sub-menu {
	position: absolute;
	left: 100%;
	top: -21px;
	right: initial;
	margin: 0 0 0 24px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu ul.sub-menu:before {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	left: initial;
	right: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu > li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+2) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+3) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+4) {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+5) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+6) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+7) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.page-header-area .header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+8) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

@media only screen and (min-width: 1021px) {
	.mobile-header-row {
		margin: 0 20px;
	}
}

/* ---------- Header Minicart ---------- */
.mini-cart {
	width: 31px;
	height: 23px;
	position: relative;
}

.mini-cart.header-icon:not(:last-child) {
	margin-right: 0;
}

.mini-cart.header-icon:not(:first-child) {
	margin-left: 15px;
}

.mini-cart .mini-cart-trigger {
	width: 25px;
	height: 23px;
	display: block;
	position: relative;
	z-index: 3;
	text-align: left;
	text-decoration: none;
}

.mini-cart .mini-cart-count:before {
	content: "";
	font: 400 normal 18px/24px "fontello";
	vertical-align: top;
}

.mini-cart .mini-cart-count > span {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	top: 2px;
	right: 3px;
	left: initial;
	min-width: 2px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	font-size: 0;
	line-height: 8px;
	font-style: normal;
	padding: 0 3px;
}

.mini-cart .mini-cart-panel {
	position: absolute;
	right: -30px;
	top: -42px;
	width: 480px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0 !important;
	pointer-events: none;
	z-index: 2;
	padding: 37px 45px 45px 45px;
	overflow: hidden;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart__empty-message {
	margin: 0;
}

.mini-cart .mini-cart-panel .mini-cart-title {
	margin: 0 40px 42px 0;
	letter-spacing: -.03em;
	word-spacing: 1px;
}

.mini-cart .mini-cart-panel .cart_list {
	list-style: none;
	display: block;
	white-space: normal;
	overflow: auto;
	max-height: 207px;
}

.mini-cart .mini-cart-panel .cart_list.product_list_widget {
	padding: 0 20px 0 0;
	margin: 0 -20px 0 0;
}

.mini-cart .mini-cart-panel .cart_list li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0;
	min-height: 0;
}

.mini-cart .mini-cart-panel .cart_list li:not(:first-child) {
	margin: 18px 0 0;
	padding: 18px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
}

.mini-cart .mini-cart-panel .cart_list li:before {
	display: none;
	content: none;
}

.mini-cart .mini-cart-panel .cart_list li a {
	font-weight: inherit;
	display: inline;
}

.mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	margin: 0 21px 0 0;
	position: static;
	order: 1;
}

.mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper img {
	display: block;
	position: relative;
	margin: 0;
	float: none;
	width: 85px;
	height: auto;
	border: none;
}

.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper {
	display: block;
	order: 2;
	width: 100%;
}

.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity {
	display: block;
	font-size: 16px;
	line-height: 1.75em;
}

.mini-cart .mini-cart-panel .cart_list li .woocommerce-mini-cart-item__title {
	display: block;
	margin: -10px 0 6px;
}

.mini-cart .mini-cart-panel .cart_list li .woocommerce-mini-cart-item__price {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button {
	position: static;
	margin: 2px 21px 0 61px;
	background: none;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	order: 3;
	font: normal 14px/1em "fontello";
	width: 14px;
	height: 14px;
}

.mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button:before {
	content: "";
}

.mini-cart .mini-cart-panel .total {
	margin: 36px 0 0;
	padding: 27px 0 0;
	border-width: 0;
	border-style: solid;
	border-top-width: 1px;
	position: relative;
}

.mini-cart .mini-cart-panel .total strong {
	font-weight: inherit;
}

.mini-cart .mini-cart-panel .total .amount {
	padding: 0 0 0 12px;
}

.mini-cart .mini-cart-panel .total:before {
	content: "";
	display: block;
	width: 0;
	height: 20px;
	border-right: solid 1px;
	position: absolute;
	top: -20px;
	right: 0;
	left: initial;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons {
	position: relative;
	z-index: 2;
	padding: 40px 0 0;
	margin: 0 -10px;
	font-size: 0;
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:before, .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:after {
	content: none;
	display: none;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.agencium-alter-button {
	margin: 15px 10px 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mini-cart:hover .mini-cart-trigger {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.mini-cart:hover .mini-cart-panel {
	opacity: 1 !important;
	pointer-events: initial;
}

.header-mobile .mini-cart {
	width: 42px;
	height: 42px;
}

.header-mobile .mini-cart .mini-cart-trigger {
	width: 42px;
	height: 42px;
	background: none;
}

.header-mobile .mini-cart .mini-cart-count:before {
	line-height: 42px;
}

.mobile-header-menu-container .mini-cart .mini-cart-count:before {
	font-size: 19px;
	line-height: 22px;
}

.mobile-header-menu-container .mini-cart .mini-cart-count span {
	top: 0;
	right: 2px;
	left: initial;
}

/* ---------- Header Page Title ---------- */
.page-title-container {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-title-container .page-title-row {
	z-index: 3;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1380px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 200px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.page-title-container .page-title-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 50px 0;
}

.page-title-container .page-title-box {
	width: 100%;
}

.page-title-container .page-title {
	margin: .86em 0 0 !important;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position: relative;
	z-index: 2;
}

.page-title-container .page-title-additional {
	position: absolute;
	z-index: 2;
	min-width: 50%;
	text-align: right;
	right: 55px;
	left: initial;
	bottom: 0;
	white-space: nowrap;
	font-size: 50px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-title-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	right: initial;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: initial;
	-webkit-background-size: cover;
	background-size: cover;
	background-blend-mode: multiply;
	z-index: 0;
}

.page-title-additional-image {
	position: absolute;
	bottom: 0;
	display: none;
}

.breadcrumbs {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.breadcrumbs:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: -3px 10px 3px 0;
}

.breadcrumbs .delimiter {
	padding: 0 .1875em;
}

.breadcrumbs a {
	text-decoration: none;
	border-bottom: solid 1px;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.breadcrumbs a:hover {
	border-color: transparent;
}

@media only screen and (min-width: 481px) {
	.page-title-container .page-title-row {
		height: 250px;
	}
	
	.page-title-container .page-title-additional {
		font-size: 80px;
	}
}

@media only screen and (min-width: 661px) {
	.page-title-container .page-title-row {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 841px) {
	.page-title-container .page-title-row {
		height: 330px;
	}
	
	.page-title-container .page-title-additional {
		font-size: 110px;
	}
	
	.page-title-additional {
		display: block;
	}
	
	.breadcrumbs {
		font-size: 16px;
		line-height: 30px;
	}
	
	.page-title-additional-image {
		display: block;
	}
}

@media only screen and (min-width: 1021px) {
	.page-title-container .page-title-row {
		height: 500px;
		padding: 0 30px;
	}
	
	.page-title-container .page-title-additional {
		font-size: 150px;
	}
}

@media only screen and (min-width: 1380px) {
	.page-title-container .page-title-row {
		padding: 0 20px;
	}
}

/* ---------- Header Search ---------- */
.search-trigger {
	width: 19px;
	height: 23px;
}

.search-trigger .search-trigger-icon {
	width: 17px;
	height: 23px;
	display: block;
	font: 400 normal 17px/24px "fontello";
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.search-trigger .search-trigger-icon:before {
	content: "";
}

.site-search {
	position: fixed;
	left: 0;
	top: -120px;
	right: 0;
	padding: 20px 46px 40px 5px;
	height: 25px;
	z-index: 1000000;
	opacity: 0;
	-webkit-transition: opacity .3s, top .3s;
	transition: opacity .3s, top .3s;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.site-search.active {
	top: 0;
	opacity: 1;
}

.site-search .site-search-close {
	position: absolute;
	top: 50%;
	right: 15px;
	left: initial;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	font: 400 normal 20px/1 "fontello";
	text-align: center;
}

.site-search .site-search-close:before {
	content: "";
}

.site-search .search-form {
	border: none;
	padding: 0;
}

.site-search .search-form .search-form-field {
	padding: 0 0 0 50px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
}

.site-search .search-form .search-form-icon {
	left: initial;
	right: initial;
	top: 50%;
	bottom: initial;
	width: 42px;
	height: 42px;
	margin: -22px 0 0;
	background: none;
	font-size: 20px;
	line-height: 44px;
}

.site-search .search-form .search-form-icon:hover {
	background: none;
}

.site-search .search-form:after {
	content: "";
	display: block;
	height: 20px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	margin: -6px 0 0 50px;
}

@media only screen and (min-width: 1021px) {
	.site-search {
		padding: 37px 100px 57px 40px;
		height: 25px;
	}
	
	.site-search .site-search-close {
		right: 40px;
		left: initial;
		width: 20px;
		height: 20px;
		margin: -10px 0 0;
		font-size: 20px;
		line-height: 1;
	}
	
	.site-search .search-form .search-form-field {
		padding: 0 0 0 70px;
		height: 25px;
		line-height: 25px;
	}
	
	.site-search .search-form .search-form-icon {
		width: 42px;
		height: 42px;
		margin: -21px 0 0;
		font-size: 19px;
		line-height: 44px;
	}
	
	.site-search .search-form:after {
		margin: -6px 0 0 70px;
	}
}

/* ---------- Header Sidebar ---------- */
.dropdown-trigger {
	position: relative;
}

.dropdown-trigger .dropdown-trigger-icon {
	cursor: pointer;
	text-align: center;
	position: relative;
	width: 25px;
	height: 25px;
	font-size: 0;
	line-height: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
	display: block;
}

.dropdown-trigger .dropdown-trigger-icon:before {
	content: "";
	display: block;
	font: 400 normal 25px/1em "fontello";
}

.slide-sidebar-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 99;
	width: 320px;
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 15px rgba(0, 0, 0, .1);
}

.slide-sidebar-wrapper.slide-sidebar-position-left {
	right: initial;
	left: -320px;
	-webkit-transition: left .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
	transition: left .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
}

.slide-sidebar-wrapper.slide-sidebar-position-left.active {
	opacity: 1;
	right: initial;
	left: 0;
}

.slide-sidebar-wrapper.slide-sidebar-position-right {
	-webkit-transition: right .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
	transition: right .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
	right: -320px;
	left: initial;
}

.slide-sidebar-wrapper.slide-sidebar-position-right.active {
	opacity: 1;
	right: 0;
	left: initial;
}

.slide-sidebar-wrapper .slide-sidebar-close {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	left: initial;
	top: 20px;
}

.slide-sidebar-wrapper .slide-sidebar-close:before, .slide-sidebar-wrapper .slide-sidebar-close:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: initial;
	height: 2px;
	width: 100%;
	-webkit-transition: background-position .7s cubic-bezier(.45, .05, .55, .95);
	transition: background-position .7s cubic-bezier(.45, .05, .55, .95);
}

.slide-sidebar-wrapper .slide-sidebar-close:before {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slide-sidebar-wrapper .slide-sidebar-close:after {
	top: 9.5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: .1s, 0s, 0s;
	-moz-transition-delay: .1s, 0s, 0s;
	-ms-transition-delay: .1s, 0s, 0s;
	-o-transition-delay: .1s, 0s, 0s;
	transition-delay: .1s, 0s, 0s;
}

.slide-sidebar-wrapper .slide-sidebar-close:hover:before, .slide-sidebar-wrapper .slide-sidebar-close:hover:after {
	background-position-x: 0;
	-webkit-transition: background-position .7s cubic-bezier(.22, .61, .36, 1), background-color .3s;
	transition: background-position .7s cubic-bezier(.22, .61, .36, 1), background-color .3s;
}

.slide-sidebar-wrapper .slide-sidebar {
	position: relative;
	padding: 80px 15px 40px;
	min-height: calc(100% - 120px);
	max-height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}

.slide-sidebar-wrapper .slide-sidebar p {
	letter-spacing: -.01em;
}

body.admin-bar .slide-sidebar-wrapper {
	top: 46px;
}

@media only screen and (min-width: 783px) {
	body.admin-bar .slide-sidebar-wrapper {
		top: 32px;
	}
}

@media only screen and (min-width: 841px) {
	.slide-sidebar-wrapper {
		width: 393px;
		padding: 0 79px 0 0;
	}
	
	.slide-sidebar-wrapper:before {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		left: initial;
		top: 0;
		width: 79px;
		height: 100%;
		background-position: right top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.slide-sidebar-wrapper:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		left: initial;
		top: 0;
		width: 79px;
		height: 100%;
	}
	
	.slide-sidebar-wrapper.slide-sidebar-position-left {
		right: initial;
		left: -472px;
	}
	
	.slide-sidebar-wrapper.slide-sidebar-position-left.active {
		right: initial;
		left: 0;
	}
	
	.slide-sidebar-wrapper.slide-sidebar-position-right {
		right: -472px;
		left: initial;
	}
	
	.slide-sidebar-wrapper.slide-sidebar-position-right.active {
		right: 0;
		left: initial;
	}
	
	.slide-sidebar-wrapper .slide-sidebar-close {
		top: 26px;
		left: initial;
		right: 31px;
		z-index: 2;
	}
	
	.slide-sidebar-wrapper .slide-sidebar {
		padding: 70px;
		min-height: calc(100% - 140px);
	}
	
	.slide-sidebar-wrapper .slide-sidebar:after {
		display: block;
	}
}

/* ---------- Header Social Buttons ---------- */
.wrapper-socials.top-bar-socials {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 -12px;
}

.wrapper-socials.top-bar-socials:not(:first-child) {
	margin-left: 20px;
	padding: 0 0 0 40px;
}

.wrapper-socials.top-bar-socials:not(:first-child):before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 1px;
	left: 0;
	right: initial;
	bottom: 0;
}

.wrapper-socials.top-bar-socials li {
	margin: 8px 12px 0;
}

.wrapper-socials.top-bar-socials a {
	border: none;
	width: 1em;
	height: 1em;
	line-height: 1;
}

/* ---------- Header User Menu ---------- */
ul.top-bar-menu {
	margin: 0 -12px;
	padding: 0;
	list-style: none;
}

ul.top-bar-menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 16px;
	padding: 0;
}

ul.top-bar-menu li:before {
	display: none;
	content: none;
}

ul.top-bar-menu a {
	display: block;
}

/********** Widgets Common Stile **********/
.widget-title, .footer-widget-title, .side-widget-title, .wp-block-search .wp-block-search__label, .wp-block-woocommerce-product-search .wc-block-product-search__label {
	position: relative;
}

.widget-title:last-child, .footer-widget-title:last-child, .side-widget-title:last-child, .wp-block-search .wp-block-search__label:last-child, .wp-block-woocommerce-product-search .wc-block-product-search__label:last-child {
	margin: 0;
}

.widget-title img, .footer-widget-title img, .side-widget-title img, .wp-block-search .wp-block-search__label img, .wp-block-woocommerce-product-search .wc-block-product-search__label img {
	display: none;
}

body:not(.block-editor-page) .content-wrapper .widget p, body:not(.block-editor-page) .footer-widgets .widget p {
	margin: 1em 0;
}

.sidebar .widget + .widget {
	margin: 59px 0 0;
}

.sidebar .widget .widget-title:not(:last-child), .sidebar .widget .widgettitle:not(:last-child), .sidebar .widget .wp-block-search .wp-block-search__label:not(:last-child), .sidebar .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child) {
	margin-bottom: 1.1em;
	padding-bottom: .25em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: relative;
	letter-spacing: -.03em;
}

.sidebar .widget .widget-title:not(:last-child):before, .sidebar .widget .widgettitle:not(:last-child):before, .sidebar .widget .wp-block-search .wp-block-search__label:not(:last-child):before, .sidebar .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child):before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 20px;
	right: 0;
	left: initial;
	bottom: 0;
	border-right: solid 1px;
	border-color: inherit;
}

.sidebar .widget .widget-title:not(:last-child):after, .sidebar .widget .widgettitle:not(:last-child):after, .sidebar .widget .wp-block-search .wp-block-search__label:not(:last-child):after, .sidebar .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	font: 400 normal 15px/1em "fontello";
	bottom: 11px;
	right: 12px;
	left: initial;
}

.sidebar .widget:first-child h1:first-child, .sidebar .widget:first-child h2:first-child, .sidebar .widget:first-child h3:first-child, .sidebar .widget:first-child h4:first-child, .sidebar .widget:first-child h5:first-child, .sidebar .widget:first-child h6:first-child {
	margin-top: -.5em;
}

.sidebar .widget-wrapper > .wp-block-title:not(:last-child), .sidebar .wc-blocks-filter-wrapper > .wp-block-title:not(:last-child), .sidebar .wp-block-group__inner-container > .wp-block-title:not(:last-child) {
	margin: 0 0 1em;
}

.sidebar .widget-wrapper > .wp-block-title:first-child h1, .sidebar .widget-wrapper > .wp-block-title:first-child h2, .sidebar .widget-wrapper > .wp-block-title:first-child h3, .sidebar .widget-wrapper > .wp-block-title:first-child h4, .sidebar .widget-wrapper > .wp-block-title:first-child h5, .sidebar .widget-wrapper > .wp-block-title:first-child h6, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h1, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h2, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h3, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h4, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h5, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h6, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h1, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h2, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h3, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h4, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h5, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h6 {
	margin: 0 !important;
	padding: 0 42px .25em 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: relative;
	letter-spacing: -.03em;
}

.sidebar .widget-wrapper > .wp-block-title:first-child h1:before, .sidebar .widget-wrapper > .wp-block-title:first-child h2:before, .sidebar .widget-wrapper > .wp-block-title:first-child h3:before, .sidebar .widget-wrapper > .wp-block-title:first-child h4:before, .sidebar .widget-wrapper > .wp-block-title:first-child h5:before, .sidebar .widget-wrapper > .wp-block-title:first-child h6:before, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h1:before, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h2:before, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h3:before, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h4:before, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h5:before, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h6:before, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h1:before, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h2:before, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h3:before, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h4:before, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h5:before, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h6:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 20px;
	right: 0;
	left: initial;
	bottom: 0;
	border-right: solid 1px;
	border-color: inherit;
}

.sidebar .widget-wrapper > .wp-block-title:first-child h1:after, .sidebar .widget-wrapper > .wp-block-title:first-child h2:after, .sidebar .widget-wrapper > .wp-block-title:first-child h3:after, .sidebar .widget-wrapper > .wp-block-title:first-child h4:after, .sidebar .widget-wrapper > .wp-block-title:first-child h5:after, .sidebar .widget-wrapper > .wp-block-title:first-child h6:after, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h1:after, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h2:after, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h3:after, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h4:after, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h5:after, .sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h6:after, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h1:after, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h2:after, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h3:after, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h4:after, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h5:after, .sidebar .wp-block-group__inner-container > .wp-block-title:first-child h6:after {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	font: 400 normal 15px/1em "fontello";
	bottom: 11px;
	right: 12px;
	left: initial;
}

.slide-sidebar-wrapper .widget + .widget, .alter-menu-wrapper .widget + .widget {
	margin: 45px 0 0;
}

.slide-sidebar-wrapper .widget .widget-title, .slide-sidebar-wrapper .widget .widgettitle, .slide-sidebar-wrapper .widget .widget-wrapper h1, .slide-sidebar-wrapper .widget .widget-wrapper h2, .slide-sidebar-wrapper .widget .widget-wrapper h3, .slide-sidebar-wrapper .widget .widget-wrapper h4, .slide-sidebar-wrapper .widget .widget-wrapper h5, .slide-sidebar-wrapper .widget .widget-wrapper h6, .slide-sidebar-wrapper .widget .wp-block-search .wp-block-search__label, .slide-sidebar-wrapper .widget .wp-block-woocommerce-product-search .wc-block-product-search__label, .alter-menu-wrapper .widget .widget-title, .alter-menu-wrapper .widget .widgettitle, .alter-menu-wrapper .widget .widget-wrapper h1, .alter-menu-wrapper .widget .widget-wrapper h2, .alter-menu-wrapper .widget .widget-wrapper h3, .alter-menu-wrapper .widget .widget-wrapper h4, .alter-menu-wrapper .widget .widget-wrapper h5, .alter-menu-wrapper .widget .widget-wrapper h6, .alter-menu-wrapper .widget .wp-block-search .wp-block-search__label, .alter-menu-wrapper .widget .wp-block-woocommerce-product-search .wc-block-product-search__label {
	letter-spacing: -.03em;
}

.slide-sidebar-wrapper .widget .widget-title:not(:last-child), .slide-sidebar-wrapper .widget .widgettitle:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h1:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h2:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h3:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h4:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h5:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h6:not(:last-child), .slide-sidebar-wrapper .widget .wp-block-search .wp-block-search__label:not(:last-child), .slide-sidebar-wrapper .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child), .alter-menu-wrapper .widget .widget-title:not(:last-child), .alter-menu-wrapper .widget .widgettitle:not(:last-child), .alter-menu-wrapper .widget .widget-wrapper h1:not(:last-child), .alter-menu-wrapper .widget .widget-wrapper h2:not(:last-child), .alter-menu-wrapper .widget .widget-wrapper h3:not(:last-child), .alter-menu-wrapper .widget .widget-wrapper h4:not(:last-child), .alter-menu-wrapper .widget .widget-wrapper h5:not(:last-child), .alter-menu-wrapper .widget .widget-wrapper h6:not(:last-child), .alter-menu-wrapper .widget .wp-block-search .wp-block-search__label:not(:last-child), .alter-menu-wrapper .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child) {
	margin-bottom: .5em;
}

.slide-sidebar-wrapper .widget p[style*="font"] a:not(.wp-block-button__link), .alter-menu-wrapper .widget p[style*="font"] a:not(.wp-block-button__link) {
	color: inherit;
}

.slide-sidebar-wrapper .widget p[style*="font"] a:not(.wp-block-button__link):hover, .alter-menu-wrapper .widget p[style*="font"] a:not(.wp-block-button__link):hover {
	color: inherit;
}

.slide-sidebar-wrapper .widget p a[href^="tel:"], .alter-menu-wrapper .widget p a[href^="tel:"] {
	text-decoration: none;
	color: inherit;
}

.slide-sidebar-wrapper .widget p a[href^="tel:"]:hover, .alter-menu-wrapper .widget p a[href^="tel:"]:hover {
	color: inherit;
}

.footer-widgets {
	font-size: 16px;
	line-height: 1.875em;
}

.footer-widgets > .widget {
	margin: 40px 0 0;
}

.widget a {
	text-decoration: none;
}

.widget p {
	margin: .75em 0 0;
}

.widget p a {
	text-decoration: underline;
}

.widget p a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 1021px) {
	.footer-widgets > .widget {
		margin: 45px 0 0;
	}
}

/********** WordPress Standard Archive Widget **********/
body:not(.block-editor-page) .widget_archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body:not(.block-editor-page) .widget_archive ul li {
	padding: 0 0 0 26px;
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

body:not(.block-editor-page) .widget_archive ul li:not(:first-child) {
	margin: 10px 0 0;
}

body:not(.block-editor-page) .widget_archive ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
}

body:not(.block-editor-page) .widget_archive ul li a {
	text-decoration: none;
	position: relative;
	letter-spacing: .01em;
	display: inline-block;
}

body:not(.block-editor-page) .widget_archive ul li a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: .4375em;
	height: 0;
	border-bottom: solid 1px;
	opacity: 0;
	-webkit-transition: opacity .3s, border-color .3s;
	transition: opacity .3s, border-color .3s;
}

body:not(.block-editor-page) .widget_archive ul li a:hover:after {
	opacity: 1;
}

body:not(.block-editor-page) .widget_archive .widget-title + ul {
	margin-top: -2px;
}

body:not(.block-editor-page) .widget_archive .widget-wrapper > ul > li a {
	text-decoration: none;
}

body:not(.block-editor-page) .wp-block-archives-dropdown:not(:last-child) {
	margin-bottom: 2rem;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives, body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives, body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives, body:not(.block-editor-page) .footer-widgets .wp-block-archives, .block-editor-block-list__layout ul.wp-block-archives {
	list-style: none;
	margin: 0;
	padding: 0;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives:not(:last-child), body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives:not(:last-child), body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives:not(:last-child), body:not(.block-editor-page) .footer-widgets .wp-block-archives:not(:last-child), .block-editor-block-list__layout ul.wp-block-archives:not(:last-child) {
	margin-bottom: 2rem;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives li, body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li, body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li, body:not(.block-editor-page) .footer-widgets .wp-block-archives li, .block-editor-block-list__layout ul.wp-block-archives li {
	-webkit-transition: color .3s;
	transition: color .3s;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	padding: 0 0 0 26px;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives li:not(:first-child), body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li:not(:first-child), body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li:not(:first-child), body:not(.block-editor-page) .footer-widgets .wp-block-archives li:not(:first-child), .block-editor-block-list__layout ul.wp-block-archives li:not(:first-child) {
	margin: 10px 0 0;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives li:before, body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li:before, body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li:before, body:not(.block-editor-page) .footer-widgets .wp-block-archives li:before, .block-editor-block-list__layout ul.wp-block-archives li:before {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
	left: 0;
	right: initial;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives li a, body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li a, body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li a, body:not(.block-editor-page) .footer-widgets .wp-block-archives li a, .block-editor-block-list__layout ul.wp-block-archives li a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	letter-spacing: .01em;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives li a:after, body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li a:after, body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li a:after, body:not(.block-editor-page) .footer-widgets .wp-block-archives li a:after, .block-editor-block-list__layout ul.wp-block-archives li a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: .4375em;
	height: 0;
	border-bottom: solid 1px;
	opacity: 0;
	-webkit-transition: opacity .3s, border-color .3s;
	transition: opacity .3s, border-color .3s;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives li a:hover:after, body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li a:hover:after, body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li a:hover:after, body:not(.block-editor-page) .footer-widgets .wp-block-archives li a:hover:after, .block-editor-block-list__layout ul.wp-block-archives li a:hover:after {
	opacity: 1;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives ul, body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives ul, body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives ul, body:not(.block-editor-page) .footer-widgets .wp-block-archives ul, .block-editor-block-list__layout ul.wp-block-archives ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/********** WordPress Standard Media Audio Widget **********/
.widget_media_audio, .mejs-audio {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.widget_media_audio .mejs-container, .widget_media_audio .mejs-controls, .mejs-audio .mejs-container, .mejs-audio .mejs-controls {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.widget_media_audio .mejs-horizontal-volume-slider, .mejs-audio .mejs-horizontal-volume-slider {
	width: 50px;
	margin: 0 0 0 10px;
}

.widget_media_audio .mejs-time-rail, .mejs-audio .mejs-time-rail {
	margin: 0;
}

.widget_media_audio .mejs-time-handle-content, .mejs-audio .mejs-time-handle-content {
	border: none;
	left: -4px;
	width: 1px;
}

.widget_media_audio .mejs-time, .mejs-audio .mejs-time {
	padding-top: 15px;
}

.widget_media_audio .mejs-button, .mejs-audio .mejs-button {
	width: 20px;
}

.widget_media_audio .mejs-button > button, .mejs-audio .mejs-button > button {
	margin: 10px 0;
	padding: 0;
	border: none;
	min-width: 0;
	background: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.widget_media_audio .mejs-button > button:before, .mejs-audio .mejs-button > button:before {
	content: none;
	display: none;
}

.widget_media_audio .mejs-button > button:after, .mejs-audio .mejs-button > button:after {
	font: 700 normal 18px/20px "Font Awesome 6 Free";
	background: none !important;
	position: relative;
	width: auto;
	height: auto;
	top: initial;
	bottom: initial;
	left: initial;
	right: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 0;
}

.widget_media_audio .mejs-button.mejs-play > button:after, .mejs-audio .mejs-button.mejs-play > button:after {
	content: "";
}

.widget_media_audio .mejs-button.mejs-pause > button:after, .mejs-audio .mejs-button.mejs-pause > button:after {
	content: "";
}

.widget_media_audio .mejs-button.mejs-mute > button:after, .mejs-audio .mejs-button.mejs-mute > button:after {
	content: "";
}

.widget_media_audio .mejs-button.mejs-unmute > button:after, .mejs-audio .mejs-button.mejs-unmute > button:after {
	content: "";
}

.widget_media_audio .wp-block-audio, .mejs-audio .wp-block-audio {
	margin: 0;
}

/********** WordPress Standard Calendar Widget **********/
body .content-wrapper .widget_calendar, .widget_calendar, body .content-wrapper .wp-block-calendar, .wp-block-calendar {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 400px;
}

body .content-wrapper .widget_calendar a, .widget_calendar a, body .content-wrapper .wp-block-calendar a, .wp-block-calendar a {
	text-decoration: none;
}

body .content-wrapper .widget_calendar .wp-calendar-table, .widget_calendar .wp-calendar-table, body .content-wrapper .wp-block-calendar .wp-calendar-table, .wp-block-calendar .wp-calendar-table {
	width: 100%;
	text-align: center;
}

body .content-wrapper .widget_calendar .calendar_wrap, .widget_calendar .calendar_wrap, body .content-wrapper .wp-block-calendar .calendar_wrap, .wp-block-calendar .calendar_wrap {
	padding: 0 18px 15px;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
}

body .content-wrapper .widget_calendar table, .widget_calendar table, body .content-wrapper .wp-block-calendar table, .wp-block-calendar table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	z-index: 2;
	text-align: center;
	position: relative;
	margin: 0 !important;
}

body .content-wrapper .widget_calendar table thead, .widget_calendar table thead, body .content-wrapper .wp-block-calendar table thead, .wp-block-calendar table thead {
	position: relative;
}

body .content-wrapper .widget_calendar table thead:before, .widget_calendar table thead:before, body .content-wrapper .wp-block-calendar table thead:before, .wp-block-calendar table thead:before {
	content: "";
	position: absolute;
	display: block;
	left: -18px;
	right: -18px;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .03);
	z-index: -1;
}

body .content-wrapper .widget_calendar table thead th, .widget_calendar table thead th, body .content-wrapper .wp-block-calendar table thead th, .wp-block-calendar table thead th {
	font-size: 16px;
	line-height: 39px;
	font-weight: 600;
	background: none;
	border: none !important;
	padding: 1px !important;
	text-align: center;
	min-height: 39px;
}

body .content-wrapper .widget_calendar table tbody tr:first-child td, .widget_calendar table tbody tr:first-child td, body .content-wrapper .wp-block-calendar table tbody tr:first-child td, .wp-block-calendar table tbody tr:first-child td {
	padding-top: 7px !important;
}

body .content-wrapper .widget_calendar table tbody td, .widget_calendar table tbody td, body .content-wrapper .wp-block-calendar table tbody td, .wp-block-calendar table tbody td {
	padding: 0 !important;
	min-height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	border: none !important;
}

body .content-wrapper .widget_calendar table tbody td#today, .widget_calendar table tbody td#today, body .content-wrapper .wp-block-calendar table tbody td#today, .wp-block-calendar table tbody td#today {
	position: relative;
}

body .content-wrapper .widget_calendar table tbody td#today:before, .widget_calendar table tbody td#today:before, body .content-wrapper .wp-block-calendar table tbody td#today:before, .wp-block-calendar table tbody td#today:before {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	border-width: 1px;
	border-style: solid;
	bottom: 0;
	left: 50%;
	right: initial;
	margin: 0 0 -1px -18px;
	z-index: -1;
}

body .content-wrapper .widget_calendar table tbody a, .widget_calendar table tbody a, body .content-wrapper .wp-block-calendar table tbody a, .wp-block-calendar table tbody a {
	display: block;
	position: relative;
}

body .content-wrapper .widget_calendar table tbody a:hover, .widget_calendar table tbody a:hover, body .content-wrapper .wp-block-calendar table tbody a:hover, .wp-block-calendar table tbody a:hover {
	text-decoration: underline;
}

body .content-wrapper .widget_calendar caption, .widget_calendar caption, body .content-wrapper .wp-block-calendar caption, .wp-block-calendar caption {
	font-size: 16px;
	line-height: 52px;
	font-weight: 600;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 14.2857%;
	white-space: nowrap;
}

body .content-wrapper .widget_calendar .wp-calendar-nav, .widget_calendar .wp-calendar-nav, body .content-wrapper .wp-block-calendar .wp-calendar-nav, .wp-block-calendar .wp-calendar-nav {
	position: absolute;
	left: 18px;
	right: 18px;
	top: 12px;
	height: 0;
	z-index: 3;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
	font-size: 0;
	line-height: 1;
	width: 14.2857%;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	text-align: center;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a, body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
	display: block;
	text-decoration: none;
	-webkit-transition: color .3s, opacity .3s;
	transition: color .3s, opacity .3s;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
	font: 400 normal 18px/28px "fontello";
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
	left: 0;
	right: initial;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before {
	content: "";
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
	left: initial;
	right: 0;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
	content: "";
}

body .content-wrapper .wp-block-calendar, .wp-block-calendar {
	padding: 0 18px 15px;
	position: relative;
}

body .content-wrapper .wp-block-calendar.wp-block, .wp-block-calendar.wp-block {
	padding: 0;
	margin: 0 !important;
}

body .content-wrapper .wp-block-calendar.wp-block table, .wp-block-calendar.wp-block table {
	margin: 0 !important;
}

/********** WordPress Standard Categories Widget **********/
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul, body:not(.block-editor-page) ul.wp-block-categories, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul {
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li, body:not(.block-editor-page) ul.wp-block-categories li, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li {
	position: relative;
	padding: 0 0 0 26px;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li:not(:first-child), body:not(.block-editor-page) ul.wp-block-categories li:not(:first-child), body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li:not(:first-child) {
	margin: 10px 0 0;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li:before, body:not(.block-editor-page) ul.wp-block-categories li:before, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
	right: initial;
	left: 0;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li.cat-item-hierarchical, body:not(.block-editor-page) ul.wp-block-categories li.cat-item-hierarchical, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li.cat-item-hierarchical {
	margin-right: 20px;
	margin-left: 0;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li a, body:not(.block-editor-page) ul.wp-block-categories li a, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li a {
	text-decoration: none;
	position: relative;
	letter-spacing: .01em;
	display: inline-block;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li a:after, body:not(.block-editor-page) ul.wp-block-categories li a:after, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: .4375em;
	height: 0;
	border-bottom: solid 1px;
	opacity: 0;
	-webkit-transition: opacity .3s, border-color .3s;
	transition: opacity .3s, border-color .3s;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li a:hover:after, body:not(.block-editor-page) ul.wp-block-categories li a:hover:after, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li a:hover:after {
	opacity: 1;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .widget-archive-trigger, body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .block-archive-trigger, body:not(.block-editor-page) ul.wp-block-categories li .widget-archive-trigger, body:not(.block-editor-page) ul.wp-block-categories li .block-archive-trigger, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .widget-archive-trigger, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .block-archive-trigger {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
	left: auto;
	text-align: right;
	cursor: pointer;
	width: 20px;
	height: 1.875em;
	-webkit-transition: all .3s;
	transition: all .3s;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .widget-archive-trigger:before, body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .block-archive-trigger:before, body:not(.block-editor-page) ul.wp-block-categories li .widget-archive-trigger:before, body:not(.block-editor-page) ul.wp-block-categories li .block-archive-trigger:before, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .widget-archive-trigger:before, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .block-archive-trigger:before {
	content: "";
	font: 400 normal 10px/12px "fontello";
	position: absolute;
	display: block;
	height: 12px;
	top: 50%;
	right: 0;
	left: initial;
	margin: -6px 0 0;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .widget-archive-trigger.active, body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .block-archive-trigger.active, body:not(.block-editor-page) ul.wp-block-categories li .widget-archive-trigger.active, body:not(.block-editor-page) ul.wp-block-categories li .block-archive-trigger.active, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .widget-archive-trigger.active, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .block-archive-trigger.active {
	-webkit-transform: rotate(90deg) translate(-.375em, -.1875em);
	-ms-transform: rotate(90deg) translate(-.375em, -.1875em);
	transform: rotate(90deg) translate(-.375em, -.1875em);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li > ul, body:not(.block-editor-page) ul.wp-block-categories li > ul, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li > ul {
	margin: 0 -20px 0 0;
	padding: 10px 20px 0 0;
	list-style: none;
	position: relative;
}

body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li > ul li, body:not(.block-editor-page) ul.wp-block-categories li > ul li, body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li > ul li {
	font-size: 16px;
}

body:not(.block-editor-page) .wp-block-categories:not(:last-child) {
	margin-bottom: 2rem;
}

/********** WordPress Standard Custom HTML Widget **********/

/********** WordPress Standard Media Gallery Widget **********/
body:not(.block-editor-page) .widget_media_gallery .gallery {
	margin: 0 -5px -10px;
	font-size: 0;
	line-height: 1;
}

body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}

body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
	width: 16.6667%;
}

body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-item {
	padding: 0 5px 10px;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-item img {
	height: auto;
	border: none !important;
}

body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-caption {
	font-size: 14px;
	line-height: 1.4286em;
	text-align: center;
	font-style: italic;
	padding: 5px 5px 10px;
}

body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon {
	overflow: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon a {
	display: block;
	position: relative;
}

body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon a:after {
	content: "";
	width: 28px !important;
	height: 28px !important;
	position: absolute;
	display: block;
	text-align: center;
	font: 400 normal 28px/1em "fontello" !important;
	z-index: 3;
	left: 50%;
	right: auto;
	top: 40%;
	margin: -14px 0 0 -14px !important;
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s;
	transition: top .3s, opacity .3s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon a:hover:before {
	opacity: .9 !important;
}

body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon a:hover:after {
	top: 50%;
	opacity: 1;
}

body .content-wrapper .gallery {
	margin: 0 -5px -10px;
	font-size: 0;
	line-height: 1;
}

body .content-wrapper .gallery .gallery-item {
	padding: 0 5px 10px;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body .content-wrapper .gallery .gallery-item img {
	height: auto;
}

body .content-wrapper .gallery .gallery-item .gallery-icon {
	overflow: initial;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

body .content-wrapper .gallery .gallery-item .gallery-icon a {
	display: block;
	position: relative;
	text-decoration: none;
}

body .content-wrapper .gallery .gallery-item .gallery-icon a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

body .content-wrapper .gallery .gallery-item .gallery-icon a:after {
	content: "";
	font: 400 normal 42px/1em "fontello";
	position: absolute;
	display: block;
	left: 50%;
	right: initial;
	top: 50%;
	width: 42px;
	height: 42px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	text-align: center;
	margin: -21px 0 0 -21px;
	z-index: 3;
}

body .content-wrapper .gallery .gallery-item .gallery-icon a:hover:before {
	opacity: .9;
}

body .content-wrapper .gallery .gallery-item .gallery-icon a:hover:after {
	opacity: 1;
}

body .content-wrapper .gallery .gallery-item .gallery-caption {
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	font-style: italic;
	padding: 5px 5px 10px;
}

body .content-wrapper .gallery.gallery-columns-1 .gallery-item, body .content-wrapper .gallery.gallery-columns-3 .gallery-item, body .content-wrapper .gallery.gallery-columns-5 .gallery-item, body .content-wrapper .gallery.gallery-columns-7 .gallery-item, body .content-wrapper .gallery.gallery-columns-9 .gallery-item {
	width: 100%;
}

body .content-wrapper .gallery.gallery-columns-2 .gallery-item, body .content-wrapper .gallery.gallery-columns-4 .gallery-item, body .content-wrapper .gallery.gallery-columns-6 .gallery-item, body .content-wrapper .gallery.gallery-columns-8 .gallery-item {
	width: 50%;
}

body .content-wrapper .gallery:not(:last-child) {
	margin-bottom: 2rem;
}

.content-wrapper .content .gallery {
	margin: 0 -20px -20px 0;
}

.content-wrapper .content .gallery .gallery-item {
	padding: 0 20px 20px 0;
}

@media only screen and (min-width: 841px) {
	body .content-wrapper .gallery.gallery-columns-3 .gallery-item {
		width: 33.3333%;
	}
	
	body .content-wrapper .gallery.gallery-columns-4 .gallery-item {
		width: 25%;
	}
	
	body .content-wrapper .gallery.gallery-columns-5 .gallery-item {
		width: 20%;
	}
	
	body .content-wrapper .gallery.gallery-columns-6 .gallery-item {
		width: 16.6667%;
	}
	
	body .content-wrapper .gallery.gallery-columns-7 .gallery-item {
		width: 14.2857%;
	}
	
	body .content-wrapper .gallery.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	
	body .content-wrapper .gallery.gallery-columns-9 .gallery-item {
		width: 11.1111%;
	}
}

/********** WordPress Standard Media Image Widget **********/
.widget_media_image a {
	display: inline-block;
	line-height: 1;
	position: relative;
}

.widget_media_image a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.widget_media_image a:after {
	content: "";
	width: 28px !important;
	height: 28px !important;
	position: absolute;
	display: block;
	text-align: center;
	font: 400 normal 28px/1em "fontello" !important;
	z-index: 3;
	left: 50%;
	right: auto;
	top: 40%;
	margin: -14px 0 0 -14px !important;
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s;
	transition: top .3s, opacity .3s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.widget_media_image a:hover:before {
	opacity: .8 !important;
}

.widget_media_image a:hover:after {
	top: 50%;
	opacity: 1;
}

/********** Instagram Feed Widget **********/
.widget_instagram-feed-widget #sb_instagram:not(:first-child), .widget_instagram-feed-widget#sb_instagram:not(:first-child), .widget #sb_instagram:not(:first-child), .widget#sb_instagram:not(:first-child) {
	margin-top: 8px;
}

.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_photo, .widget_instagram-feed-widget#sb_instagram #sbi_images .sbi_photo, .widget #sb_instagram #sbi_images .sbi_photo, .widget#sb_instagram #sbi_images .sbi_photo {
	overflow: hidden;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.widget_instagram-feed-widget #sbi_mod_error, .widget #sbi_mod_error {
	line-height: 1.5em;
	float: none !important;
}

.widget_instagram-feed-widget #sbi_mod_error strong, .widget #sbi_mod_error strong {
	color: inherit;
}

/********** Mailchimp for WordPress Widget **********/
#form-preview {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"], #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"], .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"], .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"], .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"], .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"], .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"], .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"], .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"], .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"] {
	margin: 0 20px 0 0;
	width: 100%;
}

#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"], #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"], #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field button, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"], .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"], .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"], .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"], .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field button, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"], .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"], .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"], .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"], .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px;
	text-decoration: underline;
	background: none;
	cursor: pointer;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover, #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover, #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover {
	text-decoration: none;
}

#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before, #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after, #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before, #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after, #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before, #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after {
	content: none;
	display: none;
}

#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field:before, .body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field:before, .body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field:before, .body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field:before, .body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field:before {
	content: none;
	display: none;
}

/********** WordPress Standard Meta Widget **********/
body:not(.block-editor-page) .widget_meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

body:not(.block-editor-page) .widget_meta ul li {
	padding: 0 0 0 26px;
	position: relative;
}

body:not(.block-editor-page) .widget_meta ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
}

body:not(.block-editor-page) .widget_meta ul li:not(:first-child) {
	margin: 10px 0 0;
}

body:not(.block-editor-page) .widget_meta ul li a {
	text-decoration: none;
	position: relative;
	letter-spacing: .01em;
	display: inline-block;
}

body:not(.block-editor-page) .widget_meta ul li a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: .4375em;
	height: 0;
	border-bottom: solid 1px;
	opacity: 0;
	-webkit-transition: opacity .3s, border-color .3s;
	transition: opacity .3s, border-color .3s;
}

body:not(.block-editor-page) .widget_meta ul li a:hover:after {
	opacity: 1;
}

/********** WordPress Standard Navigation Menu Widget **********/
body:not(.block-editor-page) .widget_nav_menu ul {
	list-style: none;
	padding: 0 20px 0 0;
}

body:not(.block-editor-page) .widget_nav_menu ul li {
	position: relative;
	padding: 0;
}

body:not(.block-editor-page) .widget_nav_menu ul li:before {
	content: none;
	display: none;
}

body:not(.block-editor-page) .widget_nav_menu ul li .widget-menu-trigger {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
	left: auto;
	text-align: right;
	cursor: pointer;
	width: 20px;
	height: 1.875em;
	-webkit-transition: all .3s;
	transition: all .3s;
}

body:not(.block-editor-page) .widget_nav_menu ul li .widget-menu-trigger:before {
	content: "";
	font: 400 normal 10px/12px "fontello";
	position: absolute;
	display: block;
	height: 12px;
	top: 50%;
	right: 0;
	left: initial;
	margin: -6px 0 0;
}

body:not(.block-editor-page) .widget_nav_menu ul li .widget-menu-trigger.active {
	-webkit-transform: rotate(90deg) translate(-.375em, -.1875em);
	-ms-transform: rotate(90deg) translate(-.375em, -.1875em);
	transform: rotate(90deg) translate(-.375em, -.1875em);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

body:not(.block-editor-page) .widget_nav_menu ul li > ul {
	margin: 0 -20px 0 0;
	padding: 5px 20px 0 20px;
}

body:not(.block-editor-page) .widget_nav_menu ul li ul:not(:last-child) {
	margin: 0 -20px 0 0;
}

body:not(.block-editor-page) .widget_nav_menu ul li > a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .3s;
	transition: color .3s;
}

body:not(.block-editor-page) .widget_nav_menu ul li > a:before {
	content: "";
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	left: 0;
	right: 0;
	bottom: 2px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

body:not(.block-editor-page) .widget_nav_menu ul li > a:after {
	content: "";
	display: inline-block;
	font: 400 normal 7px/1.5em "fontello";
	margin: 0 0 0 13px;
	position: relative;
	top: -2px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

body:not(.block-editor-page) .widget_nav_menu ul li > a:hover:before, body:not(.block-editor-page) .widget_nav_menu ul li > a:hover:after {
	opacity: 1;
}

/********** WordPress Standard Page Widget **********/
body:not(.block-editor-page) .widget_pages ul {
	list-style: none;
	padding: 0 20px 0 0;
	position: relative;
	margin: 0;
}

body:not(.block-editor-page) .widget_pages ul li {
	position: relative;
	padding: 0 0 0 26px;
}

body:not(.block-editor-page) .widget_pages ul li:not(:first-child) {
	margin: 10px 0 0;
}

body:not(.block-editor-page) .widget_pages ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
}

body:not(.block-editor-page) .widget_pages ul li a {
	text-decoration: none;
	position: relative;
	letter-spacing: .01em;
	display: inline-block;
}

body:not(.block-editor-page) .widget_pages ul li a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: .4375em;
	height: 0;
	border-bottom: solid 1px;
	opacity: 0;
	-webkit-transition: opacity .3s, border-color .3s;
	transition: opacity .3s, border-color .3s;
}

body:not(.block-editor-page) .widget_pages ul li a:hover:after {
	opacity: 1;
}

body:not(.block-editor-page) .widget_pages ul li .widget-archive-trigger {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
	left: auto;
	text-align: right;
	cursor: pointer;
	width: 20px;
	height: 1.875em;
	-webkit-transition: all .3s;
	transition: all .3s;
}

body:not(.block-editor-page) .widget_pages ul li .widget-archive-trigger:before {
	content: "";
	font: 400 normal 10px/12px "fontello";
	position: absolute;
	display: block;
	height: 12px;
	top: 50%;
	right: 0;
	left: initial;
	margin: -6px 0 0;
}

body:not(.block-editor-page) .widget_pages ul li .widget-archive-trigger.active {
	-webkit-transform: rotate(90deg) translate(-.375em, -.1875em);
	-ms-transform: rotate(90deg) translate(-.375em, -.1875em);
	transform: rotate(90deg) translate(-.375em, -.1875em);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

body:not(.block-editor-page) .widget_pages ul li > ul {
	margin: 0 -20px 0 0;
	padding: 10px 20px 0 0;
	list-style: none;
	position: relative;
}

body:not(.block-editor-page) .widget_pages ul li > ul:not(:last-child) {
	margin: 0 -20px 0 0;
}

body:not(.block-editor-page) .widget_pages .widget-wrapper > ul > li {
	padding: 0 0 0 26px;
	-webkit-transition: color .3s;
	transition: color .3s;
}

body:not(.block-editor-page) .widget_pages .widget-wrapper > ul > li:not(:first-child) {
	margin: 10px 0 0;
}

body:not(.block-editor-page) .widget_pages .widget-wrapper > ul > li:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
}

body:not(.block-editor-page) .wp-block-page-list {
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0;
}

body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item {
	padding: 0 0 0 26px;
	position: relative;
}

body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item:not(:first-child) {
	margin-top: 10px;
}

body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
}

body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item a {
	text-decoration: none;
	position: relative;
	letter-spacing: .01em;
	display: inline-block;
}

body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: .4375em;
	height: 0;
	border-bottom: solid 1px;
	opacity: 0;
	-webkit-transition: opacity .3s, border-color .3s;
	transition: opacity .3s, border-color .3s;
}

body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item a:hover:after {
	opacity: 1;
}

.widget_pages:not(:last-child) {
	margin-bottom: 2rem;
}

/********** WordPress Standard Recent Comments Widget **********/
body:not(.block-editor-page) .widget_recent_comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body:not(.block-editor-page) .widget_recent_comments ul:not(:first-child) {
	padding: 2px 0 0;
}

body:not(.block-editor-page) .widget_recent_comments ul .recentcomments {
	position: relative;
	padding: 0 0 0 26px;
}

body:not(.block-editor-page) .widget_recent_comments ul .recentcomments:not(:first-child) {
	margin: 15px 0 0;
}

body:not(.block-editor-page) .widget_recent_comments ul .recentcomments:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
}

body:not(.block-editor-page) .widget_recent_comments ul .recentcomments a:hover {
	text-decoration: underline;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments, .wp-block-latest-comments {
	list-style: none;
	margin: 0;
	padding: 2px 0 0;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments:not(:last-child), .wp-block-latest-comments:not(:last-child) {
	margin-bottom: 2rem;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment, .wp-block-latest-comments li.wp-block-latest-comments__comment {
	position: relative;
	padding: 0 0 0 26px;
	line-height: inherit;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment:not(:first-child), .wp-block-latest-comments li.wp-block-latest-comments__comment:not(:first-child) {
	margin: 15px 0 0;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment:before, .wp-block-latest-comments li.wp-block-latest-comments__comment:before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
	left: 0;
	right: initial;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a, .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
	text-decoration: none;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover, .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
	text-decoration: underline;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-date, .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
	display: block;
	font-size: 14px;
	line-height: 2.1429em;
	font-weight: 400;
	order: 1;
	margin: 0;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
	font-size: 14px;
	line-height: 1.5em;
	margin: 5px 0 0;
	order: 3;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p, .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	line-height: 1.5em;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p:last-child, .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p:last-child {
	margin: 0;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .avatar, body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-avatar, .wp-block-latest-comments li.wp-block-latest-comments__comment .avatar, .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-avatar {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 6px;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments.has-avatars li, .wp-block-latest-comments.has-avatars li {
	padding: 0;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments.has-avatars li:before, body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments.has-avatars li:after, .wp-block-latest-comments.has-avatars li:before, .wp-block-latest-comments.has-avatars li:after {
	content: none;
	display: none;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-meta, body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-meta, .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-excerpt {
	margin-left: 60px;
}

/********** WordPress Standard Recent Posts Widget **********/
body:not(.block-editor-page) .widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body:not(.block-editor-page) .widget_recent_entries ul:not(:first-child) {
	padding: 2px 0 0;
}

body:not(.block-editor-page) .widget_recent_entries ul li {
	position: relative;
	padding: 0 0 0 26px;
}

body:not(.block-editor-page) .widget_recent_entries ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
}

body:not(.block-editor-page) .widget_recent_entries ul li:not(:first-child) {
	margin-top: 20px;
}

body:not(.block-editor-page) .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 14px;
	line-height: 2.1429em;
	font-weight: 400;
}

body:not(.block-editor-page) .widget_recent_entries ul li a:hover {
	text-decoration: underline;
}

body .content-wrapper .wp-block-latest-posts, body:not(.block-editor-page) ul.wp-block-latest-posts, .block-editor-block-list__layout .wp-block-latest-posts {
	padding: 4px 0 0;
}

body .content-wrapper .wp-block-latest-posts:not(:last-child), body:not(.block-editor-page) ul.wp-block-latest-posts:not(:last-child), .block-editor-block-list__layout .wp-block-latest-posts:not(:last-child) {
	margin-bottom: 2rem;
}

body .content-wrapper .wp-block-latest-posts.is-grid, body:not(.block-editor-page) ul.wp-block-latest-posts.is-grid, .block-editor-block-list__layout .wp-block-latest-posts.is-grid {
	margin-top: -27px;
}

body .content-wrapper .wp-block-latest-posts.is-grid li:first-child, body:not(.block-editor-page) ul.wp-block-latest-posts.is-grid li:first-child, .block-editor-block-list__layout .wp-block-latest-posts.is-grid li:first-child {
	margin-top: 27px;
}

body .content-wrapper .wp-block-latest-posts li, body:not(.block-editor-page) ul.wp-block-latest-posts li, .block-editor-block-list__layout .wp-block-latest-posts li {
	overflow: hidden;
	padding: 0;
}

body .content-wrapper .wp-block-latest-posts li:not(:last-of-type), body:not(.block-editor-page) ul.wp-block-latest-posts li:not(:last-of-type), .block-editor-block-list__layout .wp-block-latest-posts li:not(:last-of-type) {
	margin-bottom: 0;
}

body .content-wrapper .wp-block-latest-posts li:not(:first-child), body:not(.block-editor-page) ul.wp-block-latest-posts li:not(:first-child), .block-editor-block-list__layout .wp-block-latest-posts li:not(:first-child) {
	margin-top: 10px;
	margin-bottom: 0;
}

body .content-wrapper .wp-block-latest-posts li:before, body:not(.block-editor-page) ul.wp-block-latest-posts li:before, .block-editor-block-list__layout .wp-block-latest-posts li:before {
	content: none;
	display: none;
}

body .content-wrapper .wp-block-latest-posts li a:hover, body:not(.block-editor-page) ul.wp-block-latest-posts li a:hover, .block-editor-block-list__layout .wp-block-latest-posts li a:hover {
	text-decoration: underline;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
	margin: 0 0 20px;
	font-size: 0;
	line-height: 1;
	position: relative;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image:after, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image:after, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image:after {
	content: "";
	position: absolute;
	display: block;
	width: 93.5647%;
	height: 0;
	padding: 170.8588% 0 0;
	top: 0;
	left: -10%;
	right: initial;
	z-index: 2;
	filter: blur(50px);
	-webkit-transform: rotate(108.18deg) translate3d(0, 0, 0);
	-ms-transform: rotate(108.18deg) translate3d(0, 0, 0);
	transform: rotate(108.18deg) translate3d(0, 0, 0);
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft {
	margin: 4px 20px 6px 0 !important;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright {
	margin: 4px 0 6px 20px !important;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter {
	margin: 0 0 20px !important;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a {
	vertical-align: top;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img {
	margin: 0 auto;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image img, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image img, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
	position: relative;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__content, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__content, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

body .content-wrapper .wp-block-latest-posts li > a, body .content-wrapper .wp-block-latest-posts li > .item-wrapper > a, body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-title, body:not(.block-editor-page) ul.wp-block-latest-posts li > a, body:not(.block-editor-page) ul.wp-block-latest-posts li > .item-wrapper > a, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__post-title, .block-editor-block-list__layout .wp-block-latest-posts li > a, .block-editor-block-list__layout .wp-block-latest-posts li > .item-wrapper > a, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__post-title {
	display: block;
	position: relative;
	text-decoration: none;
	order: 2;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-date, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__post-date, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__post-date {
	display: block;
	font-size: 14px;
	line-height: 2.1429em;
	font-weight: 400;
	order: 1;
	margin: 0 0 1px;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
	font-size: 14px;
	line-height: 1.5em;
	margin: 8px 0 0;
	order: 3;
}

body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-author, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__post-author, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__post-author {
	display: block;
	margin: 8px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5714em;
	border-bottom: solid 1px;
	order: 4;
}

.block-editor-block-list__layout .wp-block-latest-posts {
	margin-bottom: 2rem !important;
}

/********** WordPress Standard RSS Widget **********/
body:not(.block-editor-page) .widget_rss ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body:not(.block-editor-page) .widget_rss ul li {
	padding: 0 0 0 26px;
}

body:not(.block-editor-page) .widget_rss ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
}

body:not(.block-editor-page) .widget_rss ul li:not(:first-child) {
	margin-top: 20px;
}

body:not(.block-editor-page) .widget_rss ul a.rsswidget:hover {
	text-decoration: underline;
}

body:not(.block-editor-page) .widget_rss .rss-date {
	display: block;
	font-size: 14px;
	line-height: 2.1429em;
	font-weight: 400;
}

body:not(.block-editor-page) .widget_rss .rssSummary {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1.5em;
}

body:not(.block-editor-page) .widget_rss cite {
	display: inline-block;
	margin: 8px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5714em;
	border-bottom: solid 1px;
}

body:not(.block-editor-page) .wp-block-rss, .block-editor-block-list__layout .wp-block-rss {
	margin: 0 0 -20px;
	padding: 0;
}

body:not(.block-editor-page) .wp-block-rss:not(:last-child), .block-editor-block-list__layout .wp-block-rss:not(:last-child) {
	margin: 0;
}

body:not(.block-editor-page) .wp-block-rss a, .block-editor-block-list__layout .wp-block-rss a {
	text-decoration: none;
}

body:not(.block-editor-page) .wp-block-rss a:hover, .block-editor-block-list__layout .wp-block-rss a:hover {
	text-decoration: underline;
}

body:not(.block-editor-page) .wp-block-rss li.wp-block-rss__item, .block-editor-block-list__layout .wp-block-rss li.wp-block-rss__item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 0 0 0 26px;
}

body:not(.block-editor-page) .wp-block-rss li.wp-block-rss__item:before, .block-editor-block-list__layout .wp-block-rss li.wp-block-rss__item:before {
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	font-size: inherit;
	top: .8125em;
}

body:not(.block-editor-page) .wp-block-rss.is-grid, .block-editor-block-list__layout .wp-block-rss.is-grid {
	margin: 0 -1em -20px 0;
	padding: 0;
}

body:not(.block-editor-page) .wp-block-rss.is-grid:not(:last-child), .block-editor-block-list__layout .wp-block-rss.is-grid:not(:last-child) {
	margin: 0 -1em 0 0;
}

body:not(.block-editor-page) .wp-block-rss .wp-block-rss__item-title, .block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-title {
	display: block;
	order: 0;
}

body:not(.block-editor-page) .wp-block-rss .wp-block-rss__item-publish-date, .block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-publish-date {
	order: 1;
	display: block;
	font-size: 14px;
	line-height: 2.1429em;
}

body:not(.block-editor-page) .wp-block-rss .wp-block-rss__item-author, .block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-author {
	order: 3;
	display: inline-block;
	margin: 8px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5714em;
	border-bottom: solid 1px;
}

body:not(.block-editor-page) .wp-block-rss .wp-block-rss__item-excerpt, .block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-excerpt {
	order: 2;
	font-size: 14px;
	line-height: 1.5em;
	margin: 8px 0 0;
}

/********** WordPress Standard Search Widget **********/
.widget_search .search-form {
	padding: 0;
}

.widget_search .search-form .search-form-icon {
	right: 14px;
	left: initial;
	top: 19px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1em;
}

.widget_search .search-form .search-form-icon:before {
	display: block;
}

.widget_search .search-form .agencium-form-field {
	border-width: 1px;
	border-style: solid;
}

.widget_search .search-form .agencium-form-field:before {
	content: none;
	display: none;
}

.widget_search .search-form .agencium-form-field .search-form-field {
	padding: 15px 44px 16px 14px;
	height: 51px;
	letter-spacing: -.03em;
}

.widget_search .search-form .agencium-form-field .search-form-field::-webkit-input-placeholder {
	font-style: italic;
	font-weight: 200;
}

.widget_search .search-form .agencium-form-field .search-form-field::-webkit-input-placeholder {
	font-style: italic;
	font-weight: 200;
}

.widget_search .search-form .agencium-form-field .search-form-field:-moz-placeholder {
	font-style: italic;
	font-weight: 200;
}

.widget_search .search-form .agencium-form-field .search-form-field::-moz-placeholder {
	font-style: italic;
	font-weight: 200;
}

.widget_search .search-form .agencium-form-field .search-form-field:-ms-input-placeholder {
	font-style: italic;
	font-weight: 200;
}

.content-wrapper .wp-block-search .wp-block-search__inside-wrapper {
	border: none;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body:not(.block-editor-page) .wp-block-search {
	position: relative;
}

body:not(.block-editor-page) .wp-block-search .agencium-form-field {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

body:not(.block-editor-page) .wp-block-search .agencium-form-field:before {
	content: none;
	display: none;
}

body:not(.block-editor-page) .wp-block-search:not(:last-child) {
	margin-bottom: 2rem;
}

body:not(.block-editor-page) .wp-block-search .wp-block-search__label {
	display: block;
}

body:not(.block-editor-page) .wp-block-search .wp-block-search__input {
	padding: 14px 15px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 51px;
	width: 100%;
	display: block;
	outline: none !important;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	position: relative;
	z-index: 2;
	background: none;
	border: none;
}

body:not(.block-editor-page) .wp-block-search .wp-block-search__input::-webkit-input-placeholder {
	opacity: 1;
	font-weight: 100;
	font-style: italic;
}

body:not(.block-editor-page) .wp-block-search .wp-block-search__input:-moz-placeholder {
	opacity: 1;
	font-weight: 100;
	font-style: italic;
}

body:not(.block-editor-page) .wp-block-search .wp-block-search__input::-moz-placeholder {
	opacity: 1;
	font-weight: 100;
	font-style: italic;
}

body:not(.block-editor-page) .wp-block-search .wp-block-search__input:-ms-input-placeholder {
	opacity: 1;
	font-weight: 100;
	font-style: italic;
}

body:not(.block-editor-page) .wp-block-search .wp-block-search__button {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	border: none;
	padding: 14px 15px;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .agencium-form-field {
	border: none;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__input {
	border-width: 1px !important;
	border-style: solid !important;
	height: 53px;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled) {
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	letter-spacing: 0;
	padding-top: 12px;
	padding-bottom: 13px;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):before, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):after {
	content: none;
	display: none;
	border: none;
	width: auto;
	height: auto;
	position: static;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty {
	min-width: 51px;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon:before, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty:before {
	content: "";
	display: block;
	font: 400 normal 16px/23px "fontello";
	z-index: 2;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .agencium-form-field, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .agencium-form-field {
	border-width: 1px;
	border-style: solid;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled), body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled) {
	max-width: none;
	margin: 0;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 23px;
	z-index: 2;
	overflow: initial;
	text-decoration: underline;
	letter-spacing: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):hover, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):hover {
	text-decoration: none;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):before, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):after, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):before, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):after {
	content: none;
	display: none;
	border: none;
	width: auto;
	height: auto;
	position: static;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty {
	text-decoration: none;
}

body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon:before, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty:before, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon:before, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty:before {
	content: "";
	display: block;
	font: 400 normal 16px/23px "fontello";
	z-index: 2;
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-block.wp-block-search .wp-block-search__input:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled) {
	border: solid 1px #ccc;
}

/********** WordPress Standard Tag Cloud Widget **********/
.widget_tag_cloud .tagcloud {
	margin: -10px -5px 0 !important;
	font-size: 0;
	line-height: 1;
}

.widget_tag_cloud .tagcloud .tag-cloud-link {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 2em;
	padding: 0 .7857em 0 .7143em;
	-webkit-transition: background-color .3s, color .3s, border-color .3s;
	transition: background-color .3s, color .3s, border-color .3s;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0;
	cursor: pointer;
	text-decoration: none;
}

.widget_tag_cloud .tagcloud .tag-cloud-link:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	vertical-align: baseline;
	margin: 0 5px 0 0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.wp-block-tag-cloud:not(.is-style-outline), .wp-block-tag-cloud.is-style-default, .wp-block-tag-cloud.is-style-outline {
	margin: -10px -5px 0 !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.wp-block-tag-cloud:not(.is-style-outline) .tag-cloud-link, .wp-block-tag-cloud.is-style-default .tag-cloud-link, .wp-block-tag-cloud.is-style-outline .tag-cloud-link {
	font-weight: 400;
	line-height: 2em;
	padding: 0 .7857em 0 .7143em;
	-webkit-transition: background-color .3s, color .3s, border-color .3s;
	transition: background-color .3s, color .3s, border-color .3s;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0;
	cursor: pointer;
	text-decoration: none;
}

.wp-block-tag-cloud:not(.is-style-outline) .tag-cloud-link:before, .wp-block-tag-cloud.is-style-default .tag-cloud-link:before, .wp-block-tag-cloud.is-style-outline .tag-cloud-link:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	vertical-align: baseline;
	margin: 0 5px 0 0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.wp-block-tag-cloud:not(.is-style-outline):not(:last-child), .wp-block-tag-cloud.is-style-default:not(:last-child), .wp-block-tag-cloud.is-style-outline:not(:last-child) {
	margin-bottom: 2rem;
}

.wp-block-tag-cloud.is-style-outline {
	font-size: 14px !important;
	gap: 0;
}

.wp-block-tag-cloud.is-style-outline .tag-cloud-link:not(:hover) {
	background-color: transparent;
}

p.wp-block-tag-cloud:not(.is-style-outline), p.wp-block-tag-cloud.is-style-default, p.wp-block-tag-cloud.is-style-outline {
	margin: 0 !important;
}

/********** WordPress Standard Text Widget **********/

/********** WordPress Standard Media Video Widget **********/
.wp-video {
	overflow: hidden;
}

.wp-video .mejs-container, .wp-video iframe, .wp-video video {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wp-video .mejs-layers .mejs-poster {
	z-index: 3;
	background-blend-mode: luminosity;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wp-video .mejs-layers .mejs-overlay-play {
	z-index: 3;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wp-video .mejs-controls {
	opacity: 0 !important;
	-webkit-transition: all .3s .3s;
	transition: all .3s .3s;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wp-video .mejs-mediaelement:hover ~ .mejs-controls {
	opacity: 1 !important;
}

.wp-video .mejs-time-handle-content {
	border: none;
	left: -4px;
	width: 1px;
}

.wp-video .mejs-time {
	padding-top: 15px;
}

.wp-video .mejs-time-rail {
	margin: 0;
}

.wp-video .mejs-overlay-play .mejs-overlay-button {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-image: none;
	text-align: center;
	outline: none;
	width: 106px;
	height: 106px;
	pointer-events: auto;
}

.wp-video .mejs-overlay-play .mejs-overlay-button.nitro-lazy {
	background-image: none !important;
}

.wp-video .mejs-overlay-play .mejs-overlay-button:before {
	content: "";
	font: 700 normal 15px/57px "Font Awesome 6 Free";
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	left: 50%;
	right: initial;
	top: 50%;
	margin: -28px 0 0 -28px;
	padding: 0 0 0 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.wp-video .mejs-button {
	width: 20px;
}

.wp-video .mejs-button + .mejs-button {
	margin: 0 0 0 10px;
}

.wp-video .mejs-button > button {
	margin: 10px 0;
	padding: 0;
	border: none;
	min-width: 0;
	background: none;
}

.wp-video .mejs-button > button:before {
	font: 700 normal 18px/20px "Font Awesome 6 Free";
}

.wp-video .mejs-button > button:after {
	content: none;
	display: none;
}

.wp-video .mejs-button.mejs-play > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-pause > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-mute > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-unmute > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-fullscreen-button > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-fullscreen-button.mejs-unfullscreen > button:before {
	content: "";
}

/********** WordPress WPForms Widget **********/
.sidebar div.wpforms-container-full .wpforms-form .wpforms-title {
	padding: 0 0 .2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 1em;
}

.sidebar div.wpforms-container-full .wpforms-form .wpforms-description {
	font-size: 16px;
	line-height: 1.875em;
}

.sidebar div.wpforms-container-full .wpforms-form .wpforms-head-container {
	margin: 0 0 16px;
}
